Benjamin Renard bn8
  • Joined on 2022-03-29
bn8 pushed to master at bn8/eesyphp 2023-03-05 00:45:33 +01:00
fc29012dce Fix bin/manage rights on new project
bn8 pushed to master at bn8/eesyphp 2023-03-05 00:32:28 +01:00
e550c345cf Upgrade Bootstrap, Fork-Awesome and Jquery libs
bn8 pushed to master at bn8/eesyphp 2023-03-03 10:44:29 +01:00
2229ba1a4f Cli: add -l/--log-file & -C/--console parameters
6faff353d3 Log: try to properly handle log message before initialization
e27c009be8 Log: fix typo when getting CLI log file path
455ec45c3b App: fix handling app's options when substituting variable reference in option value
97f91156de Config::set(): fix setting value in inexisting section
Compare 6 commits »
bn8 pushed to master at bn8/eesyphp 2023-03-02 19:57:15 +01:00
9f213f8065 Tpl: add static_root_url() method
bn8 pushed to master at bn8/eesyphp 2023-03-02 19:23:34 +01:00
5c8e39a6b2 Mail: fix importing PEAR libs
bn8 pushed to master at bn8/eesyphp 2023-03-02 19:22:30 +01:00
becb9ad366 example: add example of how to use Db get_one() & get_many() helpers
2584a59123 Db: add helpers for simple query
Compare 2 commits »
bn8 pushed to master at bn8/eesyphp 2023-03-02 15:03:49 +01:00
51762bd359 example: add App class usage example
80f41c5327 Tpl: add register_class method and make App class available in templates
Compare 2 commits »
bn8 pushed to master at bn8/eesyphp 2023-03-02 10:53:44 +01:00
5ca3208c91 Set upload_tmp_directory & upload_max_filesize INI parameters after log initialized
bn8 pushed to master at bn8/eesyphp 2023-03-01 19:07:57 +01:00
7166e63032 Config: add traces in ini_set()
77deb947db Db: add set_autocommit() method
Compare 2 commits »
bn8 pushed to master at bn8/eesyphp 2023-03-01 16:22:53 +01:00
83f1445799 Make core libs set their default config values in App
bn8 pushed to master at bn8/eesyphp 2023-03-01 14:17:23 +01:00
1e59f1b815 Config: add ini_set() helper method
41fe069fe9 Config: fix set() method
Compare 2 commits »
bn8 pushed to master at bn8/eesyphp 2023-03-01 11:55:54 +01:00
21b425e32b Log: when PHP cli-server is running, log on console
bn8 pushed to master at bn8/eesyphp 2023-03-01 11:23:55 +01:00
b679783fb8 Add App::keys() method
bn8 pushed to master at bn8/eesyphp 2023-03-01 11:06:26 +01:00
df4df3f746 Some adjustments to make App properly initializable in phpstan context
bn8 pushed to master at bn8/eesyphp 2023-03-01 11:04:54 +01:00
79cdf794ac Some adjustments to make App properly initializable in phpstan context
bn8 pushed to master at bn8/eesyphp 2023-03-01 11:03:04 +01:00
b100359b63 Some adjustments to make App properly initializable in phpstan context
bn8 pushed to master at bn8/eesyphp 2023-03-01 10:40:09 +01:00
508dda6562 Url::add_url_parameter() & Url::add_url_parameters(): $url parameter is now not a reference
bn8 pushed to master at bn8/eesyphp 2023-02-28 20:52:36 +01:00
2bf05291fe example: Improve smarty_table_ordered_th function
bn8 pushed to master at bn8/eesyphp 2023-02-28 19:44:08 +01:00
7f2644b46a Url: add before_handling_request & after_handling_request hooks
bn8 pushed to master at bn8/eesyphp 2023-02-28 19:08:08 +01:00
f16f433326 Url::add_url_handler(): accept null as $pattern to match the root on the application