Commit graph

1992 commits

Author SHA1 Message Date
Kijin Sung
f40ea2e05d Merge pull request #324 from kijin/pr/redirect-after-board-write
#323 게시판에서 글이나 댓글을 작성 또는 삭제한 후 짧은 주소로 redirect하도록 변경
2016-03-07 08:39:48 +09:00
Kijin Sung
658ee85f7b Merge pull request #340 from kijin/pr/autolang
언어 자동 선택 옵션 추가
2016-03-06 20:43:27 +09:00
CONORY
cf26f20461 Merge pull request #338 from conory/pr/add_function
lang() 함수 추가
2016-03-06 17:09:30 +09:00
conory
90400e2b5f 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
Kijin Sung
96154c8430 Add option to auto-select the language 2016-03-06 14:50:55 +09:00
Kijin Sung
7b0c24e67c Improve debug settings 2016-03-06 14:13:34 +09:00
Kijin Sung
1b372375a4 Always set redirect_url if a module calls setRedirectUrl() 2016-03-02 10:10:10 +09:00
Kijin Sung
27cfa4aeba Redirect to short URL after insertDocument, insertComment, etc. 2016-03-02 10:03:48 +09:00
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