Parish for TYPO3 Developers: rimann

Login name:
rimann
Total Commits:
484 (100.0%)
Lines of Code:
10,009 (100.0%)
Most Recent Commit:
2009-08-07 10:37
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 484 (100.0%) 10009 (100.0%) 20.6
pi1/ 258 (53.3%) 4857 (48.5%) 18.8
/ 156 (32.2%) 2847 (28.4%) 18.2
js/ 54 (11.2%) 2238 (22.4%) 41.4
static/ 12 (2.5%) 67 (0.7%) 5.5
media/ 3 (0.6%) 0 (0.0%) 0.0
doc/ 1 (0.2%) 0 (0.0%) 0.0

Activity of rimann

Most Recent Commits

rimann 2009-08-07 10:37 Rev.: 1203

Fixed the CSV export to work with the application of kirche-zh.ch (charset issues and re-ordered some columns in the export)

12 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: class.tx_parish_pi1_frontEndCsvExport.php (+10 -13)
  • static: setup.txt (+1 -3)
rimann 2009-07-22 16:10 Rev.: 1109

Change: Instead of creating whole series of events, we do now just clone them - but with collision checking :-)

110 lines of code changed in 9 files:

  • ChangeLog (+1), class.tx_parish_eid.php (+42 -40), class.tx_parish_plausibilityCheck.php (+15)
  • js: cross.png (new), tx_parish.js (+22 -21)
  • pi1: class.tx_parish_pi1_frontEndEventEditor.php (-24), locallang.xml (+8 -4), tx_parish.css (+19 -4), tx_parish_template.htm (+3 -3)
rimann 2009-07-22 13:53 Rev.: 1108

TimeTable now asks for confirmation before creating a new event when clicking on empty timeslot.

13 lines of code changed in 2 files:

  • ChangeLog (+1)
  • js: tx_parish.js (+12 -8)
rimann 2009-07-22 11:25 Rev.: 1107

Added better error message in case the eventEditor storing failed.

42 lines of code changed in 5 files:

  • js: tx_parish.js (+5 -1)
  • pi1: class.tx_parish_pi1_frontEndEventEditor.php (+1), locallang.xml (+8), tx_parish.css (+23), tx_parish_template.htm (+5)
rimann 2009-07-22 10:47 Rev.: 1106

Feature: Assigning the default event type to new events.

47 lines of code changed in 3 files:

  • ChangeLog (+1), class.tx_parish_eid.php (+45), ext_tables.sql (+1)
rimann 2009-07-20 14:54 Rev.: 1103

Added missing locallang label

1 lines of code changed in 1 file:

  • locallang_db.xml (+1)
rimann 2009-07-20 14:40 Rev.: 1102

Fixed creation of events in the timeTable and allRoomsOccupation view to create events in the correct location right from the begin.

11 lines of code changed in 4 files:

  • js: tx_parish.js (+1 -1)
  • pi1: class.tx_parish_pi1_frontEndAllRoomsOccupation.php (+4 -2), class.tx_parish_pi1_frontEndTimeTableView.php (+4 -2), tx_parish_template.htm (+2 -1)
rimann 2009-07-20 14:26 Rev.: 1101

Updated the localization.

4 lines of code changed in 1 file:

  • pi1: locallang.xml (+4 -1)
rimann 2009-07-20 14:22 Rev.: 1100

Modified the allRoomsOccupation view to show the records nicely aligned like the timeTable view.

283 lines of code changed in 5 files:

  • pi1: class.tx_parish_pi1.php (+1 -1), class.tx_parish_pi1_frontEndAllRoomsOccupation.php (+253 -42), class.tx_parish_pi1_frontEndDashboard.php (+26 -5), locallang.xml (+1), tx_parish_template.htm (+2 -11)
rimann 2009-07-20 13:07 Rev.: 1099

Feature: Ability to assign locations to a building (CSV Export now shows just the details of the building)

39 lines of code changed in 1 file:

  • class.tx_parish_event.php (+39 -13)
rimann 2009-07-20 11:36 Rev.: 1098

Feature: Ability to assign locations to a building (DB stuff)

142 lines of code changed in 5 files:

  • ext_tables.php (+43), ext_tables.sql (+24), icon_tx_parish_building.gif (new), locallang_db.xml (+6), tca.php (+69)
rimann 2009-07-20 10:54 Rev.: 1097

Everyone should only edit his own events. (Now showing some event-details in the timetable view)

2 lines of code changed in 1 file:

  • pi1: class.tx_parish_pi1_frontEndTimeTableView.php (+2)
rimann 2009-07-20 10:44 Rev.: 1096

Everyone should only edit his own events. (Now showing some event-details in the timetable view)

42 lines of code changed in 4 files:

  • js: tx_parish.js (+7)
  • pi1: class.tx_parish_pi1_frontEndTimeTableView.php (+24 -2), tx_parish.css (+10), tx_parish_template.htm (+1)
rimann 2009-07-20 09:21 Rev.: 1095

Everyone should only edit his own events. (Dashboard changes)

13 lines of code changed in 1 file:

  • pi1: class.tx_parish_pi1_frontEndEventList.php (+13 -11)
rimann 2009-07-20 09:07 Rev.: 1094

Everyone should only edit his own events. (Nice cursors and prep work for the timetable view)

27 lines of code changed in 3 files:

  • pi1: class.tx_parish_pi1_frontEndTimeTableView.php (+8 -1), tx_parish.css (+15), tx_parish_template.htm (+4)
rimann 2009-07-20 08:50 Rev.: 1093

Everyone should only edit his own events. (Error message when requesting foreign event's editor view)

121 lines of code changed in 4 files:

  • pi1: class.tx_parish_pi1.php (+7), class.tx_parish_pi1_frontEndErrorView.php (new 95), locallang.xml (+14), tx_parish_template.htm (+5)
rimann 2009-07-15 11:17 Rev.: 1069

Events can be deleted now.

88 lines of code changed in 8 files:

  • ChangeLog (+1), class.tx_parish_eid.php (+23), class.tx_parish_event.php (+9)
  • js: tx_parish.js (+20)
  • pi1: class.tx_parish_pi1_frontEndEventEditor.php (+4), locallang.xml (+2), tx_parish.css (+22), tx_parish_template.htm (+7)
rimann 2009-07-14 01:20 Rev.: 1060

Changed the publish yes/no option to be radio buttons instead of a select dropdown

26 lines of code changed in 5 files:

  • js: tx_parish.js (+1 -1)
  • pi1: class.tx_parish_pi1_frontEndEventEditor.php (+7 -6), locallang.xml (+12 -12), tx_parish.css (+1 -1), tx_parish_template.htm (+5 -1)
rimann 2009-07-14 01:19 Rev.: 1059

Fixed small issue in eID script for saving changes in regular fields.

4 lines of code changed in 1 file:

  • class.tx_parish_eid.php (+4)
rimann 2009-07-14 01:12 Rev.: 1058

Add volunteer now generats correct checkbox via JS.

1 lines of code changed in 1 file:

  • js: tx_parish.js (+1 -1)

(125 more)

Generated by StatSVN 0.5.0