Commit graph

14546 commits

Author SHA1 Message Date
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
Kijin Sung
0fba6ea226 Miscellaneous fixes to new config handling 2016-02-03 11:16:49 +09:00
BJRambo
637a5268e7 Merge pull request #193 from SoneYours/develop
security
2016-02-03 05:54:48 +09:00
qw5414
0602cf04be security 2016-02-03 05:53:06 +09:00
BJRambo
b6c78e3924 Merge pull request #188 from SoneYours/pr/add-nickname-log
닉네임변경이력을 기록하도록 함
2016-02-03 05:45:39 +09:00
qw5414
4ed47681d7 기타 코드정리... 2016-02-03 05:30:18 +09:00
qw5414
d02fa4981e 관리권한이 없는 유저가 다른 유저의 변경이력을 볼 수 있는 문제점개선 2016-02-03 05:26:04 +09:00
qw5414
7af044933f 모바일 페이지 추가 2016-02-03 05:15:20 +09:00
Kijin Sung
ff3600b63c Add default configuration and converter 2016-02-02 21:15:31 +09:00
CONORY
d062597d9b #192 Fix getCoverImage 2016-02-02 15:32:58 +09:00
Kijin Sung
e808a23580 Merge pull request #191 from kijin/pr/lang-tests
언어 클래스를 위한 유닛 테스트 작성
2016-02-02 11:34:09 +09:00
Kijin Sung
474c8b0901 Add some basic unit tests for the Lang class 2016-02-02 11:23:09 +09:00
Kijin Sung
0cdaf31745 Merge pull request #190 from kijin/pr/cloudflare-ip-fix
클라우드플레어 사용시 실제 방문자 IP를 자동 감지
2016-02-02 11:10:40 +09:00
Kijin Sung
767ba0bb62 Add unit tests for CloudFlare real IP method 2016-02-02 09:36:32 +09:00
Kijin Sung
343ad39b79 Add method to get real IP from CloudFlare headers 2016-02-02 09:30:00 +09:00
Kijin Sung
c23ebdb4aa Add tests for IpFilter class and legacy compatibility 2016-02-02 09:15:29 +09:00
Kijin Sung
b47abe8d12 Update old IpFilter class to call the new class internally 2016-02-02 09:15:07 +09:00