ldestailleur
7e2f7e0296
Doc
2025-08-25 21:22:00 +02:00
ldestailleur
b3d3a7176f
Clean code
2025-08-25 14:27:07 +02:00
ldestailleur
0003b64b93
Fix warnings
2025-08-25 14:13:17 +02:00
ldestailleur
7c30968ed1
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-24 22:16:14 +02:00
ldestailleur
a21e896dbe
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-08-24 22:10:12 +02:00
ldestailleur
36a69fdfe3
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-08-24 22:09:41 +02:00
ldestailleur
583c4b3270
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-08-24 22:09:30 +02:00
ldestailleur
381c6fbecf
Fix CI
2025-08-24 22:05:46 +02:00
Frédéric FRANCE
b58ea39b87
fix warnings ( #35056 )
2025-08-24 20:22:13 +02:00
Regis Houssin
595582b1d0
FIX user socid is fk_soc ( #35046 )
2025-08-22 22:33:08 +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
ldestailleur
a9469b0410
NEW Upgrade ACE editor to 1.43.12
2025-08-21 23:54:11 +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
ldestailleur
d4cc80f18d
Debug the printing of TakePos. Disabe custom receipt print in some
...
cases.
2025-08-21 19:34:10 +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
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
ldestailleur
efcd392bb8
FIX Option low memory mode in backup was broken
2025-08-20 20:11:33 +02:00
ldestailleur
1f7a3b156d
FIX Option low memory mode in backup was broken
2025-08-20 20:07:19 +02:00
kevin147147
9c8e7e5ab6
Update commondocgenerator.class.php ( #35019 )
2025-08-20 19:05:07 +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
73823bbe35
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-20 18:50:41 +02:00
ldestailleur
9b365c97b8
Fix when help is shown
2025-08-20 17:57:08 +02:00
ldestailleur
27ceadeaf6
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-20 17:17:03 +02:00
ldestailleur
dea330b52d
FIX ##35005 FIX #35006 SQL error when using external user
2025-08-20 17:14:03 +02:00
ldestailleur
924204ac29
LEFT JOIN syntax
2025-08-20 17:09:43 +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
e351f7bcd5
FIX a Fatal error when a trigger files is not correctly named.
2025-08-20 16:26:29 +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
ldestailleur
1d8b31b06c
Clean code
2025-08-18 16:35:01 +02:00
ldestailleur
3ac25e9581
Fix phpunit
2025-08-17 17:43:20 +02:00
Frédéric FRANCE
8e0b1eb606
fix object reference ( #34928 )
...
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* merge
* fix doc
* fix doc
* fix doc
* fix doc
* fix doc
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-08-17 16:32:09 +02:00
ldestailleur
b1b1504111
Enhance the stripe IPN on dispute
2025-08-17 16:10:14 +02:00
ldestailleur
225b839e71
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-17 03:46:15 +02:00
ldestailleur
f07206b6c0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-17 03:45:53 +02:00
ldestailleur
9ccede6c90
Removed the deprecated array $MAP_ID_TO_CODE that was a duplicate of
...
array "array_flip($categ->MAP_ID)"
2025-08-17 03:45:36 +02:00