Laurent Destailleur
e3876f3295
Debug v23 - restore geoipmaxmind
2025-12-28 02:19:01 +01:00
Laurent Destailleur
d9ad1bae8c
Merge pull request #36720 from leninrivas/patch-36
...
NEW substitutions values
2025-12-22 20:40:56 +01:00
Laurent Destailleur
befd5e93c8
Merge pull request #36689 from thersane-john/fix_data_exposure
...
Fix: prevent data exposure between customer and supplier
2025-12-22 19:57:05 +01:00
Laurent Destailleur
4cbfb4829c
Rename TVAINTRA to VATNUMBER in functions.lib.php
2025-12-22 19:22:03 +01:00
Laurent Destailleur
d7f9c0157e
Merge pull request #36699 from W1W1-M/fix-document-api-agenda-event-list-download
...
FIX document API agenda event list and download
2025-12-22 19:08:55 +01:00
Laurent Destailleur
8ac7f73d4f
Merge branch 'develop' into patch-36
2025-12-22 17:24:22 +01:00
Laurent Destailleur
f88bb0bd59
Debug v23
2025-12-21 17:00:04 +01:00
Laurent Destailleur
3a4cf15857
Debug v23 no propagation of warnings
2025-12-21 13:32:32 +01:00
Lenin Rivas
89b515a884
NEW substitutions values
...
__AMOUNT_MULTICURRENCY_FORMATED__
__MYCOMPANY_TVAINTRA__
2025-12-20 11:39:56 -05:00
William Mead
1d32ded07f
Refactored and cleaned code
2025-12-19 16:26:35 +01:00
William Mead
a31e01bd77
Refactored to use getMultidirOutput
2025-12-19 08:50:50 +01:00
John BOTELLA
d6adb66789
fix(data): prevent data exposure between customer and supplier
2025-12-17 14:53:49 +01:00
Laurent Destailleur
ac4a110ca5
Sec: Fix Dolibarr Stored XSS via Meta Tag Injection GHSA-59gv-36h7-qwh8
2025-12-16 00:10:28 +01:00
Laurent Destailleur
35ad674345
Debug v23
2025-12-15 13:14:04 +01:00
Charlène Benke
8c692cec85
Fix SQL condition for project calendar filtering
2025-12-12 16:10:31 +01:00
MDW
6f4516f310
Qual: Allow null for $outputlangs in get_date_range
...
# Qual: Allow null for $outputlangs in get_date_range
`null` is already the default for $outputlangs so allow it as an
argument value (fixes phan notice)
2025-12-09 15:03:04 +01:00
Laurent Destailleur
add2758316
CSS
2025-12-09 14:30:40 +01:00
Laurent Destailleur
e8ac6cddd0
Fix Replace of__[xx]__ variables.
2025-12-09 11:09:19 +01:00
Laurent Destailleur
c3b56f928f
CSS
2025-12-07 16:28:00 +01:00
Laurent Destailleur
0a0c61ca8c
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-12-07 14:08:38 +01:00
Laurent Destailleur
89c568ccb7
Fix picto
2025-12-06 13:53:34 +01:00
Laurent Destailleur
418188f37b
Debug v23 - fix link social networks
2025-12-06 05:01:27 +01:00
Laurent Destailleur
fcd6b4ce6b
Debug v23
2025-12-06 03:27:49 +01:00
Laurent Destailleur
c4dc7b6fdb
Doc
2025-12-05 11:57:45 +01:00
Laurent Destailleur
11a89e218d
Typo
2025-12-05 11:32:08 +01:00
Laurent Destailleur
8e79dfd84b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-12-05 11:30:56 +01:00
Laurent Destailleur
54f767f48a
Allow to define if data is user input or not into GETPOSTFLOAT.
2025-12-05 11:30:21 +01:00
Laurent Destailleur
8b51ff85fd
Fix CI
2025-12-04 21:58:10 +01:00
Laurent Destailleur
e350886c15
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-12-04 20:38:22 +01:00
Laurent Destailleur
78316a577d
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-12-04 20:26:59 +01:00
Laurent Destailleur
3068a778da
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-12-04 19:51:48 +01:00
Laurent Destailleur
9d307a4238
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-12-04 19:07:33 +01:00
Laurent Destailleur
222cd76799
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-12-04 18:53:04 +01:00
Laurent Destailleur
966bdc84e5
Fix warning
2025-12-04 14:46:10 +01:00
Laurent Destailleur
39e200eb50
Debug v23
2025-12-04 14:00:34 +01:00
Laurent Destailleur
e60de6525b
WIP Loi finance
2025-12-02 20:29:20 +01:00
Laurent Destailleur
967865dfe5
CSS
2025-12-01 15:40:42 +01:00
Laurent Destailleur
41fc03c63b
Fix: Do not transform [__XXX__] string when
...
MAIN_RESTRICTHTML_ONLY_VALID_HTML is on.
2025-12-01 13:54:27 +01:00
atm-florian
0e1c580f11
FIX 18.0: GETPOSTDATE and buildParamDate assumed HTTP param names 'minute' and 'second' instead of 'min' and 'sec'
2025-12-01 13:47:50 +01:00
marc
5c6b4f62c8
FIX #35061
...
Signed-off-by: marc <marc.baur@ptmsoft.fr >
2025-11-28 18:25:00 +01:00
MDW
53baeeaf67
Qual: Improve type hinting for phpstan in dol_sort_array()
...
#Qual: Improve type hinting for phpstan in dol_sort_array()
- Improve phpdoc for phpstan in dol_sort_array()
2025-11-28 02:18:33 +01:00
Laurent Destailleur
ce01e1d95f
Debug v23
2025-11-27 00:05:04 +01:00
Laurent Destailleur
81ac5bddf9
Fix phpunit
2025-11-26 23:37:10 +01:00
Laurent Destailleur
6d4708914d
Deug v23
2025-11-26 21:07:41 +01:00
Laurent Destailleur
b78e8faeab
Debug v23
2025-11-26 14:16:06 +01:00
Laurent Destailleur
4b5c4f13ca
Debug v23
2025-11-26 13:47:14 +01:00
Laurent Destailleur
f0f2afd7a3
Fix action type for button action Email
2025-11-26 13:41:16 +01:00
Laurent Destailleur
3218e19091
Debug v23
2025-11-25 19:51:09 +01:00
Laurent Destailleur
9b0fd0ec5c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-25 18:30:42 +01:00
Laurent Destailleur
c5c0b85498
Debug v23
2025-11-25 18:18:02 +01:00