| .. |
|
drivers
|
Implement high and low priority for queued tasks #2453
|
2025-05-21 18:33:19 +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
|
Clean up handling of table schemas that are marked as deleted in XML
|
2025-05-23 15:31:02 +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
|
Remove condition for PHP < 7.3
|
2024-11-18 23:59:02 +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
|
Clean up handling of table schemas that are marked as deleted in XML
|
2025-05-23 15:31:02 +09:00 |
|
Debug.php
|
Fix warning that E_STRICT is deprecated in PHP 8.4
|
2025-03-01 15:56:17 +09:00 |
|
Exception.php
|
Remove trailing whitespace
|
2023-01-17 20:57:44 +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
|
Fix incorrect return type when HTTP::download() cannot write to target file or parent directory
|
2025-05-12 12:25:52 +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
|
Add $sync parameter to send() method of Mail, SMS and Push classes #2402
|
2025-03-08 20:50:18 +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
|
Default to best supported password algorithm, although we never fell back to MD5 anyway #2556
|
2025-05-22 22:44:48 +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
|
Enforce that values passed to urlencode() are strings
|
2025-03-08 15:08:42 +09:00 |
|
Security.php
|
Cast to string before verifying untrusted input
|
2025-03-08 14:57:24 +09:00 |
|
Session.php
|
Fix type error when referer is null #2493
|
2025-02-17 22:05:24 +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
|
Fix implicitly nullable argument
|
2025-01-13 21:18:46 +09:00 |
|
Template.php
|
Make _v2_escape() more lenient about types
|
2025-03-31 15:14:58 +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 |