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 |
|
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
|
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 |
|
qw5414
|
7e48ea11cf
|
slowlog 를 원하는 아이피에서만 실행 하도록 개선
|
2016-02-01 08:03:03 +09:00 |
|
Kijin Sung
|
6eb971a290
|
Fix #181 script error if waiting_obj is accessed too early
|
2016-01-31 19:15:58 +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 |
|
Kijin Sung
|
5b09fcc818
|
Convert XML lang in common/lang folder to PHP
|
2016-01-31 15:46:34 +09:00 |
|
Kijin Sung
|
8b1160c320
|
Add batch converter for language files
|
2016-01-31 15:37:29 +09:00 |
|
Kijin Sung
|
fe121a0f18
|
Improve array handling in lang parser
|
2016-01-31 15:27:02 +09:00 |
|
Kijin Sung
|
1eba1a6f12
|
Add option to specify the output filename when converting languages
|
2016-01-31 14:56:01 +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
|
a39e0b0993
|
Alias 'jp' to 'ja' for backward compatibility
|
2016-01-30 22:32:33 +09:00 |
|
MinSoo Kim
|
6b263844ad
|
Merge pull request #173 from misol/improvement/charge-with-something
신고/계정 거부에 이유를 적을 수 있게 하는 PR
|
2016-01-29 10:26:47 +09:00 |
|
MinSoo Kim
|
644ed8eb05
|
신고 선택지 추가, 모바일 신고 환경 개선
- 신고 사유를 선택지 중 선택할 수 있게 함
- 팝업 메뉴의 스타일을 개선하여 모바일에서 적절하게 터치할 수 있게 함.
|
2016-01-28 03:59:26 +09:00 |
|
Kijin Sung
|
663b70929a
|
Revert "Fix #54 Do you want to leave this page? message"
This reverts commit 8ae2dba0b9.
|
2016-01-27 20:03:49 +09:00 |
|
Kijin Sung
|
f1e90df660
|
Fix syntax incompatible with PHP 5.3
|
2016-01-27 17:51:59 +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
|
8ae2dba0b9
|
Fix #54 Do you want to leave this page? message
|
2016-01-27 14:25:12 +09:00 |
|
Kijin Sung
|
9ee739aea7
|
Merge pull request #152 from kijin/fuxml/dont-post-with-xml
XML 제거: 폼 제출시 불필요하게 XML을 사용하지 않도록 변경
|
2016-01-27 13:32:54 +09:00 |
|
Kijin Sung
|
4fe7a5e789
|
Fix excessive display of 'waiting for server response' layer
|
2016-01-26 22:02:20 +09:00 |
|
CONORY
|
f1179c1273
|
Merge pull request #164 from conory/pr/remove_src_act
태그에서 act 가 포함된 url이 무조건 제거되지않도록 변경
|
2016-01-26 20:30:56 +09:00 |
|
MinSoo Kim
|
3c375c807d
|
Merge pull request #163 from misol/improve/save-the-mobile
설문조사 스킨 다듬기 PR
|
2016-01-26 20:00:58 +09:00 |
|
MinSoo Kim
|
eef87175d4
|
common.js 문제 수정
|
2016-01-26 19:56:17 +09:00 |
|
MinSoo Kim
|
22f6aaaed8
|
setFixedPopupSize 개선
테스트 된 브라우저: 파이어폭스, 크롬, 인터넷익스플로러, 엣지
|
2016-01-26 19:50:16 +09:00 |
|
MinSoo Kim
|
5868bc19fc
|
common.js 의 setFixedPopupSize 함수 개선
화면 크기를 벗어나서 리사이징 되지 않도록 수정.
|
2016-01-26 19:21:08 +09:00 |
|