Dominique Fournier Dominique.Fournier
  • Joined on 2020-01-24
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2025-10-03 08:15:57 +02:00
35534549fe Smtp : il there is a connection error, reset the connection socket to not send multiple packets to closed socket (and generate associated errors)
Dominique.Fournier pushed to master at Dominique.Fournier/Domcheck 2025-10-02 11:35:37 +02:00
a03063095e Start packaging 0.29
Dominique.Fournier pushed to master at Dominique.Fournier/Domcheck 2025-10-02 11:33:42 +02:00
69aff594c6 Update .gitignore to add tags file
Dominique.Fournier pushed to master at Dominique.Fournier/Domcheck 2025-10-02 11:33:19 +02:00
7e92d5480f In Systemd, runlevel returns "unknown" and generate errors. Use strings (but do not detect if the system is booting)
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2025-09-12 11:53:22 +02:00
8b1faf795c PHP8.4 Deprecation stream_context_set_option -> stream_context_set_options
b2a4cbff01 TcpclientTest : change from Google to Fournier38.fr (no default redirect on Fournier38.fr)
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/Domcheck 2024-11-05 18:13:55 +01:00
2bbff4b3ea version update
Dominique.Fournier pushed to master at Dominique.Fournier/Domcheck 2024-11-05 18:12:37 +01:00
8a74df0366 Ubuntu minimized : put the configuration file directely in install
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-06-30 09:46:42 +02:00
8656362f0d Logger : Deprectation PHP8.2 : openlog want a valid flag and not null
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-06-26 21:40:21 +02:00
fa7de7c6c4 Language : allow to load the DomFramework locale correctely
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-06-23 07:38:07 +02:00
d86b69ce61 Form : do not use an error array if there is no error and the array is false
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-06-20 08:39:50 +02:00
46979352b8 Form/Formfield : Add the return types for the methods
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-05-15 08:38:36 +02:00
9f028ac798 FormField : property formTemplate must be public and not private (used by Form)
7cbbec7f81 phpstan
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-14 21:16:32 +02:00
a2e103c32f Dblayeroo and Dblayer : {ENGINE} -> ENGINE to be PHP lintable in all the cases
2f4461f8d9 dblayoo : checkRealTypes as changed to CamelCase : update tests
5b56197aaa phpstan
Compare 3 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 22:48:42 +02:00
84e2b419c8 Update .php-cs-fixer.dist.php : add Tests and tools directories
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 22:46:57 +02:00
3490efe88b Formfield : php-cs-fixer : too much space in concat
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 22:43:33 +02:00
0e014c6829 phpstan l1 (incomplete)
273db5f183 Tests are now compliant with php-cs-fixer (CamelCase for method, phpdoc valid)
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 22:11:06 +02:00
b017700d0a Password test : Blowfish has now more than 24 chars length
8fbd8da199 Password : Blowfish need more salt entropy (25 chars instead of 16)
803d4c3718 dbjsonDecode : php5 -> php
e719b3e11c Update "tools" directory to be compliant with the php-cs-fixer
ba83207264 Update .php-cs-fixer.dist.php to add space before and after . operator
Compare 8 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 16:54:23 +02:00
57cc0b261a phpstan for all
660bef00a2 Class referenced with incorrect case
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-13 14:12:52 +02:00
b6a849627c Using ${var} in strings is deprecated, use {$var} instead
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-04 12:11:19 +02:00
03c5c78ed7 Dblayeroo : when creating the tables, if the foreign keys are an object, do not crash