* Fixed bug #7770: htmlArea RTE: shift+tab in table body does not move back into thead
* Fixed bug #7773: htmlArea RTE loads plugins in wrong order
* Fixed bug #7774: htmlArea RTE: toolbar not updated in IE7 on up/right/down/left arrow
+ * Cleaned up dead code related to htmlArea RTE clickenlarge feature
2008-03-04 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7770: htmlArea RTE: shift+tab in table body does not move back into thead
* Fixed bug #7773: htmlArea RTE loads plugins in wrong order
* Fixed bug #7774: htmlArea RTE toolbar not updated in IE7 on up/right/down/left arrow
+ * Cleaned up dead code related to htmlArea RTE clickenlarge feature
2008-03-04 Stanislas Rolland <typo3@sjbr.ca>
$TYPO3_CONF_VARS['SC_OPTIONS']['typo3/browse_links.php']['browserRendering'][] = 'EXT:'.$_EXTKEY.'/mod3/class.tx_rtehtmlarea_dam_browse_links.php:&tx_rtehtmlarea_dam_browse_links';
}
- // Add default Page TSonfig RTE configuration for enabling the Click-enlarge feature
-if ($TYPO3_CONF_VARS['EXTCONF'][$_EXTKEY]['enableClickEnlarge']) {
- t3lib_extMgm::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $_EXTKEY . '/res/clickenlarge/pageTSConfig.txt">');
-}
-
// Add default User TSonfig RTE configuration
t3lib_extMgm::addUserTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $_EXTKEY . '/res/' . strtolower($TYPO3_CONF_VARS['EXTCONF'][$_EXTKEY]['defaultConfiguration']) . '/userTSConfig.txt">');
+++ /dev/null
-# ***************************************************************************************
-# "Click-enlarge" Page TSconfig for htmlArea RTE
-#
-# Sets default Page TSConfig for the Click-enlarge feature.
-#
-# @author Stanislas Rolland <stanislas.rolland(arobas)fructifor.ca>
-#
-# TYPO3 CVS ID: $Id$
-# ***************************************************************************************
-
-RTE.default {
- proc {
- allowTags := addToList(clickenlarge)
- entryHTMLparser_db.allowTags := addToList(clickenlarge)
- }
- enableWordClean.HTMLparser.allowTags := addToList(clickenlarge)
-}
-