Commit graph

15214 commits

Author SHA1 Message Date
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
Kijin Sung
c23a1949cc Merge pull request #378 from kijin/pr/url-conversion
경로↔URL 변환 및 정리 함수 추가
2016-03-16 16:09:38 +09:00
Kijin Sung
94859b1046 Improve performance of FilenameFilter::cleanPath() 2016-03-16 15:25:32 +09:00
Kijin Sung
f42ba59a22 Merge pull request #381 from kijin/pr/new-message-flag-fix
#380 새 메시지 플래그 파일 처리 오류 수정
2016-03-16 14:55:39 +09:00
Kijin Sung
5a3893be5e Do not display notification if we are already on the message view 2016-03-16 14:51:58 +09:00
Kijin Sung
488704acf0 Move trigger to moduleObject.proc.after for better consistency 2016-03-16 14:48:54 +09:00
Kijin Sung
4b2bced0eb Fix URL in new message notification 2016-03-16 14:39:53 +09:00
Kijin Sung
54795421fe Fix styles of new message notification 2016-03-16 14:20:51 +09:00
Kijin Sung
5ead23ae79 Update new message flag file when reading message 2016-03-16 14:18:37 +09:00
Kijin Sung
b890f9f42e Consistently update the new message flag file 2016-03-16 14:14:41 +09:00
Kijin Sung
3c031cd5fa Merge pull request #379 from kijin/pr/fix-functions-test
전역 함수의 자잘한 버그 수정 및 유닛 테스트 추가
2016-03-16 11:49:56 +09:00
Kijin Sung
d325ef99bc Add unit tests for some legacy tests, too 2016-03-16 11:36:36 +09:00
Kijin Sung
f9ea115c19 Fix some minor bugs in global functions and add unit tests 2016-03-16 10:09:48 +09:00
Kijin Sung
ca7a7b64ea Use a more realistic server environment in unit tests 2016-03-16 09:13:31 +09:00