Seminar Manager Developers: bernd.schoenbach

Login name:
bernd.schoenbach
Total Commits:
1,342 (13.4%)
Lines of Code:
36,060 (9.9%)
Most Recent Commit:
2010-12-20 21:43
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for bernd.schoenbach

Activity by Day of Week for bernd.schoenbach

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 1342 (100.0%) 36060 (100.0%) 26.8
tests/ 297 (22.1%) 21665 (60.1%) 72.9
/ 484 (36.1%) 3807 (10.6%) 7.8
pi1/ 207 (15.4%) 3771 (10.5%) 18.2
Resources/Private/Templates/FrontEnd/ 9 (0.7%) 1424 (3.9%) 158.2
BackEnd/ 49 (3.7%) 1188 (3.3%) 24.2
pi2/ 12 (0.9%) 601 (1.7%) 50.0
Configuration/TypoScript/ 37 (2.8%) 597 (1.7%) 16.1
Model/ 29 (2.2%) 591 (1.6%) 20.3
Configuration/FlexForms/ 19 (1.4%) 536 (1.5%) 28.2
Configuration/TCA/ 15 (1.1%) 376 (1.0%) 25.0
tests/fixtures/ 23 (1.7%) 329 (0.9%) 14.3
Mapper/ 14 (1.0%) 239 (0.7%) 17.0
Template/ 4 (0.3%) 233 (0.6%) 58.2
Resources/Private/Templates/Mail/ 5 (0.4%) 229 (0.6%) 45.8
Resources/Private/Language/ 6 (0.4%) 123 (0.3%) 20.5
mod1/ 2 (0.1%) 102 (0.3%) 51.0
Resources/Private/Templates/BackEnd/ 10 (0.7%) 92 (0.3%) 9.2
mod2/ 8 (0.6%) 68 (0.2%) 8.5
static/ 11 (0.8%) 28 (0.1%) 2.5
cli/ 2 (0.1%) 23 (0.1%) 11.5
Resources/Private/CSS/ 1 (0.1%) 19 (0.1%) 19.0
Configuration/Settings/ 2 (0.1%) 15 (0.0%) 7.5
tests/BackEnd/ 2 (0.1%) 2 (0.0%) 1.0
lib/ 2 (0.1%) 2 (0.0%) 1.0
doc/ 92 (6.9%) 0 (0.0%) 0.0

Activity of bernd.schoenbach

Most Recent Commits

bernd.schoenbach 2010-12-20 21:43 Rev.: 41327

[Bug 4042] Table headings in mod2 are invisible (white on white) in TYPO3 4.4,r=oliver

33 lines of code changed in 5 files:

  • changelog.txt (+1)
  • Resources/Private/Templates/BackEnd: EventsList.html (+16 -36), OrganizersList.html (+4 -6), RegistrationsList.html (+7 -15), SpeakersList.html (+5 -9)
bernd.schoenbach 2010-09-13 14:38 Rev.: 38010

[Bug 4024] Test failure: tx_seminars_Mapper_EventTest::getOrganizersWithOneOrganizerReturnsOneOrganizer, r=oliver

3 lines of code changed in 3 files:

  • changelog.txt (+1)
  • tests/BackEnd: CancelEventMailFormTest.php (+1), ConfirmEventMailFormTest.php (+1)
bernd.schoenbach 2010-01-29 20:54 Rev.: 29493

[Bug 3679] Update all PEAR and emogrifier classes to the latest versions,r=oliver

5 lines of code changed in 2 files:

  • changelog.txt (+1)
  • tests: tx_seminars_cli_MailNotifier_testcase.php (+4 -4)
bernd.schoenbach 2010-01-29 19:14 Rev.: 29489

[Bug 3680] Don't send the e-mails to the attendees if the FE user's e-mail address is empty,r=oliver

85 lines of code changed in 5 files:

  • changelog.txt (+1), class.tx_seminars_registrationmanager.php (+4)
  • BackEnd: class.tx_seminars_BackEnd_EventMailForm.php (+3)
  • tests: tx_seminars_BackEnd_EventMailForm_testcase.php (+50 -5), tx_seminars_registrationmanager_testcase.php (+27)
bernd.schoenbach 2010-01-29 17:44 Rev.: 29484

[Bug 981] Remove the "has paid" attribute in attendance records,r=oliver

29 lines of code changed in 15 files:

  • changelog.txt (+1), class.tx_seminars_registration.php (+6 -7), class.tx_seminars_registrationBagBuilder.php (+4 -2), class.tx_seminars_seminar.php (+1 -1), ext_tables.sql (-1), locallang_db.xml (-19)
  • Configuration/TCA: tca.php (+2 -9)
  • Model: class.tx_seminars_Model_Registration.php (+3 -2)
  • doc: german-manual.sxw (changed), manual.sxw (changed)
  • mod1: index.php (+2 -2)
  • tests: tx_seminars_Model_Registration_testcase.php (+1 -1), tx_seminars_registrationBagBuilder_testcase.php (+6 -6), tx_seminars_registrationchild_testcase.php (+2 -2), tx_seminars_seminarchild_testcase.php (+1 -1)
bernd.schoenbach 2010-01-29 13:44 Rev.: 29460

[Bug 3675] Crash in the FE seminar list view if no BE user is logged in,r=oliver

42 lines of code changed in 2 files:

  • changelog.txt (+1)
  • pi2: class.tx_seminars_pi2.php (+41 -4)
bernd.schoenbach 2010-01-25 18:56 Rev.: 29321

[Bug 3669] UTF-8 em dash used in ISO8859-1 CSV export,r=oliver

67 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_seminars_seminar.php (+2 -2)
  • tests: tx_seminars_seminarchild_testcase.php (+64 -9)
bernd.schoenbach 2010-01-25 17:52 Rev.: 29317

[Bug 3560] Multiple tests of the eventEditor testcase fail,r=oliver

3 lines of code changed in 2 files:

  • changelog.txt (+1)
  • tests: tx_seminars_pi1_eventEditor_testcase.php (+2)
bernd.schoenbach 2010-01-25 13:31 Rev.: 29298

[Bug 3564] For the CSV export of registrations and events, use localized column headings,r=oliver

61 lines of code changed in 3 files:

  • locallang_db.xml (+8)
  • pi2: class.tx_seminars_pi2.php (+7 -5)
  • tests: tx_seminars_pi2_testcase.php (+46 -33)
bernd.schoenbach 2010-01-25 12:48 Rev.: 29294

[Bug 3668] CSV export for registrations for one event does not work,r=oliver

45 lines of code changed in 5 files:

  • changelog.txt (+1)
  • BackEnd: class.tx_seminars_BackEnd_EventsList.php (+1 -1)
  • pi1: class.tx_seminars_pi1.php (+1 -1)
  • tests: tx_seminars_BackEnd_EventsList_testcase.php (+2 -2), tx_seminars_pi1_testcase.php (+40 -2)
bernd.schoenbach 2010-01-22 17:25 Rev.: 29225

[Bug 3564] For the CSV export of registrations and events, use localized column headings,r=oliver

83 lines of code changed in 4 files:

  • changelog.txt (+1)
  • pi2: class.tx_seminars_pi2.php (+42 -4)
  • tests: tx_seminars_cli_MailNotifier_testcase.php (+2 -1), tx_seminars_pi2_testcase.php (+38 -11)
bernd.schoenbach 2010-01-22 16:35 Rev.: 29223

[Bug 3564] For the CSV export of registrations and events, use localized column headings,r=oliver

40 lines of code changed in 2 files:

  • locallang_db.xml (+32)
  • Configuration/TCA: tca.php (+8 -8)
bernd.schoenbach 2010-01-22 13:45 Rev.: 29216

[Bug 3578] In the cancel e-mail text, provide a link to the single view,r=oliver

568 lines of code changed in 11 files:

  • changelog.txt (+1), class.tx_seminars_seminar.php (+12 -1)
  • BackEnd: BackEnd.css (+1), class.tx_seminars_BackEnd_CancelEventMailForm.php (+99), class.tx_seminars_BackEnd_ConfirmEventMailForm.php (+9), class.tx_seminars_BackEnd_EventMailForm.php (+57 -22), locallang.xml (+11 -3)
  • tests: tx_seminars_BackEnd_CancelEventMailForm_testcase.php (+222), tx_seminars_BackEnd_EventMailForm_testcase.php (+61), tx_seminars_seminarchild_testcase.php (+59)
  • tests/fixtures: class.tx_seminars_tests_fixtures_TestingEventMailForm.php (+36)
bernd.schoenbach 2010-01-19 18:44 Rev.: 29056

[Bug 3577] Mention the unregistration in the thank-you e-mail,r=oliver

239 lines of code changed in 5 files:

  • changelog.txt (+1), class.tx_seminars_registrationmanager.php (+61), locallang.xml (+8)
  • Resources/Private/Templates/Mail: e-mail.html (+6 -1)
  • tests: tx_seminars_registrationmanager_testcase.php (+163)
bernd.schoenbach 2010-01-19 18:41 Rev.: 29055

[Bug 3585] Registration csv-file could not be added to the organizer mail,r=oliver

87 lines of code changed in 6 files:

  • changelog.txt (+1)
  • Configuration/TypoScript: setup.txt (+2 -2)
  • cli: class.tx_seminars_cli_MailNotifier.php (+18 -3)
  • doc: german-manual.sxw (changed), manual.sxw (changed)
  • tests: tx_seminars_cli_MailNotifier_testcase.php (+66 -3)
bernd.schoenbach 2010-01-19 11:35 Rev.: 29029

[Bug 3580] Add separate TS setup configuration variables for the CSV columns in the e-mail to the organizers,r=oliver

494 lines of code changed in 9 files:

  • changelog.txt (+1), class.tx_seminars_configcheck.php (+54 -6)
  • Configuration/TypoScript: setup.txt (+9)
  • cli: class.tx_seminars_cli_MailNotifier.php (+5 -15)
  • doc: german-manual.sxw (changed), manual.sxw (changed)
  • pi2: class.tx_seminars_pi2.php (+94 -15)
  • tests: tx_seminars_cli_MailNotifier_testcase.php (+137 -2), tx_seminars_pi2_testcase.php (+194)
bernd.schoenbach 2010-01-18 18:22 Rev.: 28988

[Bug 3652] Also mention event title, date and time in the other notification mails,r=oliver

46 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_seminars_registrationmanager.php (+9 -16), locallang.xml (+16 -16)
  • tests: tx_seminars_registrationmanager_testcase.php (+20 -8)
bernd.schoenbach 2010-01-18 18:12 Rev.: 28985

[Bug 3579] In the cancel/confirm texts, insert the title, date and time of the event,r=oliver

55 lines of code changed in 6 files:

  • changelog.txt (+1)
  • BackEnd: class.tx_seminars_BackEnd_EventMailForm.php (+14 -1), locallang.xml (+21 -9)
  • Resources/Private/Language: locallang.xml (+1 -1)
  • tests: tx_seminars_BackEnd_EventMailForm_testcase.php (+13), tx_seminars_EmailSalutation_testcase.php (+5 -10)
bernd.schoenbach 2010-01-11 18:57 Rev.: 28720

[Bug 3579] In the cancel/confirm texts, insert the title, date and time of the event,r=oliver

198 lines of code changed in 6 files:

  • class.tx_seminars_EmailSalutation.php (+38), class.tx_seminars_registrationmanager.php (+25 -41), locallang.xml (-16)
  • Resources/Private/Language: locallang.xml (+16)
  • tests: tx_seminars_EmailSalutation_testcase.php (+119), tx_seminars_registrationmanager_testcase.php (-122)
bernd.schoenbach 2010-01-11 14:17 Rev.: 28713

[Bug 3576] Mention the event title, date, time and price in the thank-you and unregistration e-mail,r=oliver

286 lines of code changed in 5 files:

  • changelog.txt (+1), class.tx_seminars_registrationmanager.php (+60 -8), locallang.xml (+36 -16)
  • Resources/Private/Templates/Mail: e-mail.html (+1 -3)
  • tests: tx_seminars_registrationmanager_testcase.php (+188 -18)

(283 more)

Generated by StatSVN 0.5.0