Commit graph

604 commits

Author SHA1 Message Date
Kijin Sung
07d97242ec Unify lang and locale config files 2016-07-03 23:58:11 +09:00
Kijin Sung
f8b76b5571 Fix not recognizing POST arguments if Content-Type is wrongly set to application/json 2016-05-16 11:25:37 +09:00
Kijin Sung
503a332f9b Merge pull request #490 from kijin/pr/tablet-as-mobile
태블릿 기기를 모바일로 취급할지 선택할 수 있도록 함
2016-05-11 15:16:23 +09:00
Kijin Sung
3fbf94f630 Fix #491 no display of canonical URL on some pages 2016-05-11 15:15:05 +09:00
Kijin Sung
ad8a07096c Allow tablets to be treated as mobile or not depending on configuration 2016-05-10 23:33:12 +09:00
Kijin Sung
9b374861be Fix #488 extra hyphen when there is no subtitle 2016-05-10 11:15:28 +09:00
Kijin Sung
9bdc30b325 Add options to customize the browser title format 2016-05-09 22:39:19 +09:00
Kijin Sung
f25e685209 Make OpenGraph configurable, and fix canonical URL to include mid 2016-05-09 11:51:11 +09:00
Kijin Sung
da1b69c6b7 Initial implementation of OpenGraph metadata insertion 2016-05-09 01:36:25 +09:00
Kijin Sung
f84715db5b Fix escaping and userlang encoding of site keywords and description 2016-05-08 23:29:47 +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
4290f5110c Add 'finalize' option to getCSSFileList() and getJSFileList(), to be used only by the final layout 2016-05-06 22:01:58 +09:00
conory
de0b09f4e3 최종단계에서 Set http status message 2016-04-19 17:10:15 +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
Kijin Sung
71724bb9fa Always save debugging information even if DisplayHandler is not invoked 2016-03-24 08:34:13 +09:00
Kijin Sung
b6083c02fa Remove outdated comment on Context class 2016-03-23 14:25:11 +09:00
Kijin Sung
a0d9e1c6ad Remove outdated checks for old PHP versions 2016-03-22 11:34:36 +09:00
Kijin Sung
770644d114 Improve error handling in MySQL/MySQLi DB drivers 2016-03-20 00:45:20 +09:00
Kijin Sung
37bce0343d Update core classes to refer to UA class for robot detection 2016-03-19 23:32:35 +09:00
Kijin Sung
cb229c2d66 Clean up namespaces 2016-03-14 21:04:27 +09:00
Kijin Sung
19ad1d1ac4 Use encryption and URL functions to improve SSO 2016-03-14 13:16:02 +09:00
Kijin Sung
544170b530 Move IpFilter class to Security namespace 2016-03-13 10:24:52 +09:00
Kijin Sung
0adb13ca30 Add inRanges() and validateRanges() methods to IpFilter class 2016-03-13 10:18:52 +09:00
Kijin Sung
2effbea06f Update all other places to use new MediaFilter class 2016-03-13 09:59:26 +09:00
Kijin Sung
b962409652 Use new Security and URL classes in other places 2016-03-12 17:26:41 +09:00
Kijin Sung
96154c8430 Add option to auto-select the language 2016-03-06 14:50:55 +09:00
Kijin Sung
4a79b5ce25 Merge pull request #306 from kijin/pr/plugin-blacklist
호환되지 않거나 불필요한 애드온과 모듈의 실행을 방지
2016-02-27 14:41:20 +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
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
bfe6be6535 Never allow warnings to be printed before headers 2016-02-16 16:35:29 +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
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
8f9011a235 Fix #247 missing title in sitelock page 2016-02-10 11:42:36 +09:00
qw5414
2c610b1aed Fixed Modify can not be imported DBInfo SSL setting. 2016-02-10 05:23:06 +09:00
Kijin Sung
dbc71e062b Fix #242 incorrect mod_rewrite setting 2016-02-09 16:12:46 +09:00
Kijin Sung
28095d7b6d Prevent infinite redirect and add logout link to sitelock message 2016-02-09 11:37:43 +09:00
Kijin Sung
95f8bf9a43 Also use system_message template for site lock 2016-02-09 10:55:26 +09:00