Commit graph

2130 commits

Author SHA1 Message Date
Kijin Sung
f84715db5b Fix escaping and userlang encoding of site keywords and description 2016-05-08 23:29:47 +09:00
Kijin Sung
faf4b1ea54 Use global keywords and description if a module does not have its own SEO info 2016-05-08 23:23:27 +09:00
Kijin Sung
d87bbf635c Enable multi-language for site title and subtitle 2016-05-08 21:49:11 +09:00
Kijin Sung
e90f60de22 Add site subtitle 2016-05-08 21:14:50 +09:00
Kijin Sung
062969ae25 Merge branch 'develop' into pr/advanced-mailer 2016-05-07 14:50:57 +09:00
Kijin Sung
c50a4764b8 Fix typo, and don't apply server push to scripts in the body footer 2016-05-06 22:19:32 +09:00
Kijin Sung
942235b6bc Enable HTTP/2 server push for CSS and JS resources 2016-05-06 22:02:47 +09:00
Kijin Sung
4290f5110c Add 'finalize' option to getCSSFileList() and getJSFileList(), to be used only by the final layout 2016-05-06 22:01:58 +09:00
Kijin Sung
818a39f3e0 Add compiled template filename to Debug class as an alias 2016-05-05 21:53:57 +09:00
Kijin Sung
7cb194439f Merge branch 'develop' into pr/advanced-mailer 2016-05-05 20:37:55 +09:00
Kijin Sung
1650b79a99 Fix variable escaping for LESS 2016-05-05 19:55:41 +09:00
Kijin Sung
7750a278a1 Do not combine scripts in the body section 2016-05-05 11:19:12 +09:00
Kijin Sung
398c36885a Use font config in rhymix.scss to set defaults 2016-05-05 11:05:06 +09:00
Kijin Sung
67cc7d3d00 Compile LESS/SCSS again if variables change 2016-05-05 10:42:15 +09:00
Kijin Sung
a421c78a4d Reorganize temporary directory structure 2016-05-05 01:36:43 +09:00
Kijin Sung
8af57f904f Update regexp in HTMLDisplayHandler to recognize LESS/SCSS files as common 2016-05-04 22:33:57 +09:00
Kijin Sung
74d5f46195 Convert xe.css into SCSS for easy maintenance 2016-05-04 22:23:41 +09:00
Kijin Sung
15c7dd5832 Add missing extensions to CSS-specific tasks 2016-05-04 22:08:13 +09:00
Kijin Sung
9a30c10ce8 Disable CSS/JS concatenation during legacy unit tests 2016-05-04 21:57:48 +09:00
Kijin Sung
ad86e03c5e Fix inconsistent variable names 2016-05-04 21:52:08 +09:00
Kijin Sung
a6d1a3c933 Add scope to all members of FrontEndFileHandler 2016-05-04 21:42:23 +09:00
Kijin Sung
b15b39ece1 Initial implementation of CSS and JS concatenation 2016-05-04 21:40:42 +09:00
Kijin Sung
2a8c18eb01 Use Formatter class to add multiple common scripts at the same time 2016-05-04 14:27:47 +09:00
Kijin Sung
753a70005a Do not check mtime of remote or inaccessible scripts 2016-05-03 22:07:43 +09:00
Kijin Sung
5d23ac2f16 Simplify path handling 2016-05-03 21:57:37 +09:00
Kijin Sung
99a86a072b Clean up path handling in FrontEndFileHandler 2016-05-03 21:44:13 +09:00
Kijin Sung
7709eb97c6 Support passing variables to LESS and SCSS stylesheets 2016-05-03 21:35:42 +09:00
Kijin Sung
25965b5d72 Initial support for LESS and SCSS stylesheets 2016-05-03 21:23:38 +09:00
Kijin Sung
7303d3b2aa Add ability to register custom mail drivers 2016-04-26 09:31:32 +09:00
Kijin Sung
fedc7efc59 Initial implementation of new Mail class and basic drivers 2016-04-25 22:07:20 +09:00
Kijin Sung
447ba08a2c Add password (hidden text) extravar type 2016-04-24 23:17:43 +09:00
Kijin Sung
9b71df6a01 Add Cache::getDriverName() and clean up confusing method names 2016-04-24 16:02:54 +09:00
Kijin Sung
aaba4e306d Improve compatibility with previous 'always use file' flag 2016-04-23 15:53:35 +09:00
Kijin Sung
3b8db58954 Merge branch 'develop' into pr/cache-refactor
Conflicts:
	modules/ncenterlite/ncenterlite.controller.php
2016-04-23 11:25:32 +09:00
Kijin Sung
b2238992da Ensure consistent use of cache key when using CacheHandler 2016-04-21 22:52:32 +09:00
conory
951d992ed4 임시글에도 적용 2016-04-20 15:41:10 +09:00
conory
29507df48f httpStatusCode 를 정수형으로 만들기 2016-04-19 23:14:50 +09:00
conory
107996918e 비밀글일 경우에도 적용 2016-04-19 22:02:28 +09:00
conory
de0b09f4e3 최종단계에서 Set http status message 2016-04-19 17:10:15 +09:00
conory
0cb9958319 stop()사용시에도 http status code 적용 2016-04-19 16:02:42 +09:00
conory
649e25ab63 HttpStatusCode가 정수형일 경우 대비 2016-04-19 12:56:28 +09:00
conory
f930ec74f8 시스템 에러 메세지를 출력할 경우 403 HTTP 코드로 설정 2016-04-18 23:43:04 +09:00
Kijin Sung
a949b95763 Improve cache efficiency when loading module part config 2016-04-18 21:22:31 +09:00
Kijin Sung
ba9adb2f6e Fix duplication of key group version in third-party modules 2016-04-18 20:55:41 +09:00
Kijin Sung
26c5a18a5b Use simpler syntax for cache groups 2016-04-18 20:50:51 +09:00
Kijin Sung
7d80bbe27d Update CacheHandler to use Rhymix Framework instead 2016-04-17 14:43:16 +09:00
Kijin Sung
c8abcbbe5e Improve error message formatting 2016-04-16 17:58:51 +09:00
Kijin Sung
88ffabfb7c Improve error handling in AJAX requests 2016-04-16 17:51:31 +09:00
conory
11a3001c3c 임시파일도 사용할 수 없다면 에러 출력 2016-04-13 12:05:24 +09:00
conory
7f2aa69f3a 임시파일로 사용하도록 개선 2016-04-13 10:34:41 +09:00