mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
ef7fb4a499
The FrontendEditingController class in EXT:core does two things: - persisting incoming GET/POST requests (actually only when EXT:feedit is installed) - rendering editIcons and editIconPanel In order to separate these concerns, the first patch extracts some minor functionality into EXT:feedit, and cleans up code which should have been done long ago. The next iteration will be to deprecate unused methods and properties, and to move FrontendEditingController into EXT:feedit, however, using an Interface to render editIcons and editPanels instead. Resolves: #85869 Releases: master Change-Id: I78ed1da9e619099dc56b970961c90c34f8dff1e4 Reviewed-on: https://review.typo3.org/57925 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Frank Naegler <frank.naegler@typo3.org> Tested-by: Frank Naegler <frank.naegler@typo3.org> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Jörg Bösche <typo3@joergboesche.de> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> |
||
---|---|---|
.. | ||
Middleware | ||
FrontendEditPanel.php |