Directory tests/FrontEnd/

Total Files:
34
Deleted Files:
0
Lines of Code:
20908

[root]/tests/FrontEnd

Lines of Code

tests/FrontEnd/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 71 (100.0%) 21157 (100.0%) 297.9
oliklee 66 (93.0%) 20945 (99.0%) 317.3
bernd.schoenbach 5 (7.0%) 212 (1.0%) 42.4

Most Recent Commits

oliklee 2011-01-13 16:45 Rev.: 42102

[Bug 4180] test testDeleteRecordFromTheDatabase fails, patch by Bernd, r=me

1 lines of code changed in 1 file:

  • tests/FrontEnd: EditorTest.php (+1 -2)
bernd.schoenbach 2011-01-03 21:22 Rev.: 41753

[Bug 4178] Test testProcessImageUploadWritesNewImageRecordForCurrentObjectToTheDatabase crashes

2 lines of code changed in 1 file:

  • tests/FrontEnd: ImageUploadTest.php (+2 -4)
oliklee 2011-01-03 21:17 Rev.: 41751

[Bug 4162] Add a field "Mieteinnahmen (Soll)" (part 2), r=bernd

13 lines of code changed in 1 file:

  • tests/FrontEnd: FormatterTest.php (+13)
oliklee 2011-01-03 20:07 Rev.: 41750

[Bug 4163] Add a decimal mark and thousands separator to the FE locallang, Part 2: make tx_realty_pi1_Formatter::formatDecimal non-static, r=bernd

9 lines of code changed in 1 file:

  • tests/FrontEnd: FormatterTest.php (+9 -9)
oliklee 2010-10-16 00:24 Rev.: 39189

[Bug 4169] Drop unused code and some unused variables

2 lines of code changed in 5 files:

  • tests/FrontEnd: AbstractListViewTest.php (-5), BackButtonViewTest.php (-4), DefaultControllerTest.php (-30), ErrorViewTest.php (+1 -1), FormatterTest.php (+1 -6)
oliklee 2010-10-11 18:05 Rev.: 39049

[Bug 2628] Use frontEndLoginManager::loginUser

193 lines of code changed in 8 files:

  • tests/FrontEnd: AbstractListViewTest.php (+1 -1), ContactFormTest.php (+42 -32), DefaultControllerTest.php (+16 -8), EditorTest.php (+20 -17), FavoritesListViewTest.php (+2 -1), ImageUploadTest.php (+6 -10), MyObjectsListViewTest.php (+93 -21), SingleViewTest.php (+13 -5)
oliklee 2010-09-25 17:32 Rev.: 38597

[Bug 4132] Add a class with time constants, r=niels

2 lines of code changed in 1 file:

  • tests/FrontEnd: MyObjectsListViewTest.php (+2 -2)
bernd.schoenbach 2010-09-13 17:39 Rev.: 38046

[Bug 4118] Add some more area fields,r=oliver

42 lines of code changed in 1 file:

  • tests/FrontEnd: FormatterTest.php (+42)
oliklee 2010-09-13 16:43 Rev.: 38031

[Bug 4103] Allow to upload a separate thumbnail image for the images, r=bernd

115 lines of code changed in 2 files:

  • tests/FrontEnd: AbstractListViewTest.php (+88), ImageThumbnailsViewTest.php (+27)
bernd.schoenbach 2010-09-13 16:35 Rev.: 38028

[Bug 4101] Also allow negative numbers for the floor in the BE and FE editor,r=oliver

128 lines of code changed in 2 files:

  • tests/FrontEnd: AbstractListViewTest.php (+32), EditorTest.php (+96 -6)
bernd.schoenbach 2010-09-13 16:31 Rev.: 38027

[Bug 4120] Floor value 0 hides all following floor values in the list view,r=oliver

40 lines of code changed in 1 file:

  • tests/FrontEnd: AbstractListViewTest.php (+40)
oliklee 2010-09-13 15:02 Rev.: 38014

[Bug 4119] Drop all-zero positions after the decimal point in the FE display of areas, lengths and prices, r=bernd

82 lines of code changed in 2 files:

  • tests/FrontEnd: AbstractListViewTest.php (+6 -3), FormatterTest.php (+76 -17)
oliklee 2010-09-13 12:39 Rev.: 38009

[Bug 4119] Drop all-zero positions after the decimal point in the FE display of areas, lengths and prices, r=bernd

77 lines of code changed in 2 files:

  • tests/FrontEnd: FilterFormTest.php (+7 -4), FormatterTest.php (+70 -22)
oliklee 2010-09-13 12:11 Rev.: 38006

[Bug 4117] In the list view, put the first of two images in the left position, r=bernd

115 lines of code changed in 1 file:

  • tests/FrontEnd: AbstractListViewTest.php (+115 -5)
oliklee 2010-09-13 11:53 Rev.: 38004

[Bug 4090] Add additional image subparts in the single view, r=bernd

410 lines of code changed in 1 file:

  • tests/FrontEnd: ImageThumbnailsViewTest.php (+410 -16)
oliklee 2010-09-13 11:02 Rev.: 38003

[Bug 4089] Add an option to hide the rent and price in the list view and single view depending on the object status (unit test improvements), r=bernd

19 lines of code changed in 2 files:

  • tests/FrontEnd: AbstractListViewTest.php (+12 -10), PriceViewTest.php (+7 -6)
oliklee 2010-09-13 10:55 Rev.: 38001

[Bug 4084] Add a configuration about which JavaScript libraries to include in the single view and image upload, r=bernd

125 lines of code changed in 2 files:

  • tests/FrontEnd: ImageThumbnailsViewTest.php (+8), LightboxIncluderTest.php (+117 -1)
oliklee 2010-09-10 13:29 Rev.: 37953

[Bug 4047] Rename all test classes from *_testcase to *Test, no review

6553 lines of code changed in 17 files:

  • tests/FrontEnd: BackButtonViewTest.php (new 288), ContactButtonViewTest.php (new 124), DefaultListViewTest.php (new 414), DescriptionViewTest.php (new 127), FavoritesListViewTest.php (new 549), FormatterTest.php (new 629), FurtherDescriptionViewTest.php (new 147), HeadingViewTest.php (new 127), ImageThumbnailsViewTest.php (new 311), MyObjectsListViewTest.php (new 637), NextPreviousButtonsViewTest.php (new 585), ObjectsByOwnerListViewTest.php (new 558), OffererViewTest.php (new 425), OverviewTableViewTest.php (new 448), PriceViewTest.php (new 298), PrintPageButtonViewTest.php (new 76), SingleViewTest.php (new 810)
oliklee 2010-09-10 13:05 Rev.: 37947

[Bug 4047] Rename all test classes from *_testcase to *Test, no review

5611 lines of code changed in 8 files:

  • tests/FrontEnd: AbstractListViewTest.php (new 3311), AddToFavoritesButtonViewTest.php (new 110), AddressViewTest.php (new 117), DefaultControllerTest.php (new 576), ImageUploadTest.php (+1 -1), LightboxIncluderTest.php (new 195), MapMarkerTest.php (new 236), OffererListTest.php (new 1065)
oliklee 2010-09-10 12:03 Rev.: 37943

[Bug 4047] Rename all test classes from *_testcase to *Test, no review

7219 lines of code changed in 8 files:

  • tests/FrontEnd: AbstractViewTest.php (new 68), ContactFormTest.php (new 2466), EditorTest.php (new 1732), ErrorViewTest.php (new 117), FilterFormTest.php (new 1439), FormTest.php (new 157), GoogleMapsViewTest.php (new 787), ImageUploadTest.php (new 453)
oliklee 2010-09-07 18:45 Rev.: 37795

[Bug 4047] Rename all test classes from *_testcase to *Test, no review

399 lines of code changed in 4 files:

  • tests/FrontEnd: DocumentsViewTest.php (new), StatusViewTest.php (+205)
Generated by StatSVN 0.5.0