Directory Model/

Directory Created:
2009-02-24 23:05
Total Files:
19
Deleted Files:
19
Lines of Code:
5011

[root]/Model

Lines of Code

Model/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 158 (100.0%) 10176 (100.0%) 64.4
nielspardon 71 (44.9%) 8739 (85.9%) 123.0
oliklee 58 (36.7%) 846 (8.3%) 14.5
bernd.schoenbach 29 (18.4%) 591 (5.8%) 20.3

Most Recent Commits

oliklee 2010-08-16 18:27 Rev.: 36856

[Bug 4006] Add getters for the single view page to the category and event type model, r=bernd

141 lines of code changed in 3 files:

  • Model: Category.php (+20), Event.php (+100), EventType.php (+21)
oliklee 2010-07-20 08:33 Rev.: 35838

[Bug 4003] Add a getter for the default organizer, r=niels

52 lines of code changed in 2 files:

  • Model: FrontEndUser.php (+30), FrontEndUserGroup.php (+22)
nielspardon 2010-06-22 23:05 Rev.: 34793

[Bug 3957] Cleanup: Rename model classes and tests

4818 lines of code changed in 38 files:

  • Model: AbstractTimeSpan.php (new 165), BackEndUser.php (new 123), BackEndUserGroup.php (new 73), Category.php (new 92), Checkbox.php (new 110), Event.php (new 1630), EventType.php (new 62), Food.php (new 62), FrontEndUser.php (new 200), FrontEndUserGroup.php (new 150), Lodging.php (new 62), Organizer.php (new 201), PaymentMethod.php (new 90), Place.php (new 273), Registration.php (new 803), Skill.php (new 62), Speaker.php (new 453), TargetGroup.php (new 124), TimeSlot.php (new 83), class.tx_seminars_Model_AbstractTimeSpan.php (del), class.tx_seminars_Model_BackEndUser.php (del), class.tx_seminars_Model_BackEndUserGroup.php (del), class.tx_seminars_Model_Category.php (del), class.tx_seminars_Model_Checkbox.php (del), class.tx_seminars_Model_Event.php (del), class.tx_seminars_Model_EventType.php (del), class.tx_seminars_Model_Food.php (del), class.tx_seminars_Model_FrontEndUser.php (del), class.tx_seminars_Model_FrontEndUserGroup.php (del), class.tx_seminars_Model_Lodging.php (del), class.tx_seminars_Model_Organizer.php (del), class.tx_seminars_Model_PaymentMethod.php (del), class.tx_seminars_Model_Place.php (del), class.tx_seminars_Model_Registration.php (del), class.tx_seminars_Model_Skill.php (del), class.tx_seminars_Model_Speaker.php (del), class.tx_seminars_Model_TargetGroup.php (del), class.tx_seminars_Model_TimeSlot.php (del)
oliklee 2010-06-10 12:49 Rev.: 34113

[Bug 3751] Change the registration process to use the new registration model, r=niels

5 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Registration.php (+5 -2)
oliklee 2010-06-09 13:47 Rev.: 34060

[Bug 3751] Add Model_Event::setPaymentMethods, r=niels

20 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+20)
nielspardon 2010-06-06 15:20 Rev.: 33939

[Bug 3902] Feature: Add icons for the registration, speaker and organizer records in the grids

13 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+13)
nielspardon 2010-05-28 16:28 Rev.: 33667

[Bug 3870] Change: tx_oelib_List should use an SplObjectStorage

1 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_FrontEndUser.php (+1 -1)
oliklee 2010-05-26 21:54 Rev.: 33547

[Bug 3222] Model the "additional attendees" as a 1:n relation from registrations to FE users, r=niels

43 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_FrontEndUser.php (+24), class.tx_seminars_Model_Registration.php (+19)
oliklee 2010-04-30 19:15 Rev.: 32807

[Bug 3434] Replace false/true with FALSE/TRUE, r=niels

74 lines of code changed in 11 files:

  • Model: class.tx_seminars_Model_AbstractTimeSpan.php (+3 -3), class.tx_seminars_Model_Category.php (+1 -1), class.tx_seminars_Model_Checkbox.php (+1 -1), class.tx_seminars_Model_Event.php (+41 -41), class.tx_seminars_Model_FrontEndUser.php (+2 -2), class.tx_seminars_Model_FrontEndUserGroup.php (+6 -6), class.tx_seminars_Model_Organizer.php (+4 -4), class.tx_seminars_Model_PaymentMethod.php (+1 -1), class.tx_seminars_Model_Place.php (+3 -3), class.tx_seminars_Model_Speaker.php (+11 -11), class.tx_seminars_Model_TimeSlot.php (+1 -1)
oliklee 2010-04-09 13:34 Rev.: 32085

[Bug 3803] Add a field "ZIP" to the places, r=niels

30 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Place.php (+30 -2)
oliklee 2010-03-30 12:13 Rev.: 31728

[Bug 3751] Change Model_Event::attachRegistration to also set registration.event, r=niels

1 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+1)
oliklee 2010-03-30 12:12 Rev.: 31727

[Bug 3751] Add Model_Registration::setOnRegistrationQueue, r=niels

10 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Registration.php (+10)
oliklee 2010-03-29 22:35 Rev.: 31711

[Bug 3780] Add a relation event->registrations, r=niels

201 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_Event.php (+173 -1), class.tx_seminars_Model_Registration.php (+28)
oliklee 2010-03-25 13:48 Rev.: 31553

[Bug 3777] Add Model_Event::getAvailablePrices, r=niels

96 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+96)
oliklee 2010-03-25 13:46 Rev.: 31552

[Bug 3751] Add Model_Registration::setRegisteredThemselves, r=niels

10 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Registration.php (+10)
oliklee 2010-03-25 12:52 Rev.: 31529

[Bug 3779] Typo in the Event Model: "Boad", r=niels

2 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+2 -2)
oliklee 2010-02-17 13:50 Rev.: 30103

[Bug 3701] Add Model::markAsVisible and ::markAsHidden (refactoring), r=bernd

0 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (-7)
oliklee 2010-02-11 18:08 Rev.: 29940

[Bug 3694] Add a function to check whether an event is published, r=bernd

31 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+31 -7)
bernd.schoenbach 2010-01-29 17:44 Rev.: 29484

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

3 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Registration.php (+3 -2)
oliklee 2010-01-05 17:05 Rev.: 28415

Bug 3641: Update all copyrights to 2010, no review

19 lines of code changed in 19 files:

  • Model: class.tx_seminars_Model_AbstractTimeSpan.php (+1 -1), class.tx_seminars_Model_BackEndUser.php (+1 -1), class.tx_seminars_Model_BackEndUserGroup.php (+1 -1), class.tx_seminars_Model_Category.php (+1 -1), class.tx_seminars_Model_Checkbox.php (+1 -1), class.tx_seminars_Model_Event.php (+1 -1), class.tx_seminars_Model_EventType.php (+1 -1), class.tx_seminars_Model_Food.php (+1 -1), class.tx_seminars_Model_FrontEndUser.php (+1 -1), class.tx_seminars_Model_FrontEndUserGroup.php (+1 -1), class.tx_seminars_Model_Lodging.php (+1 -1), class.tx_seminars_Model_Organizer.php (+1 -1), class.tx_seminars_Model_PaymentMethod.php (+1 -1), class.tx_seminars_Model_Place.php (+1 -1), class.tx_seminars_Model_Registration.php (+1 -1), class.tx_seminars_Model_Skill.php (+1 -1), class.tx_seminars_Model_Speaker.php (+1 -1), class.tx_seminars_Model_TargetGroup.php (+1 -1), class.tx_seminars_Model_TimeSlot.php (+1 -1)
nielspardon 2009-12-25 19:38 Rev.: 28028

[Bug 3588] Feature: Add registration model and mapper

732 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Registration.php (new 732)
bernd.schoenbach 2009-10-26 17:13 Rev.: 25860

[Bug 3293] Add a configuration to BE user groups in which sysfolder aux records created in the "events" BE module should be stored,r=oliver

33 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_BackEndUser.php (+20 -4), class.tx_seminars_Model_BackEndUserGroup.php (+13)
bernd.schoenbach 2009-10-23 16:22 Rev.: 25782

[Bug 3292] Add a configuration to BE user groups in which sysfolder registration records created in the "events" BE module should be stored,r=oliver

54 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_BackEndUser.php (+44 -5), class.tx_seminars_Model_BackEndUserGroup.php (+10)
bernd.schoenbach 2009-10-23 10:23 Rev.: 25773

[Bug 3291] Add a configuration to BE user groups in which sysfolder event records created in the "events" BE module should be stored,r=oliver

79 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_BackEndUser.php (new 68), class.tx_seminars_Model_BackEndUserGroup.php (+11 -1)
bernd.schoenbach 2009-10-19 18:44 Rev.: 25590

[Bug 3291] Add a configuration to BE user groups in which sysfolder event records created in the "events" BE module should be stored,r=oliver

40 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_BackEndUserGroup.php (new 40)
oliklee 2009-09-17 18:39 Rev.: 24600

[Bug 3394] Add fields "minimumAge" and "maximumAge" to the target groups, r=bernd

42 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_TargetGroup.php (+42)
bernd.schoenbach 2009-08-31 17:29 Rev.: 23810

[Bug 3354] populateList cannot work with test records only,r=oliver

9 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Organizer.php (+9)
bernd.schoenbach 2009-08-31 16:51 Rev.: 23806

[Bug 3362] Add accessors for the default categories,r=oliver

50 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_FrontEndUser.php (+29), class.tx_seminars_Model_FrontEndUserGroup.php (+21)
oliklee 2009-08-18 12:30 Rev.: 23439

[Bug 3311] Allow editing of existing speakers records in the FE editor (add Model_Speaker::setSkills), r=niels

9 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Speaker.php (+9)
oliklee 2009-08-14 18:41 Rev.: 23390

[Bug 3317] Check for object comparisons / recursive nesting, r=niels

2 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_FrontEndUserGroup.php (+1 -1), class.tx_seminars_Model_Place.php (+1 -1)
oliklee 2009-08-14 18:29 Rev.: 23388

[Bug 3339] Add setNotes()/getNotes() to tx_seminars_Model_Speaker, r=niels

18 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Speaker.php (+18)
oliklee 2009-08-11 16:11 Rev.: 23258

[Bug 3301] Model_Place::setCountry should also accept null, r=bernd

6 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Place.php (+6 -3)
oliklee 2009-08-11 15:53 Rev.: 23253

[Bug 3304] Crash on registration if a place has an invalid country, r=bernd

8 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Place.php (+8 -2)
oliklee 2009-08-06 17:40 Rev.: 23138

[Bug 3093] Add Model_Place::getNotes/setNotes, r=niels

18 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Place.php (+18)
bernd.schoenbach 2009-08-05 14:08 Rev.: 23107

[Bug 3262] Add a setting to the FE-usergroups where events created in the FE-editor will be saved,r=oliver

46 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_FrontEndUser.php (+26), class.tx_seminars_Model_FrontEndUserGroup.php (+20)
bernd.schoenbach 2009-08-04 17:52 Rev.: 23093

[Bug 3234] Remove support for FE editing some aux records,r=oliver

0 lines of code changed in 7 files:

  • Model: class.tx_seminars_Model_Category.php (-20), class.tx_seminars_Model_EventType.php (-20), class.tx_seminars_Model_Food.php (-20), class.tx_seminars_Model_Lodging.php (-20), class.tx_seminars_Model_Organizer.php (-20), class.tx_seminars_Model_PaymentMethod.php (-20), class.tx_seminars_Model_Skill.php (-20)
oliklee 2009-08-04 13:36 Rev.: 23084

[Bug 3257] The relation place -> country should use not use the UID, but the alpha2 code, r=bernd

8 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Place.php (+8 -2)
bernd.schoenbach 2009-07-30 15:47 Rev.: 22929

[Bug 3192] Calculate places needed for a registration also by "offline attendees" field,r=oliver

20 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+20)
bernd.schoenbach 2009-07-30 13:06 Rev.: 22924

[Bug 3183] Add a page type + script for publishing an event,r=oliver

7 lines of code changed in 1 file:

  • Model: class.tx_seminars_Model_Event.php (+7)
bernd.schoenbach 2009-07-21 17:21 Rev.: 22588

[Bug 3181] Add a setting for the BE user to notify to the FE groups,r=oliver

41 lines of code changed in 2 files:

  • Model: class.tx_seminars_Model_FrontEndUser.php (+22), class.tx_seminars_Model_FrontEndUserGroup.php (+19)

(22 more)

Generated by StatSVN 0.5.0