2
0
forked from Wavyzz/dolibarr
Commit Graph

38897 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
0ef79d47d8 Fix warning 2025-02-12 22:43:01 +01:00
Benjamin Falière
1c71464b8e Merge branch 'develop' into commonfields 2025-02-12 21:36:11 +01:00
Laurent Destailleur (aka Eldy)
073a6eeae3 NEW Add options PDF_XXX_SHOW_PRICE_INCL_TAX into PDF setup 2025-02-12 21:02:50 +01:00
VESSILLER
f7bd03fb75 FIX #33038 drag and drop files are not prefixed with object reference 2025-02-12 16:02:00 +01:00
Benjamin Falière
f214d76d35 ENH: accessibility on commonfields_add tpl 2025-02-12 10:57:58 +01:00
Noé Cendrier
96fdc43e8b Merge branch 'develop' into fix_time_pdf_time_spent 2025-02-12 10:37:28 +01:00
Hystepik
64cbc2ca22 fix to be more constant 2025-02-12 10:32:35 +01:00
Noé Cendrier
630caa0562 FIX: project time spent in ODT template 2025-02-12 10:13:29 +01:00
Hystepik
9675b95fa3 New duplicate order's pdf / terms and condition of sale configuration in order module configuration 2025-02-12 10:02:39 +01:00
Lucas Marcouiller
16e2a120ad Merge branch 'develop' into New-status-for-webhook 2025-02-12 08:59:04 +01:00
Laurent Destailleur
622f330517 Merge pull request #32980 from Hystepik/new-website-security-const
New website security const by website
2025-02-12 05:05:04 +01:00
Laurent Destailleur
2cb93fc9f6 Merge pull request #33017 from mdeweerd/phan/2025.2.10.project-2
Qual: Fix phan (project-2)
2025-02-12 03:08:41 +01:00
Laurent Destailleur
574d4be99e Merge pull request #33005 from Hystepik/new-move-of-pdf-configuration-in-sepcific-page
New move propal's pdf / terms and condition of sale configuration in propal module configuration
2025-02-12 03:08:04 +01:00
Laurent Destailleur
41ccf2a309 Merge pull request #33021 from homer8173/patch-46
not enough test
2025-02-12 03:03:07 +01:00
Laurent Destailleur (aka Eldy)
9bc2a3a6bd Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-02-11 22:24:47 +01:00
Laurent Destailleur (aka Eldy)
56f5232358 Debug v21 2025-02-11 22:21:59 +01:00
MDW
288aca6423 Qual: Fix phan (project-2) 2025-02-11 22:08:21 +01:00
Mélina JOUM
517959f7cf FIX: Time spent for timespent PDF 2025-02-11 16:59:38 +01:00
Norbert Penel
ef802d426e not enough test
can be a problem with objects who don't have required socid
Furthermore it is impossible to unset a property : https://www.php.net/manual/en/function.property-exists.php#116824
2025-02-11 15:44:46 +01:00
Laurent Destailleur (aka Eldy)
5401791247 Debug v21 2025-02-11 15:40:47 +01:00
Laurent Destailleur (aka Eldy)
6f87dc441e Debug v21 2025-02-11 15:27:37 +01:00
Lucas Marcouiller
435fce303d Merge branch 'develop' into new-website-security-const 2025-02-11 15:17:56 +01:00
Norbert Penel
4ecf7334e5 Added substitutions in AI response 2025-02-11 14:30:48 +01:00
Lucas Marcouiller
00482b7e3d Merge branch 'develop' into New-status-for-webhook 2025-02-11 14:25:30 +01:00
Lucas Marcouiller
9efeead27b Merge branch 'develop' into new-move-of-pdf-configuration-in-sepcific-page 2025-02-11 11:44:05 +01:00
Laurent Destailleur (aka Eldy)
e76c396178 Debug v21 2025-02-11 11:03:10 +01:00
Laurent Destailleur (aka Eldy)
e090f09ced Debug v21 2025-02-11 11:02:03 +01:00
Laurent Destailleur (aka Eldy)
a4e39ba1be Debug v21 2025-02-11 11:01:24 +01:00
Laurent Destailleur
36078f2a32 Merge pull request #33006 from NefiteTifall/patch-2
FIX: Correct HTML escaping function
2025-02-11 10:58:48 +01:00
NefiteTifall | Nicolas
b4f06c8f1c 🔧 Remove escape
Eliminated unnecessary escaping of help text in button titles, simplifying the code and ensuring that the title attribute directly uses the provided help text without modification.
2025-02-11 10:20:23 +01:00
Lucas Marcouiller
a0812cf7be Merge branch 'develop' into new-move-of-pdf-configuration-in-sepcific-page 2025-02-11 09:18:47 +01:00
MDW
928402c847 Qual: Fix phan (project-1) 2025-02-11 00:22:39 +01:00
Laurent Destailleur
5051faa325 Merge pull request #33012 from mdeweerd/phan/2025.2.10.stock-2
Qual: Fix phan (stock-2)
2025-02-10 21:42:31 +01:00
Laurent Destailleur
fe43393b6e Merge pull request #33011 from homer8173/patch-44
Update html.formmargin.class.php
2025-02-10 21:41:39 +01:00
Laurent Destailleur
0fbaad635a Update html.formmargin.class.php 2025-02-10 21:39:55 +01:00
Laurent Destailleur
c94395ff10 Merge pull request #33004 from AnthonyVallenet/patch-1
Fix: Avoid undefined array key warning in form setup
2025-02-10 21:32:42 +01:00
MDW
076399b11b Qual: Fix phan (stock-2) 2025-02-10 21:20:32 +01:00
Laurent Destailleur (aka Eldy)
3a212e4ddb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-02-10 19:48:46 +01:00
Norbert Penel
a7a2014215 Update html.formmargin.class.php
Under PHP 8 , can't add string and float on following lines. So i propose to convert to avoid errors
2025-02-10 17:10:41 +01:00
NefiteTifall | Nicolas
4cceac1f46 FIX: Correct HTML escaping function 2025-02-10 15:48:04 +01:00
Hystepik
996109e9be New move pdf configuration in propal module configuration 2025-02-10 15:12:55 +01:00
Anthony V
0062c9929a Fix: Avoid undefined array key warning in form setup
- Added a check to ensure 'isMandatory' exists in $item->fieldParams before accessing it.
- Prevents "Undefined array key" warning in html.formsetup.class.php.
- Improved robustness by using !empty() to handle missing or false values safely.
2025-02-10 15:10:28 +01:00
Laurent Destailleur
5e47f63c8b Merge pull request #32886 from altairis-noe/element_type
QUAL: deleteObjectLinked() element value matching add_object_linked()
2025-02-10 13:46:46 +01:00
Laurent Destailleur
03c8d418ae Merge pull request #33000 from mdeweerd/phan/2025.2.8.stock-1
Qual: Fix phan notices (stock-1)
2025-02-10 13:23:47 +01:00
Laurent Destailleur
7a27235379 Merge pull request #32994 from mdeweerd/phan/fix2025.2.8.product-2
Qual: Fix phan (product-2)
2025-02-10 13:18:59 +01:00
Laurent Destailleur
caf8f43024 Merge pull request #32993 from mdeweerd/phan/2025.2.8.ifsql
Qual: Fix ifsql argument type
2025-02-10 13:16:46 +01:00
Laurent Destailleur
0691c18355 Merge pull request #32992 from mdeweerd/phan/2025.2.8.product
Qual: Fix phan (product-part-1) implies fixing unit types
2025-02-10 13:15:37 +01:00
Laurent Destailleur (aka Eldy)
09ba5162e7 Clean code 2025-02-10 13:03:37 +01:00
Laurent Destailleur
9f55909d93 Merge branch 'develop' into new-website-security-const 2025-02-10 12:56:03 +01:00
Laurent Destailleur (aka Eldy)
c45adc4e96 Close #32966 2025-02-10 12:55:45 +01:00