rhymix/common/framework
2023-10-15 02:55:53 +09:00
..
drivers Fix #1933 enable sending FCM message without the "notification" field 2023-08-03 22:44:27 +09:00
exceptions Rename all common/framework source files to be case-sensitive 2022-12-26 16:13:09 +09:00
filters Remove unnecessary special treatment of -srl attributes 2023-10-06 22:50:40 +09:00
helpers Fix DBStmtHelper compatibility with PHP <= 7.4 2023-09-27 23:51:07 +09:00
parsers Use the same extension when including template file in v2 2023-10-15 02:55:53 +09:00
Cache.php Fix incorrect or missing type declarations in Cache and DB classes 2023-09-26 11:09:55 +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
DateTime.php Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
DB.php Clarify return types of DB::prepare() and DB::query() 2023-09-27 23:33:06 +09:00
Debug.php Fix all async HTTP requests being treated as slow 2023-10-10 11:15:30 +09:00
Exception.php Remove trailing whitespace 2023-01-17 20:57:44 +09:00
Formatter.php Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
HTTP.php Move proxy setting to HTTP::_createClient() 2023-05-01 22:26:16 +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 Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
Korea.php Add type hints and use class constants where applicable in Rhymix Framework 2023-10-03 02:33:24 +09:00
Lang.php Fix type error in Context::loadLang() 2023-10-03 11:50:00 +09:00
Mail.php Clean up missing or inconsistent types in Mail, SMS, Push classes 2023-10-03 15:05:06 +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 Add type hints and use class constants instead of protected properties (continued) 2023-10-03 02:55:24 +09:00
Push.php Clean up missing or inconsistent types in Mail, SMS, Push classes 2023-10-03 15:05:06 +09:00
Router.php Make Router::parseURL() return a consistent type and format for all action properties 2023-08-30 22:58:05 +09:00
Security.php Support both UUIDv4 and UUIDv7 in Security::getRandomUUID() 2023-10-03 19:22:04 +09:00
Session.php Don't set timezone in session until somebody calls setTimezone(), allowing fallback to system default timezone 2023-10-08 01:30:41 +09:00
SMS.php Clean up missing or inconsistent types in Mail, SMS, Push classes 2023-10-03 15:05:06 +09:00
Storage.php Clean up missing or inconsistent type declarations in Storage class 2023-10-03 14:26:39 +09:00
Template.php Use the same extension when including template file in v2 2023-10-15 02:55:53 +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 Make UA::getBrowserInfo() return an instance of itself 2023-10-03 14:45:24 +09:00
URL.php Clean up missing or inconsistent types in Timer, UA, URL classes 2023-10-03 14:42:38 +09:00