iouston
c4f1dbddbb
Add product type check in line validation ( #36319 )
...
* Add product type check in line validation
needed by sous total plugins style which use line with type 9 for title, subtitle or free text. without the chek inb line validation, title, sub title or free text disappears
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 13:17:48 +01:00
Laurent Destailleur
292b235241
Fix CI
2025-11-19 13:14:48 +01:00
Laurent Destailleur
c65e03ecb6
Fix CSS
2025-11-19 13:01:35 +01:00
Laurent Destailleur
50de292f51
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-19 12:50:45 +01:00
Laurent Destailleur
fc8cc70d7e
Clean code
2025-11-19 12:50:32 +01:00
John BOTELLA
33d65c19dd
Fix css login page patch 02 ( #36320 )
...
* fix css login page patch 01
* fix css login page patch 02
* fix css login page patch 02
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 12:40:52 +01:00
Laurent Destailleur
77e66216dc
Fix ci
2025-11-19 12:15:48 +01:00
Laurent Destailleur
5ccab94697
Fix CI
2025-11-19 12:12:07 +01:00
Laurent Destailleur
0a6489a55f
Fix CI
2025-11-19 11:59:33 +01:00
Laurent Destailleur
dd39b91e5a
Fix ci
2025-11-19 11:40:02 +01:00
Laurent Destailleur
8a8ed7fa67
Fix CI
2025-11-19 11:28:58 +01:00
Laurent Destailleur
75d1f27730
Fix CI
2025-11-19 11:16:24 +01:00
Laurent Destailleur
37dca42aee
Doc
2025-11-19 11:05:26 +01:00
MDW
45184e9741
Qual: Update phan baseline ( #36318 )
...
# Qual: Update phan baseline
Remove fixed notices from exceptions.
2025-11-19 10:58:00 +01:00
Laurent Destailleur
613a4bab2d
Fix CI
2025-11-19 10:57:11 +01:00
Laurent Destailleur
d858764b15
Add config param $dolibarr_main_restrict_eval_methods with whitelist of
...
functionsallowed in dol_eval. Advisory GHSA-x3w7-24rq-gvc5
2025-11-19 03:44:24 +01:00
Laurent Destailleur
63cca7f128
Doc
2025-11-18 23:36:26 +01:00
Laurent Destailleur
9818c76f7f
MAIN_DISALLOW_STRING_OBFUSCATION_IN_DOL_EVAL replaced with
...
MAIN_ALLOW_OBFUSCATION_METHODS_IN_DOL_EVAL
2025-11-18 23:34:23 +01:00
Laurent Destailleur
af0fcb0c24
Doc
2025-11-18 22:51:24 +01:00
Laurent Destailleur
845514af35
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
2025-11-18 22:47:04 +01:00
Laurent Destailleur
947389b072
NEW Disable by default obfuscation methods and function in extrafields
...
evaluable strings. Can re-enable with
MAIN_ALLOW_OBFUSCATION_METHODS_IN_DOL_EVAL=1
2025-11-18 22:45:56 +01:00
Marc
d9ec700a3e
FIX #36306 ( #36307 )
2025-11-18 22:06:40 +01:00
Laurent Destailleur
bbbb958dc0
Fix CI
2025-11-18 22:03:57 +01:00
John BOTELLA
312ea7d9eb
fix css login page patch 01 ( #36313 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-18 22:03:49 +01:00
Laurent Destailleur
bcde1eb545
NEW Add filter on agenda event progression on agenda page
2025-11-18 21:59:47 +01:00
Laurent Destailleur
b748ffd528
Secure the dol_eval
2025-11-18 18:57:17 +01:00
Laurent Destailleur
78384eca54
Clean code
2025-11-18 17:14:42 +01:00
Laurent Destailleur
ac2fe3e991
Comment
2025-11-18 16:59:24 +01:00
Laurent Destailleur
5aaf9cd565
NEW Add hook on calcula_price() and get_default_tva()
2025-11-18 16:57:50 +01:00
Laurent Destailleur
4dd05e0199
Debug v23
2025-11-18 15:45:45 +01:00
Laurent Destailleur
235233eaf8
WIP LNE
2025-11-18 15:37:37 +01:00
Laurent Destailleur
81527a9fe9
Clean code
2025-11-18 12:03:23 +01:00
Laurent Destailleur
bba8884d13
Clean code
2025-11-18 11:48:33 +01:00
Frédéric FRANCE
8d459e469d
clean code ( #36260 )
...
* clean code
* clean code
* clean code
* clean code
* fix $val might not be defined
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* ignore phpstan reported for later
* clean code
* clean code
* clean code
* clean
* test
2025-11-18 11:41:28 +01:00
MDW
785753bbee
Qual: Change field name to let phan warn about argument order ( #36261 )
...
* FIX wrong $param parameter position
* FIX ok it's good ! ;-)
* Qual: Change field name to let phan warn about argument order
# Qual: Change field name to let phan warn about argument order
Most of the time print_liste_field_titre() is called with $param instead of $moreparam.
By changing the argument name, phan will warn if the position is likely incorrect.
* Fix: Fix parameter order in print_liste_field_titre calls
- Fixed parameter order in print_liste_field_titre calls to maintain consistency
---------
Co-authored-by: Regis Houssin <regis.houssin@inodbox.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-18 11:40:32 +01:00
Laurent Destailleur
f05f5af59e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-18 11:38:31 +01:00
Laurent Destailleur
61a849090b
Close #36298
2025-11-18 11:36:45 +01:00
Laurent Destailleur
3badbe94ab
Debug v23
2025-11-18 03:12:08 +01:00
Laurent Destailleur
9f555e03bd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-18 02:52:44 +01:00
Laurent Destailleur
e96db77fda
Look and feel Debug v23
2025-11-18 02:49:47 +01:00
John BOTELLA
0d1fd4b9ff
New tooltip freeze from experimental to develop branch ( #36266 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 22:36:21 +01:00
Frédéric FRANCE
8f52c44e5f
can edit color in dict.php ( #36270 )
...
* can edit color in dict.php
* Update html.form.class.php
* Update html.form.class.php
2025-11-17 22:25:06 +01:00
William Mead
24e519c5a0
FIX QUAL intervention API close ( #36278 )
...
* Refactored close method
* Updated PHPDoc
* Updated PHPDoc
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 22:15:44 +01:00
MDW
991706e731
FIX: Fix version extraction in setup_conf.sh ( #36281 )
...
# FIX: Fix version extraction in setup_conf.sh
The version extraction regex was updated to handle both DOL_VERSION and DOL_MAJOR_VERSION constants in version.inc.php.
The version is now available as DOL_MAJOR_VERSION since 29b1e75
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 22:05:33 +01:00
MDW
c92b87dfec
Qual: (commonnumrefgenerator): Add abstract method getExample ( #36271 )
...
- `getExample()`: Returns an example of the numbering format
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 22:03:08 +01:00
MDW
b2d30053b4
Qual: Enhance hurl test documentation and run script ( #36291 )
...
- Added detailed documentation for running specific tests, including options and exclusions
- Improved installation instructions with platform-specific guidance
- Enhanced error handling and user feedback
- Added support for GitHub-compatible messages
- Improved script structure and readability
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 21:52:13 +01:00
MDW
1072419141
Qual: Update pre-commit hooks ( #36262 )
...
* Qual: Update pre-commit hooks
# Qual: Update pre-commit hook
Updated several pre-commit hooks as long as the new ones are not alpha or beta versions
* Qual: Fix/ignore some shellcheck issues
2025-11-17 21:50:29 +01:00
github-actions[bot]
f799113fac
PHPStan > Update baseline ( #36264 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 21:47:22 +01:00
Frédéric FRANCE
3a3785c92d
Update SecurityTest.php ( #36295 )
...
* Update SecurityTest.php
* Update SecurityTest.php
* Update SecurityTest.php
2025-11-17 21:43:53 +01:00
Laurent Destailleur
e54cc9ab28
Fix phpunit
2025-11-17 21:40:36 +01:00