Dominique Fournier Dominique.Fournier
  • Joined on 2020-01-24
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
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-03 21:16:10 +02:00
d34d5a820a PHP 8.2 Deprecated cleaning
528b959859 Dblayeroo : support of objects in foreign parameters
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-04-03 14:53:23 +02:00
793f71265d dblayeroo : Backtrace in DBExceptionMsg was incorrectely written : missing Captial
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-02-08 14:38:21 +01:00
06510446d4 Xdiff : PHP8.2 Deprecated : trim must not receive a null parameter
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-02-07 23:35:19 +01:00
47298fc5e5 Route map/get/post... return self and not mixed
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-02-03 07:44:39 +01:00
cfb11c6d4a PHP8.2 : DEPRECATED Syntax
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-01-03 13:21:52 +01:00
535525db1d Robots : values for Allow and Disallow must be empty or start by slash
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2023-01-03 07:50:01 +01:00
a470048b4f PHP8.2 Support with MySQL returning the int val as int instead of string previously
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-12-16 11:43:50 +01:00
c6fbf84899 Dblayeroo : in SQLite, the intergers are now return casted to integer instead of string
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-12-13 15:45:25 +01:00
303a188e7c DbLayeroo : error parenthesis
d5c5806767 Convert: do not block if the $error is a boolean
6ac1889e35 Tests/XdiffTest.php : update the test with Camelcase
b852888d61 Dblayeroo and Dblayer {ENGINE}
Compare 4 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-12-05 21:01:53 +01:00
e8cccfd2ab Array and string offset access syntax with curly braces is deprecated
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-11-28 13:43:24 +01:00
e8011de821 Console : remove the @list
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-11-28 13:30:35 +01:00
0c5145e838 IPaddresses : remove the @list and use tmp variable