[!!!][TASK] RTE reloaded
Main refactoring of RTE on PHP side. Classes AbstractRte, RteHtmlAreaBase and the instantiator API RTEgetObj() are dropped and inlined to the FormEngine class construct. Lots of code is simplified or moved around. Change-Id: Ibd4ff3e7fa8fe695a96b03355c905640d2efa351 Resolves: #67917 Releases: master Reviewed-on: http://review.typo3.org/40842 Reviewed-by:Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/Wizard/RteController.php 0 additions, 6 deletions...ysext/backend/Classes/Controller/Wizard/RteController.php
- typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php 1 addition, 0 deletions...t/backend/Classes/Form/Container/SingleFieldContainer.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 10 additions, 14 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Classes/Rte/AbstractRte.php 0 additions, 135 deletionstypo3/sysext/backend/Classes/Rte/AbstractRte.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 9 additions, 6 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Resources/Private/Templates/helper_javascript_css.html 0 additions, 4 deletions...nd/Resources/Private/Templates/helper_javascript_css.html
- typo3/sysext/compatibility6/Migrations/Code/ClassAliasMap.php 0 additions, 2 deletions...3/sysext/compatibility6/Migrations/Code/ClassAliasMap.php
- typo3/sysext/compatibility6/Migrations/Code/LegacyClassesForIde.php 0 additions, 10 deletions...xt/compatibility6/Migrations/Code/LegacyClassesForIde.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 2 additions, 23 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 35 additions, 14 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 2 additions, 1 deletion...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-67811-RteApi.rst 56 additions, 4 deletions.../Documentation/Changelog/master/Breaking-67811-RteApi.rst
- typo3/sysext/rtehtmlarea/Classes/Extension/Abbreviation.php 63 additions, 54 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/Abbreviation.php
- typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php 2 additions, 2 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php
- typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php 22 additions, 32 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php
- typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php 1 addition, 2 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php
- typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php 27 additions, 17 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php
- typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php 7 additions, 8 deletionstypo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php
Please register or sign in to comment