Skip to content
Snippets Groups Projects
Commit 133c1a9c authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[!!!][TASK] Rename ExtensionManager class

The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.

This is the final commit, which removes the old
namespaced class name from the alias map and
raises the submodule pointers.

If you used ExtensionManager calls in your TYPO3 6.0
extensions, you have to adapt your code and use the
new class name.

Resolves: #42661
Releases: 6.0

Change-Id: I371a64b276a93f25fabf6728bae8906fbc0e2c42
Reviewed-on: http://review.typo3.org/16176
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
parent 2171bf88
Branches
Tags
No related merge requests found
......@@ -80,7 +80,6 @@ return array(
't3lib_extjs_ExtDirectDebug' => 'TYPO3\\CMS\\Core\\ExtDirect\\ExtDirectDebug',
't3lib_extjs_ExtDirectRouter' => 'TYPO3\\CMS\\Core\\ExtDirect\\ExtDirectRouter',
't3lib_extMgm' => 'TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility',
'TYPO3\\CMS\\Core\\Extension\\ExtensionManager' => 'TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility',
't3lib_formprotection_Abstract' => 'TYPO3\\CMS\\Core\\FormProtection\\AbstractFormProtection',
't3lib_formprotection_BackendFormProtection' => 'TYPO3\\CMS\\Core\\FormProtection\\BackendFormProtection',
't3lib_formprotection_DisabledFormProtection' => 'TYPO3\\CMS\\Core\\FormProtection\\DisabledFormProtection',
......
dbal @ b19de363
Subproject commit 1dd99354187d7bf3e8e30290c6c12aeec669575c
Subproject commit b19de363abe1e372c0f90b44c48b4baa3d638634
extbase @ ff9a2b66
Subproject commit 854838a92fba8f1a45fd7ba093fad0080aad8de4
Subproject commit ff9a2b66eba1aa26cce3a183d6f0227469531029
fluid @ 6895cb56
Subproject commit f07f1b938be0b7795e8f85840a3581bb6945a511
Subproject commit 6895cb5695e4e5c665f48c3526dd7168b7afa990
linkvalidator @ bf168c8c
Subproject commit c95529856b28caf50cdc073fc6213f524594a36a
Subproject commit bf168c8c9620845011b2eb10f6a0f57391c20252
version @ 8977c7ea
Subproject commit de7f41bf05641f527a45658a75a42af7af7be326
Subproject commit 8977c7ea1274e41a557bed3390d143e7b9cbab9c
workspaces @ f5caf359
Subproject commit e4beb8ec9381b67d57d3f7ae958c6c9b43257d79
Subproject commit f5caf3596d0ed8c59cddf147d2e6ab963c4a6efa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment