Dominique Fournier Dominique.Fournier
  • Joined on 2020-01-24
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-11-25 21:58:37 +01:00
61f44abb51 Add var/ into .gitignore
4574b3ec1e Add the phpcs.xml configuration file
f2444f0247 Split all files mith multiple classes into multiple files
Compare 3 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-11-25 21:21:45 +01:00
94deb06f52 PSR12
2d6df0d5f0 Remove all the {{{ and }}} folding
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-11-25 20:30:08 +01:00
b723f47a44 dblayeroo : DEPRECATED Array and string offset access syntax with curly braces is deprecated [dblayeroo.php:1770]
6c9d624d81 Certificationauthority.php : phpstan valid in level 6
3ba6c5435a Certificationauthority : Add phpstan @return values when parameter is null
d7f0c2f6dd Better @return description
ed8449d321 Add the @return types
Compare 11 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-22 10:13:25 +02:00
e2eb34584c Set the @return types correctely
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-22 10:10:43 +02:00
d68e0ac9c1 Dblayer : set the @return with a type
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-21 14:37:35 +02:00
e9dea5b890 Formfield is now external from Form
6fd41a6c0f Formfield added
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-21 14:21:14 +02:00
c4f611c81e Formfield is now with the Camelcase
cb0d01101f Form : use Csrf (instead of csrf)
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-20 13:39:00 +02:00
e0fdda6fb8 README : update composer install method
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-20 13:32:49 +02:00
9e19c31543 README : add composer.json content to install DomFramework from Git repository
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-07-20 13:30:56 +02:00
281aa8c5f4 Composer.json : try to add a Dot in name
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-06-14 16:48:30 +02:00
72b3251b1e Tests/OutputhtmlTest.php : html code is now indented
5f0fdd951f Tests/RobotstxtTest.php : The crawldelay is "null" if not defined in robots.txt file
899221558a Tests/SpfcheckTest.php : Update Fournier38 IP addresses
a60db30785 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated
Compare 4 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2022-04-19 11:07:21 +02:00
42766d07a5 File: lockUN must remve the file from local stack to allow relocking
ffd75a57d4 Console : allow to know if the TTY is enabled (or if the console is called from pipe)
c4031b71f8 Console : manage if Console is called from a pipe (without tty available)
5ff8278ad0 .gitignore php-cs-fixer-cache
3eaffe64f9 Console : Allow to delete char with \b too (ASCII 0x08)
Compare 7 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-19 15:48:02 +02:00
ecc0239106 Outputrest : manage the http_response_code() if set
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-18 12:23:59 +02:00
e7c6833d2d Graph : Use Color in namespace
adafd14564 RobotsTxt : The Crawldelay must not be set to 3s if it doesn't exists in the content of the Robots file
Compare 2 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-10 16:51:48 +02:00
03ede5c375 Update the tools to use the new namespaces
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-10 11:48:55 +02:00
eb30d8ef97 Passage en Namespace et tous les tests fonctionnels OK
536dd0d56b Verify : for the static methods, must use the namespace
55530b055c Update Tests to supports namespaces
ccf0f47c7f Update .gitignore
Compare 4 commits »
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-07 13:47:43 +02:00
cd0cec630c Version : be a class
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-07 13:11:05 +02:00
c09fa961cd Change all the "new class" by "new Class"
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-07 12:19:51 +02:00
c8d275be31 Rename all the files to camelCase and update the class name in the files
Dominique.Fournier pushed to master at Dominique.Fournier/DomFramework 2021-05-07 11:56:54 +02:00
276a5c4cbd Add PSR-4 in composer