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 |
|
Kijin Sung
|
32fd2fb609
|
Implement __get() placeholder to prevent a flood of E_NOTICE
|
2016-01-08 21:36:53 +09:00 |
|
Kijin Sung
|
b957bfebc5
|
Remove redundant checks for self::$_instance
|
2016-01-08 21:32:55 +09:00 |
|
Kijin Sung
|
256a566eda
|
Miscellaneous optimization of function library
|
2016-01-08 17:34:07 +09:00 |
|
conory
|
3b3f3bed4f
|
Merge branch 'develop'
|
2016-01-08 16:58:37 +09:00 |
|
Kijin Sung
|
8dac7bc5e9
|
Fix inconsistent use of static and non-static methods in Context class
|
2016-01-08 13:14:03 +09:00 |
|
Kijin Sung
|
2a2fe9b69d
|
Change default language to Korean
|
2016-01-05 20:49:54 +09:00 |
|
conory
|
d82542e844
|
Merge branch 'develop'
|
2015-12-30 11:20:06 +09:00 |
|
conory
|
6fadb881be
|
로그인중에만 로그인정보 할당
|
2015-12-29 20:52:52 +09:00 |
|
conory
|
e0b8ee720f
|
FileHandler static
|
2015-12-22 19:12:17 +09:00 |
|
conory
|
dd411ecbb1
|
Merge branch 'develop'
|
2015-12-18 22:11:06 +09:00 |
|
conory
|
582104b04d
|
Context public static 적용
|
2015-12-18 22:02:59 +09:00 |
|
conory
|
809d3ed9d8
|
Revert "Context public static 적용"
This reverts commit 4108c41aad.
|
2015-12-18 21:41:25 +09:00 |
|