Commit graph

14007 commits

Author SHA1 Message Date
Kijin Sung
a80468fc25 Allow changing system config with config() function 2016-02-05 23:17:21 +09:00
Kijin Sung
08e4d82f23 Improve compatibility with some apps that work closely with system config 2016-02-05 23:16:22 +09:00
MinSoo Kim
ff87af87a0 Merge remote-tracking branch 'refs/remotes/rhymix/develop' into develop 2016-02-05 20:57:18 +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
30ca7e082d Merge pull request #209 from kijin/pr/fix-multilevel-lang
XML 언어 파일의 3차원 배열을 처리하지 못하는 문제 수정
2016-02-05 18:16:30 +09:00
Kijin Sung
3b633d827b Fix PHP lang files for editor module 2016-02-05 18:11:26 +09:00
Kijin Sung
9502105768 Fix PHP lang files for integration search module 2016-02-05 17:55:02 +09:00
Kijin Sung
58df8ae7f5 Fix parsing of XML lang files with 3 or more levels of hierarchy 2016-02-05 17:54:39 +09:00
Kijin Sung
5820f02312 Fix warning about undefined variable in member model 2016-02-05 16:25:27 +09:00
Kijin Sung
a7d586a855 Merge pull request #208 from kijin/pr/fix-lang-object-syntax
파일첨부 등 일부 언어파일이 표시되지 않는 문제 수정
2016-02-05 15:51:27 +09:00
Kijin Sung
497d3f2d22 Fix compatibility with code that uses lang arrays as objects 2016-02-05 15:39:55 +09:00
Kijin Sung
f7aad28d2c Remove remaining references to getDBInfo() 2016-02-05 15:18:31 +09:00
Kijin Sung
9895699591 Decode IDNA when importing default URL 2016-02-05 14:50:47 +09:00
Kijin Sung
e28856bfbb Update DB classes to use new config format 2016-02-05 14:46:55 +09:00
Kijin Sung
6876eac464 Remove unnecessary reference operator from DB and Cache classes 2016-02-05 13:44:19 +09:00
Kijin Sung
b6fa7f825b Merge pull request #206 from kijin/pr/simulate-xmlrpc
exec_xml() 함수로 요청시 request method를 XMLRPC로 지정
2016-02-05 13:03:52 +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
d41516349c Remove use of old db_info in minify_scripts processing 2016-02-05 11:03:43 +09:00
Kijin Sung
f2f7cffdb8 Leave placeholder for installController::makeConfigFile() 2016-02-05 10:41:53 +09:00
Kijin Sung
66d8cbfae7 Set the default timezone as early as possible 2016-02-05 10:36:10 +09:00
Kijin Sung
6eb99c8486 Merge pull request #205 from kijin/pr/css-lint-outline
Travis 테스트 도중 CSS outline 속성에 대해 경고하는 것을 고침
2016-02-05 10:25:18 +09:00
Kijin Sung
054cdc2e98 Merge pull request #204 from kijin/pr/fucking-xml
서버에서 멋대로 XML을 반환하는 경우에도 정상 작동하도록 고침
2016-02-05 10:17:32 +09:00
Kijin Sung
b96bba29eb Fix csslint warning about outline property 2016-02-05 10:16:48 +09:00
Kijin Sung
f902ea8c6f Fix regression from #152 when the server returns XML anyway 2016-02-05 10:06:51 +09:00
Kijin Sung
ae3ab3b897 Add unit tests for Config and DateTime classes 2016-02-05 09:35:04 +09:00
Kijin Sung
89db7c7c7c Load system configuration before Context::init() 2016-02-04 20:41:53 +09:00
Kijin Sung
2cbecff729 Use new datetime configuration in document and comment methods 2016-02-04 19:07:57 +09:00
Kijin Sung
5d8896560e Fix comment style 2016-02-04 17:56:04 +09:00
Kijin Sung
e89a1232b1 Add shortcut function to system configuration 2016-02-04 17:55:38 +09:00
Kijin Sung
acd3b66eff Remove outdated timezone list 2016-02-04 17:52:21 +09:00
Kijin Sung
47a2cacd12 Do not use zgap() in member auth mail expiry routine 2016-02-04 17:45:39 +09:00
Kijin Sung
deb0ad8e1f Miscellaneous adjustments to Context class 2016-02-04 16:43:02 +09:00
Kijin Sung
c123d9c536 Clean up admin menu names for various setting pages 2016-02-04 16:25:48 +09:00
Kijin Sung
6c671600c1 Move admin IP whitelist to Security config page 2016-02-04 16:15:00 +09:00
Kijin Sung
a36bc03970 Simplify FTP configuration using new format 2016-02-04 16:10:52 +09:00
CONORY
ba50e81053 change logo image 2016-02-04 15:35:49 +09:00
Kijin Sung
673cd48db0 Reorganize general configuration in admin module 2016-02-04 14:43:18 +09:00
Kijin Sung
f7191123fd Always use the internal timezone in ztime() function 2016-02-04 09:50:39 +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
MinSoo Kim
d4c3e467c9 Merge pull request #201 from misol/back
되돌림
2016-02-03 22:08:17 +09:00
MinSoo Kim
b7ef319071 되돌림
79955b083c
중 memberAdminController 변경사항 되돌림
2016-02-03 22:06:45 +09:00
Kijin Sung
e971e7a725 Improve time zone selection 2016-02-03 17:54:47 +09:00
Kijin Sung
3c8b586fac Move module_extend cache file out of the config directory 2016-02-03 16:23:32 +09:00
Kijin Sung
54d6385e2a Update unit tests 2016-02-03 15:49:53 +09:00
Kijin Sung
0b1fa79f43 Update installer to use new config format 2016-02-03 15:39:58 +09:00
Kijin Sung
28af7b95cf Do not attempt to save new config if loading failed 2016-02-03 11:31:33 +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