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
Laurent Destailleur
8edfa3a1ab
Merge branch 'develop' into new-api-rest-tokens
2025-08-16 02:44:17 +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
ldestailleur
eb14f15a5c
Fix undef var in CLI context
2025-08-07 13:58:03 +02:00
ldestailleur
06991a4e85
Fix undef var in CLI context
2025-08-07 13:50:47 +02:00
ldestailleur
567b60765e
NEW User/Date in the Follow tab are more condensed.
2025-08-07 13:19:18 +02:00
ldestailleur
a19aaf8aa7
Fix debug
2025-08-07 12:32:54 +02:00
Pichinov-Valentin
49a6995fa1
NEW(propal): Add messaging and agenda features to proposals ( #34883 )
2025-08-07 12:28:09 +02:00
ldestailleur
1d61cd75f2
Fix CI
2025-08-06 19:39:58 +02:00
ldestailleur
16e7c54947
Fix warnings
2025-08-06 13:19:01 +02:00
ldestailleur
a8173ff888
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-08-06 12:39:32 +02:00
ldestailleur
d0aa0df4f6
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-06 12:37:00 +02:00
Regis Houssin
618e455ca3
FIX avoid php warning with "$forceFullTextIndexation" ( #34881 )
...
* FIX avoid php warning, "$forceFullTextIndexation" not used in
"dol_add_file_process()" function, maybe deprecated ?
* FIX missing $forceFullTextIndexation parameter
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-08-06 12:33:08 +02:00
ldestailleur
aa376fe333
Try fix to solve pb with xml tag with MAIN_RESTRICTHTML_ONLY_VALID_HTML
2025-08-06 11:55:44 +02:00
ldestailleur
8766b34dac
Fix php warnings
2025-08-06 01:48:18 +02:00
ldestailleur
af615ec603
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-05 12:20:17 +02:00
ldestailleur
53683a6a3a
FIX several minor troubles with modulebuilder
2025-08-05 02:44:52 +02:00
ldestailleur
22de4342ad
FIX array for arrayofkeyval is lost in module builder edit of property
2025-08-05 01:04:58 +02:00
ldestailleur
ecf73afe86
FIX array for arrayofkeyval is lost in module builder edit of property
2025-08-05 01:04:22 +02:00
ldestailleur
86f5db7aa9
Fix better comaptibilty for extrafield email/mail
2025-08-05 00:45:00 +02:00
Pichinov-Valentin
db1552e27d
NEW Added Messaging and agenda tabs on order and shipments ( #34859 )
...
* feat: Messaging and agenda core modifications
* feat: Core modifications for messaging and agenda
* fix(expedition): Décris ici la correction ou l'ajout fait à card.php
* Update company.lib.php
---------
Co-authored-by: Lou31 <valentingrimal2@gmail.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-08-04 13:12:22 +02:00
ldestailleur
22c7da02e3
Doc
2025-08-04 12:06:44 +02:00
Maxime Kohlhaas
f16c550016
NEW : add hidden const to get response header in geturlcontent function ( #34781 ) ( #34824 )
...
Co-authored-by: x <x@x.x>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-08-02 00:49:19 +02:00
Marc de Lima Lucio
883933c73c
QUAL: stop supporting old tab entries ( #34377 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-08-02 00:28:48 +02:00
Laurent Destailleur
b748bf1fc0
Fix warning
2025-08-01 19:49:07 +02:00
Laurent Destailleur
e8a17bd1e3
Fix warning
2025-08-01 17:42:58 +02:00
Laurent Destailleur
179af48c51
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-01 00:14:43 +02:00
Laurent Destailleur
d8e1560275
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-01 00:13:19 +02:00
Laurent Destailleur
032db7e5cd
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-07-31 23:54:43 +02:00