Commit Graph

1454 Commits

Author SHA1 Message Date
Dominique FOURNIER cfb11c6d4a PHP8.2 : DEPRECATED Syntax 2023-02-03 07:44:19 +01:00
Dominique FOURNIER 535525db1d Robots : values for Allow and Disallow must be empty or start by slash 2023-01-03 13:20:21 +01:00
Dominique.Fournier a470048b4f PHP8.2 Support with MySQL returning the int val as int instead of string previously 2023-01-02 21:32:29 +01:00
Dominique FOURNIER c6fbf84899 Dblayeroo : in SQLite, the intergers are now return casted to integer instead of string 2022-12-16 11:02:30 +01:00
Dominique FOURNIER 303a188e7c DbLayeroo : error parenthesis 2022-12-13 15:43:43 +01:00
Dominique FOURNIER d5c5806767 Convert: do not block if the $error is a boolean 2022-12-13 14:40:05 +01:00
Dominique FOURNIER 6ac1889e35 Tests/XdiffTest.php : update the test with Camelcase 2022-12-13 14:38:04 +01:00
Dominique FOURNIER b852888d61 Dblayeroo and Dblayer {ENGINE} 2022-12-13 14:01:27 +01:00
Dominique FOURNIER e8cccfd2ab Array and string offset access syntax with curly braces is deprecated 2022-12-05 21:01:30 +01:00
Dominique FOURNIER e8011de821 Console : remove the @list 2022-11-28 13:43:10 +01:00
Dominique FOURNIER 0c5145e838 IPaddresses : remove the @list and use tmp variable 2022-11-28 13:30:11 +01:00
Dominique FOURNIER 61f44abb51 Add var/ into .gitignore 2022-11-25 21:58:20 +01:00
Dominique FOURNIER 4574b3ec1e Add the phpcs.xml configuration file 2022-11-25 21:57:55 +01:00
Dominique FOURNIER f2444f0247 Split all files mith multiple classes into multiple files 2022-11-25 21:54:30 +01:00
Dominique FOURNIER 94deb06f52 PSR12 2022-11-25 21:21:30 +01:00
Dominique FOURNIER 2d6df0d5f0 Remove all the {{{ and }}} folding 2022-11-25 20:34:27 +01:00
Dominique FOURNIER b723f47a44 dblayeroo : DEPRECATED Array and string offset access syntax with curly braces is deprecated [dblayeroo.php:1770] 2022-11-17 08:07:49 +01:00
Dominique FOURNIER 6c9d624d81 Certificationauthority.php : phpstan valid in level 6 2022-10-14 21:01:23 +02:00
Dominique FOURNIER 3ba6c5435a Certificationauthority : Add phpstan @return values when parameter is null 2022-09-09 08:34:19 +02:00
Dominique FOURNIER d7f0c2f6dd Better @return description 2022-09-06 16:41:46 +02:00
Dominique FOURNIER ed8449d321 Add the @return types 2022-07-27 10:26:43 +02:00
Dominique FOURNIER 89e26be943 Outputtxt : phpstan 2022-07-27 08:43:38 +02:00
Dominique FOURNIER e5d407960e Route : phpstan 2022-07-27 08:40:10 +02:00
Dominique FOURNIER bbcb816ff6 Smtp : phpstan 2022-07-27 08:37:17 +02:00
Dominique FOURNIER f083abb3fc TcpServer : phpstan 2022-07-27 08:36:33 +02:00
Dominique FOURNIER f810fbf8e5 Verify : phpstan 2022-07-27 08:35:53 +02:00
Dominique FOURNIER 8d2baff781 File : @return correctely typed 2022-07-27 08:33:20 +02:00
Dominique FOURNIER e2eb34584c Set the @return types correctely 2022-07-22 10:13:13 +02:00
Dominique FOURNIER d68e0ac9c1 Dblayer : set the @return with a type 2022-07-22 10:10:23 +02:00
Dominique FOURNIER e9dea5b890 Formfield is now external from Form 2022-07-21 14:37:16 +02:00
Dominique FOURNIER 6fd41a6c0f Formfield added 2022-07-21 14:36:53 +02:00
Dominique FOURNIER c4f611c81e Formfield is now with the Camelcase 2022-07-21 14:20:23 +02:00
Dominique FOURNIER cb0d01101f Form : use Csrf (instead of csrf) 2022-07-21 13:30:31 +02:00
Dominique FOURNIER e0fdda6fb8 README : update composer install method 2022-07-20 13:38:37 +02:00
Dominique FOURNIER 9e19c31543 README : add composer.json content to install DomFramework from Git repository 2022-07-20 13:32:16 +02:00
Dominique FOURNIER 281aa8c5f4 Composer.json : try to add a Dot in name 2022-07-20 13:30:38 +02:00
Dominique FOURNIER 72b3251b1e Tests/OutputhtmlTest.php : html code is now indented 2022-06-14 16:48:02 +02:00
Dominique FOURNIER 5f0fdd951f Tests/RobotstxtTest.php : The crawldelay is "null" if not defined in robots.txt file 2022-06-14 16:40:39 +02:00
Dominique FOURNIER 899221558a Tests/SpfcheckTest.php : Update Fournier38 IP addresses 2022-06-14 16:39:07 +02:00
Dominique FOURNIER a60db30785 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated 2022-06-14 16:33:31 +02:00
Dominique FOURNIER 42766d07a5 File: lockUN must remve the file from local stack to allow relocking 2022-04-19 11:06:43 +02:00
Dominique FOURNIER ffd75a57d4 Console : allow to know if the TTY is enabled (or if the console is called from pipe) 2022-03-18 11:08:47 +01:00
Dominique FOURNIER c4031b71f8 Console : manage if Console is called from a pipe (without tty available) 2022-03-18 10:57:12 +01:00
Dominique.Fournier 5ff8278ad0 .gitignore php-cs-fixer-cache 2022-03-14 21:44:12 +01:00
Dominique FOURNIER 3eaffe64f9 Console : Allow to delete char with \b too (ASCII 0x08) 2022-03-14 20:56:22 +01:00
Dominique FOURNIER 3b5a291de9 Add StateMachine support 2021-07-21 16:11:43 +02:00
Dominique FOURNIER f474a92a13 Rest : do not try to load the output classes 2021-05-28 12:02:35 +02:00
Dominique FOURNIER ecc0239106 Outputrest : manage the http_response_code() if set 2021-05-19 15:47:25 +02:00
Dominique FOURNIER e7c6833d2d Graph : Use Color in namespace
Graph : Allow to hide a serie available in the data
2021-05-18 12:23:17 +02:00
Dominique.Fournier adafd14564 RobotsTxt : The Crawldelay must not be set to 3s if it doesn't exists in the content of the Robots file 2021-05-13 22:31:52 +02:00