Realty Manager Developers: oliklee

Login name:
oliklee
Total Commits:
2,037 (48.0%)
Lines of Code:
79,378 (44.4%)
Most Recent Commit:
2011-01-13 16:45
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for oliklee

Activity by Day of Week for oliklee

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 2037 (100.0%) 79378 (100.0%) 38.9
tests/FrontEnd/ 66 (3.2%) 20945 (26.4%) 317.3
tests/ 472 (23.2%) 14948 (18.8%) 31.6
pi1/ 446 (21.9%) 13129 (16.5%) 29.4
/ 490 (24.1%) 8144 (10.3%) 16.6
tests/Import/ 6 (0.3%) 6080 (7.7%) 1013.3
tests/Model/ 13 (0.6%) 5055 (6.4%) 388.8
lib/ 139 (6.8%) 2286 (2.9%) 16.4
pi1/contrib/ 8 (0.4%) 1785 (2.2%) 223.1
tests/Mapper/ 11 (0.5%) 1438 (1.8%) 130.7
tests/Service/ 6 (0.3%) 1369 (1.7%) 228.1
Model/ 58 (2.8%) 1306 (1.6%) 22.5
Mapper/ 26 (1.3%) 761 (1.0%) 29.2
tests/Cli/ 2 (0.1%) 494 (0.6%) 247.0
tests/pi1/ 4 (0.2%) 399 (0.5%) 99.7
pi1/static/ 35 (1.7%) 360 (0.5%) 10.2
tests/Ajax/ 1 (0.0%) 263 (0.3%) 263.0
Ajax/ 10 (0.5%) 168 (0.2%) 16.8
cli/ 19 (0.9%) 128 (0.2%) 6.7
BackEnd/ 12 (0.6%) 116 (0.1%) 9.6
tests/BackEnd/ 1 (0.0%) 114 (0.1%) 114.0
tests/fixtures/ 42 (2.1%) 85 (0.1%) 2.0
.settings/ 1 (0.0%) 3 (0.0%) 3.0
models/ 2 (0.1%) 1 (0.0%) 0.5
doc/ 126 (6.2%) 1 (0.0%) 0.0
tests/fixtures/tx_realty_fixtures/ 4 (0.2%) 0 (0.0%) 0.0
pi1/images/ 21 (1.0%) 0 (0.0%) 0.0
mappers/ 1 (0.0%) 0 (0.0%) 0.0
icons/ 14 (0.7%) 0 (0.0%) 0.0
Resources/Public/Icons/ 1 (0.0%) 0 (0.0%) 0.0

Activity of oliklee

Most Recent Commits

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

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

2 lines of code changed in 2 files:

  • ChangeLog (+1)
  • tests/FrontEnd: EditorTest.php (+1 -2)
oliklee 2011-01-03 21:38 Rev.: 41756

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

24 lines of code changed in 2 files:

  • pi1: tx_realty_frontEndEditor.html (+4), tx_realty_frontEndEditor.xml (+20)
oliklee 2011-01-03 21:17 Rev.: 41751

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

49 lines of code changed in 7 files:

  • ChangeLog (+1)
  • doc: manual.sxw (changed)
  • lib: class.tx_realty_domDocumentConverter.php (+5 -3)
  • pi1: class.tx_realty_pi1_Formatter.php (+2)
  • pi1/static: setup.txt (+1 -1)
  • tests/FrontEnd: FormatterTest.php (+13)
  • tests/Import: DomDocumentConverterTest.php (+27)
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

12 lines of code changed in 2 files:

  • pi1: class.tx_realty_pi1_Formatter.php (+3 -3)
  • tests/FrontEnd: FormatterTest.php (+9 -9)
oliklee 2011-01-03 20:02 Rev.: 41749

[Bug 4163] Add a decimal mark and thousands separator to the FE locallang, part 1: cut the dependency from the filter form to the formatter (still without using localized strings), r=bernd

7 lines of code changed in 1 file:

  • pi1: class.tx_realty_filterForm.php (+7 -3)
oliklee 2011-01-03 19:59 Rev.: 41748

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

20 lines of code changed in 4 files:

  • ext_tables.sql (+1), locallang_db.xml (+4), tca.php (+11 -2)
  • pi1: locallang.xml (+4)
oliklee 2011-01-03 19:57 Rev.: 41747

[Bug 4172] Use the mapper for finding existing records (part 1), r=bernd

340 lines of code changed in 6 files:

  • Mapper: class.tx_realty_Mapper_City.php (+3 -1), class.tx_realty_Mapper_District.php (+28 -3), class.tx_realty_Mapper_RealtyObject.php (+152)
  • tests/Mapper: CityTest.php (+1 -1), DistrictTest.php (+53), RealtyObjectTest.php (+103)
oliklee 2010-11-04 23:28 Rev.: 39863

Bump the version number.

2 lines of code changed in 1 file:

  • ext_emconf.php (+2 -2)
oliklee 2010-10-16 00:24 Rev.: 39189

[Bug 4169] Drop unused code and some unused variables

9 lines of code changed in 13 files:

  • ChangeLog (+1)
  • lib: class.tx_realty_domDocumentConverter.php (+1 -1)
  • pi1: class.tx_realty_frontEndImageUpload.php (+1 -1), class.tx_realty_pi1_BackButtonView.php (+1 -1), class.tx_realty_pi1_ImageThumbnailsView.php (-1)
  • tests/Cli: ImageCleanUpTest.php (+1 -1)
  • tests/FrontEnd: AbstractListViewTest.php (-5), BackButtonViewTest.php (-4), DefaultControllerTest.php (-30), ErrorViewTest.php (+1 -1), FormatterTest.php (+1 -6)
  • tests/Mapper: DistrictTest.php (+1 -1)
  • tests/fixtures: class.tx_realty_tests_fixtures_FakeGoogleMapsLookup.php (+1 -6)
oliklee 2010-10-11 18:05 Rev.: 39049

[Bug 2628] Use frontEndLoginManager::loginUser

298 lines of code changed in 12 files:

  • ChangeLog (+1)
  • pi1: class.tx_realty_frontEndEditor.php (+13 -49), class.tx_realty_pi1_MyObjectsListView.php (+3 -2)
  • 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)
  • tests/Service: AccessCheckTest.php (+88 -36)
oliklee 2010-10-11 17:56 Rev.: 39048

[Bug 2628] Use frontEndLoginManager::loginUser, part 1: Necessary changes to the realty FE user model

86 lines of code changed in 2 files:

  • Model: class.tx_realty_Model_FrontEndUser.php (+29 -7)
  • tests/Model: FrontEndUserTest.php (+57)
oliklee 2010-10-11 17:40 Rev.: 39046

[Bug 4156] Drop dead code from tx_realty_pi1

1 lines of code changed in 2 files:

  • ChangeLog (+1)
  • pi1: class.tx_realty_pi1.php (-43)
oliklee 2010-09-25 17:32 Rev.: 38597

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

4 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: class.tx_realty_pi1_MyObjectsListView.php (+1 -1)
  • tests/FrontEnd: MyObjectsListViewTest.php (+2 -2)
oliklee 2010-09-23 17:15 Rev.: 38535

Updated the live examples in the manual.

0 lines of code changed in 1 file:

  • doc: manual.sxw (changed)
oliklee 2010-09-23 16:39 Rev.: 38526

[Bug 4130] Set the numeric locale in our CLI scripts, r=niels

5 lines of code changed in 3 files:

  • ChangeLog (+1)
  • cli: class.tx_realty_cli.php (+2), class.tx_realty_cli_ImageCleanUpStarter.php (+2)
oliklee 2010-09-13 18:09 Rev.: 38051

Bump the version number.

2 lines of code changed in 1 file:

  • ext_emconf.php (+2 -2)
oliklee 2010-09-13 17:47 Rev.: 38049

Bump the version number.

1 lines of code changed in 1 file:

  • ext_emconf.php (+1 -1)
oliklee 2010-09-13 17:46 Rev.: 38048

[Bug 4118] Add some more area fields: import the fields, r=bernd

120 lines of code changed in 2 files:

  • lib: class.tx_realty_domDocumentConverter.php (+23 -5)
  • tests/Import: DomDocumentConverterTest.php (+97 -9)
oliklee 2010-09-13 17:22 Rev.: 38041

[Bug 4118] Part 2: change the domDocumentConverter tests to check single values, r=bernd

383 lines of code changed in 1 file:

  • tests/Import: DomDocumentConverterTest.php (+383 -262)
oliklee 2010-09-13 16:43 Rev.: 38031

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

128 lines of code changed in 4 files:

  • pi1: class.tx_realty_pi1_AbstractListView.php (+9 -5), class.tx_realty_pi1_ImageThumbnailsView.php (+4 -1)
  • tests/FrontEnd: AbstractListViewTest.php (+88), ImageThumbnailsViewTest.php (+27)

(428 more)

Generated by StatSVN 0.5.0