Directory typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/

Directory Created:
2005-12-28 01:49
Total Files:
4
Deleted Files:
4
Lines of Code:
643

[root]/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker
                            directory in repo popups (2 files, 202 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 1681 (100.0%) 43.1
stucki 16 (41.0%) 1491 (88.7%) 93.1
stan 14 (35.9%) 168 (10.0%) 12.0
flyguide 3 (7.7%) 22 (1.3%) 7.3
ingmars 6 (15.4%) 0 (0.0%) 0.0

Most Recent Commits

stan 2009-11-17 00:16 Rev.: 6439

Fixed bug #12619: htmlArea RTE: JS error raised by spell checker

1 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-ui.js (+1 -1)
stan 2009-02-21 06:27 Rev.: 5046

Added feature #10513: htmlArea RTE: Improve spell checker configurability

8 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-ui.js (+4 -2), spell-checker.js (+4 -1)
stan 2008-11-13 19:47 Rev.: 4468

Follow up for issue #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev

2 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-logic.php (del), spell-check-ui.js (+2 -1)
stan 2008-11-11 19:05 Rev.: 4445

Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev

32 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-logic.php (+32 -2)
stan 2008-09-25 04:41 Rev.: 4242

Fixed issue #9424: htmlArea RTE: Cleanup dialogue windows

6 lines of code changed in 2 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-ui.js (+3 -2), spell-checker.js (+3 -3)
stan 2008-09-14 00:39 Rev.: 4104

Fixed bug #9338: htmlArea RTE: incorrect opening size of some dialogue windows

2 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-checker.js (+2 -2)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

22 lines of code changed in 3 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-logic.php (+8 -8), spell-check-ui.js (+6 -6), spell-checker.js (+8 -8)
stan 2008-01-26 17:24 Rev.: 2970

* Feature/cleanup: Restructure plugins FindReplace, InsertSmiley, RemoveFormat, SpellChecker, AboutEditor
* Fixed bug #4074: SpellChecker not working. Thanks to Reinier Kleipool.
* Fixed bug #4777: Spellchecker split words at some special chars (e.g. german umlauts). Thanks to Daniel Chabrol.

113 lines of code changed in 3 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-ui.html (del), spell-check-ui.js (+45 -57), spell-checker.js (+68 -54)
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 6 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: locallang.xml (changed), spell-check-logic.php (changed), spell-check-style.css (changed), spell-check-ui.html (changed), spell-check-ui.js (changed), spell-checker.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/SpellChecker: spell-checker-compressed.js (del)
stucki 2006-12-20 14:38 Rev.: 1886


* Fixing important security issue in rtehtmlarea (thanks Peter Niederlag + TYPO3 Security Team)

31 lines of code changed in 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-logic.php (+31)
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 1 file:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: spell-check-ui.js (+4 -1)
stucki 2006-04-10 10:27 Rev.: 1421

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

230 lines of code changed in 8 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: locallang.php (del), locallang.xml (new 97), spell-check-logic.php (+26 -19), spell-check-style.css (-1), spell-check-ui.html (+34 -20), spell-check-ui.js (+34 -14), spell-checker-compressed.js (+1 -1), spell-checker.js (+38 -13)
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

1230 lines of code changed in 7 files:

  • typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker: locallang.php (new 526), spell-check-logic.php (new 84), spell-check-style.css (new 12), spell-check-ui.html (new 128), spell-check-ui.js (new 414), spell-checker-compressed.js (new 2), spell-checker.js (new 64)
Generated by StatSVN 0.5.0