Directory typo3/sysext/t3editor/

Directory Created:
2007-11-15 21:20
Total Files:
6
Deleted Files:
0
Lines of Code:
615

[root]/typo3/sysext/t3editor
                directory in repo css (2 files, 279 lines)
                directory in repo icons (1 files, 0 lines)
                directory in repo jslib (1 files, 405 lines)
                    directory in repo codemirror (18 files, 5882 lines)
                    directory in repo ts_codecompletion (5 files, 1568 lines)
                directory in repo lib (0 files, 0 lines)
                    directory in repo ts_codecompletion (2 files, 358 lines)
                directory in repo tsref (1 files, 7878 lines)

Lines of Code

typo3/sysext/t3editor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 872 (100.0%) 16.4
flyguide 14 (26.4%) 415 (47.6%) 29.6
benni 4 (7.5%) 201 (23.1%) 50.2
etobi.de 8 (15.1%) 88 (10.1%) 11.0
dmitry 4 (7.5%) 87 (10.0%) 21.7
ohader 9 (17.0%) 64 (7.3%) 7.1
stucki 4 (7.5%) 8 (0.9%) 2.0
steffenk 2 (3.8%) 3 (0.3%) 1.5
matrikz 2 (3.8%) 3 (0.3%) 1.5
patrick 1 (1.9%) 2 (0.2%) 2.0
rupi 1 (1.9%) 1 (0.1%) 1.0
ingmars 4 (7.5%) 0 (0.0%) 0.0

Most Recent Commits

stucki 2009-11-25 15:07 Rev.: 6536

Add missing SVN properties for new or modified files

0 lines of code changed in 1 file:

  • typo3/sysext/t3editor: locallang.xml (changed)
etobi.de 2009-11-05 20:53 Rev.: 6338

Cleanup/Bugfix #11838: Hardcoded labels in t3editor

46 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+43), locallang.xml (+3)
etobi.de 2009-11-03 11:21 Rev.: 6326

Cleanup: t3editor: update ext_emconf and raise version number

3 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+3 -3)
etobi.de 2009-11-03 11:02 Rev.: 6323

Cleanup: #12416: cleanup t3editor files

2 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+2)
ohader 2009-10-21 10:31 Rev.: 6210

Cleanup: Updated ext_emconf.php files in system extensions

5 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+5 -5)
ohader 2009-09-17 18:59 Rev.: 5955

Fixed bug #11985: Optimize disposal of t3lib_PageRenderer

4 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+4 -2)
etobi.de 2009-09-07 10:04 Rev.: 5906

Fixed bug #11841: Hardcoded labels in t3editor (thanks to Christopher Stelmaszyk)

33 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+13 -4), locallang.xml (new 20)
rupi 2009-08-05 13:49 Rev.: 5766

Fixed #11475: Add 'doNotLoadInFE' => 1 (introduced with 11474), to several system extensions, speeding up the frontend

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+1)
stucki 2009-06-22 17:50 Rev.: 5608

Replace whitespaces by tabs (everywhere except in codemirror/)

3 lines of code changed in 2 files:

  • typo3/sysext/t3editor: LICENSE (+2 -2), class.tx_t3editor.php (+1 -1)
benni 2009-06-02 14:52 Rev.: 5526

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements

0 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (-2)
patrick 2009-05-27 09:02 Rev.: 5509

Fixed bug #11137: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php

2 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+2 -2)
ohader 2009-05-23 16:26 Rev.: 5489

Cleanup: Fixed formatting issues in typo3 and test PHP files

4 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+4 -4)
steffenk 2009-04-04 12:35 Rev.: 5283

Fixed issue #10764: Use new JS-function for loading prototype/scriptaculous/extJS

2 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+2 -2)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

2 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+2 -2)
etobi.de 2009-03-10 23:23 Rev.: 5181

* Fixed #10380:
* Increase t3editor version number
* update EM_CONF
* fix small typo in comment

4 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -1), ext_emconf.php (+3 -3)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -1)
steffenk 2008-11-29 11:28 Rev.: 4495

fixed bug #9862: missing class for checkbox in t3editor

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1)
ohader 2008-11-12 20:08 Rev.: 4460

Added feature #9670: Integrate code-completion for TypoScript in the t3editor

48 lines of code changed in 4 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+32 -6), ext_emconf.php (+6 -6), ext_localconf.php (+4 -5), ext_tables.php (+6 -6)
flyguide 2008-11-07 05:13 Rev.: 4433

removed superfluous comments, empty lines

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -1)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

32 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+31 -31), ext_tables.php (+1 -1)
ingmars 2008-07-25 11:06 Rev.: 3910

Adding SVN properties.

0 lines of code changed in 2 files:

  • typo3/sysext/t3editor: ext_localconf.php (changed), ext_tables.php (changed)
dmitry 2008-07-16 10:10 Rev.: 3896

Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+1 -1)
benni 2008-06-10 16:25 Rev.: 3792

Fixed bug #8264: t3ditor - "+" (plus) signs are replaced by spaces (Thanks to Tobias Liebig)

201 lines of code changed in 3 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+186 -51), ext_localconf.php (+1 -2), ext_tables.php (new 14)
stucki 2008-04-23 10:16 Rev.: 3625


* Update all ext_emconf.php in system extensions (continued)

5 lines of code changed in 1 file:

  • typo3/sysext/t3editor: ext_emconf.php (+5 -5)
flyguide 2008-04-22 22:45 Rev.: 3618

Changed call of json_encode in t3editor to t3lib_div::array2json

1 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -1)
flyguide 2008-04-16 19:39 Rev.: 3588

* Various Bugfixes for t3editor
* Fixed bug #6812: Editor does not respect charset settings while saving with AJAX
* Fixed bug #8049: TypoScript templates can't be saved at all after editing them using IE7/WinXP
* Fixed bug #7314: In IE 6.0.2900 syntax highlighting, save indicator, keyword suggestion and undo isn't working
* Moved CodeMirror into own directory
* Switched from gluecode to hooks

129 lines of code changed in 4 files:

  • typo3/sysext/t3editor: LICENSE (new 11), class.tx_t3editor.php (+108 -18), ext_emconf.php (+1 -2), ext_localconf.php (new 9)
flyguide 2008-04-01 21:42 Rev.: 3510

Changed private declarations to protected

3 lines of code changed in 1 file:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+3 -3)
matrikz 2008-02-12 14:52 Rev.: 3151

* code cleanup and bugfix patch for t3editor / preparation for review (Thanks to Tobias Liebig)

3 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -2), ext_emconf.php (+2 -2)
flyguide 2008-01-22 18:21 Rev.: 2947

fixed bug; #7238: t3editor should not depend on MochiKit-Javascript-Framework

3 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+1 -2), ext_emconf.php (+2 -2)
ingmars 2007-12-16 20:36 Rev.: 2843

SVN property changes.

0 lines of code changed in 2 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (changed), ext_emconf.php (changed)
dmitry 2007-11-25 19:18 Rev.: 2770

Reformatted t3editor sysext

86 lines of code changed in 3 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (+34 -21), ext_emconf.php (+52 -50), ext_tables.php (del)
flyguide 2007-11-15 21:20 Rev.: 2722

added t3editor as system extension

246 lines of code changed in 3 files:

  • typo3/sysext/t3editor: class.tx_t3editor.php (new 191), ext_emconf.php (new 50), ext_tables.php (new 5)
Generated by StatSVN 0.5.0