Commit graph

1984 commits

Author SHA1 Message Date
Kijin Sung
4a79b5ce25 Merge pull request #306 from kijin/pr/plugin-blacklist
호환되지 않거나 불필요한 애드온과 모듈의 실행을 방지
2016-02-27 14:41:20 +09:00
Kijin Sung
705ad34c49 Also fix JSON encoding when the result contains objects not arrays 2016-02-27 14:27:46 +09:00
Kijin Sung
379bed000d Fix JSON encoding to be fully XE-compatible 2016-02-26 14:58:42 +09:00
Kijin Sung
892aa58540 Eliminate redundant redirect through redirect.html 2016-02-25 15:11:51 +09:00
Kijin Sung
4b81e32e22 Do not display alert if Virtual XML request was successful 2016-02-25 15:05:30 +09:00
Kijin Sung
d4a7b921d0 Do not call trigger for blacklisted modules 2016-02-25 11:26:00 +09:00
Kijin Sung
87a3128af6 Fix #303 Unable to disable rewrite 2016-02-24 09:58:47 +09:00
Kijin Sung
e335aa477e Initial implementation of blacklist function 2016-02-23 21:37:44 +09:00
MinSoo Kim
fab9e43c16 Clean up admin i18n css
<html> element has the lang attribute as a default. so, we can clean up
css files.

<html> 요소는 lang 속성을 가지고 있습니다. 이를 이용하면 css 파일을 정리할 수 있습니다.
{$lang_type} 에 따른 css 를 불러오도록 HTMLDisplayHandler.php 에 정의되어 있지만, 한국어, 영어
외에는 파일이 존재하지 않습니다. (일본어도 _ja.css 파일은 부재) 언어별로 파일을 만들지 않아도 충분히 표현할 수 있기
때문에 이를 하나의 파일로 합칩니다.
2016-02-23 01:15:13 +09:00
Kijin Sung
055fd49e40 Fix undefined array in ExtraItem class 2016-02-21 15:08:55 +09:00
Kijin Sung
ec685c1606 Fix non-ASCII characters being incorrectly escaped in array keys 2016-02-19 16:36:37 +09:00
Kijin Sung
9703b1268d Fix multidimensional array handling in Context::_filterRequestVar() 2016-02-19 15:36:08 +09:00
Kijin Sung
397a1e163b Fix #293 Incompatible use of set_to_get_vars in Context::set() 2016-02-19 14:14:19 +09:00
Kijin Sung
4ec179372a Fix unit tests for validator 2016-02-18 09:12:32 +09:00
Kijin Sung
1a3c500c76 Fix unit tests, and auto-load default lang if not loaded 2016-02-18 08:49:57 +09:00
Kijin Sung
c67dbbc659 Fix #286 Lang object is overwritten by third-party layout 2016-02-17 22:36:21 +09:00
Kijin Sung
65517735e0 Clean up common_layout.html and merge with mobile_layout.html 2016-02-17 16:20:57 +09:00
Kijin Sung
e5ffb52c53 Fix #284 Unable to save session in some environments 2016-02-17 09:37:13 +09:00
Kijin Sung
78c0417065 Merge pull request #283 from kijin/pr/improve-embed-filter
EmbedFilter에서 사용하던 오래된 라이브러리 제거
2016-02-16 20:26:09 +09:00
Kijin Sung
bfe6be6535 Never allow warnings to be printed before headers 2016-02-16 16:35:29 +09:00
Kijin Sung
5d5fe818f1 Remove outdated PHP HTML Parser library 2016-02-16 15:29:01 +09:00
Kijin Sung
a1e8d14b0d Move whitelist file to common location 2016-02-16 15:27:41 +09:00
Kijin Sung
e7bacf689a Update embed filter to use Simple HTML DOM Parser 2016-02-16 15:22:12 +09:00
Kijin Sung
e1341584d3 Merge pull request #268 from kijin/pr/debugger
편리한 디버그 기능 추가
2016-02-16 14:33:44 +09:00
Kijin Sung
fe54e83379 Do not get backtrace if query logging is disabled 2016-02-16 14:27:15 +09:00
Kijin Sung
c52eb1600e Remove triggers after debug output 2016-02-16 13:03:17 +09:00
Kijin Sung
2c7f220445 Do not exit in Debug shutdown handler 2016-02-16 11:43:03 +09:00
Kijin Sung
191fa7c0c1 Call common.flushDebugInfo automatically on shutdown 2016-02-16 11:12:01 +09:00
Kijin Sung
516479cf20 Migrate addon, trigger, and widget logging functions to Debug class 2016-02-16 11:01:45 +09:00
Kijin Sung
63bddd0c9a Fix #273 'msg_is_not_manager' message and broken styles 2016-02-15 19:35:32 +09:00
Kijin Sung
7c4fc37dd3 Make debug log filename configurable 2016-02-15 14:28:57 +09:00
Kijin Sung
4e2535624d Use separate debug files and prevent direct access 2016-02-13 21:11:05 +09:00
Kijin Sung
51f985c215 Only use error handler and slowlog when debugging is enabled 2016-02-13 11:29:09 +09:00
Kijin Sung
6b4d69bcc2 Remove old debug constants 2016-02-13 11:19:13 +09:00
Kijin Sung
12673a29c6 Also display debug information for previous AJAX request in panel 2016-02-13 10:31:04 +09:00
Kijin Sung
373305ab6b Initial implementation of debug panel on web page 2016-02-13 01:33:06 +09:00
Kijin Sung
e956ee88d7 Also print debug information when responding via JSON 2016-02-12 21:48:00 +09:00
Kijin Sung
f334879840 Remove use of debug constant in ModuleHandler 2016-02-12 21:33:37 +09:00
Kijin Sung
ac8460d782 Finalize debug data format and allow all statistics to be collected 2016-02-12 21:31:38 +09:00
Kijin Sung
8394afce74 Minor adjustments 2016-02-12 20:33:05 +09:00
Kijin Sung
4b835bfe71 Separate debug comment into its own template 2016-02-12 17:42:46 +09:00
Kijin Sung
47bca4f2ca Replace debugPrint() and handleError() with new system 2016-02-12 16:43:19 +09:00
Kijin Sung
d63900547e Replace debug comment with new system 2016-02-12 16:35:10 +09:00
Kijin Sung
81ef35a887 Make the error page more flexible 2016-02-12 14:12:22 +09:00
Kijin Sung
a26b17d012 The default URL is always defined 2016-02-12 11:20:45 +09:00
Kijin Sung
7ac2312eb7 Use getInternalDateTime() as default time value for DB insert 2016-02-12 09:21:53 +09:00
Kijin Sung
7955aaddd0 Clean up Memcached and Redis cache handlers 2016-02-11 13:56:17 +09:00
Kijin Sung
f3d3122787 Make object cache configurable via the admin UI 2016-02-11 13:32:55 +09:00
Kijin Sung
b8b93159e2 Clean up CacheHandler 2016-02-11 11:08:25 +09:00
Kijin Sung
25eef85d8a Remove two-tier caching of template files 2016-02-11 10:44:47 +09:00