[TYPO3-core] FYI: Added feature #6657: Extract inline buttons from htmlArea RTE main scripts.

Ingmar Schlecht ingmar at typo3.org
Tue Nov 6 09:36:14 CET 2007


Hi Stanislas,

great to see all those changes to HTMLArea coming in!

Just a hint regarding new files in SVN:
When adding new files to Subversion, plase make sure to add the SVN
properties we're having on text all files in trunk now: 'svn:eol-style
set to LF' and 'svn:keywords set to "Author Date Id Revision"'.

Also, the file itself needs to Contain $Id$ somewhere in a comment, so
SVN can replace it with the defined svn:keywords string.

Commands:
svn propset svn:eol-style LF theFile.php
svn propset svn:keywords "Author Date Id Revision" theFile.php
=> Then commit.

This wasn't documented anywhere yet, but I will add it to the Core Team
Guide.

cheers
Ingmar

Stanislas Rolland schrieb:
> FYI: The attached SVN patch was committed.
> 
> Type:
> Feature
> 
> Problem:
> It is difficult to extend/override features of the RTE that are coded
> inside its main scripts.
> 
> Solution:
> All code related to inline buttons (bold, italic, underline,
> strikethrough, subscript and superscript) is extracted from the main
> scripts and packaged as a plugin and 'inner' extension, using a new API
> for extending htmlArea RTE.
> 
> Comments:
> The change should be transparent to the user... until a new extension
> replaces the said buttons with new behaviors.
> 
> Branches:
> Trunk
> 
> Regards,
> Stanislas
> 


-- 
Ingmar Schlecht
TYPO3 Association Active Member


More information about the TYPO3-team-core mailing list