Commit graph

15 commits

Author SHA1 Message Date
Benjamin Renard
3abd2a328b
Introduce new pre-commit hooks and code cleaning 2024-01-23 19:23:10 +01:00
Benjamin Renard
d9451fd66a
Cli::serve: fix/improve handling listen address and add -p/--public-url parameter 2023-07-28 10:46:31 +02:00
Benjamin Renard
8c108d0ebb
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
Benjamin Renard
8d0907b1ba
CLI serve command: add parameters to start Xdebug profiler 2023-03-22 19:18:23 +01:00
Benjamin Renard
32e27b931e
I18n: Move ___() function in functions.php 2023-03-22 18:19:08 +01:00
Benjamin Renard
fc29012dce
Fix bin/manage rights on new project 2023-03-05 00:45:18 +01:00
Benjamin Renard
2229ba1a4f
Cli: add -l/--log-file & -C/--console parameters 2023-03-03 10:44:13 +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
d546bebe49 Cli: add prompt_for_password() helper method 2023-02-28 01:47:12 +01:00
f79be675fb Cli: add serve command 2023-02-28 01:36:54 +01:00
f499087241 Cli: add core_mode() method, set it in handle_args() and add an hook 2023-02-28 01:13:43 +01:00
02b0bbcfad Add CLI command to initialize a new project 2023-02-26 23:53:16 +01:00
73dc860972 I18n: Split translated messages of core and app in discting gettext domains 2023-02-14 01:21:52 +01:00
0eb2c543f1 Remove useless "use" statments in EesyPHP namespace 2023-01-31 01:00:56 +01:00
c8659ea46f Move CLI stuff in EesyPHP namespace 2023-01-30 00:11:26 +01:00