rhymix/common/framework
2025-12-24 03:07:48 +00:00
..
drivers Merge branch 'rhymix:master' into master 2025-07-15 10:09:11 +09:00
exceptions Rename all common/framework source files to be case-sensitive 2022-12-26 16:13:09 +09:00
filters Remove double extensions from filenames #2556 2025-05-22 23:10:19 +09:00
helpers Add commonly used member properties to SessionHelper class #2279 2024-05-04 20:33:00 +09:00
parsers Fix duplicate hidden input when a form includes mid or act as a <select> 2025-12-17 21:32:03 +09:00
Cache.php Experimental method to clear APC cache from PHP-CLI #2554 #1943 2025-08-24 22:16:39 +09:00
Calendar.php Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
Config.php Fix undefined variable in Config::save() 2023-10-07 13:26:14 +09:00
Cookie.php Remove condition for PHP < 7.3 2024-11-18 23:59:02 +09:00
DateTime.php Fix incorrect timestamp display when timestamp is zero #2621 2025-12-17 11:32:37 +09:00
DB.php Return more information from DB::getColumnInfo() and DB::getIndexInfo() 2025-12-17 16:43:18 +09:00
Debug.php Remove all use of global variables as debug timers 2025-08-20 00:34:57 +09:00
Exception.php Display filename and line of user code when Rhymix\Framework\Exception is thrown 2025-07-22 20:55:29 +09:00
Formatter.php Fix #2550 incorrect handling of absolute URLs in imported SCSS files 2025-05-11 13:46:44 +09:00
HTTP.php Consolidate a few timers into an array in the Debug class 2025-08-20 00:25:20 +09:00
i18n.php Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
Image.php Fix undefined values and other warnings 2025-06-01 18:45:46 +09:00
Korea.php Fix: 한국 MX 레코드 검증시 도메인이 아닌 MX 레코드의 아이피로 검증하도록 수정 2025-07-06 02:49:25 +09:00
Lang.php Fix type error in Context::loadLang() 2023-10-03 11:50:00 +09:00
Mail.php Replce array_first_key() with array_key_first(), etc. 2025-07-12 12:24:20 +09:00
MIME.php Add type hints and use class constants instead of protected properties (continued) 2023-10-03 02:55:24 +09:00
Pagination.php Add type hints and use class constants instead of protected properties (continued) 2023-10-03 02:55:24 +09:00
Password.php Replce array_first_key() with array_key_first(), etc. 2025-07-12 12:24:20 +09:00
Push.php Add $sync parameter to send() method of Mail, SMS and Push classes #2402 2025-03-08 20:50:18 +09:00
Queue.php Implement graceful shutdown for background task runner #2451 2025-05-21 19:04:45 +09:00
Request.php Fix short URL not being produced when some parameters are empty strings 2023-11-08 23:26:16 +09:00
Router.php Replce array_first_key() with array_key_first(), etc. 2025-07-12 12:24:20 +09:00
Security.php Merge remote-tracking branch 'upstream/master' into master 2025-10-27 23:09:27 +09:00
Session.php Consolidate a few timers into an array in the Debug class 2025-08-20 00:25:20 +09:00
SMS.php Add $sync parameter to send() method of Mail, SMS and Push classes #2402 2025-03-08 20:50:18 +09:00
Storage.php Set permissions properly after copying or moving a custom file 2025-06-28 10:20:16 +09:00
Template.php Remove empty class and style attributes when compiling template v2 2025-11-29 11:07:15 +09:00
Timer.php Clean up missing or inconsistent types in Timer, UA, URL classes 2023-10-03 14:42:38 +09:00
UA.php Add meta-externalagent, GoogleOther, etc. to robot list 2024-10-07 22:04:02 +09:00
URL.php Fix fatal error in CLI scripts in PHP 8.4 #2513 2025-03-05 18:48:38 +09:00