Directory t3lib/

Directory Created:
2003-10-03 15:55
Total Files:
86
Deleted Files:
7
Lines of Code:
82358

[root]/t3lib
        directory in repo cache (4 files, 376 lines)
            directory in repo backend (7 files, 2475 lines)
                directory in repo interfaces (1 files, 141 lines)
            directory in repo exception (6 files, 264 lines)
            directory in repo frontend (3 files, 464 lines)
                directory in repo interfaces (1 files, 161 lines)
        directory in repo csconvtbl (32 files, 64345 lines)
        directory in repo error (7 files, 829 lines)
        Folder removed from repo exception (0 files, 0 lines)
        directory in repo fonts (4 files, 180 lines)
            directory in repo src (1 files, 0 lines)
        Folder removed from repo gfx (0 files, 0 lines)
            Folder removed from repo c_wiz (0 files, 0 lines)
            Folder removed from repo clickmenu (0 files, 0 lines)
            Folder removed from repo emoticons (0 files, 0 lines)
            Folder removed from repo faner (0 files, 0 lines)
            Folder removed from repo fileicons (0 files, 0 lines)
            Folder removed from repo flags (0 files, 0 lines)
            Folder removed from repo i (0 files, 0 lines)
            Folder removed from repo ol (0 files, 0 lines)
            Folder removed from repo rednumbers (0 files, 0 lines)
            Folder removed from repo selicons (0 files, 0 lines)
        directory in repo interfaces (6 files, 345 lines)
        directory in repo js (2 files, 229 lines)
            directory in repo extjs (1 files, 97 lines)
                directory in repo ux (3 files, 1092 lines)
        directory in repo matchcondition (3 files, 1224 lines)
        directory in repo stddb (4 files, 1776 lines)
        directory in repo tceforms (2 files, 655 lines)
        directory in repo unidata (3 files, 19902 lines)
        directory in repo utility (2 files, 342 lines)

Lines of Code

t3lib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3292 (100.0%) 148423 (100.0%) 45.0
kasper 1083 (32.9%) 97376 (65.6%) 89.9
masi 161 (4.9%) 11892 (8.0%) 73.8
stucki 404 (12.3%) 9843 (6.6%) 24.3
ohader 507 (15.4%) 7063 (4.8%) 13.9
ingmars 162 (4.9%) 4167 (2.8%) 25.7
steffenk 117 (3.6%) 3581 (2.4%) 30.6
dmitry 114 (3.5%) 2404 (1.6%) 21.0
flyguide 235 (7.1%) 2362 (1.6%) 10.0
rene 50 (1.5%) 2040 (1.4%) 40.8
rupi 100 (3.0%) 1761 (1.2%) 17.6
benni 65 (2.0%) 1663 (1.1%) 25.5
jsegars 34 (1.0%) 1306 (0.9%) 38.4
sebastian 36 (1.1%) 580 (0.4%) 16.1
lolli 20 (0.6%) 513 (0.3%) 25.6
k-fish 63 (1.9%) 360 (0.2%) 5.7
kraftb 14 (0.4%) 323 (0.2%) 23.0
baschny 30 (0.9%) 284 (0.2%) 9.4
robert 22 (0.7%) 269 (0.2%) 12.2
revsbech 14 (0.4%) 180 (0.1%) 12.8
francois 15 (0.5%) 110 (0.1%) 7.3
stan 14 (0.4%) 108 (0.1%) 7.7
andreas 10 (0.3%) 79 (0.1%) 7.9
matrikz 6 (0.2%) 61 (0.0%) 10.1
stfl_wolfgang 4 (0.1%) 47 (0.0%) 11.7
julle 4 (0.1%) 22 (0.0%) 5.5
thorsten 2 (0.1%) 13 (0.0%) 6.5
patrick 4 (0.1%) 9 (0.0%) 2.2
franzholz 1 (0.0%) 4 (0.0%) 4.0
jugglepro 1 (0.0%) 3 (0.0%) 3.0

Most Recent Commits

ohader 2009-11-25 21:04 Rev.: 6549

Follow-up to bugfix #12728: Fixed size of icon indicating required fields

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_tceforms.php (+3 -3)
rupi 2009-11-25 20:40 Rev.: 6548

Fixed bug #12109: Call to getCache() on a non-object in some extensions

14 lines of code changed in 1 file:

  • t3lib: class.t3lib_page.php (+14 -10)
rupi 2009-11-25 20:32 Rev.: 6547

Fixed bug #12133: autoloaders registered by extensions slow down the core autoloader

11 lines of code changed in 2 files:

  • t3lib: config_default.php (+11), core_autoload.php (-1)
stucki 2009-11-25 15:07 Rev.: 6536

Add missing SVN properties for new or modified files

1 lines of code changed in 10 files:

  • t3lib: class.t3lib_autoloader.php (changed), class.t3lib_exception.php (+1 -1), class.t3lib_flashmessage.php (changed), class.t3lib_flashmessagequeue.php (changed), class.t3lib_pagerenderer.php (changed), class.t3lib_registry.php (changed), class.t3lib_tceforms_fe.php (changed), class.t3lib_timetracknull.php (changed), class.t3lib_tsparser_tsconfig.php (changed), core_autoload.php (changed)
stucki 2009-11-25 13:52 Rev.: 6535

Code cleanup.

2 lines of code changed in 2 files:

  • t3lib: class.t3lib_tsfebeuserauth.php (+1 -1), class.t3lib_tstemplate.php (+1 -1)
ohader 2009-11-25 13:09 Rev.: 6530

Follow-up to bugfix #12581: Use FILTER_FLAG_SCHEME_REQUIRED constant in t3lib_div::isValidUrl()

2 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (+2 -2)
steffenk 2009-11-25 13:00 Rev.: 6528

Fixed bug #12297: t3lib_cs::cropMbstring has problems with negative length (Thanks to Steffen Gebert)

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_cs.php (+1 -1)
francois 2009-11-25 10:36 Rev.: 6521

Fixed bug #12547: Removed wrong default binary search paths for Windows

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_exec.php (+3 -9)
ohader 2009-11-24 19:23 Rev.: 6518

Fixed bug #12581: Pagetree frame shows HTTP 404 error

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (+1 -1)
steffenk 2009-11-24 16:40 Rev.: 6512

Fixed bug #12719: Bugfix - tcemain copy/move/deleteL10nOverlayRecords is not fully versioning-aware (thanks to Tolleiv Nietsch)

17 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+17 -5)
steffenk 2009-11-24 13:01 Rev.: 6508

Fixed bug #12710: "Paste after" function destroys l10n-overlay relations (thanks to Tolleiv Nietsch)

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+1 -1)
ohader 2009-11-24 12:57 Rev.: 6507

Fixed bug #11577: t3lib_formmail floods syslog with "Possible abuse of t3lib_formmail..."

7 lines of code changed in 1 file:

  • t3lib: class.t3lib_formmail.php (+7 -2)
ohader 2009-11-24 12:30 Rev.: 6506

Fixed bug #12669: Fatal error: Call to a member function getSystemLanguages()

14 lines of code changed in 1 file:

  • t3lib: class.t3lib_recordlist.php (+14 -2)
steffenk 2009-11-23 17:21 Rev.: 6499

Fixed bug #12544: Clean markup in Extension Manager

5 lines of code changed in 1 file:

  • t3lib: class.t3lib_tsstyleconfig.php (+5 -6)
steffenk 2009-11-23 16:46 Rev.: 6498

Fixed bug #12508: Log usage of XLLfile to deprecation log (thanks to Steffen Gebert)

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1 -1)
lolli 2009-11-23 16:03 Rev.: 6497

Fixed bug #12618: Validation issue in sysext lowlevel: Fix some warnings

8 lines of code changed in 1 file:

  • t3lib: class.t3lib_arraybrowser.php (+8 -4)
ohader 2009-11-23 11:00 Rev.: 6496

Fixed bug #12500: Object does not support method calls - PHP 5.3

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_tceforms.php (+3 -3)
steffenk 2009-11-23 10:25 Rev.: 6491

Follow-up to bugfix $altUrl parameter has no effect in t3lib_BEfunc::viewOnClick()

11 lines of code changed in 1 file:

  • t3lib: class.t3lib_befunc.php (+11 -11)
steffenk 2009-11-23 00:18 Rev.: 6490

Fixed bug #12666: Copying Record with TCEMain process cmdmap throws sql errors (Thanks to Tolleiv Nietsch)

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+3 -1)
steffenk 2009-11-23 00:12 Rev.: 6489

Follow-up to bugfix #2314 - moving records doesn't move translations (Thanks to Tolleiv Nietsch)

4 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+4 -2)
steffenk 2009-11-22 18:43 Rev.: 6487

Fixed bug #11468: [Bug]: $altUrl parameter has no effect in t3lib_BEfunc::viewOnClick() (Thanks to Fabrizio Branca)

33 lines of code changed in 1 file:

  • t3lib: class.t3lib_befunc.php (+33 -33)
ohader 2009-11-18 10:03 Rev.: 6475

Updating version number to 4.3-dev after release of 4.3.0RC1

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1 -1)
ohader 2009-11-18 10:01 Rev.: 6473

Release of TYPO3 4.3.0RC1

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1 -1)
rupi 2009-11-18 01:08 Rev.: 6471

Fixed bug #12516: Give admins the possibility to configure which errors should be logged to which log

2 lines of code changed in 1 file:

  • t3lib: config_default.php (+2)
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)

5 lines of code changed in 4 files:

  • t3lib: class.t3lib_beuserauth.php (+1 -1), class.t3lib_div.php (-63), class.t3lib_page.php (+3 -3), core_autoload.php (+1)
ohader 2009-11-17 20:27 Rev.: 6463

Fixed bug #4466: Index on tx_realurl_uniqalias breaks with DBAL

7 lines of code changed in 1 file:

  • t3lib: class.t3lib_sqlparser.php (+7 -2)
rupi 2009-11-17 20:02 Rev.: 6460

Fixed bug #11937: Do not show E_DEPRECATED messages on productive systems

11 lines of code changed in 2 files:

  • t3lib: class.t3lib_superadmin.php (+6 -1), thumbs.php (+5 -1)
rupi 2009-11-17 19:52 Rev.: 6459

Fixed bug #12099: Replace "Warning: filemtime(): stat failed" with a nice error message (thanks to Steffen Gebert)

11 lines of code changed in 1 file:

  • t3lib: class.t3lib_befunc.php (+11)
steffenk 2009-11-17 19:25 Rev.: 6457

Fixed bug #12611: Add preRenderHook in pageRenderer

18 lines of code changed in 1 file:

  • t3lib: class.t3lib_pagerenderer.php (+18)
rupi 2009-11-17 18:10 Rev.: 6455

Fixed bug #12195: Renaming write protected file issues a php warning

2 lines of code changed in 1 file:

  • t3lib: class.t3lib_extfilefunc.php (+2 -2)
ohader 2009-11-17 16:33 Rev.: 6447

Fixed bug #12612: Backend Login-Popup not working

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1)
francois 2009-11-16 23:13 Rev.: 6438

Fixed bug #12396: Warning produced by t3lib_div::flushOutputBuffers()

0 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (-1)
steffenk 2009-11-16 00:04 Rev.: 6423

Follow-up to #11764: instanciate t3lib_transl8tools in t3lib_recordlist

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_recordlist.php (+1)
benni 2009-11-15 23:57 Rev.: 6422

Fixed bug #6954: Bug: History/undo information disappears after publication (Thanks to Tolleiv Nietsch)

25 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+25 -1)
benni 2009-11-15 20:28 Rev.: 6418

Fixed bug #12438: Bugfix - tt_content bodytext wizard icons aren't aligned properly (Thanks to Tolleiv Nietsch)

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_tceforms.php (+1 -1)
benni 2009-11-09 23:32 Rev.: 6393

Fixed bug #12345: TCA feature _VALIGN for wizards is broken (Thanks to Tolleiv Nietsch)

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_tceforms.php (+1 -1)
ohader 2009-11-08 21:03 Rev.: 6388

Updating version number to 4.3-dev after release of 4.3.0beta3

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1 -1)
ohader 2009-11-08 20:59 Rev.: 6386

Release of TYPO3 4.3.0beta3

1 lines of code changed in 1 file:

  • t3lib: config_default.php (+1 -1)
ohader 2009-11-08 20:53 Rev.: 6385

Follow-up to bugfix #12324: Renamed sanitizeBackEndUrl() to sanitizeLocalUrl() in t3lib_div

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (+1 -1)
ohader 2009-11-08 20:45 Rev.: 6384

Fixed bug #12324: Page tree will not be shown in the TYPO3 backend

29 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (+29 -4)

(1450 more)

Generated by StatSVN 0.5.0