Commit graph

14511 commits

Author SHA1 Message Date
Kijin Sung
3f4f5299cb Disable mysql DB driver and only use mysqli 2016-03-22 11:08:17 +09:00
Kijin Sung
52627de4a3 Change minimum MS SQL version to 10 (2008) 2016-03-22 11:01:53 +09:00
Kijin Sung
df3837ae6f Change minimum CUBRID version to 9.0 2016-03-22 10:56:44 +09:00
Kijin Sung
1873270a59 Change minimum MySQL version to 5.0.7 2016-03-22 10:53:49 +09:00
Kijin Sung
e34f59a66f Change minimum PHP version to 5.5.9 2016-03-22 10:45:27 +09:00
Kijin Sung
501461d010 Merge pull request #398 from kijin/pr/double-friends
친구 추가 및 관리 기능의 버그 수정
2016-03-21 17:04:15 +09:00
Kijin Sung
f79e1601ae Disallow adding oneself as a friend 2016-03-21 16:55:24 +09:00
Kijin Sung
c54f3a61c4 Hide friend group actions if there are no friend groups 2016-03-21 16:54:06 +09:00
Kijin Sung
359cf29dce Disallow duplicate friend registration 2016-03-21 16:53:39 +09:00
Kijin Sung
45b2910cee Fix #397 error while uploading file to an existing directory 2016-03-21 16:18:31 +09:00
Kijin Sung
9e6e7efbfd Merge pull request #390 from kijin/pr/read-write-php-data
PHP 데이터를 파일에 쉽게 쓰고 읽는 함수 추가
2016-03-20 19:58:55 +09:00
Kijin Sung
36bc83680f Add streaming options to Storage::read() and Storage::write() 2016-03-20 19:53:50 +09:00
Kijin Sung
4fa3bf8cfb Add readPHPData() and writePHPData() to Storage class 2016-03-20 19:22:59 +09:00
Kijin Sung
820e29b5ba Expand unit tests for HTMLFilter 2016-03-20 17:20:13 +09:00
Kijin Sung
3ee49c98cc Merge pull request #389 from kijin/develop
유닛 테스트 정리 및 오류 수정
2016-03-20 17:10:46 +09:00
BJRambo
3e4ed888f7 Merge pull request #388 from bjrambo/pr/ncenterlite
fix message language
2016-03-20 15:39:44 +09:00
BJRambo
d8e6fe63f3 fix message language 2016-03-20 15:28:00 +09:00
Kijin Sung
456ec87447 Fix DB connection during unit tests on HHVM 2016-03-20 13:43:00 +09:00
Kijin Sung
0bbe4ac07f Fix timer tests on HHVM 2016-03-20 10:04:03 +09:00
Kijin Sung
eb1c6e33e6 Improve dotfile handling in Storage::readDirectory() on HHVM 2016-03-20 09:54:10 +09:00
Kijin Sung
787bcd658b Improve error handling in PBKDF2 hashing routine 2016-03-20 00:52:17 +09:00
Kijin Sung
770644d114 Improve error handling in MySQL/MySQLi DB drivers 2016-03-20 00:45:20 +09:00
Kijin Sung
5b5c785b19 Do not simply exit on DB connection error 2016-03-20 00:32:31 +09:00
Kijin Sung
e87f91c6d8 Fix Travis errors on PHP 5.3 2016-03-20 00:06:49 +09:00
Kijin Sung
321015e050 Merge pull request #385 from kijin/pr/more-framework-classes
Rhymix Framework 각종 기능 추가
2016-03-20 00:06:01 +09:00
conory
42720d27cd div 태그를 사용하는 일부 에디터 컴포넌트(ex. code_highlighter)가 올바르게 작동하지않는 문제수정 2016-03-19 23:35:36 +09:00
Kijin Sung
37bce0343d Update core classes to refer to UA class for robot detection 2016-03-19 23:32:35 +09:00
Kijin Sung
f1441613a2 Add UA class for mobile device, tablet, and robot detection 2016-03-19 23:28:27 +09:00
BJRambo
1880b7f7fc Merge pull request #383 from bjrambo/pr/ncenterlite
알림센터 모듈을 라이믹스로 흡수 시킴.
2016-03-19 20:49:40 +09:00
BJRambo
966191963e add only message notify to option 2016-03-19 17:09:19 +09:00
BJRambo
ace9c8ea9e fix typo 2016-03-19 16:39:41 +09:00
BJRambo
224c4a8514 fix typo 2016-03-19 16:14:55 +09:00
BJRambo
322aec9fab remove communication notify 2016-03-19 16:14:37 +09:00
BJRambo
3f87cba257 add flag cache files 2016-03-19 15:55:06 +09:00
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