Commit Graph

12472 Commits

Author SHA1 Message Date
Laurent Destailleur
4a30325361 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-26 05:21:51 +02:00
Laurent Destailleur
ca835cb92d Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-26 05:21:20 +02:00
Benjamin Chanudet
d81f8e539d FIX #34857 Structured communication number checksum is now always correct (#35081)
* FIX #34857 Structured communication number now works correctly

* make sure we follow Dolibarr code chart

* fix last CI warning
2025-08-26 05:16:32 +02:00
Frédéric FRANCE
3a23318ed8 add doc (#35079)
* add doc

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-26 04:33:05 +02:00
ldestailleur
7e2f7e0296 Doc 2025-08-25 21:22:00 +02:00
ldestailleur
0003b64b93 Fix warnings 2025-08-25 14:13:17 +02:00
Frédéric FRANCE
b58ea39b87 fix warnings (#35056) 2025-08-24 20:22:13 +02:00
ldestailleur
1246eaee17 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-22 05:22:32 +02:00
ldestailleur
377d240415 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-22 05:22:10 +02:00
ldestailleur
dd8d243fda Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-08-22 05:20:57 +02:00
Benjamin Chanudet
a8d4067af2 FIX #35011 Computed extrafield on tasks list now display correct values (#35038)
The functions assigns value to `$obj` on line 976, but doesn't assign value to `$object`, that is then assigned to `$objectoffield` in line 75 of `extrafields_list_print_fields.tpl.php`. Also `$objectoffield` is the recommended value to use for computed extrafields, according to the docs.
But assigning `$object` is not enough, because `$objectoffield` at this moment is not grabbed from the global scope, so the value stays local and `dol_eval()` doesn't find it. So it also needs to grab the variable from the global scope to affect it correctly.
The changed function, `projectLinesa()` is called only twice in the project: by itself recursively to go through all subtasks, and on the page where I detected the bug initially, `tasks.php`, so the impact should be minimal.
2025-08-22 05:18:25 +02:00
Frédéric FRANCE
cd5df0bd68 try to fix doc (#35036)
* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc

* try to fix doc
2025-08-21 23:13:00 +02:00
Frédéric FRANCE
daa71f89f2 add doc (#35034)
* add doc

* add doc

* add doc
2025-08-21 19:36:58 +02:00
Frédéric FRANCE
1a5e41c917 fix resource agenda (#35028)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-21 15:46:17 +02:00
Frédéric FRANCE
b51468f556 fix resource agenda (#35028)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-21 15:46:02 +02:00
ldestailleur
83d55d4f23 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 15:41:00 +02:00
ldestailleur
44ca0a7aff Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-21 15:40:32 +02:00
ldestailleur
165272d0e1 Fix CI 2025-08-21 15:39:06 +02:00
ldestailleur
6d7dc74cab WIP Page to edit credentials like TOTP, APi key, ... 2025-08-21 14:20:27 +02:00
ldestailleur
a1661e35e4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 11:12:35 +02:00
ldestailleur
dd0679db44 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-21 11:09:10 +02:00
ldestailleur
7878d81e33 FIX #34986 2025-08-21 11:02:48 +02:00
Frédéric FRANCE
cc03c92614 fix update resource (#35015)
* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource

* fix update resource
2025-08-20 19:02:08 +02:00
Frédéric FRANCE
926defb22c add more parameters to restrictedArea hook (#35013)
* add more parameters to hook

* add more parameters to hook

* add more parameters to hook

* add more parameters to hook

* add more parameters to hook

* add more parameters to hook

* add more parameters to hook

* add more parameters to hook
2025-08-20 18:57:52 +02:00
ldestailleur
ef5f825667 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-20 16:52:22 +02:00
ldestailleur
263626b2fd Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-20 16:51:05 +02:00
ldestailleur
f722602402 Fix comparison on version to show the warning to upgrade database 2025-08-20 16:02:46 +02:00
atm-lucas
cfd64ff70a FIX - Removal of accents in searches via comboxbox (#34933)
* accents and lower case on combobox

* Fix type

* adding conf

* remove comment

---------

Co-authored-by: ldestailleur <eldy@destailleur.fr>
2025-08-19 11:50:44 +02:00
Frédéric FRANCE
e98fc8feb9 deprecate contact statut for status (#34967) 2025-08-15 17:31:44 +02:00
ldestailleur
feeaf19e6d Debug the signature feature (broken) for shipment 2025-08-14 16:24:53 +02:00
ldestailleur
b0d218c1c6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-14 15:26:45 +02:00
ldestailleur
4b9ebb0e6a Fix #26682 and complete #34396 2025-08-14 15:26:13 +02:00
Lucas Marcouiller
cbd600ec8c NEW Add a page to edit http security headers of application (#34941)
* New main http security headers page

* fix CI

* Fix CI

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-14 04:06:11 +02:00
ldestailleur
c339254a6b Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-14 00:54:22 +02:00
Frédéric FRANCE
ccafcd6f91 fix CI v22 (#34935)
* fix CI v22

* Update admin.lang
2025-08-14 00:32:56 +02:00
ldestailleur
0804ebe08a Fix type 2025-08-14 00:14:04 +02:00
ldestailleur
d4ee3a2122 Doc 2025-08-13 18:51:45 +02:00
ldestailleur
b9230e00c0 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-12 13:48:48 +02:00
ldestailleur
733cbff07a Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-12 13:31:21 +02:00
ldestailleur
e545d224db Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-08-12 13:29:33 +02:00
ldestailleur
a9c07569fb FIX Logo on company is no more visible. 2025-08-12 13:28:56 +02:00
Lucas Marcouiller
74fee3403d Fix webhook trigger history implementation (#34748)
* Fix webhook trigger hioistory implementation

* add lang + fix Ci

* fix Ci

* fix CI

* add param comment

* Fix CI

* Fix CI

* try fix CI

* Fix CI phan

* fix phan

* fix phan

* fix CI

* fix CI

* Fix phpstan

* fix stan

* fix stan on,card

* fix CI

* Update admin.lang

* Update admin.lang

* Fix CI

* fix CI

* Fix permissions of webhook + Webhook trigger history tooltip

* Fix CI

* fix php-stan=

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-12 05:18:23 +02:00
ldestailleur
2427553211 The property $sumpayed (duplicate of $totalpaid), $sumdeposit
(duplicate of $totaldeposits) and $sumcreditnote (duplicate of
$totalcreditnotes) has been removed (there are replaced with the
property that was a duplication of (same for $sumpayed_multicurrency,
$sumdeposit_multicurrency, $sumcreditnote_multicurrency).
2025-08-12 04:08:38 +02:00
ldestailleur
4155233ad6 Fix warning 2025-08-11 18:43:02 +02:00
ldestailleur
ab700b1601 Removed a TODO to add a DDOS protection 2025-08-09 17:27:40 +02:00
Pichinov-Valentin
ea4c964ed8 Add messaging to ordersupplier and fix info.php (#34900)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-09 15:30:43 +02:00
ldestailleur
12743f30e4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-09 14:09:21 +02:00
ldestailleur
f33cc75ead Fix CI 2025-08-09 13:52:31 +02:00
ldestailleur
e33ae1afef Fix look and feel v22 (must use formconsumeproduce for action form) 2025-08-09 13:14:48 +02:00
ldestailleur
040f67e393 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-07 20:03:30 +02:00