Laurent Destailleur (aka Eldy)
7b8f20da1c
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-28 19:30:30 +01:00
Laurent Destailleur (aka Eldy)
06a3e6e980
Add catch for better error management
2025-01-28 19:01:38 +01:00
Frédéric France
6fd7871489
Merge remote-tracking branch 'upstream/develop' into clean_phpstan_baseline
2025-01-28 18:24:41 +01:00
Laurent Destailleur (aka Eldy)
0dc88fe9ba
Fix error management of website module
2025-01-28 16:02:23 +01:00
Laurent Destailleur (aka Eldy)
8639c26e4b
Debug v21
2025-01-28 14:37:42 +01:00
Laurent Destailleur (aka Eldy)
838ffdcc7a
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-28 12:44:20 +01:00
Laurent Destailleur (aka Eldy)
c44ed2154b
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-28 12:40:20 +01:00
Laurent Destailleur (aka Eldy)
4d1cd18936
Fix translate can accept only 4 subtitutions
2025-01-28 12:36:52 +01:00
Laurent Destailleur (aka Eldy)
14f0197991
Debug v21
2025-01-28 01:05:12 +01:00
Frédéric France
306e66e3d7
fix phpstan
2025-01-27 20:44:10 +01:00
MDW
581b079e14
Qual: Spelling fixes, cleanup exceptions
...
# Qual: Spelling fixes, cleanup exceptions
Fix some spelling and cleanup ignored lines
2025-01-27 19:32:38 +01:00
Florian HENRY
87e6d267e6
fix php warning in dol_convertToWord when negative numbers
2025-01-27 16:47:39 +01:00
Laurent Destailleur
3ad526b754
Merge branch 'develop' into qual/phan.2025.1.6
2025-01-27 15:37:42 +01:00
Frédéric FRANCE
d6034cf16a
Update project.lib.php
2025-01-27 14:00:59 +01:00
Frédéric FRANCE
907a874988
Update project.lib.php
2025-01-27 13:52:55 +01:00
MDW
564cd737a1
Qual: Fix PhanTypeMismatchArgumentNullable by updating PHPdoc of target function
...
# Qual: Fix PhanTypeMismatchArgumentNullable by updating PHPdoc of target function
Reduce the number PhanTypeMismatchArgumentNullable by updating the phpdoc
of the function that is called. Done when the called function allows null
(empty check, or `if` test).
2025-01-27 13:24:29 +01:00
MDW
7150af31dc
Fix Phan notices introduced since 30/12/2024
2025-01-27 13:24:29 +01:00
Laurent Destailleur
c7ee83b3b9
FIX can not delete files in task card
2025-01-27 12:39:24 +01:00
Rémi Champlon
97af0975bc
indent
2025-01-27 11:58:33 +01:00
Rémi Champlon
da1bee6872
re fix
2025-01-27 11:57:07 +01:00
Rémi Champlon
180366a2ca
fix
2025-01-27 11:56:47 +01:00
Rémi Champlon
806b01c0a6
fix
2025-01-27 11:54:02 +01:00
Laurent Destailleur (aka Eldy)
c2d2de53f9
Accept img src=data into dolPrintHTML
2025-01-27 10:51:36 +01:00
Laurent Destailleur (aka Eldy)
ad6b5ac457
Fix second step of #32777
2025-01-27 10:45:30 +01:00
Laurent Destailleur
a656b83c97
Merge pull request #32807 from hregis/fix_20_cannot_delete_files
...
FIX can not delete files in task card
2025-01-27 10:33:38 +01:00
Laurent Destailleur (aka Eldy)
4809f61c1b
Try a fix fox #32777
2025-01-27 10:25:24 +01:00
Laurent Destailleur (aka Eldy)
a99b132c34
Accept img src=data into dolPrintHTML
2025-01-27 10:16:28 +01:00
Regis Houssin
5e88f9b415
FIX avoid php warnings
2025-01-27 09:48:29 +01:00
Laurent Destailleur (aka Eldy)
a45a86a812
Fix sql syntax error on empty filter
2025-01-27 09:48:13 +01:00
Laurent Destailleur
0ffc50e942
Merge pull request #32074 from thersane-john/new_doc_icons
...
New doc for icon list
2025-01-27 05:01:17 +01:00
Laurent Destailleur
5a427209a9
Doc
2025-01-27 04:57:09 +01:00
Laurent Destailleur
12f2534a03
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-27 03:53:46 +01:00
Laurent Destailleur
425ab1181a
Merge branch '21.0' into jyhere/vatlib-depositsarejustpayments-patch
2025-01-27 02:41:45 +01:00
Laurent Destailleur
adae4f0fb3
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-27 01:37:52 +01:00
Laurent Destailleur
940e42c1e4
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-27 01:30:34 +01:00
Laurent Destailleur
1acd851cc7
Merge pull request #32784 from frederic34/fix/phpstan_branch_21
...
fix phpstan branch 21
2025-01-27 00:03:15 +01:00
Laurent Destailleur (aka Eldy)
e5ea12ab70
Fix fatal error on lang
2025-01-26 21:27:44 +01:00
Laurent Destailleur (aka Eldy)
f78271788f
Debug v21
2025-01-26 21:14:13 +01:00
Laurent Destailleur (aka Eldy)
041e19e418
Fix html tag closing
2025-01-26 20:59:45 +01:00
Laurent Destailleur (aka Eldy)
507f3b3b71
Debug v21 - Fix lang
2025-01-26 20:52:16 +01:00
Frédéric FRANCE
efcc8f7c5c
Merge branch '21.0' into fix/phpstan_branch_21
2025-01-26 20:46:38 +01:00
Laurent Destailleur (aka Eldy)
59965f1b4a
Debug v21
2025-01-26 20:39:54 +01:00
Laurent Destailleur (aka Eldy)
627c828b59
Debug v21
2025-01-26 20:37:41 +01:00
Laurent Destailleur (aka Eldy)
326d063358
Debug v21
2025-01-26 20:35:23 +01:00
Laurent Destailleur (aka Eldy)
b5229f7b3e
Fix redirect in website when we must not propaget parameters
2025-01-26 19:00:32 +01:00
Laurent Destailleur (aka Eldy)
3c048e8116
Fix canonical management in website
2025-01-26 17:42:43 +01:00
Regis Houssin
52c835af33
Revert "QUAL can defined a json format in default search filters"
2025-01-25 14:18:38 +01:00
Frédéric France
45042afe4b
fix phpstan branch 21
2025-01-25 09:04:43 +01:00
Regis Houssin
887d56a557
ΩUAL can defined a json format in default search filters
2025-01-24 21:22:43 +01:00
Laurent Destailleur (aka Eldy)
48be055227
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-24 15:26:10 +01:00