ldestailleur
acd694914b
FIX Bad management of carriage return when requesting IA API.
2025-09-20 15:24:45 +02:00
ldestailleur
25a59cb869
Doc
2025-09-19 13:33:37 +02:00
ldestailleur
e8d2095816
NEW dol_sort_array can be used with 2 sorting criteria.
2025-09-15 19:28:38 +02:00
ldestailleur
74cc569329
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-15 18:14:11 +02:00
ldestailleur
60f0813520
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-12 23:05:15 +02:00
Vincent Maury
e541438b7e
Fix bug #35330 ( #35331 )
...
in table header, instead of extrafield filters, this message appears
ERROR : selectForForms: Error bad setup of field objectdescorig=
2025-09-12 18:57:44 +02:00
Liammer
d55551ee3c
Add "__EVENT_DESCRIPTION__" variable ( #35302 )
...
To be able to add the event's description in reminder emails.
2025-09-11 12:52:22 +02:00
ldestailleur
8f0d2b1f7b
Fix missing __THIRDPARTY_URL__
2025-09-10 12:59:01 +02:00
ldestailleur
b667bc0f13
Fix missing __THIRDPARTY_URL__
2025-09-10 12:57:29 +02:00
ldestailleur
46276ba216
Doc
2025-09-10 11:53:17 +02:00
ldestailleur
fd08708d6a
Doc
2025-09-10 11:50:46 +02:00
ldestailleur
328058c571
Fix ci
2025-09-09 19:36:08 +02:00
ldestailleur
bce059e2fa
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-09 19:21:41 +02:00
ldestailleur
42e59c9370
Fix ci
2025-09-09 19:21:29 +02:00
Frédéric FRANCE
03fe13d93d
fix template and fix CI ( #35254 )
...
* fix adminnotification
* Update notify.class.php
* Update html.formmail.class.php
* fix
* fix
* fix
2025-09-09 19:17:32 +02:00
ldestailleur
e2c317a7cd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-08 12:15:20 +02:00
ldestailleur
d27940dd8b
NEW Can have a tooltip picto on title of column and keep autotruncation
...
of label. Tooltip is show at begin of text.
2025-09-08 11:58:32 +02:00
Frédéric FRANCE
0e1478206a
clean code ( #35229 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-08 01:48:52 +02:00
ldestailleur
6c0873708a
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-09-05 15:34:13 +02:00
ldestailleur
17f35be9c9
Better name for var
2025-09-05 14:32:41 +02:00
ldestailleur
c2ed4519b1
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-09-05 11:38:30 +02:00
ldestailleur
781adf507b
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-09-04 20:47:13 +02:00
ThomasNgr-OpenDSI
01aa901f93
18.0 fix CVE 2024 40137 ( #34762 )
...
* Sec: Remove all functions that accept callable params - CVE-2024-40137
* FIX #34746 - More complete fix for CVE-2024-40137
---------
Co-authored-by: ldestailleur <eldy@destailleur.fr >
2025-09-04 14:59:44 +02:00
ldestailleur
d7a59530de
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-03 19:24:39 +02:00
ldestailleur
61a10cf58d
NEW Can view/list/edit the dispute status of an invoice
2025-09-03 18:27:40 +02:00
Lucas Marcouiller
5fa3ecd41a
Fix impossibility to validate objects ( #35202 )
...
* Fix impossibility to validate objects
* fix pre commit
---------
Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com >
2025-09-03 16:28:10 +02:00
Jyhere
2e8bf5eb94
NEW: add combining characters (accents, cedilla...) codes in dol_string_unaccent() ( #35130 )
...
* NEW: add combining characters (accents, cedilla...) codes in dol_string_unaccent()
* NEW: add combining characters (accents, cedilla...) codes in dol_string_unaccent()
2025-09-03 00:28:49 +02:00
boudet jean pascal
9a0e0a53b1
fix bug div added without value ( #35178 )
...
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-03 00:04:54 +02:00
Clément
69850016d9
FIX Quick search sellist extrafield ( #35070 )
...
* FIX Quick search sellist extrafield
* Update functions.lib.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-03 00:03:09 +02:00
ldestailleur
f60dac9a62
Comment
2025-09-01 21:33:45 +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
Frédéric FRANCE
b58ea39b87
fix warnings ( #35056 )
2025-08-24 20:22:13 +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
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
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
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
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
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