Commit graph

15527 commits

Author SHA1 Message Date
Kijin Sung
5acc339184 Add i18n class and world country list 2016-03-19 15:17:59 +09:00
BJRambo
91f42df55d arrange a language file 2016-03-19 14:30:21 +09:00
Kijin Sung
56302f58b4 Fix syntax error in PHP 5.3 2016-03-19 13:12:25 +09:00
Kijin Sung
cd057527ac Add Korea class and Korean IP range database 2016-03-19 13:01:54 +09:00
conory
dd91f177c3 쪽지를 읽어도 알림이 사라지지않는 문제수정 2016-03-19 10:32:35 +09:00
Kijin Sung
45457cbb55 Fix indentation in HTMLFilter class 2016-03-18 23:03:50 +09:00
Kijin Sung
b4002e70de Add more HTTP response codes to ModuleHandler 2016-03-18 23:03:25 +09:00
CONORY
9bf5daf180 Merge pull request #387 from conory/pr/fileupload_input
본문 삽입시 URL을 상대경로로 변경
2016-03-18 21:43:32 +09:00
Kijin Sung
740de5caf3 Replace FileHandler calls and other paths in Rhymix Framework 2016-03-18 21:03:22 +09:00
Kijin Sung
89bd526a13 Refactor FileHandler to call Storage class internally 2016-03-18 20:54:04 +09:00
conory
dc79c3ea9d 좀 더 정확하게 파일 경로 지정 2016-03-18 20:37:16 +09:00
conory
7125cf0e12 본문 삽입시 이미지 URL을 상대경로로 변경 2016-03-18 20:14:52 +09:00
Kijin Sung
3e12b0df49 Replace test filename with totally nonexistent ones 2016-03-18 18:14:32 +09:00
Kijin Sung
f718b5a3e4 Add Storage class and unit tests 2016-03-18 18:11:57 +09:00
Kijin Sung
ed50a57f9c Add formatter class and associated unit tests 2016-03-18 14:10:10 +09:00
Kijin Sung
2b008f7be6 Add formatting libraries to composer.json 2016-03-17 20:37:43 +09:00
Kijin Sung
59ee4a7387 Add pagination class 2016-03-17 19:46:32 +09:00
Kijin Sung
97c10ab2cf Add some delays to timer test 2016-03-17 17:45:15 +09:00
Kijin Sung
509893e791 Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
Kijin Sung
475c8d49a9 Fix short array syntax 2016-03-17 17:33:58 +09:00
Kijin Sung
8b55959880 Fix unit tests to accommodate exceptionally long-running tests 2016-03-17 16:24:27 +09:00
Kijin Sung
15a0c591dc Add Calendar class 2016-03-17 16:22:18 +09:00
Kijin Sung
97a1b578a2 Merge pull request #384 from kijin/pr/faster-lang
언어 처리 성능 및 기능 개선
2016-03-17 16:04:53 +09:00
Kijin Sung
63006e025a Add Timer class 2016-03-17 16:04:36 +09:00
Kijin Sung
a9d6cf598d Add MIME class 2016-03-17 15:45:31 +09:00
Kijin Sung
15e3360609 Also support dot notation when setting new language keys 2016-03-17 14:52:05 +09:00
Kijin Sung
ef30f0fa40 Update and expand unit tests for Lang class 2016-03-17 14:19:35 +09:00
Kijin Sung
014e7f13a4 Move string interpolation from __call() to get() 2016-03-17 14:11:33 +09:00
Kijin Sung
09eb7935fa Refactor default language search routine for better performance 2016-03-17 13:58:57 +09:00
BJRambo
ece681bda6 revised language file info Rhymix form. 2016-03-17 13:47:28 +09:00
Kijin Sung
5d13c67cae Merge Lang::getPluginLang() back into Lang::loadDirectory() 2016-03-17 13:29:35 +09:00
BJRambo
d2960ddb9f trigger ModuleObject deleted. 2016-03-17 08:10:07 +09:00
BJRambo
e3e6a3d8f4 fix typo 2016-03-17 08:02:44 +09:00
BJRambo
8e39e77db7 Fixed the position of the comment 2016-03-17 07:55:08 +09:00
BJRambo
e7b21ea2ee 코드를 깔금하게 정리함. 2016-03-17 07:48:18 +09:00
BJRambo
25e491e2fc delete does not use functions. 2016-03-17 07:38:11 +09:00
BJRambo
76a62b0eda delete unused methods. 2016-03-17 07:34:44 +09:00
BJRambo
47da220e43 modify check RX Version. 2016-03-17 07:14:19 +09:00
BJRambo
36d7b83e43 do not check XE Version. 2016-03-17 07:09:48 +09:00
BJRambo
50581484e4 modify __XE_VERSION__ to RX_VERSION 2016-03-17 07:07:39 +09:00
BJRambo
7bcc9658d6 modity XE to Rhymix 2016-03-17 06:58:38 +09:00
BJRambo
07f2656424 Revised methods of improting files. 2016-03-17 06:50:31 +09:00
BJRambo
2bf39091c5 erase code intended to disable a message. 2016-03-17 06:15:57 +09:00
BJRambo
d8ef4bfb37 if use massage notify, communication notify do not use. 2016-03-17 06:13:24 +09:00
BJRambo
7ed2d132d9 delete moduleObject trigger. 2016-03-17 06:06:30 +09:00
BJRambo
826aa8aa36 add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
Kijin Sung
25cf1856a6 Remove duplicate checking of new message flag file 2016-03-16 19:22:53 +09:00
Kijin Sung
9fc1926dc3 Fix disappearing message & friend menu in other places, too 2016-03-16 19:19:53 +09:00
Kijin Sung
e9ca45eac7 Fix disappearing message & friend menu 2016-03-16 19:10:53 +09:00
Kijin Sung
a33b961c62 Do not display HTML error page if the current SAPI is CLI 2016-03-16 16:31:27 +09:00