ldestailleur
ce6fc756fa
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-07-29 11:27:58 +02:00
ldestailleur
ae8e509c9f
Fix CI
2025-07-28 18:59:12 +02:00
ldestailleur
8e5efbb3ae
css
2025-07-27 13:54:02 +02:00
ldestailleur
8317bf0c29
FIX html title when using custom value
2025-07-27 13:54:02 +02:00
ldestailleur
67494f497f
Fix warning
2025-07-10 15:16:53 +02:00
Florian Mortgat
094dd3a9d1
FIX 21.0: $height and $width can be ints, but also 'auto' ( #34636 )
...
* FIX 21.0: $height and $width can be ints, but also 'auto' (which is commonly used), so check for this special value before typecasting
* Update html.form.class.php
* Update html.form.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-06-27 00:30:00 +02:00
ldestailleur
743ca4bb03
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-06-22 17:19:41 +02:00
ldestailleur
5042c0959e
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-06-22 17:16:51 +02:00
lvessiller-opendsi
ce1243140f
FIX js warning (Backport commit 84d982c) ( #34555 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-06-22 12:49:52 +02:00
ldestailleur
a78e63dbf0
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-06-19 11:13:59 +02:00
ldestailleur
ec098b2632
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-06-19 10:59:07 +02:00
ldestailleur
0da1e6b464
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-06-19 10:48:18 +02:00
Marc de Lima Lucio
467c772504
FIX: common fields: php warning with select input field ( #34495 )
2025-06-14 11:58:25 +02:00
Laurent Destailleur
326c75dc51
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-06-09 17:58:54 +02:00
Günter Lukas
eaf0ec2e30
Fix #34346 - SQL Error ( #34347 )
...
* Fix #34346 - SQL Error
* Update commonobject.class.php
2025-06-03 17:05:10 +02:00
Laurent Destailleur
27371b639d
Fix js protection
2025-05-25 20:13:14 +02:00
Mohamed DAOUD
6c0d947831
Update html.form.class.php ( #34128 )
2025-05-14 13:08:54 +02:00
ldestailleur
d76848351c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-05-10 13:30:36 +02:00
ldestailleur
ae94c71a10
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-05-10 13:25:31 +02:00
ldestailleur
b0501b1c35
Fix renering of status of invoice in takepos. Fix use short label.
2025-05-10 12:42:29 +02:00
ldestailleur
46ac3d5b12
FIX Backport fix of substition of thirdparty info in notification
2025-05-07 14:53:51 +02:00
ldestailleur
ae5750f099
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-21 13:48:05 +02:00
ldestailleur
aa6fd6de5a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-21 13:45:36 +02:00
ldestailleur
0339ee6f1f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-04-21 13:44:08 +02:00
Frédéric FRANCE
f5b11b78da
fix typo ( #33920 )
2025-04-19 11:46:22 +02:00
ldestailleur
5e3313bf13
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-10 14:24:21 +02:00
ldestailleur
e276def96d
Revert "add param nocreateEcmFile ( #33770 )"
...
This reverts commit 0bd93fa05a .
2025-04-10 14:19:49 +02:00
ldestailleur
15c799b324
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-10 14:17:56 +02:00
atm-jonathan
0bd93fa05a
add param nocreateEcmFile ( #33770 )
...
Co-authored-by: x <x@x.x>
2025-04-08 15:24:28 +02:00
ldestailleur
86cf3fe8dd
FIX backport of replaceement of thirdparty information on notification
2025-04-08 10:45:20 +02:00
ldestailleur
43716e856e
Bad order of code
2025-04-05 19:09:40 +02:00
ldestailleur
174d6497b3
Signed-off-by: ldestailleur <eldy@destailleur.fr>
2025-04-03 21:04:35 +02:00
ldestailleur
4a88509ea0
Fix protection against bad % operator
2025-04-03 21:02:04 +02:00
ldestailleur
f78eea2661
Fix click on label of checkbox busy resource
2025-04-03 13:05:02 +02:00
VIAL-GOUTEYRON Quentin
3ad05c2dde
FIX: Incorrect entity used when downloading a document generated in another entity ( #33565 )
...
* FIX : Wrong entity to download document
* MODIFICATION : Remplacement de l'ID d'entité par l'objet dans les fonctions de gestion des fichiers pour une meilleure cohérence.
* Update files.lib.php
* Update files.lib.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-01 23:13:31 +02:00
ldestailleur
105347003c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-01 19:24:06 +02:00
Laurent Destailleur (aka Eldy)
62fba4f84d
Add missing try catch
2025-04-01 19:23:47 +02:00
John BOTELLA
63bf68f846
Fix : php warning ( #33664 )
...
* Fix php warning
* Update html.formsetup.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-01 10:59:46 +02:00
ldestailleur
533ca31814
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-03-29 17:32:45 +01:00
ldestailleur
1bbdd303d3
Fix position of drowndown when checkbox column is on left
2025-03-29 15:32:25 +01:00
ldestailleur
72ed45b270
Add code to make SMTPs debug
2025-03-26 05:06:41 +01:00
ldestailleur
965b73ffcd
Doc
2025-03-26 03:05:51 +01:00
ldestailleur
e1351bdd18
FIX Translation of column in list of invoice
2025-03-24 12:54:32 +01:00
ldestailleur
13d1cc06d7
Fix warning
2025-03-24 01:24:40 +01:00
John BOTELLA
92baf3faa9
Fix : MAIN_SEARCH_PRODUCT_BY_FOURN_REF search critera ( #33550 )
2025-03-20 18:32:49 +01:00
ldestailleur
8fee04e548
Doc
2025-03-18 17:40:56 +01:00
Laurent Destailleur
28cc3d36a9
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-03-17 19:23:45 +01:00
Laurent Destailleur
00fe425b0f
Fix css
2025-03-17 19:22:55 +01:00
ldestailleur
23244ddc9d
Fix getCallerInfoString() return empty when only one function used
2025-03-17 11:33:06 +01:00
ldestailleur
e863b1f01a
Add info to help debug several troubles
2025-03-17 10:55:13 +01:00