Commit graph

15527 commits

Author SHA1 Message Date
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
Kijin Sung
409ab63276 Add IpFilter class that can handle CIDR, IPv6, wildcard ranges 2016-02-02 09:14:31 +09:00
qw5414
0db2dcc68e 닉네임변경이력을 기록하도록 함 2016-02-01 20:48:59 +09:00
Kijin Sung
cca5e7cf6b Add CloudFlare IP ranges 2016-02-01 20:18:08 +09:00
Kijin Sung
0012bb296e Add basic exception class 2016-02-01 20:11:46 +09:00
Kijin Sung
66994d35dc Merge pull request #186 from kijin/pr/triggers-from-everywhere
애드온 등에서 트리거에 콜백 함수를 등록할 수 있도록 허용
2016-02-01 16:37:00 +09:00
Kijin Sung
568b78959d Simplify 2016-02-01 16:31:58 +09:00
MinSoo Kim
3f089370fd Merge pull request #7 from rhymix/develop
Develop
2016-02-01 16:13:50 +09:00
Kijin Sung
74ac1e5141 Allow triggers to call arbitrary functions 2016-02-01 15:46:04 +09:00
Kijin Sung
9f35a3c95b Merge pull request #183 from kijin/fuxml/no-xml-lang
XML 제거: 언어 파일을 PHP 방식으로 변경하고 각 언어별로 분리
2016-02-01 15:10:59 +09:00
Kijin Sung
56f4bdaa09 Also autoload common lang files when requested 2016-02-01 15:04:46 +09:00
Kijin Sung
61e1108afb Autoload plugin when language translation is requested 2016-02-01 14:23:53 +09:00
Kijin Sung
693fce7601 Allow plugin name in language keys 2016-02-01 13:43:14 +09:00
Kijin Sung
5c1a68ae16 Keep translations from different sources separate 2016-02-01 13:30:15 +09:00
BJRambo
ba89ec246b Merge pull request #185 from SoneYours/pr/add-slowlog-protect-ip
slowlog 를 원하는 아이피에서만 실행 하도록 개선
2016-02-01 09:20:39 +09:00
qw5414
7e48ea11cf slowlog 를 원하는 아이피에서만 실행 하도록 개선 2016-02-01 08:03:03 +09:00
BJRambo
a37087f48c Merge pull request #184 from SoneYours/pr/fixed-todtjdshsh-mid
'admin' 으로 mid를 생성 할 수 있었던 문제점 개선
2016-01-31 22:34:27 +09:00
Kijin Sung
6eb971a290 Fix #181 script error if waiting_obj is accessed too early 2016-01-31 19:15:58 +09:00
qw5414
721557ceaa 'admin' 으로 mid를 생성 할 수 있었던 문제점 개선 2016-01-31 18:28:28 +09:00
Kijin Sung
4797e858b8 Merge branch 'develop' into fuxml/no-xml-lang
Conflicts:
	modules/comment/lang/lang.xml
	modules/document/lang/lang.xml
	modules/member/lang/lang.xml
2016-01-31 16:13:03 +09:00