Kijin Sung
|
447ba08a2c
|
Add password (hidden text) extravar type
|
2016-04-24 23:17:43 +09:00 |
|
Kijin Sung
|
2227e0d278
|
Make all cache drivers singleton instances
|
2016-04-24 16:30:20 +09:00 |
|
Kijin Sung
|
9b71df6a01
|
Add Cache::getDriverName() and clean up confusing method names
|
2016-04-24 16:02:54 +09:00 |
|
Kijin Sung
|
3b8db58954
|
Merge branch 'develop' into pr/cache-refactor
Conflicts:
modules/ncenterlite/ncenterlite.controller.php
|
2016-04-23 11:25:32 +09:00 |
|
Kijin Sung
|
ba10c91d0e
|
Change default cache driver to 'dummy' with minimal caching
|
2016-04-22 23:26:04 +09:00 |
|
Kijin Sung
|
49dd1fba33
|
Do not use SQLite cache driver if authentication key has not been set
|
2016-04-22 00:04:51 +09:00 |
|
Kijin Sung
|
115ffa937e
|
Ensure that clear() returns bool in all cache drivers
|
2016-04-21 22:32:33 +09:00 |
|
conory
|
9e2613e1b7
|
CK에디터 소스보기 줄바꿈 문제 수정
https://www.xetown.com/square/262312
|
2016-04-20 22:34:25 +09:00 |
|
conory
|
f930ec74f8
|
시스템 에러 메세지를 출력할 경우 403 HTTP 코드로 설정
|
2016-04-18 23:43:04 +09:00 |
|
Kijin Sung
|
6d324633a5
|
Improve performance of class existence checks
|
2016-04-18 21:05:57 +09:00 |
|
Kijin Sung
|
ba9adb2f6e
|
Fix duplication of key group version in third-party modules
|
2016-04-18 20:55:41 +09:00 |
|
Kijin Sung
|
26c5a18a5b
|
Use simpler syntax for cache groups
|
2016-04-18 20:50:51 +09:00 |
|
Kijin Sung
|
e8d117d2f5
|
Cache group versions internally
|
2016-04-18 17:46:49 +09:00 |
|
Kijin Sung
|
8d733f1928
|
Change internal representation of cache groups
|
2016-04-18 17:41:00 +09:00 |
|
Kijin Sung
|
050a507707
|
Migrate cache configuration format, keeping backward compatibility
|
2016-04-17 19:52:31 +09:00 |
|
Kijin Sung
|
194cf3fa70
|
Enable all cache drivers, and add initial implementation of SQLite driver
|
2016-04-17 17:36:02 +09:00 |
|
Kijin Sung
|
b8db18a242
|
Add dummy cache driver to use if no cache is configured
|
2016-04-17 16:44:38 +09:00 |
|
Kijin Sung
|
ca56ff474f
|
Automatically convert to relative TTL if Unix timestamp is given
|
2016-04-17 16:30:06 +09:00 |
|
Kijin Sung
|
89ae581e55
|
Update admin module to use new Cache system
|
2016-04-17 15:01:42 +09:00 |
|
Kijin Sung
|
568151b5ee
|
Add comments to cache files
|
2016-04-17 14:41:18 +09:00 |
|
Kijin Sung
|
273671cf4e
|
Use file cache if no other cache is configured
|
2016-04-17 12:50:31 +09:00 |
|
Kijin Sung
|
6618593a11
|
Add cache drivers for APC, file, Memcached, Redis, WinCache and XCache
|
2016-04-17 12:49:59 +09:00 |
|
Kijin Sung
|
df641e8bf9
|
Merge branch 'develop' into pr/cache-refactor
|
2016-04-17 11:34:02 +09:00 |
|
Kijin Sung
|
3aab255c0d
|
Always cast the TTL to integer
|
2016-04-17 11:33:38 +09:00 |
|
Kijin Sung
|
6d5480ecfb
|
Add Cache class and CacheInterface for drivers
|
2016-04-17 00:36:25 +09:00 |
|
Kijin Sung
|
3df66f2a1a
|
Clean up notification center and fix mention algorithm
|
2016-04-16 21:32:00 +09:00 |
|
Kijin Sung
|
88ffabfb7c
|
Improve error handling in AJAX requests
|
2016-04-16 17:51:31 +09:00 |
|
Kijin Sung
|
77f44e57a5
|
Use autoload to handle 'Item' classes in modules
|
2016-04-16 17:25:28 +09:00 |
|
Kijin Sung
|
a230e90783
|
Update version number to 1.8.19
|
2016-04-15 16:22:17 +09:00 |
|
MinSoo Kim
|
c3a0086e6c
|
Fix typo...
|
2016-04-14 19:44:57 +09:00 |
|
MinSoo Kim
|
bd482c6881
|
Fix datepicker date-format as yy-mm-dd
XE에서 한국어 언어 파일을 이용해서 사실상 yy-mm-dd 만을 날짜 형식으로 사용했기 때문에, 다국어를 지원하면서 나라마다
다른 형식을 풀어주게 되면, 호환성 문제가 있을 수 있어서 형식을 강제함.
|
2016-04-14 19:30:52 +09:00 |
|
Kijin Sung
|
d772a8df85
|
Completely hide debug button when not in use
|
2016-04-10 15:21:35 +09:00 |
|
Kijin Sung
|
45d17eb9bb
|
Add unit tests for #429 and improve regexp efficiency
|
2016-04-05 19:46:09 +09:00 |
|
conory
|
892f60a0dd
|
아이프레임, 오브젝트 태그 src에서 http 가 없으면 무조건 필터되는 문제 수정
|
2016-04-04 23:30:00 +09:00 |
|
Kijin Sung
|
1cb138fddc
|
Fix double slash in base URL
|
2016-04-01 14:54:29 +09:00 |
|
Kijin Sung
|
921d7d8568
|
Fix incorrect handling of path separator on Windows systems
|
2016-04-01 14:47:34 +09:00 |
|
Kijin Sung
|
188f55a81e
|
Fix incorrect redirect when relative path is given
|
2016-03-27 12:02:55 +09:00 |
|
Kijin Sung
|
69e7ee35d6
|
Add text/markdown MIME type (RFC 7763)
|
2016-03-23 14:19:25 +09:00 |
|
Kijin Sung
|
42f4ce981d
|
Add new Google Maps embed URL to iframe whitelist
|
2016-03-22 15:55:13 +09:00 |
|
Kijin Sung
|
a0d9e1c6ad
|
Remove outdated checks for old PHP versions
|
2016-03-22 11:34:36 +09:00 |
|
Kijin Sung
|
1bf110439a
|
Update Formatter class to use new SCSS compiler
|
2016-03-22 11:29:05 +09:00 |
|
Kijin Sung
|
e34f59a66f
|
Change minimum PHP version to 5.5.9
|
2016-03-22 10:45:27 +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
|
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
|
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 |
|