Commit graph

1213 commits

Author SHA1 Message Date
Kijin Sung
e4077ad324 Add 'smartphone' add-on to common blacklist 2016-02-26 09:20:35 +09:00
Kijin Sung
e335aa477e Initial implementation of blacklist function 2016-02-23 21:37:44 +09:00
Kijin Sung
87f0a258eb Merge with XpressEngine 1.8.17
Conflicts:
	config/config.inc.php
2016-02-19 19:33:35 +09:00
Kijin Sung
6ab309c8c4 Merge branch 'xpressengine/master' into develop
Conflicts:
	classes/context/Context.class.php
	classes/security/Purifier.class.php
	config/config.inc.php
	libs/phpmailer/phpmailer.php
	modules/admin/tpl/_header.html
	modules/admin/tpl/config_ftp.html
	modules/communication/communication.controller.php
	modules/layout/tpl/layout_modify.html
	modules/module/module.model.php
2016-02-18 20:01:52 +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
32aa19e6f2 Remove unnecessary sitelock template 2016-02-17 15:10:47 +09:00
Kijin Sung
0e57ddfb4e Fix E_STRICT errors being displayed in PHP 5.3 2016-02-17 11:44:32 +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
a1e8d14b0d Move whitelist file to common location 2016-02-16 15:27:41 +09:00
Kijin Sung
be83a34b1e Merge pull request #278 from kijin/pr/fix-csrf-false-positive
#275 기본 URL 변경에 따른 오류 해소
2016-02-16 14:34:53 +09:00
Kijin Sung
e1341584d3 Merge pull request #268 from kijin/pr/debugger
편리한 디버그 기능 추가
2016-02-16 14:33:44 +09:00
Kijin Sung
9538322305 Fix typo in comment for config() function 2016-02-16 13:20:27 +09:00
Kijin Sung
edf984aeb5 Fix broken pre-wrap on debug entries 2016-02-16 13:10:41 +09:00
Kijin Sung
231e7100a1 Fix duplicate namespace in IpFilter class call 2016-02-16 11:48:16 +09:00
Kijin Sung
2c7f220445 Do not exit in Debug shutdown handler 2016-02-16 11:43:03 +09:00
Kijin Sung
04e729776c Add slow queries, triggers, and widgets to debug panel output 2016-02-16 11:40:37 +09:00
Kijin Sung
588fefc88f Add slow queries, triggers, and widgets to debug comment output 2016-02-16 11:33:54 +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
3614cef84a Modify checkCSRF() to always allow requests from the same hostname 2016-02-15 20:15:27 +09:00
Kijin Sung
0947bafa66 Add unit tests for the Debug class 2016-02-15 16:11:00 +09:00
Kijin Sung
3045ac9c42 Improve debug panel styles, and change color to red if there are errors 2016-02-15 15:38:01 +09:00
Kijin Sung
83bf38c245 Fix debug panel style in admin module 2016-02-15 14:46:15 +09:00
Kijin Sung
115738a84b Display debug panel at fixed position and scroll internally 2016-02-15 14:40:01 +09:00
Kijin Sung
283a1a73bc Convert paths in error message relative to RX_BASEDIR 2016-02-15 14:36:21 +09:00
Kijin Sung
7c4fc37dd3 Make debug log filename configurable 2016-02-15 14:28:57 +09:00
Kijin Sung
e1d85ffb22 Record debug entries in error log 2016-02-14 20:08:11 +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
968e25cd6e Replace hyphen with bullet point 2016-02-13 10:51:11 +09:00
Kijin Sung
e04efdd03e Do not display meaningless debug information 2016-02-13 10:40:40 +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
3391d87f57 Fix csslint warnings 2016-02-13 01:51:54 +09:00
Kijin Sung
06a7a2aa9d Fix jshint warnings 2016-02-13 01:46:43 +09:00
Kijin Sung
373305ab6b Initial implementation of debug panel on web page 2016-02-13 01:33:06 +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
3648b8f156 Do not disable debugging inside the debugger 2016-02-12 14:45:23 +09:00
Kijin Sung
18ff40eae6 Miscellaneous fixes 2016-02-12 14:43:48 +09:00
Kijin Sung
664695553b Add default error, exception, and shutdown handlers 2016-02-12 14:14:55 +09:00
Kijin Sung
a26b17d012 The default URL is always defined 2016-02-12 11:20:45 +09:00
Kijin Sung
a75eb80f8e Add getInternalDateTime() and getDisplayDateTime() functions 2016-02-12 09:09:27 +09:00
Kijin Sung
b7c921bd0a Add DateTime::formatTimestamp() method using the internal timezone 2016-02-12 09:09:03 +09:00
Kijin Sung
540e1ff9d5 Fix getTimeGap() to return more accurate results 2016-02-12 08:51:21 +09:00
Kijin Sung
96dfdfc840 Merge branch 'develop' into pr/extra-timezones 2016-02-12 08:31:43 +09:00
conory
8dffa0ad93 getTimeGap()에서 타임존으로 인하여 잘못된 시간이 표시된 문제 수정2 2016-02-11 22:36:22 +09:00
Kijin Sung
aaa3e25ad5 Implement more precise timezone handling in edge cases 2016-02-11 21:27:36 +09:00