[TASK] Streamline class prefix handling in the core
At the moment the frontend option userFuncClassPrefix is also checked in various backend scenarios (for example the registry) and in general everywhere t3lib_div::hasValidPrefix is called. Therefore it should be a system option. Additionally to ensure "user_" is working as a prefix this was given hardcoded as additionalPrefix to the function in some cases. This patch streamlines the handling of prefixes, introduces a [SYS] option additionalAllowedClassPrefixes, deprecates the [FE] option and allows the prefixes 'tx_', 'Tx_', 'user_' and 'User_' by default. Change-Id: I70fa89120dbe8c7790e3d6de4b173b69beb8a6f9 Resolves: #29166 Releases: 4.6 Reviewed-on: http://review.typo3.org/4526 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- t3lib/class.t3lib_div.php 23 additions, 4 deletionst3lib/class.t3lib_div.php
- t3lib/class.t3lib_extmgm.php 2 additions, 8 deletionst3lib/class.t3lib_extmgm.php
- t3lib/class.t3lib_registry.php 1 addition, 1 deletiont3lib/class.t3lib_registry.php
- t3lib/config_default.php 15 additions, 2 deletionst3lib/config_default.php
- t3lib/matchcondition/class.t3lib_matchcondition_abstract.php 2 additions, 11 deletionst3lib/matchcondition/class.t3lib_matchcondition_abstract.php
- t3lib/matchcondition/class.t3lib_matchcondition_backend.php 0 additions, 10 deletionst3lib/matchcondition/class.t3lib_matchcondition_backend.php
- t3lib/matchcondition/class.t3lib_matchcondition_frontend.php 0 additions, 10 deletionst3lib/matchcondition/class.t3lib_matchcondition_frontend.php
- tests/t3lib/class.t3lib_divTest.php 29 additions, 4 deletionstests/t3lib/class.t3lib_divTest.php
- typo3/sysext/cms/tslib/class.tslib_content.php 2 additions, 3 deletionstypo3/sysext/cms/tslib/class.tslib_content.php
Please register or sign in to comment