Seminar Manager Developers: oliklee

Login name:
oliklee
Total Commits:
5,359 (53.4%)
Lines of Code:
133,160 (36.6%)
Most Recent Commit:
2010-10-30 12:14
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 5359 (100.0%) 133160 (100.0%) 24.8
/ 2501 (46.7%) 32686 (24.5%) 13.0
tests/ 749 (14.0%) 31261 (23.5%) 41.7
pi1/ 641 (12.0%) 15938 (12.0%) 24.8
tests/OldModel/ 12 (0.2%) 12172 (9.1%) 1014.3
tests/BagBuilder/ 13 (0.2%) 11188 (8.4%) 860.6
tests/Service/ 8 (0.1%) 7602 (5.7%) 950.2
mod2/ 140 (2.6%) 2860 (2.1%) 20.4
BagBuilder/ 10 (0.2%) 2104 (1.6%) 210.4
BackEnd/ 96 (1.8%) 1783 (1.3%) 18.5
tests/BackEnd/ 28 (0.5%) 1597 (1.2%) 57.0
tests/pi2/ 2 (0.0%) 1564 (1.2%) 782.0
tests/fixtures/ 135 (2.5%) 1337 (1.0%) 9.9
tests/cli/ 2 (0.0%) 1259 (0.9%) 629.5
Bag/ 11 (0.2%) 955 (0.7%) 86.8
pi2/ 50 (0.9%) 920 (0.7%) 18.4
mod1/ 77 (1.4%) 880 (0.7%) 11.4
Model/ 58 (1.1%) 846 (0.6%) 14.5
OldModel/ 6 (0.1%) 830 (0.6%) 138.3
tests/FrontEnd/ 18 (0.3%) 706 (0.5%) 39.2
tests/Bag/ 10 (0.2%) 662 (0.5%) 66.2
Configuration/TypoScript/ 28 (0.5%) 512 (0.4%) 18.2
static/ 81 (1.5%) 466 (0.3%) 5.7
tests/Model/ 5 (0.1%) 437 (0.3%) 87.4
api/ 8 (0.1%) 437 (0.3%) 54.6
FrontEnd/ 39 (0.7%) 287 (0.2%) 7.3
Service/ 2 (0.0%) 251 (0.2%) 125.5
tests/Mapper/ 4 (0.1%) 172 (0.1%) 43.0
Configuration/TCA/ 12 (0.2%) 170 (0.1%) 14.1
tests/fixtures/BagBuilder/ 2 (0.0%) 134 (0.1%) 67.0
pi3/ 17 (0.3%) 123 (0.1%) 7.2
tests/fixtures/BackEnd/ 3 (0.1%) 113 (0.1%) 37.6
tests/fixtures/Service/ 1 (0.0%) 94 (0.1%) 94.0
tests/fixtures/Bag/ 2 (0.0%) 91 (0.1%) 45.5
lib/ 12 (0.2%) 86 (0.1%) 7.1
Resources/Private/Templates/FrontEnd/ 9 (0.2%) 80 (0.1%) 8.8
tests/fixtures/OldModel/ 1 (0.0%) 78 (0.1%) 78.0
Resources/Private/Language/ 3 (0.1%) 66 (0.0%) 22.0
Resources/Public/JavaScript/BackEndExtJs/ 2 (0.0%) 62 (0.0%) 31.0
Configuration/FlexForms/ 4 (0.1%) 60 (0.0%) 15.0
Mapper/ 24 (0.4%) 55 (0.0%) 2.2
BackEndExtJs/ 5 (0.1%) 47 (0.0%) 9.4
tests/BackEndExtJs/ 1 (0.0%) 40 (0.0%) 40.0
Resources/Public/JavaScript/FrontEnd/ 1 (0.0%) 40 (0.0%) 40.0
Resources/Private/Language/FrontEnd/ 4 (0.1%) 25 (0.0%) 6.2
Resources/Public/CSS/FrontEnd/ 1 (0.0%) 23 (0.0%) 23.0
cli/ 10 (0.2%) 20 (0.0%) 2.0
Resources/Private/Templates/BackEnd/ 5 (0.1%) 14 (0.0%) 2.8
Resources/Public/CSS/BackEndExtJs/ 2 (0.0%) 12 (0.0%) 6.0
.settings/ 4 (0.1%) 11 (0.0%) 2.7
icons/ 56 (1.0%) 3 (0.0%) 0.0
tests/BackEndExtJs/Ajax/ 1 (0.0%) 1 (0.0%) 1.0
doc/ 411 (7.7%) 0 (0.0%) 0.0
Resources/Public/Images/ 2 (0.0%) 0 (0.0%) 0.0
Resources/Public/Icons/ 28 (0.5%) 0 (0.0%) 0.0
Resources/Public/CSS/BackEnd/ 1 (0.0%) 0 (0.0%) 0.0
Resources/Private/Templates/Mail/ 1 (0.0%) 0 (0.0%) 0.0

Activity of oliklee

Most Recent Commits

oliklee 2010-10-30 12:14 Rev.: 39697

[Bug 4170] tx_seminars_seminar::getOrganizerBag needs to sort the organizers by the relation sorting

44 lines of code changed in 3 files:

  • changelog.txt (+1)
  • BagBuilder: Organizer.php (+4)
  • tests/BagBuilder: OrganizerTest.php (+39)
oliklee 2010-10-16 00:24 Rev.: 39189

[Bug 4169] Drop unused code and some unused variables

23 lines of code changed in 15 files:

  • changelog.txt (+1), class.tx_seminars_registration.php (+2 -13)
  • BackEnd: RegistrationsList.php (+1 -1)
  • FrontEnd: DefaultController.php (-5), SelectorWidget.php (+2 -2)
  • Service: SingleViewLinkBuilder.php (+1 -1)
  • tests/BackEnd: AbstractEventMailFormTest.php (-4), EventsListTest.php (+1 -1), RegistrationsListTest.php (+5 -1)
  • tests/BackEndExtJs/Ajax: AbstractListTest.php (+1 -1)
  • tests/BagBuilder: RegistrationTest.php (+1 -1)
  • tests/FrontEnd: DefaultControllerTest.php (+2 -5)
  • tests/Mapper: EventTest.php (+1 -3)
  • tests/OldModel: EventTest.php (+4 -8)
  • tests/Service: RegistrationManagerTest.php (+1 -1)
oliklee 2010-10-14 23:45 Rev.: 39166

Bump the version number.

2 lines of code changed in 1 file:

  • ext_emconf.php (+2 -2)
oliklee 2010-10-14 22:20 Rev.: 39163

[Bug 4152] In the "my events" list, also list the events to which the logged-in FE user is an additional attendee

67 lines of code changed in 3 files:

  • changelog.txt (+1)
  • BagBuilder: Registration.php (+13 -3)
  • tests/BagBuilder: RegistrationTest.php (+53)
oliklee 2010-10-14 22:09 Rev.: 39162

[Bug 4165] Change BagBuilder_Registration::limitToAttendee to expect an FE user model

4 lines of code changed in 1 file:

  • tests/BagBuilder: RegistrationTest.php (+4 -3)
oliklee 2010-10-14 22:01 Rev.: 39161

[Bug 4165] Change BagBuilder_Registration::limitToAttendee to expect an FE user model

47 lines of code changed in 4 files:

  • changelog.txt (+1)
  • BagBuilder: Registration.php (+11 -11)
  • FrontEnd: DefaultController.php (+10 -4)
  • tests/BagBuilder: RegistrationTest.php (+25 -18)
oliklee 2010-10-14 20:56 Rev.: 39159

Bump the version number.

3 lines of code changed in 1 file:

  • ext_emconf.php (+3 -3)
oliklee 2010-10-14 20:48 Rev.: 39158

[Bug 4159] In the notification e-mail to the organizers, add a LF before the field data if the field data contains a LF or CR

38 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_seminars_registration.php (+15 -15)
  • tests/OldModel: RegistrationTest.php (+22)
oliklee 2010-10-14 19:31 Rev.: 39155

[Bug 4150] Fix a function name and add validation for the e-mail addresses

284 lines of code changed in 4 files:

  • Configuration/TypoScript: setup.txt (+18 -2)
  • FrontEnd: RegistrationForm.php (+38 -1)
  • Resources/Private/Language/FrontEnd: locallang.xml (+4)
  • tests/FrontEnd: RegistrationFormTest.php (+224 -17)
oliklee 2010-10-14 18:32 Rev.: 39154

[Bug 4150] Use the structured names for validation

130 lines of code changed in 2 files:

  • FrontEnd: RegistrationForm.php (+28 -5)
  • tests/FrontEnd: RegistrationFormTest.php (+102 -53)
oliklee 2010-10-14 16:57 Rev.: 39151

[Bug 4150] Rename and the seats validation function and refactor the tests

79 lines of code changed in 3 files:

  • Configuration/TypoScript: setup.txt (+2 -2)
  • FrontEnd: RegistrationForm.php (+6 -5)
  • tests/FrontEnd: RegistrationFormTest.php (+71 -19)
oliklee 2010-10-14 13:31 Rev.: 39135

[Bug 4151] Display the e-mail address and position of the FE user on the second registration page

156 lines of code changed in 5 files:

  • changelog.txt (+1), locallang_db.xml (+3 -3)
  • FrontEnd: RegistrationForm.php (+20 -9)
  • Resources/Private/Language/FrontEnd: locallang.xml (+4 -4)
  • tests/FrontEnd: RegistrationFormTest.php (+128)
oliklee 2010-10-12 11:59 Rev.: 39063

[Bug 4150] Add two fields "e-mail" and "position" for additional attendees

107 lines of code changed in 6 files:

  • changelog.txt (+1)
  • FrontEnd: RegistrationForm.php (+6)
  • Resources/Private/Language/FrontEnd: locallang.xml (+5 -1)
  • Resources/Private/Templates/FrontEnd: RegistrationEditor.html (+32 -7)
  • Resources/Public/CSS/FrontEnd: FrontEnd.css (+23 -3)
  • Resources/Public/JavaScript/FrontEnd: FrontEnd.js (+40 -4)
oliklee 2010-10-11 18:21 Rev.: 39051

[Bug 4149] Add some configuration to TS Setup and the flexforms

123 lines of code changed in 5 files:

  • changelog.txt (+1), class.tx_seminars_configcheck.php (+56)
  • Configuration/FlexForms: flexforms_pi1.xml (+42)
  • Configuration/TypoScript: setup.txt (+12 -4)
  • Resources/Private/Language/FrontEnd: locallang.xml (+12)
oliklee 2010-10-11 18:20 Rev.: 39050

Update the manual.

0 lines of code changed in 2 files:

  • doc: german-manual.sxw (changed), manual.sxw (changed)
oliklee 2010-10-04 21:35 Rev.: 38860

Bump the version number.

2 lines of code changed in 1 file:

  • ext_emconf.php (+2 -2)
oliklee 2010-09-30 18:53 Rev.: 38802

[Bug 4144] Test crash and SQL error in the pi2 test, r=niels

1 lines of code changed in 2 files:

  • changelog.txt (+1)
  • tests/pi2: pi2Test.php (-5)
oliklee 2010-09-25 17:32 Rev.: 38597

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

213 lines of code changed in 12 files:

  • changelog.txt (+1), class.tx_seminars_seminar.php (+1 -1)
  • BagBuilder: Event.php (+6 -3)
  • FrontEnd: Countdown.php (+1 -1)
  • tests/BackEnd: CancelEventMailFormTest.php (+4 -2)
  • tests/BagBuilder: EventTest.php (+90 -90), RegistrationTest.php (+1 -1)
  • tests/FrontEnd: DefaultControllerTest.php (+17 -17)
  • tests/OldModel: EventTest.php (+37 -37)
  • tests/Service: EMailSalutationTest.php (+2 -2), RegistrationManagerTest.php (+5 -5)
  • tests/cli: MailNotifierTest.php (+48 -48)
oliklee 2010-09-23 16:39 Rev.: 38526

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

3 lines of code changed in 2 files:

  • changelog.txt (+1)
  • cli: tx_seminars_cli.php (+2)
oliklee 2010-09-22 11:40 Rev.: 38445

[Bug 4125] Check all class_exists for the correct use of the autoload flag, r=niels

3 lines of code changed in 3 files:

  • changelog.txt (+1)
  • tests/FrontEnd: DefaultControllerTest.php (+1 -1)
  • tests/Service: RegistrationManagerTest.php (+1 -1)

(1463 more)

Generated by StatSVN 0.5.0