Directory typo3/classes/

Directory Created:
2007-10-24 15:18
Total Files:
9
Deleted Files:
0
Lines of Code:
2662

[root]/typo3/classes

Lines of Code

typo3/classes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 158 (100.0%) 3345 (100.0%) 21.1
flyguide 66 (41.8%) 2258 (67.5%) 34.2
benni 13 (8.2%) 512 (15.3%) 39.3
dmitry 10 (6.3%) 276 (8.3%) 27.6
ohader 33 (20.9%) 95 (2.8%) 2.8
steffenk 7 (4.4%) 87 (2.6%) 12.4
jsegars 4 (2.5%) 39 (1.2%) 9.7
masi 4 (2.5%) 22 (0.7%) 5.5
patrick 2 (1.3%) 21 (0.6%) 10.5
ingmars 11 (7.0%) 15 (0.4%) 1.3
rupi 4 (2.5%) 13 (0.4%) 3.2
lolli 1 (0.6%) 6 (0.2%) 6.0
kasper 1 (0.6%) 1 (0.0%) 1.0
stucki 2 (1.3%) 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 2 files:

  • typo3/classes: class.ajaxlogin.php (changed), class.typo3_tcefile.php (changed)
benni 2009-11-18 00:56 Rev.: 6469

Fixed bug #12648: Introduce t3lib_utility_Http for all related constants and make the core aware of these changes (patch by Ingo Renner)

2 lines of code changed in 2 files:

  • typo3/classes: class.typo3_tcefile.php (+1 -1), class.typo3ajax.php (+1 -1)
ohader 2009-11-17 17:03 Rev.: 6450

Follow-up to bugfix #12612: Removed reference operators for objects and code cleanup

16 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+16 -16)
ohader 2009-11-17 16:33 Rev.: 6447

Fixed bug #12612: Backend Login-Popup not working

18 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+18)
rupi 2009-11-05 16:37 Rev.: 6333

Fixed bug #12466: PHP-5.3 Warning: strlen() expects parameter 1 to be string, array given

2 lines of code changed in 1 file:

  • typo3/classes: class.typo3ajax.php (+2 -2)
steffenk 2009-10-20 14:23 Rev.: 6185

Fixed bug #10467: AJAX relogin does not work

15 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+15 -14)
benni 2009-09-25 14:36 Rev.: 6053

Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core

1 lines of code changed in 1 file:

  • typo3/classes: class.typo3_tcefile.php (+1 -1)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

2 lines of code changed in 2 files:

  • typo3/classes: class.clearcachemenu.php (+1 -1), class.modulemenu.php (+1 -1)
jsegars 2009-09-16 15:52 Rev.: 5946

Fixed bug #11361: Backend TYPO3 AJAX-Interface: json encoded result empty if it contains non-utf-8 characters (thanks to Benjamin Mack)

14 lines of code changed in 1 file:

  • typo3/classes: class.typo3ajax.php (+14 -2)
jsegars 2009-09-16 15:33 Rev.: 5945

Added feature #11819: Added inline Javascript rendering type for TYPO3AJAX

23 lines of code changed in 1 file:

  • typo3/classes: class.typo3ajax.php (+23 -1)
masi 2009-09-03 20:07 Rev.: 5887

#11865 error should send HTTP status 500

1 lines of code changed in 1 file:

  • typo3/classes: class.typo3ajax.php (+1)
rupi 2009-09-03 18:20 Rev.: 5886

Added feature #11828: There's no possibility to hide versioning and workspaces.

6 lines of code changed in 1 file:

  • typo3/classes: class.workspaceselector.php (+6 -3)
rupi 2009-09-03 17:49 Rev.: 5885

Added feature #0011773: Integrate an option to deactivate shortcuts completely (thanks to Christopher Stelmaszyk)

4 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (+4 -2)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

1 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (+1 -1)
lolli 2009-06-27 13:18 Rev.: 5644

Fixed bug #11425: Workspace Shortcut uses hardcoded texts (thanks to Christopher Stelmaszyk)

6 lines of code changed in 1 file:

  • typo3/classes: class.workspaceselector.php (+6 -4)
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 2 files:

  • typo3/classes: class.shortcutmenu.php (-2), class.typo3_tcefile.php (-3)
ohader 2009-05-23 16:26 Rev.: 5489

Cleanup: Fixed formatting issues in typo3 and test PHP files

8 lines of code changed in 4 files:

  • typo3/classes: class.ajaxlogin.php (+2 -2), class.clearcachemenu.php (+3 -3), class.modulemenu.php (+1 -1), class.typo3_tcefile.php (+2 -2)
steffenk 2009-05-18 12:02 Rev.: 5436

Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect

8 lines of code changed in 1 file:

  • typo3/classes: class.modulemenu.php (+8 -1)
patrick 2009-04-27 10:32 Rev.: 5366

Fixed bug #10954: Validation issue: Images with empty attributes in Module menu in BE

13 lines of code changed in 1 file:

  • typo3/classes: class.modulemenu.php (+13 -5)
patrick 2009-04-23 13:00 Rev.: 5347

Fixed bug #10953: Validation issue: <a> attribute "href" lacks value in shortcut menu

8 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (+8 -8)
ohader 2009-03-31 09:27 Rev.: 5243

Cleanup: Set SVN properties

0 lines of code changed in 1 file:

  • typo3/classes: class.typo3_tcefile.php (changed)
benni 2009-03-30 16:38 Rev.: 5241

Feature #10718: Make tce_file usable via AJAX, uploads, file manipulation etc via AJAX in the Backend now possible

188 lines of code changed in 1 file:

  • typo3/classes: class.typo3_tcefile.php (new 188)
ohader 2009-03-10 21:23 Rev.: 5174

Cleanup: Fixed SVN properties

0 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (changed)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

8 lines of code changed in 8 files:

  • typo3/classes: class.ajaxlogin.php (+1 -1), class.backendsearchmenu.php (+1 -1), class.clearcachemenu.php (+1 -1), class.modulemenu.php (+1 -1), class.shortcutmenu.php (+1 -1), class.typo3ajax.php (+1 -1), class.typo3logo.php (+1 -1), class.workspaceselector.php (+1 -1)
benni 2009-02-27 12:59 Rev.: 5076

Fixed bug 10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)

1 lines of code changed in 1 file:

  • typo3/classes: class.typo3logo.php (+1 -1)
flyguide 2009-02-10 19:12 Rev.: 5000

Fixed look of logout button; width was fixed and thus didn't expand to fit wider labels coming from translation (credits Steffen Kamper)

1 lines of code changed in 1 file:

  • typo3/classes: class.modulemenu.php (+1 -1)
flyguide 2009-02-10 12:01 Rev.: 4994

Fixed a bug with the module menu forgeting it's open/closed states, caused by #9136

3 lines of code changed in 1 file:

  • typo3/classes: class.modulemenu.php (+3 -3)
steffenk 2009-02-05 23:03 Rev.: 4958

Fixed bug #10322: Send Notification if BE is locked

18 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+18 -12)
steffenk 2009-01-27 10:36 Rev.: 4868

Fixed bug #10176: Multiple calls to deprecated function "fixed_lgd" throughout the core (thanks to Susanne Moog)

1 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (+1 -1)
steffenk 2009-01-14 19:06 Rev.: 4714

Fixed bug #9885: Add Hook to ClearCacheMenu

30 lines of code changed in 1 file:

  • typo3/classes: class.clearcachemenu.php (+30 -6)
dmitry 2009-01-12 14:11 Rev.: 4696

Fixed bug #10066: AJAX relogin polls server too often

3 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+3 -3)
dmitry 2009-01-04 18:29 Rev.: 4646

Follow up on bad commit of typo3/classes/class.ajaxlogin.php

3 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (+3 -125)
dmitry 2009-01-04 18:23 Rev.: 4645

Fixed bug #9052: Remove JS popup when login expired

238 lines of code changed in 1 file:

  • typo3/classes: class.ajaxlogin.php (new 238)
benni 2009-01-01 16:48 Rev.: 4632

Fixed bug #9136: Less JS in backend.php / Framehandling problem

62 lines of code changed in 1 file:

  • typo3/classes: class.modulemenu.php (+62 -52)
steffenk 2008-12-22 12:56 Rev.: 4591

Fixed bug #8205: Shortcut ends in parse_url-error

15 lines of code changed in 2 files:

  • typo3/classes: class.modulemenu.php (+4 -4), class.shortcutmenu.php (+11 -10)
flyguide 2008-11-23 23:13 Rev.: 4482

Added feature #9813: Turn the workspace selector into a drop down toolbar item menu

82 lines of code changed in 1 file:

  • typo3/classes: class.workspaceselector.php (+82 -29)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

5 lines of code changed in 5 files:

  • typo3/classes: class.backendsearchmenu.php (+1 -1), class.clearcachemenu.php (+1 -1), class.modulemenu.php (+1 -1), class.shortcutmenu.php (+1 -1), class.workspaceselector.php (+1 -1)
ohader 2008-11-03 17:57 Rev.: 4413

Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script

1 lines of code changed in 1 file:

  • typo3/classes: class.typo3ajax.php (+1 -1)
ohader 2008-11-03 15:52 Rev.: 4412

Fixed bug #9724: Editing shortcuts does not work anymore

1 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (+1)
flyguide 2008-10-31 21:38 Rev.: 4397

cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always

0 lines of code changed in 1 file:

  • typo3/classes: class.shortcutmenu.php (-1)

(55 more)

Generated by StatSVN 0.5.0