Feature #19491
closedMove frontend editing to a system extension
0%
Description
As a first step toward improved frontend editing in TYPO3 4.3, we should move the existing frontend editing ino a system extension to preserve compatibility.
The only part that should actually move to this system extension is the "view" code from t3lib_tsfebeuserauth and tslib_cObject code for drawing edit panels and edit icons. The remaining "controller" code from t3lib_tsfebeuserauth can be refactored into a standalone controller for frontend editing.
At a later date, we'll add a new system extension with the necessary view code for the improved frontend editing.
(issue imported from #M9615)
Files
Updated by Jeff Segars about 16 years ago
Added v2 of the patch which includes some non-functional cleanups.
Updated by Jeff Segars about 16 years ago
Added v3 of the patch (third time is the charm!) that checks for valid frontendEdit instances in a couple additional places.
Updated by Jeff Segars about 16 years ago
Added v4 of the patch with some more CGL cleanups.
Updated by Jeff Segars about 16 years ago
And one more set of changes in v5 :)
I took Ingo's suggestion to create t3lib/exception/ for exception handling and added PHP/TYPO3 version requirements in ext_emconf.php.
Updated by Jeff Segars about 16 years ago
Added v6 with further cleanups from Olly.