[commits] Horde branch master updated. 4f024464284cddf7414a81f30f3c91cfed65104d

Jan Schneider jan at horde.org
Sat Mar 5 14:01:53 UTC 2016


The branch "master" has been updated.
The following is a summary of the commits.

from: 145f232acd60dd2447973f7164439fc8adabfdfa

e2106f5 Add Kronolith_Attendee and Kronolith_Attendee_List.
30ca229 Use Kronolith_Attendee(_List).
b76e459 Use fixture.
4f02446 Introduce an attendee ID.

Summary: http://github.com/horde/horde/compare/145f232acd60dd2447973f7164439fc8adabfdfa...4f024464284cddf7414a81f30f3c91cfed65104d

-----------------------------------------------------------------------

commit e2106f54405f8a6310989415b13edbb3dc7661ed
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 1 15:33:13 2016 +0100

    Add Kronolith_Attendee and Kronolith_Attendee_List.

 kronolith/lib/Attendee.php                         |  186 ++++++++++++++
 kronolith/lib/Attendee/List.php                    |  265 ++++++++++++++++++++
 kronolith/package.xml                              |   24 ++-
 kronolith/test/Kronolith/Unit/AttendeeListTest.php |  161 ++++++++++++
 kronolith/test/Kronolith/Unit/AttendeeTest.php     |  198 +++++++++++++++
 kronolith/test/Kronolith/fixtures/attendees.php    |   27 ++
 6 files changed, 858 insertions(+), 3 deletions(-)
 create mode 100644 kronolith/lib/Attendee.php
 create mode 100644 kronolith/lib/Attendee/List.php
 create mode 100644 kronolith/test/Kronolith/Unit/AttendeeListTest.php
 create mode 100644 kronolith/test/Kronolith/Unit/AttendeeTest.php
 create mode 100644 kronolith/test/Kronolith/fixtures/attendees.php

http://github.com/horde/horde/commit/e2106f54405f8a6310989415b13edbb3dc7661ed

-----------------------------------------------------------------------

commit 30ca229f5ae8a9419ee9f26c290f0a2cbc959891
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 15:22:13 2016 +0100

    Use Kronolith_Attendee(_List).

 kronolith/attendees.php                                  |   84 +++---
 kronolith/feed/index.php                                 |    5 +-
 kronolith/lib/Ajax/Application/Handler.php               |   17 +-
 kronolith/lib/Event.php                                  |  229 ++++++++------
 kronolith/lib/Event/Kolab.php                            |   18 +-
 kronolith/lib/Event/Sql.php                              |   13 +-
 kronolith/lib/Icalendar/Handler/Dav.php                  |    2 +-
 kronolith/lib/Kronolith.php                              |  138 ++-------
 kronolith/templates/alarm/mail.html.php                  |   12 +-
 kronolith/templates/attendees/attendees.inc              |   28 +-
 kronolith/templates/delete/delete.inc                    |    2 +-
 kronolith/templates/delete/one.inc                       |    2 +-
 kronolith/templates/itip/notification.html.php           |   14 +-
 kronolith/templates/itip/notification.plain.php          |    8 +-
 kronolith/templates/update/notification.html.php         |   14 +-
 kronolith/templates/update/notification.plain.php        |    4 +-
 kronolith/templates/view/view.inc                        |   10 +-
 kronolith/test/Kronolith/Integration/ToIcalendarTest.php |   41 ++-
 18 files changed, 309 insertions(+), 332 deletions(-)

http://github.com/horde/horde/commit/30ca229f5ae8a9419ee9f26c290f0a2cbc959891

-----------------------------------------------------------------------

commit b76e45999dc49f89ed86c6b3698ec08b12fde4ec
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 17:28:17 2016 +0100

    Use fixture.

 kronolith/test/Kronolith/Integration/ToIcalendarTest.php |   28 +------------
 1 files changed, 3 insertions(+), 25 deletions(-)

http://github.com/horde/horde/commit/b76e45999dc49f89ed86c6b3698ec08b12fde4ec

-----------------------------------------------------------------------

commit 4f024464284cddf7414a81f30f3c91cfed65104d
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 14:58:52 2016 +0100

    Introduce an attendee ID.
    
    This allows to identify attendees by email address (default), name, and user name (in the future).

 kronolith/lib/Ajax/Application/Handler.php         |   28 ++++------
 kronolith/lib/Attendee.php                         |   29 ++++++++---
 kronolith/lib/Attendee/List.php                    |   55 +++++++++++---------
 kronolith/lib/Event.php                            |   14 ++---
 kronolith/lib/Event/Sql.php                        |    2 +-
 kronolith/lib/Kronolith.php                        |   44 +++++++++-------
 kronolith/templates/attendees/attendees.inc        |    6 +-
 kronolith/templates/itip/notification.html.php     |    4 +-
 kronolith/templates/itip/notification.plain.php    |    4 +-
 kronolith/test/Kronolith/Unit/AttendeeListTest.php |   45 +++++++++++-----
 kronolith/test/Kronolith/Unit/AttendeeTest.php     |   33 ++++++++----
 kronolith/test/Kronolith/fixtures/attendees.php    |    1 -
 12 files changed, 154 insertions(+), 111 deletions(-)

http://github.com/horde/horde/commit/4f024464284cddf7414a81f30f3c91cfed65104d




More information about the commits mailing list