eesyphp/src
2023-03-01 10:40:00 +01:00
..
Auth Auth\User: add __set() method 2023-02-28 15:55:49 +01:00
App.php Url::add_url_handler(): accept null as $pattern to match the root on the application 2023-02-28 19:07:58 +01:00
Auth.php Auth::set_user(): make method optional. If not provided, do not change session and do not trigger the hook 2023-02-28 16:51:32 +01:00
Check.php Cli: add serve command 2023-02-28 01:36:54 +01:00
Cli.php Cli::handle_args(): Make $core_mode default value as false 2023-02-28 14:57:02 +01:00
Config.php App & Config: add isset() and set() methods 2023-02-27 16:15:30 +01:00
Date.php Fix PHP 7.3 compatibility 2023-02-16 01:53:08 +01:00
Db.php Db: fix debugging query 2023-02-26 13:14:42 +01:00
Email.php I18n: Split translated messages of core and app in discting gettext domains 2023-02-14 01:21:52 +01:00
functions.php Add authentication support 2023-02-25 05:02:27 +01:00
Hook.php Remove useless "use" statments in EesyPHP namespace 2023-01-31 01:00:56 +01:00
HookEvent.php Move hooks stuff in EesyPHP namespace 2023-01-29 19:57:26 +01:00
I18n.php I18n CLI commands: replace --core parameter by Cli::core_mode() 2023-02-28 01:14:37 +01:00
Log.php Log: fix logging the right IP address when install behind a reverse proxy 2023-02-27 23:51:12 +01:00
SentryIntegration.php Add authentication support 2023-02-25 05:02:27 +01:00
SentrySpan.php Move Sentry stuff in EesyPHP namespace 2023-01-29 18:17:50 +01:00
SentryTransaction.php Move Sentry stuff in EesyPHP namespace 2023-01-29 18:17:50 +01:00
Session.php Fix PHP 7.3 compatibility 2023-02-16 01:53:08 +01:00
Tpl.php Tpl: add fetch() method 2023-02-27 18:58:31 +01:00
TplSmartyResource.php Tpl: Add stuff to have multiple templates directories with priority 2023-02-13 00:42:37 +01:00
Url.php Url::add_url_parameter() & Url::add_url_parameters(): $url parameter is now not a reference 2023-03-01 10:40:00 +01:00
UrlRequest.php Add authentication support 2023-02-25 05:02:27 +01:00