+2010-11-02 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
+
2010-11-02 Steffen Kamper <steffen@typo3.org>
* Fixed bug #16173: Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view (Thanks to Bastian Waidelich)
+2010-11-02 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
+
2010-10-27 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #16148: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
'tx_rtehtmlarea_pi2' => $rtehtmlareaExtensionPath . 'pi2/class.tx_rtehtmlarea_pi2.php',
'tx_rtehtmlarea_pi3' => $rtehtmlareaExtensionPath . 'pi3/class.tx_rtehtmlarea_pi3.php',
'tx_rtehtmlarea_browse_links' => $rtehtmlareaExtensionPath . 'mod3/class.tx_rtehtmlarea_browse_links.php',
- 'class.tx_rtehtmlarea_select_image.php' => $rtehtmlareaExtensionPath . 'mod4/class.tx_rtehtmlarea_select_image.php',
+ 'tx_rtehtmlarea_select_image' => $rtehtmlareaExtensionPath . 'mod4/class.tx_rtehtmlarea_select_image.php',
'tx_rtehtmlarea_user' => $rtehtmlareaExtensionPath . 'mod5/class.tx_rtehtmlarea_user.php',
'tx_rtehtmlarea_parse_html' => $rtehtmlareaExtensionPath . 'mod6/class.tx_rtehtmlarea_parse_html.php',
);