Commit graph

416 commits

Author SHA1 Message Date
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
Kijin Sung
dcba0bec58 Change sitelock HTTP code to 503 Service Unavailable 2016-02-08 22:25:56 +09:00
Kijin Sung
95bafb094b Clean up config juggling routines 2016-02-08 15:39:28 +09:00
Kijin Sung
1eced59239 Only re-create old config file at install time 2016-02-06 12:53:48 +09:00
Kijin Sung
ede85adf24 Automatically create old config file if it does not exist 2016-02-06 12:49:46 +09:00
Kijin Sung
3b641c1774 Do not leave out any custom configuration 2016-02-06 12:41:12 +09:00
Kijin Sung
08e4d82f23 Improve compatibility with some apps that work closely with system config 2016-02-05 23:16:22 +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
4ea9ab02ec Migrate miscellaneous config to new format 2016-02-05 11:26:35 +09:00
Kijin Sung
66d8cbfae7 Set the default timezone as early as possible 2016-02-05 10:36:10 +09:00
Kijin Sung
89db7c7c7c Load system configuration before Context::init() 2016-02-04 20:41:53 +09:00
Kijin Sung
deb0ad8e1f Miscellaneous adjustments to Context class 2016-02-04 16:43:02 +09:00
Kijin Sung
c27da2ed24 Port all time-related functions to new timezone handling system 2016-02-04 09:39:09 +09:00
Kijin Sung
d5ba13d7e1 Improve internal timezone handling 2016-02-04 09:11:56 +09:00
Kijin Sung
e971e7a725 Improve time zone selection 2016-02-03 17:54:47 +09:00
Kijin Sung
0b1fa79f43 Update installer to use new config format 2016-02-03 15:39:58 +09:00
Kijin Sung
8034415503 Miscellaneous fixes to Context::init() routine 2016-02-03 11:26:59 +09:00
Kijin Sung
3460f63741 Initial implementation of new config use in Context class 2016-02-03 11:17:09 +09:00
Kijin Sung
5c1a68ae16 Keep translations from different sources separate 2016-02-01 13:30:15 +09:00
Kijin Sung
2a008eb2e2 Simplify loading function for selected language list 2016-01-31 14:52:48 +09:00
Kijin Sung
f45779c3f8 Simplify loading function for supported language list 2016-01-31 14:47:01 +09:00
Kijin Sung
f68e6118bc Initial implementation of lang class that prefers PHP to XML 2016-01-27 16:26:06 +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
8ee5e8c4b0 Make all AJAX requests use regular form submission format and JSON response format 2016-01-23 20:33:49 +09:00
Kijin Sung
ab92e76408 Move SSL-related Context constants to constants.php 2016-01-21 16:20:42 +09:00
Kijin Sung
25585d89ed Make Context::setRequestMethod() easier to read 2016-01-20 16:36:48 +09:00
Kijin Sung
08560f84be Refactor more URL related functions 2016-01-20 15:53:42 +09:00
Kijin Sung
a8094fe766 Refactor some URL related functions to use Rhymix constants 2016-01-20 15:45:18 +09:00
Kijin Sung
66a6edeffb Merge pull request #68 from kijin/pr/remove-libs
libs 폴더 내의 오래된 라이브러리들 정리
2016-01-15 23:29:23 +09:00
Kijin Sung
fc4b5bc0a8 Clean up more non-static references inside Context class 2016-01-14 10:21:09 +09:00
Kijin Sung
9da3653fcd Replace idna_convert with PHP native functions and true/punycode 2016-01-13 15:46:41 +09:00
Kijin Sung
8b8d32c9dd Fix cookie handling in Context class 2016-01-12 18:17:18 +09:00
Kijin Sung
5f9d6f2a6b Merge pull request #42 from kijin/refactor/functions
일반 함수 리팩토링
2016-01-12 10:53:10 +09:00
Kijin Sung
040d120710 Move ob_start() from addon script to Context class if using delay_session 2016-01-11 14:57:13 +09:00
Kijin Sung
3b9a9c0f7a Rename cache_friendly option to delay_session 2016-01-11 14:52:41 +09:00
Kijin Sung
386e1658a0 Merge branch 'develop' into refactor/functions 2016-01-10 13:52:35 +09:00
Kijin Sung
59c378ee17 Merge branch 'develop' into fix/context-static-this
Conflicts:
	classes/context/Context.class.php
2016-01-09 15:53:46 +09:00
Kijin Sung
45d9382af9 Revert "Implement __get() placeholder to prevent a flood of E_NOTICE"
This reverts commit 32fd2fb609.
2016-01-09 10:16:21 +09:00