Project

General

Profile

Actions

Feature #28325

closed

htmlArea RTE: Deprecate/restructure various RTE configuration properties

Added by Stanislas Rolland over 12 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-07-20
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Problem: Configuring the RTE in Page TS Config is difficult. The fact that there are a number of legacy properties, sometimes redundant, maintained mostly for backward compatibility with the pre-TYPO3 4 Classic RTE, makes it even more difficult to understand the overall structure of the configuration object.

Solution: This feature is a first step at simplifying the RTE configuration.

This feature:
1. deprecates various, mostly legacy properties, and restructure some others in order to make the configuration structure more homogeneous;
2. removes any deprecated properties from the default RTE configurations;
3. provides an Install tool upgrade wizard for substituting some of the deprecated properties by their replacement properties and reporting the uid's of pages that specify deprecated properties that could not be replaced by the wizard; the wizard warns that some deprecated properties may be specified in included external files; those will need to be updated by the user;
4. logs to the deprecation log any usage of deprecated properties;
5. allows to disable logging of deprecated properties by setting Page TS Config property RTE.default.logDeprecatedProperties.disabled = 1;
6. allows to optionally log also to the BE log by setting RTE.default.logDeprecatedProperties.logAlsoToBELog = 1

The following Page TS Config RTE properties are deprecated as of TYPO3 4.6 and will be removed in TYPO3 4.8.

Deprecated property -> Use instead
  • disableRightClick -> contextMenu.disable
  • disableContextMenu -> contextMenu.disable
  • hidePStyleItems -> buttons.formatblock.removeItems
  • hideFontFaces -> buttons.fontstyle.removeItems
  • fontFace -> buttons.fontstyle.addItems
  • hideFontSizes -> buttons.fontsize.removeItems
  • fontSize -> buttons.fontsize.addItems
  • classesCharacter -> buttons.textstyle.tags.span.allowedClasses
  • classesParagraph -> buttons.blockstyle.tags.div.allowedClasses
  • classesTable -> buttons.blockstyle.tags.table.allowedClasses
  • classesTD -> buttons.blockstyle.tags.td.allowedClasses
  • classesImage -> buttons.image.properties.class.allowedClasses
  • classesLinks -> buttons.link.properties.class.allowedClasses
  • blindImageOptions -> buttons.image.options.removeItems
  • blindLinkOptions -> buttons.link.options.removeItems
  • defaultLinkTarget -> buttons.link.properties.target.default
  • RTE.default.classesAnchor -> RTE.default.buttons.link.properties.class.allowedClasses
  • RTE.default.classesAnchor.default.[link-type] -> RTE.default.buttons.link.[link-type].properties.class.default
  • mainStyleOverride -> contentCSS
  • mainStyleOverride_add.[key] -> contentCSS
  • mainStyle_font -> contentCSS
  • mainStyle_size -> contentCSS
  • mainStyle_color -> contentCSS
  • mainStyle_bgcolor -> contentCSS
  • inlineStyle.[any-keystring] -> contentCSS
  • ignoreMainStyleOverride -> n.a.
  • disableTYPO3Browsers -> buttons.image.TYPO3Browser.disabled and buttons.link.TYPO3Browser.disabled
  • showTagFreeClasses -> buttons.blockstyle.showTagFreeClasses and buttons.textstyle.showTagFreeClasses
  • disablePCexamples -> buttons.blockstyle.disableStyleOnOptionLabel and buttons.textstyle.disableStyleOnOptionLabel

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #16484: replace classesXXX. with classes.XXXClosedStanislas Rolland2006-08-22

Actions
Related to TYPO3 Core - Bug #28593: Upgrade Wizard "Deprecated RTE properties in Page TS Config" fails if no deprecated properties are used at all.ClosedStanislas Rolland2011-07-30

Actions
Actions

Also available in: Atom PDF