Actions
Bug #56781
closedCleanup main_rte function in the ElementBrowser and children
Start date:
2014-03-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
main_rte method of the ElementBrowser has over 440lines.
A lot of code is duplicated between parent and child classes.
This duplicated code already costed us some headaches - some bugs were fixed in one place and not in the other.
We should split main_rte into smaller chunks to and remove duplicates.
Actions