Frédéric FRANCE
d69636b921
Update index.php
2025-02-06 18:02:17 +01:00
Frédéric FRANCE
ea2728afa0
fix missing translations
2025-02-06 13:31:18 +01:00
Frédéric FRANCE
a9ef15ee55
fix missing translations
2025-02-06 13:26:58 +01:00
Laurent Destailleur (aka Eldy)
27d5eada7a
Fix translation
2025-02-05 11:36:44 +01:00
Laurent Destailleur (aka Eldy)
089a935e1c
Fix update manifest json
2025-01-28 19:18:35 +01:00
Laurent Destailleur (aka Eldy)
4538c8935a
Debug v21 - The cachedelay was wrong
2025-01-19 19:05:01 +01:00
Laurent Destailleur (aka Eldy)
a41fe4637d
Debug v21
2025-01-16 01:58:13 +01:00
Laurent Destailleur (aka Eldy)
540d5438bc
Debug v21
2025-01-09 19:35:01 +01:00
Laurent Destailleur (aka Eldy)
3987fc6289
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-06 16:18:42 +01:00
Laurent Destailleur (aka Eldy)
40e59d853b
FIX: switch on/off status of a page of the second website.
2025-01-06 16:07:15 +01:00
Laurent Destailleur (aka Eldy)
3cad54e4d1
Add option to restore backward compatibility
2024-12-31 16:14:51 +01:00
Laurent Destailleur (aka Eldy)
f67fad1105
Debug v21
2024-12-31 14:04:14 +01:00
Laurent Destailleur (aka Eldy)
ed1b28ad21
Code comment
2024-12-31 13:19:24 +01:00
Laurent Destailleur (aka Eldy)
152050d1a8
Debug v21
2024-12-30 03:14:20 +01:00
Laurent Destailleur (aka Eldy)
90c2c18ce0
Debug v21
2024-12-29 20:14:21 +01:00
Laurent Destailleur (aka Eldy)
2572bc156e
Debug v21
2024-12-03 11:55:43 +01:00
Laurent Destailleur (aka Eldy)
0774070182
Debug v21
2024-12-03 11:18:35 +01:00
Frédéric FRANCE
1adc883b56
add baseline exclude for phpstan ( #31632 )
...
* add baseline exclude for phpstan
* update
* update
* update
* update
* update
* merge
* restore one filter
* delete old errors
* fix
* fix
* fix
* $moreforfilter can t be empty
* fix
* enable check
* refresh baseline
* add phpdoc
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-04 23:53:20 +01:00
Laurent Destailleur
fad083e29b
Debug layout feature for v21
2024-10-14 23:38:14 +02:00
MDW
53cfbc35be
Qual: Fix several phan & stan notices ( #31308 )
...
* Qual: Fix several phan & stan notices
# Qual: Fix several phan & stan notices
Several fixes in files while fixing UnknownClass notices
* Qual: Update prepare_head PHPDoc return types
# Qual: Update prepare_head PHPDoc return types
Provide detailed array return types for prepare_head functions.
* Fix new phan notice
* Better loadLangs typing and fix call to loadLangs
* Fix new issues (stats)
* Other fixes of new issues
* Qual: update phan baseline
2024-10-14 01:59:44 +02:00
Laurent Destailleur
0bd42eb1da
Better tooltip
2024-10-05 12:57:39 +02:00
Laurent Destailleur
d25dfc961d
Simplify tooltip for syntax website
2024-10-02 11:29:52 +02:00
Frédéric FRANCE
340bd12ee7
add php doc ( #31173 )
...
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
2024-09-28 11:15:38 +02:00
Frédéric FRANCE
a94cff63a7
fix phpstan ( #31102 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-25 22:21:31 +02:00
Laurent Destailleur
c340c34aeb
FIX Hide a feature that is a security vulnerability.
2024-09-20 00:19:36 +02:00
Laurent Destailleur
d988160588
Fix search on string that include partial html content
2024-09-17 14:06:36 +02:00
Laurent Destailleur
37d9e6e9e9
Fix search on string that include partial html content
2024-09-17 14:00:37 +02:00
Laurent Destailleur
266457f071
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-17 11:15:51 +02:00
Laurent Destailleur
35b8a7c6e7
FIX allow "class" into search string in website module
2024-09-17 11:15:24 +02:00
MDW
320f0590d2
Qual: More specific phpstan exceptions ( #30967 )
...
* Qual: 🛟 Fix typing
Qual: Fix typing
Fix some typing currently failing ci in develop.
* Fix typing for grabimages
* Qual: More specific phpstan exceptions
# Qual: More specific phpstan exceptions
Avoid ignoring new types of code errors
2024-09-16 01:46:20 +02:00
Laurent Destailleur
26ba862540
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-14 02:45:04 +02:00
Laurent Destailleur
086ba6215e
Add token
2024-09-14 02:43:27 +02:00
Laurent Destailleur
df1f157028
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 03:28:43 +02:00
Laurent Destailleur
f2c757cbc2
Debug v20
2024-09-12 03:28:17 +02:00
Laurent Destailleur
c2c0d0d7dd
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 03:17:51 +02:00
Laurent Destailleur
9cb9ccca0b
Debug v20 - Fix regression
2024-09-12 03:17:22 +02:00
Laurent Destailleur
e38a25d5cb
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-09 18:17:09 +02:00
Laurent Destailleur
c9d39df93c
Fix message after clone
2024-09-09 18:16:42 +02:00
Laurent Destailleur
b8aa7e2511
Fix option restricthtmlallowlinkscript of GETPOST
2024-09-09 15:56:47 +02:00
Frédéric FRANCE
80d1f47d4d
fix ignored phpstan (most of expects string, int given) ( #30649 )
...
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-05 16:05:37 +02:00
Laurent Destailleur
2e2ab9d84d
Fix missing test on permissions
2024-09-01 13:48:58 +02:00
Laurent Destailleur
e3c9f1db7c
Standardize name of var for permission check
2024-09-01 13:02:28 +02:00
Laurent Destailleur
827c3daa03
Fix test on permissions
2024-08-31 19:15:14 +02:00
Laurent Destailleur
2009c6f09a
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-31 17:30:32 +02:00
Laurent Destailleur
b8dadd4b6a
Debug v20 Fix missing test on permissions
2024-08-31 17:23:13 +02:00
Laurent Destailleur
ddb9389e1b
Fix edit with ckeditor
2024-08-28 19:41:07 +02:00
Laurent Destailleur
3c16f22618
Fix edit with ckeditor
2024-08-28 19:40:29 +02:00
Laurent Destailleur
b3c28155b7
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-28 19:13:48 +02:00
Laurent Destailleur
8232a5cdad
Clean code
2024-08-28 18:50:33 +02:00
Laurent Destailleur
0feb44cd9e
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-26 21:09:21 +02:00