BZD Staff Directory Developers: rimann

Login name:
rimann
Total Commits:
730 (98.5%)
Lines of Code:
14,611 (99.5%)
Most Recent Commit:
2009-06-22 08:46
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for rimann

Activity by Day of Week for rimann

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 730 (100.0%) 14611 (100.0%) 20.0
pi1/ 164 (22.5%) 5159 (35.3%) 31.4
/ 374 (51.2%) 4828 (33.0%) 12.9
tests/ 69 (9.5%) 2843 (19.5%) 41.2
Model/ 29 (4.0%) 789 (5.4%) 27.2
media/ 40 (5.5%) 622 (4.3%) 15.5
Mapper/ 8 (1.1%) 304 (2.1%) 38.0
tests/fixtures/ 3 (0.4%) 46 (0.3%) 15.3
pi1/static/ 1 (0.1%) 20 (0.1%) 20.0
doc/ 42 (5.8%) 0 (0.0%) 0.0

Activity of rimann

Most Recent Commits

rimann 2009-06-22 08:46 Rev.: 941

[Bug 3025] Documentation for vCard download.

0 lines of code changed in 1 file:

  • doc: manual.sxw (changed)
rimann 2009-06-22 08:32 Rev.: 940

[Bug 3025] Finished localization for vCard export.

11 lines of code changed in 1 file:

  • pi1: locallang.xml (+11 -2)
rimann 2009-06-19 16:57 Rev.: 939

[Bug 3025] Fixed an issue with umlauts in vCard files.

5 lines of code changed in 1 file:

  • media: bzdstaff_template.htm (+5 -5)
rimann 2009-06-19 09:32 Rev.: 938

[Bug 3025] Fixed a bug regarding the vCard generation.

21 lines of code changed in 3 files:

  • Model: class.tx_bzdstaffdirectory_Model_Person.php (+3)
  • tests: tx_bzdstaffdirectory_Model_Person_testcase.php (+14), tx_bzdstaffdirectory_pi1_frontEndDetailView_testcase.php (+4)
rimann 2009-06-10 22:14 Rev.: 905

[Bug 3025] Finished and tested the vCard export - cool thing :-)

135 lines of code changed in 8 files:

  • ext_tables.sql (+3), locallang_db.xml (+21), tca.php (+28 -1)
  • Model: class.tx_bzdstaffdirectory_Model_Location.php (+27)
  • media: bzdstaff_template.htm (-1)
  • pi1: class.tx_bzdstaffdirectory_pi1_frontEndVcfView.php (+16 -3)
  • tests: tx_bzdstaffdirectory_Model_Location_testcase.php (+30 -5), tx_bzdstaffdirectory_pi1_frontEndVcfView_testcase.php (+10 -9)
rimann 2009-06-10 22:08 Rev.: 904

Minor tweak in the CSS to remove the border around linked images.

4 lines of code changed in 1 file:

  • media: bzd_staff_directory.css (+4)
rimann 2009-06-09 13:55 Rev.: 900

[Bug 3025] Added last remaining markers for the VCF output.

48 lines of code changed in 7 files:

  • class.tx_bzdstaffdirectory_eID.php (del), ext_typoscript_setup.txt (+3)
  • Model: class.tx_bzdstaffdirectory_Model_Location.php (+9)
  • media: bzdstaff_template.htm (+2 -2)
  • pi1: class.tx_bzdstaffdirectory_pi1_frontEndVcfView.php (+5 -1)
  • tests: tx_bzdstaffdirectory_Model_Location_testcase.php (+16), tx_bzdstaffdirectory_pi1_frontEndVcfView_testcase.php (+13 -3)
rimann 2009-06-08 23:31 Rev.: 899

[Bug 3025] Worked on the VCF rendering.

410 lines of code changed in 6 files:

  • media: bzdstaff_template.htm (+19)
  • pi1: class.tx_bzdstaffdirectory_pi1.php (+22 -3), class.tx_bzdstaffdirectory_pi1_frontEndDetailView.php (+10 -1), class.tx_bzdstaffdirectory_pi1_frontEndVcfView.php (new 133)
  • tests: tx_bzdstaffdirectory_pi1_frontEndDetailView_testcase.php (+1 -6), tx_bzdstaffdirectory_pi1_frontEndVcfView_testcase.php (new 225)
rimann 2009-06-08 22:23 Rev.: 898

[Bug 3024] Now allowing bigger images and files in person records

3 lines of code changed in 2 files:

  • ChangeLog (+1), tca.php (+2 -2)
rimann 2009-06-08 22:19 Rev.: 897

[Bug 3036] Fixed missing label in location records

2 lines of code changed in 2 files:

  • ChangeLog (+1), tca.php (+1 -1)
rimann 2009-06-08 22:15 Rev.: 896

Fixed XCLASS inclusion stuff in a file.

2 lines of code changed in 1 file:

  • pi1: class.tx_bzdstaffdirectory_pi1_frontEndDetailView.php (+2 -2)
rimann 2009-06-08 16:31 Rev.: 895

Some cleanup in the emconf file.

7 lines of code changed in 1 file:

  • ext_emconf.php (+7 -6)
rimann 2009-06-08 16:30 Rev.: 894

[Bug 3025] Initial work for the VCF download feature. (Icon)

0 lines of code changed in 1 file:

  • media: icon_vcf.gif (new)
rimann 2009-06-08 16:29 Rev.: 893

[Bug 3029] Feature: Make functions to database relations instead of a text field. (forgot to commit the icon)

0 lines of code changed in 1 file:

  • icon_tx_bzdstaffdirectory_functions.gif (new)
rimann 2009-06-08 16:23 Rev.: 892

[Bug 3029] Feature: Make functions to database relations instead of a text field.

520 lines of code changed in 14 files:

  • ChangeLog (+2 -1), ext_localconf.php (+6), ext_tables.php (+28), ext_tables.sql (+38), locallang_db.xml (+3), tca.php (+92 -7)
  • Mapper: class.tx_bzdstaffdirectory_Mapper_Function.php (new 53)
  • Model: class.tx_bzdstaffdirectory_Model_Function.php (new 51), class.tx_bzdstaffdirectory_Model_Person.php (+36 -1)
  • pi1: class.tx_bzdstaffdirectory_pi1.php (+45 -1), class.tx_bzdstaffdirectory_pi1_frontEndDetailView.php (+6)
  • tests: tx_bzdstaffdirectory_Model_Function_testcase.php (new 85), tx_bzdstaffdirectory_Model_Person_testcase.php (+42 -9), tx_bzdstaffdirectory_pi1_frontEndDetailView_testcase.php (+33 -1)
rimann 2009-06-08 14:22 Rev.: 891

[Bug 3025] Initial work for the VCF download feature.

311 lines of code changed in 12 files:

  • ChangeLog (+1), class.tx_bzdstaffdirectory_eID.php (new 74), ext_localconf.php (+4), ext_typoscript_setup.txt (+3)
  • Model: class.tx_bzdstaffdirectory_Model_Location.php (+9), class.tx_bzdstaffdirectory_Model_Person.php (+47)
  • media: bzdstaff_template.htm (+11 -1)
  • pi1: class.tx_bzdstaffdirectory_pi1_frontEndDetailView.php (+10 -1), locallang.xml (+1)
  • tests: tx_bzdstaffdirectory_Model_Location_testcase.php (+17), tx_bzdstaffdirectory_Model_Person_testcase.php (+67 -2), tx_bzdstaffdirectory_pi1_frontEndDetailView_testcase.php (+67 -2)
rimann 2009-06-07 16:06 Rev.: 890

[Bug 3023] Fixed wrong image in detail view.

3 lines of code changed in 2 files:

  • ChangeLog (+2 -1)
  • pi1: class.tx_bzdstaffdirectory_pi1_frontEndDetailView.php (+1 -1)
rimann 2009-06-07 15:41 Rev.: 887

[Bug 3033] Fixed wrong CSS classes for teamleaders in list view.

2 lines of code changed in 2 files:

  • ChangeLog (+1)
  • pi1: class.tx_bzdstaffdirectory_pi1.php (+1 -1)
rimann 2009-05-22 23:03 Rev.: 860

[Bug 2989] Fixed some dependency issues to oelib

2 lines of code changed in 2 files:

  • ChangeLog (+1 -1), ext_emconf.php (+1 -1)
rimann 2009-05-21 13:40 Rev.: 854

[Bug 2989] Fixed some dependency issues to oelib (reverted the changes)

1 lines of code changed in 2 files:

  • ChangeLog (+1 -1)
  • Mapper: class.tx_bzdstaffdirectory_Mapper_Person.php (-42)

(192 more)

Generated by StatSVN 0.5.0