Actions
Bug #23560
closedPut versioning code from TCEmain in version extension - part #1
Start date:
2010-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This patch is the first version to put a lot of the workspace code out of tcemain so it is only used when the versioning extension is installed. It moves the following "features" in cmdmap hooks:
- processing cmd "version"
- swapping versions
- everything about stage changes
- everything about notifications
- page / branch versioning
Additionally, it adds new hooks in the cmdmap method so you can now define your own commands (maybe helpful for DAM as well?), and hook in before and after anything in the cmdmap.
This removes around 1000 lines of code from TCEmain.
(issue imported from #M15740)
Files
Actions