Commit graph

131 commits

Author SHA1 Message Date
Benjamin Renard 2584a59123
Db: add helpers for simple query 2023-03-02 19:16:54 +01:00
Benjamin Renard 51762bd359
example: add App class usage example 2023-03-02 15:03:42 +01:00
Benjamin Renard 80f41c5327
Tpl: add register_class method and make App class available in templates 2023-03-02 15:02:59 +01:00
Benjamin Renard 5ca3208c91
Set upload_tmp_directory & upload_max_filesize INI parameters after log initialized 2023-03-02 10:53:22 +01:00
Benjamin Renard 7166e63032
Config: add traces in ini_set() 2023-03-01 19:07:50 +01:00
Benjamin Renard 77deb947db
Db: add set_autocommit() method 2023-03-01 19:07:19 +01:00
Benjamin Renard 83f1445799
Make core libs set their default config values in App
This permit to homogenize the method to store it and permit an access to 
all config default values.
Futhermore, core libs init() methods now does not handle parameters: all 
are taken from config.
2023-03-01 16:22:11 +01:00
Benjamin Renard 1e59f1b815
Config: add ini_set() helper method 2023-03-01 14:17:15 +01:00
Benjamin Renard 41fe069fe9
Config: fix set() method 2023-03-01 12:30:59 +01:00
Benjamin Renard 21b425e32b
Log: when PHP cli-server is running, log on console 2023-03-01 11:55:46 +01:00
Benjamin Renard b679783fb8
Add App::keys() method 2023-03-01 11:23:48 +01:00
Benjamin Renard df4df3f746
Some adjustments to make App properly initializable in phpstan context 2023-03-01 11:06:22 +01:00
Benjamin Renard 508dda6562
Url::add_url_parameter() & Url::add_url_parameters(): $url parameter is now not a reference 2023-03-01 10:40:00 +01:00
Benjamin Renard 2bf05291fe
example: Improve smarty_table_ordered_th function 2023-02-28 20:52:29 +01:00
Benjamin Renard 7f2644b46a
Url: add before_handling_request & after_handling_request hooks 2023-02-28 19:44:01 +01:00
Benjamin Renard f16f433326
Url::add_url_handler(): accept null as $pattern to match the root on the application 2023-02-28 19:07:58 +01:00
Benjamin Renard 4ff9aa71ad
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
Benjamin Renard 37eab5d49f
Auth\User: add __set() method 2023-02-28 15:55:49 +01:00
Benjamin Renard b9a5a60dc9
Auth\Ldap: Improve attribute mapping 2023-02-28 15:34:35 +01:00
Benjamin Renard 87e9236af1
Cli::handle_args(): Make $core_mode default value as false
To avoid to have to have to explicitly set in non core mode.
2023-02-28 14:57:02 +01:00
Benjamin Renard 1409362d8e I18n: do not track temporary pot files 2023-02-28 01:52:07 +01:00
Benjamin Renard d546bebe49 Cli: add prompt_for_password() helper method 2023-02-28 01:47:12 +01:00
Benjamin Renard f79be675fb Cli: add serve command 2023-02-28 01:36:54 +01:00
Benjamin Renard c626bc177a I18n CLI commands: replace --core parameter by Cli::core_mode() 2023-02-28 01:14:37 +01:00
Benjamin Renard f499087241 Cli: add core_mode() method, set it in handle_args() and add an hook 2023-02-28 01:13:43 +01:00
Benjamin Renard 6aa4113310 Log: fix logging the right IP address when install behind a reverse proxy 2023-02-27 23:51:12 +01:00
Benjamin Renard bb62e5b53b Log: log an error when fail to open log file and add error_log() fallback 2023-02-27 23:51:12 +01:00
Benjamin Renard c55e29d1fa
Url: add add_url_parameters() method 2023-02-27 19:32:12 +01:00
Benjamin Renard 24e3101dd0
Tpl: add fetch() method 2023-02-27 18:58:31 +01:00
Benjamin Renard 3742ce7448
Tpl::display(): add success event info on success hook and fix triggering it (and sentry span finish) on error 2023-02-27 18:53:40 +01:00
Benjamin Renard de0763c5f6
Log: add filepath() method 2023-02-27 18:09:15 +01:00
Benjamin Renard 4f46c38643
Add possibility to define config parameters default value in app's options 2023-02-27 17:52:51 +01:00
Benjamin Renard 7e8b6ee5f2
App::isset(): remove unused parameter $config 2023-02-27 17:44:19 +01:00
Benjamin Renard eea359056b
Tpl: defaulty define upload_max_filesize variable from config 2023-02-27 16:58:28 +01:00
Benjamin Renard 765844bee9
Move handling webstats_js_code parameter in core code 2023-02-27 16:35:35 +01:00
Benjamin Renard c346252f55
App: add upload_max_filesize config parameter to set upload_max_filesize & upload_max_filesize 2023-02-27 16:15:47 +01:00
Benjamin Renard d461b28b7d
App & Config: add isset() and set() methods 2023-02-27 16:15:30 +01:00
Benjamin Renard 227e7bba7f
skel: add missing static directory 2023-02-27 14:46:33 +01:00
Benjamin Renard 9798fab49d Auth: add logged_in_from_session hook 2023-02-27 13:22:53 +01:00
Benjamin Renard 40fc2f8c75 Auth\Cas: fix handling fake_authenticated_user 2023-02-27 13:06:34 +01:00
Benjamin Renard 02b0bbcfad Add CLI command to initialize a new project 2023-02-26 23:53:16 +01:00
Benjamin Renard 4fae41d1ea Url::remove_trailing_slash(): improve method 2023-02-26 23:41:55 +01:00
Benjamin Renard bc54dd93e2 Fix loading autoload.php file in CLI eesyphp tool 2023-02-26 23:41:45 +01:00
Benjamin Renard 1f93f6a885 Update README file 2023-02-26 18:56:36 +01:00
Benjamin Renard 909737a059 Rename the project author to allow to publish it on packagist.org 2023-02-26 18:38:57 +01:00
Benjamin Renard 460d6f788a Add Auth Db backend 2023-02-26 13:15:31 +01:00
Benjamin Renard 895d27c21b Db: fix debugging query 2023-02-26 13:14:42 +01:00
Benjamin Renard 32457c5f97 example: fix small error report by phpstan 2023-02-25 17:19:39 +01:00
Benjamin Renard 6a810bf75a I18n: fix handling core mode in po2json() 2023-02-25 17:19:17 +01:00
Benjamin Renard ab19389d9a Auth: fix some translation errors 2023-02-25 17:18:51 +01:00