Commit graph

354 commits

Author SHA1 Message Date
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
d63900547e Replace debug comment with new system 2016-02-12 16:35:10 +09:00
Kijin Sung
53a24a0e8a Also prevent addons from overwriting output with query object 2016-02-10 16:39:19 +09:00
Kijin Sung
82da535ec6 Prevent addons from overwriting important variables with nonsense 2016-02-10 16:34:55 +09:00
Kijin Sung
066f3017c7 Use gzip setting from new config format 2016-02-08 15:50:26 +09:00
Kijin Sung
78cb8aea17 Merge branch 'develop' into pr/new-config-format 2016-02-06 21:12:10 +09:00
Kijin Sung
93ef1b295f Fix #219 error while loading menu type 2016-02-06 21:05:12 +09:00
Kijin Sung
e2199f19ec Apply numeric array conversion to every JSON request as well 2016-02-06 15:02:49 +09:00
Kijin Sung
fed4f950bf Fix encoding of numeric arrays in XMLRPC->JSON conversion 2016-02-06 14:57:16 +09:00
Kijin Sung
5afefc063c Merge branch 'develop' into pr/new-config-format
Conflicts:
	classes/context/Context.class.php
2016-02-05 19:37:10 +09:00
Kijin Sung
0c2c0d2b19 Set request method to XMLRPC if called via exec_xml() 2016-02-05 11:41:27 +09:00
Kijin Sung
d41516349c Remove use of old db_info in minify_scripts processing 2016-02-05 11:03:43 +09:00
Kijin Sung
3a419d586d Improve backward compatibility with AXUpload5 and other third-party AJAX apps 2016-01-26 10:32:59 +09:00
Kijin Sung
f73892de82 Fix incorrect Content-Type header when displaying JSON 2016-01-22 14:22:02 +09:00
Kijin Sung
e20dc5d2f9 Clean up some non-static methods in DisplayHandler 2016-01-22 14:10:44 +09:00
Kijin Sung
1a9559714d Update HTMLDisplayHandler to use latest jQuery 1.x and 2.x 2016-01-15 11:33:04 +09:00
Kijin Sung
b0bfb9a364 Set up replacement table for path conversions 2016-01-12 14:02:26 +09:00
Kijin Sung
80289d2c41 Merge branch 'develop' into refactor/functions 2016-01-10 19:41:27 +09:00
Kijin Sung
da1822d296 Add option to minify only common (core) files 2016-01-10 17:02:26 +09:00
Kijin Sung
56bdbb567a Do not load modernizr by default 2016-01-09 22:41:38 +09:00
Kijin Sung
4e8f048c1d Prevent templates from duplicating common CSS and JS scripts 2016-01-09 21:38:37 +09:00
Kijin Sung
371f4a60b0 Merge branch 'develop' into refactor/minify-on-the-fly 2016-01-09 15:19:08 +09:00
Kijin Sung
f8e020f8ec Miscellaneous fixes and optimizations 2016-01-09 11:04:39 +09:00
Kijin Sung
6c5f9aadd1 Don't use home-made JSON encoder in display handlers 2016-01-08 20:38:35 +09:00
Kijin Sung
db87085967 Remove unnecessary calls to getMicroTime() 2016-01-08 14:05:48 +09:00
Kijin Sung
ff0e71a4e3 Fix compatibility with safe_mode when saving minified scripts 2016-01-07 16:37:48 +09:00
Kijin Sung
bfaa2c170b Make minify option configurable by the site administrator 2016-01-07 15:33:35 +09:00
Kijin Sung
aa3ef592d9 Automatically concatenate and minify xe.min.js 2016-01-07 15:16:28 +09:00
Kijin Sung
ff155c1abc Remove most minified CSS and JS files 2016-01-07 11:35:06 +09:00
Kijin Sung
29fb8344f8 Merge #1631 ob_gzhandler 대신 zlib.output_compression 사용 by kijin
* pr/1631:
  Use zlib.output_compression instead of ob_gzhandler
2015-10-08 15:03:21 +09:00
Kijin Sung
e69a1af662 Use zlib.output_compression instead of ob_gzhandler 2015-07-13 19:49:18 +09:00
Kijin Sung
0bbbc88377 Merge selected commits from branch 'wkpark@varnish_cache' 2015-07-12 14:08:39 +09:00
Won-Kyu Park
be463fdea6 Context::setCacheControl() method added etc.
* make cache friendly
 * make cache-control public/private conditionally
 * use session_start() conditionally
2015-07-10 19:40:47 +09:00
Kijin Sung
23a83a7033 선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept) 2015-07-10 16:05:46 +09:00
bnu
85e9be0c9a fix #1583 is_keyword에 대한 취약점 문제 개선 2015-07-09 03:51:05 +09:00
Kijin Sung
af1d1fcb2d 다른 모든 클래스에 autoload 적용 2015-04-07 10:13:34 +09:00
bnu
330b6c502d Merge pull request #1289 from kijin/fix/content-encoding
DisplayHandler 실행 전에 뭔가가 출력될 경우 gzip 인코딩 오류 수정
2015-03-23 17:30:52 +09:00
jhyeon1010
712541c50c #1156 removed admin bar 2015-03-23 11:21:23 +09:00
Kijin Sung
b2f108d124 Fix incorrect gzip encoding when output already exists 2015-02-25 12:32:54 +09:00
bnu
97cae83049 fix #1230 SECISSUE
- `xeVirtualRequestUrl` parameter를 이용한 XSS 취약점
- 제보 : 한국인터넷진흥원
2015-02-04 17:42:28 +09:00
Eunsoo Lee
80badf3a34 admin.iefix.css 경로 수정
파일 내용이 단순해서 minify 파일을 만들 필요 없음
2015-01-07 17:54:05 +09:00
jhyeon1010
a901ad5f16 fix #1116 파비콘 기본값 제거 복구, default option 추가 2014-12-30 18:06:34 +09:00
bnu
86be308a76 fix #1084 load modernizr 2014-12-24 14:01:55 +09:00
bnu
4506ea440e Merge branch 'release/1.7.8' into develop
Conflicts:
	classes/context/Context.class.php
	config/config.inc.php
2014-12-09 15:13:08 +09:00
YJSoft
1577e66fa1 슬로우로그 버퍼 적용
버퍼 처리는 프로파일러 모듈에서 하도록 수정
2014-12-08 14:20:30 +09:00
devdho
88fe50ad09 HTML 코멘트로 디버그가 출력되지 않는 버그 수정 2014-09-11 16:47:18 +09:00
akasima
f0a0bad151 #919 js, css load at MOBILE enviroment like PC enviroment 2014-09-01 08:41:00 +09:00
devdho
985bf37d34 HTML 코멘트로 디버그가 출력되지 않는 버그 수정 2014-08-26 04:17:09 +09:00
akasima
5c03c51c32 #919 js, css load at MOBILE enviroment like PC enviroment 2014-08-23 13:36:50 +09:00