Seminar Manager Developers: nielspardon

Login name:
nielspardon
Total Commits:
2,303 (22.9%)
Lines of Code:
167,352 (45.9%)
Most Recent Commit:
2010-09-07 11:46
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for nielspardon

Activity by Day of Week for nielspardon

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 2303 (100.0%) 167352 (100.0%) 72.6
tests/ 519 (22.5%) 52120 (31.1%) 100.4
tests/FrontEnd/ 22 (1.0%) 16142 (9.6%) 733.7
tests/Model/ 22 (1.0%) 12958 (7.7%) 589.0
pi1/ 273 (11.9%) 11639 (7.0%) 42.6
/ 762 (33.1%) 10033 (6.0%) 13.1
FrontEnd/ 13 (0.6%) 9783 (5.8%) 752.5
Model/ 71 (3.1%) 8739 (5.2%) 123.0
BackEnd/ 78 (3.4%) 6346 (3.8%) 81.3
Resources/Private/Language/FrontEnd/ 1 (0.0%) 5368 (3.2%) 5368.0
tests/Mapper/ 21 (0.9%) 4197 (2.5%) 199.8
mod2/ 95 (4.1%) 3908 (2.3%) 41.1
tests/BackEnd/ 8 (0.3%) 3201 (1.9%) 400.1
Configuration/TypoScript/ 16 (0.7%) 3170 (1.9%) 198.1
Configuration/TCA/ 6 (0.3%) 2514 (1.5%) 419.0
Configuration/Settings/ 4 (0.2%) 2427 (1.5%) 606.7
static/ 27 (1.2%) 2269 (1.4%) 84.0
tests/BackEndExtJs/Ajax/ 25 (1.1%) 1883 (1.1%) 75.3
Mapper/ 69 (3.0%) 1874 (1.1%) 27.1
Resources/Public/JavaScript/BackEndExtJs/ 20 (0.9%) 1411 (0.8%) 70.5
BackEndExtJs/ 19 (0.8%) 1311 (0.8%) 69.0
Configuration/FlexForms/ 3 (0.1%) 1024 (0.6%) 341.3
tests/fixtures/ 44 (1.9%) 1011 (0.6%) 22.9
BackEndExtJs/Ajax/ 18 (0.8%) 749 (0.4%) 41.6
Resources/Private/Templates/FrontEnd/ 1 (0.0%) 620 (0.4%) 620.0
Resources/Public/CSS/FrontEnd/ 1 (0.0%) 583 (0.3%) 583.0
tests/BackEndExtJs/ 5 (0.2%) 406 (0.2%) 81.2
tests/fixtures/BackEndExtJs/Ajax/ 10 (0.4%) 345 (0.2%) 34.5
Resources/Public/JavaScript/FrontEnd/ 1 (0.0%) 328 (0.2%) 328.0
tests/fixtures/BackEndExtJs/ 5 (0.2%) 302 (0.2%) 60.4
Resources/Private/Templates/BackEnd/ 6 (0.3%) 290 (0.2%) 48.3
pi2/ 11 (0.5%) 123 (0.1%) 11.1
Resources/Public/CSS/BackEndExtJs/ 4 (0.2%) 62 (0.0%) 15.5
cli/ 2 (0.1%) 57 (0.0%) 28.5
tests/fixtures/FrontEnd/ 1 (0.0%) 46 (0.0%) 46.0
mod1/ 6 (0.3%) 46 (0.0%) 7.6
lib/ 49 (2.1%) 33 (0.0%) 0.6
Resources/Private/Language/ 1 (0.0%) 33 (0.0%) 33.0
BagBuilder/ 1 (0.0%) 1 (0.0%) 1.0
icons/ 9 (0.4%) 0 (0.0%) 0.0
doc/ 53 (2.3%) 0 (0.0%) 0.0
Resources/Public/Icons/ 1 (0.0%) 0 (0.0%) 0.0

Activity of nielspardon

Most Recent Commits

nielspardon 2010-09-07 11:46 Rev.: 37763

[Bug 3916] Part 1: Add the PID to the lists

82 lines of code changed in 6 files:

  • BackEndExtJs/Ajax: AbstractList.php (+4 -1)
  • tests/BackEndExtJs/Ajax: AbstractListTest.php (+12 -3), EventsListTest.php (+15), OrganizersListTest.php (+15), RegistrationsListTest.php (+21), SpeakersListTest.php (+15)
nielspardon 2010-09-07 11:26 Rev.: 37761

[Bug 3889] Change: Disable the CSV export button in the events menu if there are no registrations for that event

11 lines of code changed in 2 files:

  • changelog.txt (+1)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+10 -5)
nielspardon 2010-09-07 10:54 Rev.: 37760

[Bug 4116] Change: Drop the option for the manual sorting of event records in the BE

2 lines of code changed in 7 files:

  • changelog.txt (+1), ext_conf_template.txt (-3), ext_tables.php (-8), ext_tables.sql (-1)
  • BackEnd: EventsList.php (-153)
  • BagBuilder: Event.php (+1 -6)
  • Resources/Private/Templates/BackEnd: EventsList.html (-1)
nielspardon 2010-09-07 10:39 Rev.: 37756

[Bug 3901] Change: The AJAX module needs to check the BE user rights

368 lines of code changed in 16 files:

  • changelog.txt (+1)
  • BackEndExtJs/Ajax: AbstractList.php (+13 -1), EventsList.php (+13), OrganizersList.php (+13), RegistrationsList.php (+13), SpeakersList.php (+13)
  • tests/BackEndExtJs/Ajax: AbstractListTest.php (+41), EventsListTest.php (+52 -1), OrganizersListTest.php (+52 -1), RegistrationsListTest.php (+52 -1), SpeakersListTest.php (+52 -1)
  • tests/fixtures/BackEndExtJs/Ajax: TestingAbstractList.php (+9), TestingEventsList.php (+11), TestingOrganizersList.php (+11), TestingRegistrationsList.php (+11), TestingSpeakersList.php (+11)
nielspardon 2010-09-07 10:20 Rev.: 37752

[Bug 4115] Change: Cache the locallang labels in a JavaScript file

143 lines of code changed in 6 files:

  • changelog.txt (+1), ext_autoload.php (+1), ext_localconf.php (+4)
  • BackEndExtJs: ClearCache.php (new 65), Module.php (+51 -10)
  • tests/BackEndExtJs: ModuleTest.php (+21)
nielspardon 2010-09-07 10:04 Rev.: 37747

[Bug 3917] Change: Use the PID from the BE user groups when creating new records

84 lines of code changed in 4 files:

  • changelog.txt (+1)
  • BackEndExtJs: Module.php (+12)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+28 -8)
  • tests/BackEndExtJs: ModuleTest.php (+43 -15)
nielspardon 2010-09-03 15:09 Rev.: 37652

[Bug 3892] Fix: Table headings for registrations, speakers and organizers are incorrect

352 lines of code changed in 7 files:

  • changelog.txt (+1)
  • BackEnd: locallang.xml (+12 -4)
  • BackEndExtJs/Ajax: EventsList.php (+10 -3), RegistrationsList.php (+21 -3)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+52 -8)
  • tests/BackEndExtJs/Ajax: EventsListTest.php (+147 -40), RegistrationsListTest.php (+109 -5)
nielspardon 2010-06-28 19:19 Rev.: 35059

[Bug 3909] Caching for the recursive page list

16 lines of code changed in 1 file:

  • BackEndExtJs/Ajax: AbstractList.php (+16 -2)
nielspardon 2010-06-28 18:48 Rev.: 35058

[Bug 3909] Feature: Allow paging for the grids

215 lines of code changed in 4 files:

  • changelog.txt (+1)
  • BackEndExtJs/Ajax: AbstractList.php (+32 -9)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+28 -4)
  • tests/BackEndExtJs/Ajax: AbstractListTest.php (+154 -120)
nielspardon 2010-06-28 17:31 Rev.: 35032

[Bug 3955] Change: Add icon to the print button

8 lines of code changed in 4 files:

  • changelog.txt (+1)
  • Resources/Public/CSS/BackEndExtJs: BackEnd.css (+3)
  • Resources/Public/Icons: Print.png (new)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+4 -4)
nielspardon 2010-06-28 17:05 Rev.: 35031

[Bug 3985] Change: Move the print button to the top toolbar

53 lines of code changed in 2 files:

  • changelog.txt (+1)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+52 -60)
nielspardon 2010-06-28 15:00 Rev.: 35004

[Bug 3982] Fix: Text overlaps canceled/confirmed icons in grid

7 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Resources/Public/CSS/BackEndExtJs: BackEnd.css (+5)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+1)
nielspardon 2010-06-28 14:56 Rev.: 35002

[Bug 3885] Feature: Save the current active tab in the BE user settings BE_USER->uc

440 lines of code changed in 12 files:

  • changelog.txt (+1), ext_autoload.php (+3 -1), ext_localconf.php (+4)
  • BackEndExtJs/Ajax: Dispatcher.php (+10), StateProvider.php (new 84)
  • Resources/Public/JavaScript/BackEndExtJs: BackEnd.js (+146 -33)
  • tests/BackEndExtJs/Ajax: AbstractListTest.php (-1), EventsListTest.php (-1), OrganizersListTest.php (-1), RegistrationsListTest.php (-1), SpeakersListTest.php (-1), StateProviderTest.php (new 192)
nielspardon 2010-06-28 12:55 Rev.: 34986

[Bug 3971] Feature: Display flash messages in the ExtJS BE module

144 lines of code changed in 4 files:

  • changelog.txt (+1)
  • BackEndExtJs: Module.php (+14 -2)
  • Resources/Public/JavaScript/BackEndExtJs: flashmessages.js (new 81)
  • tests/BackEndExtJs: ModuleTest.php (+48 -3)
nielspardon 2010-06-28 10:54 Rev.: 34980

[Bug 3957] Cleanup: Move pi1/seminars_pi1.tmpl to Resources/Private/Templates/FrontEnd/FrontEnd.html

645 lines of code changed in 51 files:

  • Configuration/TypoScript: setup.txt (+1 -1)
  • Resources/Private/Templates/FrontEnd: FrontEnd.html (new 620)
  • pi1: ce_wiz.gif (del), class.tx_seminars_event_editor.php (del), class.tx_seminars_frontEndCategoryList.php (del), class.tx_seminars_frontEndCountdown.php (del), class.tx_seminars_frontEndEditor.php (del), class.tx_seminars_frontEndEventHeadline.php (del), class.tx_seminars_frontEndRegistrationsList.php (del), class.tx_seminars_frontEndSelectorWidget.php (del), class.tx_seminars_frontEndView.php (del), class.tx_seminars_pi1.php (del), class.tx_seminars_pi1CategoryList.php (del), class.tx_seminars_pi1_eventEditor.php (del), class.tx_seminars_pi1_frontEndCategoryList.php (del), class.tx_seminars_pi1_frontEndCountdown.php (del), class.tx_seminars_pi1_frontEndEditor.php (del), class.tx_seminars_pi1_frontEndEventHeadline.php (del), class.tx_seminars_pi1_frontEndPublishEvent.php (del), class.tx_seminars_pi1_frontEndRegistrationsList.php (del), class.tx_seminars_pi1_frontEndRequirementsList.php (del), class.tx_seminars_pi1_frontEndSelectorWidget.php (del), class.tx_seminars_pi1_frontEndView.php (del), class.tx_seminars_pi1_registrationEditor.php (del), class.tx_seminars_pi1_wizicon.php (del), class.tx_seminars_registration_editor.php (del), event_editor.xml (del), flexforms_pi1.xml (del), form_header.xml (del), form_validation.xml (del), locallang.php (del), locallang.xml (del), registration_editor.html (del), registration_editor.xml (del), registration_editor_step1.xml (del), registration_editor_step2.xml (del), registration_editor_unregistration.xml (del), seminars_pi1.css (del), seminars_pi1.tmpl (del), tx_seminars_pi1.js (del)
  • tests: tx_seminars_seminarchild_testcase.php (+1 -1)
  • tests/FrontEnd: CategoryListTest.php (+1 -1), CountdownTest.php (+1 -1), DefaultControllerTest.php (+1 -1), EventEditorTest.php (+2 -2), EventHeadlineTest.php (+1 -1), RegistrationFormTest.php (+7 -7), RegistrationsListTest.php (+6 -6), RequirementsListTest.php (+1 -1), SelectorWidgetTest.php (+2 -2), TestingViewTest.php (+1 -1)
nielspardon 2010-06-25 19:45 Rev.: 34930

[Bug 3957] Cleanup: Rename FrontEnd DefaultController

11126 lines of code changed in 10 files:

  • class.tx_seminars_configcheck.php (+26 -26), ext_autoload.php (+3 -3), ext_localconf.php (+4 -2)
  • FrontEnd: DefaultController.php (new 3451)
  • tests: tx_seminars_pi1_testcase.php (del), tx_seminars_registrationBagBuilder_testcase.php (+1 -1), tx_seminars_registrationmanager_testcase.php (+69 -69), tx_seminars_seminarchild_testcase.php (+3 -3), tx_seminars_speaker_testcase.php (+1 -1)
  • tests/FrontEnd: DefaultControllerTest.php (new 7568)
nielspardon 2010-06-25 18:25 Rev.: 34926

[Bug 3957] Cleanup: Rename FrontEnd RegistrationForm

2982 lines of code changed in 5 files:

  • ext_autoload.php (+3 -3)
  • FrontEnd: RegistrationForm.php (new 1690)
  • pi1: class.tx_seminars_pi1.php (+1 -1)
  • tests: tx_seminars_pi1_registrationEditor_testcase.php (del)
  • tests/FrontEnd: RegistrationFormTest.php (new 1288)
nielspardon 2010-06-25 18:16 Rev.: 34925

[Bug 3957] Cleanup: Rename FrontEnd EventEditor

5969 lines of code changed in 7 files:

  • ext_autoload.php (+3 -3)
  • Configuration/TypoScript: setup.txt (+16 -16)
  • FrontEnd: EventEditor.php (new 2555)
  • pi1: class.tx_seminars_pi1.php (+2 -2)
  • tests: tx_seminars_pi1_eventEditor_testcase.php (del), tx_seminars_pi1_testcase.php (+10 -10)
  • tests/FrontEnd: EventEditorTest.php (new 3383)
nielspardon 2010-06-25 17:42 Rev.: 34923

[Bug 3957] Cleanup: Rename FrontEnd SelectorWidget

2382 lines of code changed in 5 files:

  • ext_autoload.php (+3 -3)
  • FrontEnd: SelectorWidget.php (new 668)
  • pi1: class.tx_seminars_pi1.php (+7 -7)
  • tests: tx_seminars_frontEndSelectorWidget_testcase.php (del)
  • tests/FrontEnd: SelectorWidgetTest.php (new 1704)
nielspardon 2010-06-25 17:41 Rev.: 34922

[Bug 3957] Cleanup: Rename FrontEnd RequirementsList

384 lines of code changed in 5 files:

  • ext_autoload.php (+3 -3)
  • FrontEnd: RequirementsList.php (new 130)
  • pi1: class.tx_seminars_pi1.php (+2 -2)
  • tests: tx_seminars_pi1_frontEndRequirementsList_testcase.php (del)
  • tests/FrontEnd: RequirementsListTest.php (new 249)

(404 more)

Generated by StatSVN 0.5.0