Commit graph

13 commits

Author SHA1 Message Date
4f47dc056d Tpl: Add stuff to handle static files
* Move example application in example sub-directory
* Widely use App::get() instead of Config::get()
2023-02-12 00:30:36 +01:00
93c38689db Fix moving common helper functions to EesyPHP namespace 2023-01-31 00:58:26 +01:00
d30abeb008 Move date parse/format helpers in dedicated class in EesyPHP namespace 2023-01-31 00:56:44 +01:00
1fff8f0af4 Move templating stuff in EesyPHP namespace 2023-01-31 00:30:04 +01:00
15c2acee08 Move session stuff in EesyPHP namespace 2023-01-29 22:34:43 +01:00
27af166466 Move Url stuff in EesyPHP namespace 2023-01-29 19:18:10 +01:00
3b45768967 Move functions and logging stuff in EesyPHP namespace 2023-01-29 18:04:49 +01:00
6fdc5447f1 Some improvments from recent works on apps based on its "framework"
* Code cleaning and fix some small errors using Phpstan
* Configure pre-commit to run Phpstan before each commit
* Some little improvments and logging, mail, smarty & URL libs
* Add Sentry integration
* Add Webstat JS code inclusion
* Install Smarty dependency using composer

Breaking changes:
* Rename Event class as HookEvent to avoid conflict with PECL event
* URL with refresh GET parameter now automatically trigger redirection without it
 after page loading to avoid to keep it in URL
2023-01-29 11:51:41 +01:00
Benjamin Renard
efc7352404 Code cleaning 2022-04-24 17:43:44 +02:00
Benjamin Renard
4bb16803bf Fix logging in run_external_command() 2021-10-07 20:47:26 +02:00
Benjamin Renard
e936064b78 Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
Benjamin Renard
ec452a1ff4 Use php-unidecode instead of incomplete without_accent() function 2021-07-28 16:12:01 +02:00
699b7c4d1f Initial version 2020-04-18 00:51:33 +02:00