Commit Graph

130684 Commits

Author SHA1 Message Date
ldestailleur
d41ce132f3 Save more information into exp_payment_id for Stripe payments. 2025-08-24 19:50:38 +02:00
ldestailleur
9c24707a90 FIX link to stripe dashboard in stripe payment 2025-08-24 16:42:39 +02:00
ldestailleur
ba941876ed FIX link to stripe dashboard in stripe payment 2025-08-24 16:41:33 +02:00
ldestailleur
f5ae12fb4d Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-22 15:31:37 +02:00
ldestailleur
7c756a35b3 Note 2025-08-22 14:59:15 +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
ed9b2fcabc Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-08-22 05:21:05 +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
ldestailleur
9c582ba76d Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-22 04:50:20 +02:00
Laurent Destailleur
28fe94b6a1 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-22 03:10:56 +02:00
Laurent Destailleur
5d7381e156 Fix CSS 2025-08-22 03:10:07 +02:00
ldestailleur
a9469b0410 NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
hermans
c929bf5964 Update some ID Language translation (#35021)
Co-authored-by: hermans <hermans@users.noreply.github.com>
2025-08-21 23:28:53 +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
1f232edc2f add doc (#35035) 2025-08-21 21:33:19 +02:00
ldestailleur
66030b6c9e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-08-21 21:11:10 +02:00
ldestailleur
a9c6069478 Implement Strict-Transport-Security and Permissions-Policy for
backoffice pages.
2025-08-21 20:52:07 +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
7b5e9faa83 clean code (#35032) 2025-08-21 19:36:30 +02:00
Frédéric FRANCE
5652a01f59 Expensereport linkedobject tpl (#35027)
* add doc

* add doc

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-21 19:36:04 +02:00
ldestailleur
d4cc80f18d Debug the printing of TakePos. Disabe custom receipt print in some
cases.
2025-08-21 19:34:10 +02:00
ldestailleur
7d09790261 FIX Disable the auto print on setup page of TakePOS 2025-08-21 18:25:52 +02:00
ldestailleur
8f95698dfd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 17:33:48 +02:00
ldestailleur
1253086c8b Fix print on printer IP when port not defined. 2025-08-21 17:33:32 +02:00
Frédéric FRANCE
455831d00e add doc (#35031)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-21 17:20:51 +02:00
ldestailleur
118d5aee35 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 16:12:13 +02:00
ldestailleur
b0db2c604a Fix CI 2025-08-21 16:12:03 +02:00
Frédéric FRANCE
f626e4e85f fix Undefined variable $outputlangs (#35029) 2025-08-21 15:52:41 +02:00
Frédéric FRANCE
af4db51885 add doc (#35026)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-21 15:49:45 +02:00
ldestailleur
2ccd961f97 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 15:49:19 +02:00
ldestailleur
1578615cf5 Fix CI 2025-08-21 15:49:05 +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
Frédéric FRANCE
9f87233a61 add doc (#35025) 2025-08-21 15:42:04 +02:00
Frédéric FRANCE
aa33a71c62 add doc (#35024) 2025-08-21 15:41:42 +02:00
Frédéric FRANCE
78f14f525f add doc (#35023) 2025-08-21 15:41:24 +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
c93d94e2a5 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-21 15:07:19 +02:00
ldestailleur
c389d40148 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-21 15:06:56 +02:00
ldestailleur
9fc2382d23 FIX bad test making blank page 2025-08-21 15:03:09 +02:00
ldestailleur
6d7dc74cab WIP Page to edit credentials like TOTP, APi key, ... 2025-08-21 14:20:27 +02:00
ldestailleur
61f907c347 NEW Add option API_ENABLE_COUNT_CALLS 2025-08-21 13:05:47 +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
de3597394c Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-21 11:09:22 +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