[TYPO3-mvc] [!!!] FYI: Revised integration of backend modules. Changed plugin configuration.
Jochen Rau
jochen.rau at typoplanet.de
Wed Aug 26 12:57:36 CEST 2009
Hi.
With the latest revision of Extbase I have changed the configuration of
a plugin (see commit message below). I have also revised the integration
of a backend module to make it more transparent (see also BlogExample).
Please update your extensions and apply the latest patches to the core
(only needed for backend modules).
http://bugs.typo3.org/view.php?id=11651
http://bugs.typo3.org/view.php?id=11652
[!!!][~API] Extbase: Renamed configureDispatcher() to configurePlugin()
in order to distinguish between plugins and modules. Renamed
setModuleConfiguration() to configureModule(). Please update your file
ext_localconf.php! In order to use backend modules you have to apply the
actual patches of #11651 and #11652!
[!!!][~API] Extbase (Utility): Moved all methods to convert TypoScript
array to Utility TypoScript. Renamed postProcessSettions() to
convertTypoScriptArrayToPlainArray() and convertExtbaseToClassicTS() to
convertPlainArrayToTypoScriptArray().
[~TASK] Extbase: Moved folder Scripts to Resources.
[~TASK] Extbase (Utility): Extracted the autoload function to an own
utility class.
[-TASK] Extbase (MVC): Removed unnecessary Standard Controller.
[~TASK] Extbase: Moved methods from Backend Dispatcher to the Dispatcher
and removed the Backend Dispatcher.
[+FEATURE] Extbase (MVC): It is now possible to have different templates
for different formats (".html", ".json"). We do not have an appropriate
$_GET parameter (in combination with RealURL or CoolURI. Relates to #4120.
[+TASK] Extbase (MVC): Added interfaces for Request and Response.
Regards
Jochen
--
Every nit picked is a bug fixed
More information about the TYPO3-project-typo3v4mvc
mailing list