[commits] Horde branch master updated. 83c583e7cba83527d8a33565911f84db1519eae7

Jan Schneider jan at horde.org
Wed Aug 11 15:36:26 UTC 2010


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

from: f3d20c5b924efbd2ec6e3426c57cbaf8b5a34321

c737589 Remove unnecessary wrapper.
d49b5b9 Update for new Kronolith_Calendar classes, etc.
37b8712 Split up saveEvent() into _addEvent() and _updateEvent().
734fe07 Remove unused code. Michael, I guess the fromDriver() stuff can go too?
0be481a Need $notification too.
9f771b2 Fix typos.
d41360b Only set geolocation if it has been submitted.
9d423ef Remove unnecessary toDriver() method.
7ad836e Use calendar-delegator-separator that can't appear in calendar URLs.
263e2fa Add PUT support, CalDAV event can now be created and updated too.
3e898d5 Revert back to let the drivers decide which kind of IDs they want.
741783a EXDATE can be a DATE-TIME field.
67a53b9 Fix property name.
808fb0c Simplify
83c583e style

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

commit c7375893b2adaf104954d3513a3cc48a17da9fb1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 12:25:44 2010 +0200

    Remove unnecessary wrapper.

 kronolith/lib/Driver/Sql.php |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=c7375893b2adaf104954d3513a3cc48a17da9fb1

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

commit d49b5b995e0813dad9e8a9fbe6735a9933d873d6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 13:09:11 2010 +0200

    Update for new Kronolith_Calendar classes, etc.

 kronolith/add.php |   74 ++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 51 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=d49b5b995e0813dad9e8a9fbe6735a9933d873d6

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

commit 37b8712b17f767c622cdf4ddd876ec90bd78e477
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:18:32 2010 +0200

    Split up saveEvent() into _addEvent() and _updateEvent().

 kronolith/lib/Driver.php       |   38 ++++++++++++-
 kronolith/lib/Driver/Horde.php |   13 +++-
 kronolith/lib/Driver/Kolab.php |   54 +++++++++++-------
 kronolith/lib/Driver/Sql.php   |  123 ++++++++++++++++++----------------------
 4 files changed, 135 insertions(+), 93 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=0e5db4432a7cd1e122b0d5a17bc083c4d9baf624&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-git&r1=74db9af4aebdc521455dc1477391c159aa35eaa5&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=c7375893b2adaf104954d3513a3cc48a17da9fb1&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477

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

commit 734fe073b1bfd49a3c5c9cf438db6555292193b1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:39:22 2010 +0200

    Remove unused code. Michael, I guess the fromDriver() stuff can go too?

 kronolith/lib/Event/Resource.php |   83 --------------------------------------
 1 files changed, 0 insertions(+), 83 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=734fe073b1bfd49a3c5c9cf438db6555292193b1

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

commit 0be481aef78ce780e3ca6d977d2c5159a5bde10b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:48:16 2010 +0200

    Need $notification too.

 horde/lib/Ui/Sidebar.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r1=e0960a0aa3b24cffbcebcd40970daf6c1e22e793&r2=0be481aef78ce780e3ca6d977d2c5159a5bde10b

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

commit 9f771b2650db7b088af9c30542433de59612cd02
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:24:53 2010 +0200

    Fix typos.

 kronolith/lib/Event.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9f771b2650db7b088af9c30542433de59612cd02

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

commit d41360ba4725dcd4c47662cf3849c33953b62ae5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:25:49 2010 +0200

    Only set geolocation if it has been submitted.

 kronolith/lib/Event.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=9f771b2650db7b088af9c30542433de59612cd02&r2=d41360ba4725dcd4c47662cf3849c33953b62ae5

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

commit 9d423efda515f75fc205f66032a4373d70407020
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:28:06 2010 +0200

    Remove unnecessary toDriver() method.

 kronolith/lib/Driver/Kolab.php |    2 +-
 kronolith/lib/Driver/Sql.php   |    4 +-
 kronolith/lib/Event.php        |    8 -----
 kronolith/lib/Event/Ical.php   |    8 -----
 kronolith/lib/Event/Kolab.php  |    2 +-
 kronolith/lib/Event/Sql.php    |   68 +++++++++++++++++----------------------
 6 files changed, 34 insertions(+), 58 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=d41360ba4725dcd4c47662cf3849c33953b62ae5&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9d423efda515f75fc205f66032a4373d70407020

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

commit 7ad836e2cd26b14babece2b0339f55ba2fcfa754
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:29:01 2010 +0200

    Use calendar-delegator-separator that can't appear in calendar URLs.

 kronolith/add.php                  |    4 ++--
 kronolith/edit.php                 |    4 ++--
 kronolith/lib/Ajax/Application.php |    4 ++--
 kronolith/lib/Event.php            |    4 ++--
 kronolith/templates/edit/edit.inc  |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=d49b5b995e0813dad9e8a9fbe6735a9933d873d6&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754

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

commit 263e2fa305ba2396d804c8a6f2f75d1fa4270eaf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:09:39 2010 +0200

    Add PUT support, CalDAV event can now be created and updated too.

 kronolith/docs/CHANGES        |    1 +
 kronolith/lib/Driver/Ical.php |   68 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 67 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=c39652345e5b1c645a22bde2df1eaa20231e6fba&r2=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf

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

commit 3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:14:17 2010 +0200

    Revert back to let the drivers decide which kind of IDs they want.

 kronolith/lib/Driver.php       |    7 -------
 kronolith/lib/Driver/Ical.php  |    7 +++++++
 kronolith/lib/Driver/Kolab.php |    3 +++
 kronolith/lib/Driver/Sql.php   |    7 +++++++
 4 files changed, 17 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d

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

commit 741783a314dd20c81052d02111e63cc37788ef95
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:26:38 2010 +0200

    EXDATE can be a DATE-TIME field.

 framework/Icalendar/lib/Horde/Icalendar.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=9a14ffc2a6e0028cf6d8890aa82d817d20adc409&r2=741783a314dd20c81052d02111e63cc37788ef95

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

commit 67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:27:04 2010 +0200

    Fix property name.

 kronolith/lib/Driver/Ical.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d&r2=67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b

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

commit 808fb0cf2769bba82c4db7956dbe719158e094f4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:32:53 2010 +0200

    Simplify

 kronolith/lib/Event.php |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=7ad836e2cd26b14babece2b0339f55ba2fcfa754&r2=808fb0cf2769bba82c4db7956dbe719158e094f4

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

commit 83c583e7cba83527d8a33565911f84db1519eae7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:34:37 2010 +0200

    style

 kronolith/lib/Event.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=808fb0cf2769bba82c4db7956dbe719158e094f4&r2=83c583e7cba83527d8a33565911f84db1519eae7




More information about the commits mailing list