eesyphp/src
2025-04-10 10:21:10 +02:00
..
Auth Auth HTTP: translate realm 2025-04-10 10:21:10 +02:00
Db DbObject: add deleteAll() method 2024-09-19 20:01:41 +02:00
Export Add CSV export 2024-02-18 18:27:59 +01:00
App.php Remove upload_max_filesize stuff since is not possible to change it at runtime 2024-12-13 15:55:36 +01:00
Auth.php Auth: add reload() method to refresh authenticated user's info 2025-03-19 17:38:40 +01:00
Check.php Check: add regex() 2024-02-21 10:12:09 +01:00
Cli.php CLI serve command: fix default public root URL 2025-03-27 09:59:12 +01:00
Config.php cast(): add callable cast type 2025-03-19 17:38:40 +01:00
Date.php Db object / AttrTimestamp: add support of millisecond / microsecond 2024-08-03 13:34:06 +02:00
Db.php Db: add option to enable foreign keys support on SQLite backend 2024-09-21 10:13:39 +02:00
Email.php Email: add support of email templates 2025-01-25 17:10:28 +01:00
functions.php Fix using I18n::_() instead of _() in core code 2025-03-21 00:05:04 +01:00
Hook.php Introduce new pre-commit hooks and code cleaning 2024-01-23 19:23:10 +01:00
HookEvent.php Fix some PHPstan warnings for PHP 8 support 2023-07-26 17:08:21 +02:00
I18n.php I18n: fix handling plural messages in po2json 2025-04-10 10:21:09 +02:00
Log.php Log: add exclude_message_patterns parameter 2025-03-08 17:18:50 +01:00
SentryIntegration.php SentryIntegration: send logged errors (fatal only by default) 2024-12-13 15:55:35 +01:00
SentrySpan.php Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method 2023-07-26 17:02:28 +02:00
SentryTransaction.php Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method 2023-07-26 17:02:28 +02:00
Session.php Fix some PHPstan warnings for PHP 8 support 2023-07-26 17:08:21 +02:00
Tpl.php Tpl: add some useful URL modifiers and Check class 2025-04-10 10:21:10 +02:00
TplSmartyResource.php Introduce new pre-commit hooks and code cleaning 2024-01-23 19:23:10 +01:00
Url.php Add Url::message_page() 2025-03-19 17:38:39 +01:00
UrlRequest.php UrlRequest: rename get_param() as get_url_param() and add get_param() method to easily retreive request parameter form $_GET, $_POST and JSON body according to request method 2025-03-21 00:05:03 +01:00