Directory typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/

Directory Created:
2005-12-28 01:49
Total Files:
2
Deleted Files:
2
Lines of Code:
164

[root]/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser

Lines of Code

typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 364 (100.0%) 15.1
stucki 7 (29.2%) 186 (51.1%) 26.5
stan 13 (54.2%) 174 (47.8%) 13.3
ohader 2 (8.3%) 4 (1.1%) 2.0
ingmars 2 (8.3%) 0 (0.0%) 0.0

Most Recent Commits

stan 2009-11-11 23:16 Rev.: 6404

Fixed bug #12568: htmlArea RTE: Text pasted by Safari is wrapped in span or font tags

3 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+3)
stan 2009-09-15 17:11 Rev.: 5929

Fixed bug #11915: htmlArea RTE: superfluous span tags in content after server-based cleaning on paste operation

3 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+3 -1)
stan 2009-02-04 07:20 Rev.: 4944

Added feature #10339: htmlArea RTE: Move editing mode change to plugin

2 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+2 -2)
stan 2009-02-03 23:44 Rev.: 4940

Follow-up for bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox

1 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+1 -1)
stan 2009-02-02 04:23 Rev.: 4916

Fixed bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox

8 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+8 -8)
stan 2008-12-18 05:29 Rev.: 4556

Fixed bug #9596: htmlArea RTE does not work in IRRE subelements

1 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+1 -1)
stan 2008-03-14 00:34 Rev.: 3419

* Fixed bug #7851: htmlArea RTE causes memory leaks in IE

35 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+35 -30)
stan 2008-03-01 03:52 Rev.: 3328

* Fixed bug #4121: Pasting content on RTE moves cursor to the top of the text

12 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser.js (+12 -11)
stan 2008-01-30 00:01 Rev.: 2975

* Feature/cleanup: Restructure plugins QuickTag, TableOperations, UserElements
* Feature/cleanup: Move colors, fonts, text direction, word cleaning and lists to extensions/plugins.

105 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: locallang.xml (+1), typo3html-parser.js (+104 -29)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: locallang.xml (changed), typo3html-parser.js (changed)
stan 2007-11-01 20:55 Rev.: 2650

* Deleted all compressed files in accordance with feature #6619

0 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser-compressed.js (del)
ohader 2007-07-14 15:14 Rev.: 2416

Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams

4 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser-compressed.js (+1 -1), typo3html-parser.js (+3 -2)
stan 2006-05-05 21:35 Rev.: 1462

* Fixes and features to htmlArea RTE extension (see details in local ChangeLog)

4 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: typo3html-parser-compressed.js (+1 -1), typo3html-parser.js (+3 -3)
stucki 2006-04-10 10:27 Rev.: 1421

* Merging all changes from TYPO3_4-0 branch back into HEAD

52 lines of code changed in 4 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: locallang.php (del), locallang.xml (new 19), typo3html-parser-compressed.js (+1 -1), typo3html-parser.js (+32 -11)
stucki 2005-12-28 01:49 Rev.: 955

* Added "rtehtmlarea" as a system extension
- Important notice: Because of a known bug, the buttons "blockstylelabel", "blockstyle", "textstylelabel" and "textstyle" will not work with this version.
* Fixed bug #1155: Install tool want to recreate the tables, and drop the old ones
* Fixed Gremlin #1690: nav_frame is sometimes out of sync with the selected page
* Various changes in t3lib_parsehtml_proc (on behalf of Stanislas Rolland):
- Allow style and xml:lang attributes on span tags
- Include "hr", "address" and "dl" in headListTags
- Avoid insertion of superfluous linebreaks by transform_db
- Eliminate true linebreaks inside Hx tags
- Convert linebreaks to spaces instead of deleting them
- Wrap a-tags that contain a style attribute with a span-tag
- Honor setting RTE.default.proc.HTMLparser_db.xhtml_cleaning=1

134 lines of code changed in 3 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser: locallang.php (new 96), typo3html-parser-compressed.js (new 2), typo3html-parser.js (new 36)
Generated by StatSVN 0.5.0