Actions
Bug #23212
closedMove Extension Manager from mod to sysext
Start date:
2010-07-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in typo3/sysext.
The patch moves the extension Extension Manager to sysext
This also allows to deinstall Extension Manager, very useful if you have admin accounts and want to prevent that they install any extension.
(issue imported from #M15154)
Files
Updated by Steffen Kamper over 14 years ago
For easy test:
1) delete typo3/mod/tools/em
2) extract em.zip in typo3/sysext
3) add "em" to the extlist in localconf.php
Updated by Steffen Kamper over 14 years ago
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Actions