[TYPO3-core] FYI: Fixed bug #14214: Install tool hooks are not complete and could be better
Patrick Broens
patrick at netcreators.com
Tue Apr 27 08:57:37 CEST 2010
FYI: The attached SVN patch was committed.
Type:
Feature
Problem:
Current hook implementation forces us to use a method "execute()",
meaning one cannot implement multiple hooks without relying on multiple
user classes. This is not great.
In addition, a hook is missing when writing information to
localconf.php. It is possible to hook into stepoutput but not to add
specific code to localconf.php (typically with DBAL), meaning the hook
into steps is not as usable as it should be.
Solution:
Rename method in hooks to be more specific.
Add missing hook.
Bugtracker references:
http://bugs.typo3.org/view.php?id=14214
Branches:
trunk (revision 7434)
Thanks to Xavier Perseguers
Cheers
Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100427_RFC_14214.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100427/2d069cf8/attachment.asc>
More information about the TYPO3-team-core
mailing list