rhymix/common/framework
2024-10-19 09:59:56 +09:00
..
drivers Merge branch 'rhymix:develop' into develop 2024-10-12 16:08:02 +09:00
exceptions Rename all common/framework source files to be case-sensitive 2022-12-26 16:13:09 +09:00
filters Fix incorrect encoding of filenames with single quotes 2024-10-09 15:37:22 +09:00
helpers Add commonly used member properties to SessionHelper class #2279 2024-05-04 20:33:00 +09:00
parsers Fix #2352 automatically convert relative paths in CSS url() function, only in template v2 2024-05-25 01:34:47 +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
Cookie.php Change default Cookie path to "/" for compatibility with JS function setCookie() 2023-10-24 23:17:01 +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 Fix missing debug info when COUNT(*) query fails 2024-10-08 17:36:23 +09:00
Debug.php Properly record statistics about async and multiple HTTP requests 2024-05-24 23:07:38 +09:00
Exception.php Remove trailing whitespace 2023-01-17 20:57:44 +09:00
Formatter.php 더 다양한 import 문법과 특수문자 대응하여 #2214 보완 2023-11-25 22:30:09 +09:00
HTTP.php Fix warning when HTTP requests are made from outside of a class 2024-05-24 23:19:02 +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 fatal error when trying to resize animated WebP using GD 2024-03-19 22:15:13 +09:00
Korea.php Fix incorrect recognition of 0507 phone numbers 2023-12-04 17:33:52 +09:00
Lang.php Fix type error in Context::loadLang() 2023-10-03 11:50:00 +09:00
Mail.php Integrate Mail and SMS with Queue 2024-10-10 23:46:25 +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 Integrate Push with Queue 2024-10-10 23:54:53 +09:00
Queue.php Implement multiprocessing, and try to make webcron more resilient 2024-10-10 23:22:42 +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 Support more HTTP methods #2287 2024-03-24 22:57:07 +09:00
Security.php Update Security.php 2024-10-19 09:59:56 +09:00
Session.php Fix Session::getValidityInfo() sometimes returning a non-object 2024-03-19 22:17:32 +09:00
SMS.php Integrate Mail and SMS with Queue 2024-10-10 23:46:25 +09:00
Storage.php Fix UnexpectedValueException if there are permission problems deep inside a directory tree 2024-02-04 22:51:57 +09:00
Template.php Fix #2352 make $tpl_path in templates backward compatible with XE 2024-05-25 01:03:38 +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 Add R\F\URL::getCurrentDomain() 2024-05-27 01:43:04 +09:00