Commit graph

1170 commits

Author SHA1 Message Date
Kijin Sung
a26b17d012 The default URL is always defined 2016-02-12 11:20:45 +09:00
Kijin Sung
a75eb80f8e Add getInternalDateTime() and getDisplayDateTime() functions 2016-02-12 09:09:27 +09:00
Kijin Sung
b7c921bd0a Add DateTime::formatTimestamp() method using the internal timezone 2016-02-12 09:09:03 +09:00
Kijin Sung
540e1ff9d5 Fix getTimeGap() to return more accurate results 2016-02-12 08:51:21 +09:00
Kijin Sung
96dfdfc840 Merge branch 'develop' into pr/extra-timezones 2016-02-12 08:31:43 +09:00
conory
8dffa0ad93 getTimeGap()에서 타임존으로 인하여 잘못된 시간이 표시된 문제 수정2 2016-02-11 22:36:22 +09:00
Kijin Sung
aaa3e25ad5 Implement more precise timezone handling in edge cases 2016-02-11 21:27:36 +09:00
conory
7881463ac7 getTimeGap()에서 타임존으로 인하여 잘못된 시간이 표시된 문제 수정 2016-02-11 19:01:55 +09:00
Kijin Sung
646159e679 Set use_mobile_view to 'true' if previous setting does not exist at all 2016-02-10 09:33:24 +09:00
Kijin Sung
605fdec1a2 Allow sitelock immediately after install (#160) 2016-02-08 22:00:17 +09:00
Kijin Sung
a499aa0d1f Fix inconsistent capitalization of Rhymix 2016-02-08 16:31:10 +09:00
Kijin Sung
8a7f509a1a Separate XML lang parser into its own class 2016-02-08 15:46:48 +09:00
Kijin Sung
95bafb094b Clean up config juggling routines 2016-02-08 15:39:28 +09:00
Kijin Sung
bb888a5037 Change nonsense English translation 2016-02-07 22:41:49 +09:00
Kijin Sung
005d507bfa Do not convert date format automatically 2016-02-07 22:39:27 +09:00
Kijin Sung
e55504e1f4 Merge branch 'develop' into pr/new-config-format
Conflicts:
	common/legacy.php
2016-02-07 22:15:27 +09:00
conory
d5260bab0d zdate()에서 잘못된 배열처리로 인한 오류 수정 2016-02-07 18:30:53 +09:00
Kijin Sung
0e25456770 Fix failure to display editor skin list 2016-02-06 22:41:55 +09:00
Kijin Sung
78cb8aea17 Merge branch 'develop' into pr/new-config-format 2016-02-06 21:12:10 +09:00
MinSoo Kim
f9987347a5 class 명을 기존 jPicker 와 달리 써서 충돌 회피
혹시 한 페이지에 함께 불러오더라도 충돌을 회피함.
2016-02-06 18:46:02 +09:00
MinSoo Kim
3288d504d2 Spectrum 컬러피커 추가 등
- MIT 라이선스의 Spectrum 컬러피커 추가. (기존 jPicker를 대체 - 파일은 그대로 두어서 의존성 문제 회피)
- 색상 선택하는 부분을 전반적으로 다듬음
2016-02-06 17:53:53 +09:00
Kijin Sung
3c9429896a Merge branch 'develop' into pr/new-config-format 2016-02-06 12:53:53 +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
MinSoo Kim
8de3dfb4e8 모바일이나 HTML5 를 잘 지원하는 환경에서 에디터 컴포넌트 사용 개선
- 폭이 좁은 화면에서도 기본 에디터 컴포넌트를 편하게 사용할 수 있게 개선
- 컬러피커가 내장된 HTML5 지원 브라우저에서는 내장된 컬러피커를 이용하도록 개선(type=color 인 경우)
- input type=number, type=url 등을 지원하는 브라우저에서 조금 더 편리하게 컴포넌트 항목을 다루도록 수정
- 갤러리 컴포넌트가 확장자 대문자인 경우 이미지를 표시하지 못하던 문제 수정.
2016-02-05 23:36:58 +09:00
Kijin Sung
a80468fc25 Allow changing system config with config() function 2016-02-05 23:17:21 +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
58df8ae7f5 Fix parsing of XML lang files with 3 or more levels of hierarchy 2016-02-05 17:54:39 +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
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
0c2c0d2b19 Set request method to XMLRPC if called via exec_xml() 2016-02-05 11:41:27 +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
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
89db7c7c7c Load system configuration before Context::init() 2016-02-04 20:41:53 +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
a36bc03970 Simplify FTP configuration using new format 2016-02-04 16:10:52 +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
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
0fba6ea226 Miscellaneous fixes to new config handling 2016-02-03 11:16:49 +09:00
Kijin Sung
ff3600b63c Add default configuration and converter 2016-02-02 21:15:31 +09:00
Kijin Sung
343ad39b79 Add method to get real IP from CloudFlare headers 2016-02-02 09:30:00 +09:00
Kijin Sung
409ab63276 Add IpFilter class that can handle CIDR, IPv6, wildcard ranges 2016-02-02 09:14:31 +09:00