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 #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I3992d308702500ea39a2e7944eea687150995791 has been pushed to the review server.
It is available at http://review.typo3.org/3425

Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I3992d308702500ea39a2e7944eea687150995791 has been pushed to the review server.
It is available at http://review.typo3.org/3425

Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change I3992d308702500ea39a2e7944eea687150995791 has been pushed to the review server.
It is available at http://review.typo3.org/3425

Actions #4

Updated by Stanislas Rolland over 12 years ago

The BE log is used rather than the deprecation log, because this is a site admin issue rather than a developer issue.

Actions #5

Updated by Mr. Hudson over 12 years ago

Patch set 4 of change I3992d308702500ea39a2e7944eea687150995791 has been pushed to the review server.
It is available at http://review.typo3.org/3425

Actions #6

Updated by Stanislas Rolland over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (4.6.0-beta1)
Actions

Also available in: Atom PDF