Laurent Destailleur (aka Eldy)
c9ab22782e
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-01-20 14:57:45 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
MDW
490750e810
Qual: Remove var_dump and exit from SocieteTest
2025-01-17 23:19:09 +01:00
Laurent Destailleur (aka Eldy)
ac049e1f23
Fix test
2025-01-15 12:13:23 +01:00
Laurent Destailleur (aka Eldy)
a5fe192125
FIX country id is not saved when we provide country_code only
2025-01-13 13:31:38 +01:00
tnegre
7e82f70c77
add case when HTML tags contain attributes
2025-01-09 11:05:45 +01:00
tnegre
61b03b0c05
Testing ODF : revert parameters order for assertEquals()
2025-01-06 09:44:04 +01:00
tnegre
112220da86
BUG: when there are two identical HTML tags in a substitution string, everything is taken between first opening tag and last closing tag. Write test to reproduce.
2025-01-06 09:44:04 +01:00
Laurent Destailleur
b7821bde26
FIX the autofix corrupted vat value must be triggered only if we are
...
sure data is corrupted.
FIX the autofix must also fix the multicurrency value.
2024-11-06 16:17:51 +01:00
Laurent Destailleur
67156d03ca
Fix phpunit
2024-10-09 00:13:56 +02:00
Laurent Destailleur
3ee51d5311
Add test on domain .entreprises
2024-09-15 11:24:34 +02:00
Laurent Destailleur
e4fda210d7
Fix sync transife
2024-09-09 16:51:26 +02:00
Laurent Destailleur
a5c786fe6e
Fix not yed ready for v20
2024-08-31 17:31:30 +02:00
Laurent Destailleur
b8dadd4b6a
Debug v20 Fix missing test on permissions
2024-08-31 17:23:13 +02:00
Laurent Destailleur
2c28d039e2
Fix test on permissions
2024-08-31 16:26:08 +02:00
Laurent Destailleur
1e3a860767
Fix test on permissions
2024-08-31 16:01:27 +02:00
Laurent Destailleur
ee6779dbcf
Clean code
2024-08-31 15:08:17 +02:00
hansemschnokeloch
4849e04fc9
Fix #29292 ( #30720 )
...
* fix #2810
* Fix #29292
2024-08-23 15:27:55 +02:00
Laurent Destailleur
8ac368ce17
FIX Better sanitizing for javascript. Fix <> bypass.
2024-07-27 18:07:37 +02:00
Laurent Destailleur
7595609be2
Fix #yogosha23464 possible RCE by an admin user.
2024-07-23 18:27:18 +02:00
Laurent Destailleur
1cb57b03ae
Debug v20 - fix dol_escape_htmltag
2024-07-22 20:12:35 +02:00
Laurent Destailleur
561e365ff1
Fix warning
2024-07-22 16:39:26 +02:00
Laurent Destailleur
3633762298
Fix dolPrintHTML when MAIN_RESTRICTHTML_ONLY_VALID_HTML_TIDY is off
2024-07-22 16:36:24 +02:00
Laurent Destailleur
cabe506077
Fix phpunit
2024-07-16 09:51:50 +02:00
Laurent Destailleur
7879e12bd2
Fix phpunit
2024-07-13 02:22:26 +02:00
Laurent Destailleur
d3ebd3fbe7
SEC: Possible RCE when php module json off. +Warning in security page.
2024-07-12 01:43:53 +02:00
Laurent Destailleur
04f64714f1
Debug v20
2024-06-26 21:45:36 +02:00
Lucas Marcouiller
d63687da6d
Fix dol_escape_htmltag to prevent bad strip of char ( #29931 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-06-08 14:51:32 +02:00
Laurent Destailleur
5bbc4e083e
Add a phpunit test
2024-06-04 14:06:35 +02:00
Laurent Destailleur
580a021c7d
Fix warnings
2024-06-01 15:30:43 +02:00
Laurent Destailleur
ad48477f6c
Fix name of test file
2024-06-01 12:21:54 +02:00
Laurent Destailleur
ba6e7e85db
Merge #28264 to get a simpler code
2024-06-01 12:02:23 +02:00
Laurent Destailleur
3cd74f4689
Fix phpunit
2024-05-29 14:43:23 +02:00
Laurent Destailleur
4d49d01eec
Fix phpunit
2024-05-15 12:19:57 +02:00
Laurent Destailleur
1b2bad3f42
NEW Add function to manipulate emojis
2024-05-14 18:19:48 +02:00
Laurent Destailleur
7f3ed10922
Add phpunit case
2024-05-14 04:08:54 +02:00
Laurent Destailleur
27bc1cddad
Debug v20
2024-05-08 15:43:46 +02:00
Laurent Destailleur
f8d072f04c
Fix phpunit
2024-04-23 20:26:24 +02:00
MDW
31584659e0
Refactor objCompare
...
# Refactor objCompare:
- Move to CommonClassTest;
- Report class name for mismatched property;
- Cope with dolDeprecated property aliases (test may exclude deprecated name,
also exclude new name).
2024-04-02 11:25:17 +02:00
Laurent Destailleur
fbf0912a98
Fix phpunit warnings
2024-03-28 21:33:09 +01:00
Laurent Destailleur
0544670ac4
Merge pull request #28160 from mdeweerd/core/deprecationclass
...
NEW: DolDeprecationHandler for deprecations
2024-03-28 12:42:53 +01:00
MDW
c87c3b100c
Qual: LangTest: Use dataprovider, beautify output
2024-03-27 22:12:27 +01:00
Laurent Destailleur
4efa503400
NEW Accept the __NOW__ and __USER_ID__key into filters
2024-03-25 23:53:28 +01:00
MDW
a6d4a99cca
NEW: DolDeprecationHandler for deprecations
...
# NEW: DolDeprecationHandler for deprecations
This reusable class avoids needed to implement double assignments while enabling
the detection of the use of deprecated variables and methods.
There is no efficiency overhead when the proper variables and methods are
used.
2024-03-24 17:39:02 +01:00
Laurent Destailleur
295587ea20
Fix warning
2024-03-24 14:19:44 +01:00
Laurent Destailleur
220b9d0852
Add a unit test on dol_eval
2024-03-24 07:08:40 +01:00
Laurent Destailleur
3fdf5e2881
Fix phpunit for Expedition
2024-03-24 06:31:59 +01:00
Laurent Destailleur
954b127ee0
Fix phpunit
2024-03-24 06:30:18 +01:00
Laurent Destailleur
072c3070b3
Add phpunit for Expedition
2024-03-24 06:23:56 +01:00
Laurent Destailleur
d9488770ae
GETPOST(..., 'alpha') does not accept \ char anymore. Replaced with /
2024-03-24 01:45:31 +01:00