rhymix/common/framework
Kijin Sung f46d6a542a Fix #641 improve reliability of SQLite cache driver
- Disable on Windows
- Explicitly set busy timeout to 0.25 second
- Return appropriate error result on query error
- Use transaction on incr/decr
2016-12-15 00:22:15 +09:00
..
drivers Fix #641 improve reliability of SQLite cache driver 2016-12-15 00:22:15 +09:00
filters Disallow classes in user-submitted content 2016-12-08 17:45:03 +09:00
helpers Improve ConfigHelper::consolidate() to allow use of filters 2016-05-19 21:02:39 +09:00
parsers Import cryptographic signature functions from XE 1.8.23 2016-08-02 16:30:33 +09:00
cache.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
calendar.php Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
config.php Add 'Do not edit' warning to legacy configuration files 2016-05-17 15:06:53 +09:00
datetime.php Add function to get relative timestamp up to many years, with unit tests 2016-05-26 16:41:20 +09:00
debug.php Show query errors in debug panel and error log 2016-12-13 14:09:51 +09:00
exception.php Add basic exception class 2016-02-01 20:11:46 +09:00
formatter.php Fix SCSS import from subdirectory 2016-05-06 11:39:12 +09:00
i18n.php Add i18n class and world country list 2016-03-19 15:17:59 +09:00
korea.php Fix syntax error in PHP 5.3 2016-03-19 13:12:25 +09:00
lang.php Unify lang and locale config files 2016-07-03 23:58:11 +09:00
mail.php Fix minor compatibility bugs, and add unit tests for Mail class 2016-05-23 17:34:40 +09:00
mime.php Add text/markdown MIME type (RFC 7763) 2016-03-23 14:19:25 +09:00
pagination.php Add pagination class 2016-03-17 19:46:32 +09:00
password.php Remove outdated checks for old PHP versions 2016-03-22 11:34:36 +09:00
security.php Fix #593 incorrect result from checkCSRF() in GET+JSON request 2016-09-25 12:35:50 +09:00
sms.php Allow adding arbitrary extra vars to SMS 2016-12-03 16:41:02 +09:00
storage.php Fix error when writing an empty file 2016-07-18 21:34:53 +09:00
timer.php Fix short array syntax 2016-03-17 17:33:58 +09:00
ua.php Add more edge cases and tests, always default to Mozilla/X.X 2016-06-26 17:25:59 +09:00
url.php Add URL-to-path and clean path conversion 2016-03-15 13:48:07 +09:00