Directory tests/t3lib/

Directory Created:
2009-01-23 20:13
Total Files:
8
Deleted Files:
1
Lines of Code:
3080

[root]/tests/t3lib
            directory in repo cache (2 files, 316 lines)
                directory in repo backend (7 files, 2386 lines)
                directory in repo frontend (3 files, 561 lines)
            directory in repo matchcondition (2 files, 1436 lines)

Lines of Code

tests/t3lib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 4610 (100.0%) 76.8
ohader 30 (50.0%) 2068 (44.9%) 68.9
steffenk 12 (20.0%) 1622 (35.2%) 135.1
flyguide 3 (5.0%) 460 (10.0%) 153.3
baschny 2 (3.3%) 199 (4.3%) 99.5
lolli 2 (3.3%) 110 (2.4%) 55.0
stucki 8 (13.3%) 68 (1.5%) 8.5
benni 2 (3.3%) 58 (1.3%) 29.0
rupi 1 (1.7%) 25 (0.5%) 25.0

Most Recent Commits

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

Add missing SVN properties for new or modified files

68 lines of code changed in 8 files:

  • tests/t3lib: t3lib_befunc_testcase.php (+68 -68), t3lib_div_testcase.php (changed), t3lib_extmgm_testcase.php (changed), t3lib_matchcondition_testcase.php (changed), t3lib_pagerenderer_testcase.php (changed), t3lib_pageselect_testcase.php (changed), t3lib_registry_testcase.php (changed), t3lib_tcemain_testcase.php (changed)
steffenk 2009-11-17 23:52 Rev.: 6468

Added tests #12382: Feature/Code cleanup: Add some more unit tests (Thanks to Oliver Klee)

91 lines of code changed in 4 files:

  • tests/t3lib: t3lib_befunc_testcase.php (new 68), t3lib_extmgm_testcase.php (+1), t3lib_pageselect_testcase.php (+15 -1), t3lib_tcemain_testcase.php (+7 -33)
benni 2009-11-17 15:09 Rev.: 6446

Commited test case for #12244: Improve locallangXMLOverride feature (Thanks to Steffen Gebert), this changes the LLoverride feature to $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride'] as an array

35 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+35)
ohader 2009-11-08 20:53 Rev.: 6385

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

4 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+4 -4)
ohader 2009-11-08 20:45 Rev.: 6384

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

40 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+40 -33)
ohader 2009-11-06 11:14 Rev.: 6354

Fixed bug #12488: Remove redundant code from t3lib_matchCondition in favour of using t3lib_matchCondition_frontend

2 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+2 -2)
baschny 2009-10-22 09:12 Rev.: 6235

* Fixed bug #12304: Frame inclusion in the backend through alt_mod_frameset (thanks to Oliver Klee)

71 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+71)
baschny 2009-10-22 08:59 Rev.: 6232

* Fixed bug #12303: XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue (thanks to Oliver Klee)

128 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+128 -2)
ohader 2009-10-20 11:49 Rev.: 6180

Follow-up to bugfix #9779: Modified the limit argument in t3lib_div::trimExplode() to behave as the regular explode() function does

36 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+36 -3)
ohader 2009-10-20 10:17 Rev.: 6179

Follow-up to test #12153: Added test cases for empty comparison in globalVar condition

24 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+24)
ohader 2009-10-19 21:43 Rev.: 6171

Follow-up to test #12153: Added test cases for device condition

38 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+38)
ohader 2009-10-19 21:39 Rev.: 6170

Follow-up to test #12153: Refactored browserInfoHookIsCalled() test case

7 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+7 -2)
ohader 2009-10-19 21:33 Rev.: 6169

Follow-up to test #12153: Fixed bug in language condition tests

3 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+3 -3)
rupi 2009-10-08 21:35 Rev.: 6115

Follow-up to #12128: Added unit tests for t3lib_div::get_dirs() (thanks to Peter Foerger)

25 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+25)
ohader 2009-10-08 16:46 Rev.: 6111

Follow-up to test #12153: Added unit tests for simulated conditions via TypoScript object browser

28 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+28)
ohader 2009-10-08 15:29 Rev.: 6110

Added test #12153: Add more unit tests for t3lib_matchCondition

376 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+376 -11)
ohader 2009-09-17 20:26 Rev.: 5959

Follow-up to feature #2278: Added unit tests for the new checkModifyAccessList hook

58 lines of code changed in 1 file:

  • tests/t3lib: t3lib_tcemain_testcase.php (+58)
ohader 2009-09-17 18:59 Rev.: 5955

Fixed bug #11985: Optimize disposal of t3lib_PageRenderer

13 lines of code changed in 1 file:

  • tests/t3lib: t3lib_pagerenderer_testcase.php (+13 -22)
ohader 2009-09-17 16:23 Rev.: 5952

Cleanup: Set SVN properties

649 lines of code changed in 4 files:

  • tests/t3lib: t3lib_extmgm_testcase.php (changed), t3lib_matchcondition_testcase.php (changed), t3lib_pagerenderer_testcase.php (+649 -649), t3lib_pageselect_testcase.php (changed)
steffenk 2009-09-09 14:43 Rev.: 5913

renamed t3lib_PageRenderer and the templates for backend/frontend

4 lines of code changed in 1 file:

  • tests/t3lib: t3lib_pagerenderer_testcase.php (+4 -4)
steffenk 2009-09-07 11:39 Rev.: 5908

renamed testcase for t3lib_pageRenderer

650 lines of code changed in 2 files:

  • tests/t3lib: t3lib_pagerender_testcase.php (del), t3lib_pagerenderer_testcase.php (new 650)
steffenk 2009-09-07 11:36 Rev.: 5907

Follow-up to feature #11397: renamed t3lib_pageRenderer and templates (page_be.html, page_fe.html), cleaned unit test

15 lines of code changed in 1 file:

  • tests/t3lib: t3lib_pagerender_testcase.php (+15 -17)
steffenk 2009-09-07 09:30 Rev.: 5905

Follow-up to feature #11397: Added unit tests for t3lib_pageremder

652 lines of code changed in 1 file:

  • tests/t3lib: t3lib_pagerender_testcase.php (new 652)
ohader 2009-09-01 18:41 Rev.: 5873

Follow-up to test #11846: Fixed typing error in method names

2 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+2 -2)
ohader 2009-09-01 18:38 Rev.: 5872

Added test #11846: Add unit tests for t3lib_div::removeDotsFromTS()

87 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+87)
ohader 2009-09-01 17:48 Rev.: 5868

Follow-up to feature #10724: Added unit tests for isValidUrl() and isOnCurrentHost() in t3lib_div

109 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+109)
ohader 2009-08-31 18:43 Rev.: 5859

Follow-up to feature #9897: Extended unit tests for adding fields in t3lib_extMgm

76 lines of code changed in 1 file:

  • tests/t3lib: t3lib_extmgm_testcase.php (+76 -3)
ohader 2009-08-31 17:14 Rev.: 5858

Follow-up to feature #9897: Extended unit tests for adding fields in t3lib_extMgm

60 lines of code changed in 1 file:

  • tests/t3lib: t3lib_extmgm_testcase.php (+60 -6)
ohader 2009-08-31 15:52 Rev.: 5856

Follow-up to feature #9897: Added unit tests for addFieldsToPalette() and addToAllTCAtypes() in t3lib_extMgm

147 lines of code changed in 1 file:

  • tests/t3lib: t3lib_extmgm_testcase.php (+147)
lolli 2009-08-30 15:01 Rev.: 5846

Follow-up to #11431: Unit test for getPage_preProcess hook

100 lines of code changed in 1 file:

  • tests/t3lib: t3lib_pageselect_testcase.php (new 100)
flyguide 2009-08-14 09:53 Rev.: 5783

Added feature #11438: Add a registry to t3lib

356 lines of code changed in 1 file:

  • tests/t3lib: t3lib_registry_testcase.php (new 356)
ohader 2009-08-02 15:08 Rev.: 5752

Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison

63 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (+63)
ohader 2009-08-02 09:22 Rev.: 5751

Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()

30 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+30)
ohader 2009-08-02 00:07 Rev.: 5748

Follow-up to bug #11585: Added unit test for t3lib_matchCondition

97 lines of code changed in 1 file:

  • tests/t3lib: t3lib_matchcondition_testcase.php (new 97)
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:

  • tests/t3lib: t3lib_tcemain_testcase.php (+4 -4)
steffenk 2009-05-20 16:45 Rev.: 5460

Fixed bug #10861: Eval of double2 doesn't work

22 lines of code changed in 1 file:

  • tests/t3lib: t3lib_tcemain_testcase.php (+22)
ohader 2009-05-07 12:59 Rev.: 5396

Added feature #10986: Convert from extension prefix to extension key

75 lines of code changed in 1 file:

  • tests/t3lib: t3lib_extmgm_testcase.php (new 75)
ohader 2009-05-03 13:13 Rev.: 5384

Added feature #10985: Conversion from camelcase to underscores, and back

40 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+40)
lolli 2009-04-08 20:48 Rev.: 5301

Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)

10 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+10)
benni 2009-03-31 14:40 Rev.: 5249

#10717: Introduced a new function to t3lib_div::getMaxUploadFileSize() to have a central
function to detect the maximum upload limit, was: No simple way to get the maximum
upload size in TYPO3

23 lines of code changed in 1 file:

  • tests/t3lib: t3lib_div_testcase.php (+23)

(5 more)

Generated by StatSVN 0.5.0