Actions
Task #31296
closedClean up about modules extension
Start date:
2011-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:
Description
The aboutmodules extension heavily relies on class.alt_menu_functions.inc which was moved and renamed to tx_aboutmodules_Functions in 4.6. The class was once used to render the different alt_menu codes and is now only used by aboutmodules.
The patch moves the code to render the module list of about modules out of tx_aboutmodules_Functions and deprecates the class. This makes the about module extension much easier to maintain.
Actions