Commit Graph

13831 Commits

Author SHA1 Message Date
Frédéric FRANCE
c349d38897 add translations of errors 2024-04-03 14:46:46 +02:00
Laurent Destailleur
6004d3ae14 Merge pull request #29204 from mdeweerd/fix/projet_abs
Fix fatal (PHP8.X) type issue with abs, and amend dol_eval return type
2024-04-03 02:06:52 +02:00
Laurent Destailleur
8b916b6269 Restore deprecation 2024-04-03 01:56:17 +02:00
Laurent Destailleur
d03a926238 Clean code. Reduce warning for deprecated field to a better blanced
level, as we should start soon the beta.
2024-04-03 00:51:18 +02:00
MDW
44f4261cf9 Fix phan notice by verifying value is array 2024-04-02 23:30:54 +02:00
Laurent Destailleur
fec7ed4b0f Reduce number of transitionnal warnings for deprecations 2024-04-02 23:16:48 +02:00
Laurent Destailleur
aea4c84a68 Better warnings 2024-04-02 21:29:16 +02:00
Laurent Destailleur
d6d81292ac Fix phpunit 2024-04-02 18:40:26 +02:00
Laurent Destailleur
68d4f773ce Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-02 17:12:01 +02:00
Laurent Destailleur
af41ec8e41 Clean code - Remove not used method fetchAll and CSS 2024-04-02 16:42:21 +02:00
Laurent Destailleur
a7cd496bd2 Merge branch 'develop' into NEW_MASS_ACTION_UNASSIGN_COMMERCIAL 2024-04-02 14:57:10 +02:00
Laurent Destailleur
4b1dba0764 Fix replyto and from is not the same. 2024-04-02 14:06:03 +02:00
Laurent Destailleur
d77a2ac2c8 Fix type of field to create ticket 2024-04-02 13:18:38 +02:00
Laurent Destailleur
3df311481b NEW Management of the In-Reply-To and References for ticket answers. 2024-04-01 19:11:08 +02:00
Laurent Destailleur
aad893663d Merge home page product and service 2024-04-01 13:08:35 +02:00
MDW
a27b730090 Final elseif conditions is always true, optimize 2024-03-31 01:03:30 +01:00
Laurent Destailleur
56105667e7 Merge pull request #29128 from mdeweerd/fix/stan
Fix PHPdoc typing (to fix php stan notices)
2024-03-30 20:01:48 +01:00
MDW
5c10ec533d Typing improvements for html.form.class 2024-03-30 18:09:18 +01:00
MDW
4627a14186 Ensure $assignedtouser is an array (even after json_decode) 2024-03-30 18:03:12 +01:00
MDW
dce30779e1 Improve phpdoc typing 2024-03-30 18:03:11 +01:00
MDW
7c465ede53 Fix select_dolusers selected user test when argument is User
# Fix select_dolusers selected user test when argument is User

$selected is always an array but was tested as if it was the object itself
2024-03-30 18:03:09 +01:00
MDW
04c3e80fc5 Fix typing 2024-03-29 18:26:48 +01:00
MDW
32cb705419 Fix phpdoc int return ranges 2024-03-29 18:26:44 +01:00
Laurent Destailleur
67f76a58eb Merge branch 'develop' into NEW_MASS_ACTION_UNASSIGN_COMMERCIAL 2024-03-29 13:48:07 +01:00
Laurent Destailleur
362f5f530c Merge pull request #29113 from frederic34/phpstan_user
fix phpstan
2024-03-29 13:47:37 +01:00
Laurent Destailleur
ffe989a567 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-29 12:29:56 +01:00
Laurent Destailleur
726637937c Fix #29118 2024-03-29 12:28:55 +01:00
Laurent Destailleur
233629ed3a Merge branch 'develop' into phpstan_user 2024-03-29 12:20:23 +01:00
Jonathan lescaut
3130ede583 retour PR 2024-03-29 12:17:47 +01:00
Laurent Destailleur
5a6791aa5a Clean code 2024-03-29 11:43:26 +01:00
Laurent Destailleur
b58e439a17 Clean use of $_POST 2024-03-28 21:29:02 +01:00
Frédéric France
7a7b1953ed fix phpstan 2024-03-28 20:34:33 +01:00
Frédéric France
a3df8248a7 Merge remote-tracking branch 'upstream/develop' into phpstan_user 2024-03-28 20:26:57 +01:00
Frédéric France
5b1af95864 fix phpstan 2024-03-28 20:16:32 +01:00
Frédéric France
9a5c7525ab fix phpstan 2024-03-28 18:54:46 +01:00
Laurent Destailleur
3e8c3edd6d Clean code from _GET 2024-03-28 17:10:22 +01:00
Laurent Destailleur
787b1a1c83 Merge branch 'develop' into fix/filebyfile 2024-03-28 14:23:54 +01:00
Laurent Destailleur
54501bccc3 Merge pull request #29066 from mdeweerd/fix/dol_get_fiche_head
Fix arguments to dol_get_fiche_head and dol_get_fiche_end
2024-03-28 14:16:45 +01:00
Laurent Destailleur
1d125bf9fa Merge pull request #29065 from mdeweerd/fix/dol_print_error
Fix arguments to dol_print_error
2024-03-28 13:35:44 +01:00
Laurent Destailleur
7535a884ac Merge pull request #29069 from mdeweerd/fix/price
Fix arguments to price()
2024-03-28 13:07:25 +01:00
Laurent Destailleur
415e99606d Merge pull request #29091 from mdeweerd/fix/facturefournisseur/card
Fix card FactureFournisseur
2024-03-28 12:55:24 +01:00
Laurent Destailleur
5507f033c8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 12:54:27 +01:00
Laurent Destailleur
c112a965cc Fix phan warnings 2024-03-28 12:54:08 +01:00
Laurent Destailleur
0544670ac4 Merge pull request #28160 from mdeweerd/core/deprecationclass
NEW: DolDeprecationHandler for deprecations
2024-03-28 12:42:53 +01:00
MDW
87bdc72920 Cast line->qty values to fix phan notices 2024-03-28 01:52:59 +01:00
MDW
e11028d526 Improve phpdoc 2024-03-28 00:34:26 +01:00
MDW
b84281d285 Improve phpdoc typing 2024-03-27 19:26:27 +01:00
MDW
274a6d0528 Improve phpdoc typing 2024-03-27 19:26:26 +01:00
MDW
975243f1b5 Fix: Ensure DiscountAbsolute->fk_soc deprecation is possible
# Fix: Ensure DiscountAbsolute->fk_soc deprecation is possible

Assign socid whenever fk_soc is assigned so that socid can be accessed
instead of fk_soc.
2024-03-27 18:07:51 +01:00
Laurent Destailleur
81f1950c00 Error to save cache must be level ERR 2024-03-27 13:33:22 +01:00