[commits] Horde branch master updated. d8d246e45b047210bac2e6292f6f563d7922eee7
Michael Rubinsky
mike at theupstairsroom.com
Sun Jul 11 14:58:20 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 1e901184aa6ec232fc16ddea7b78d69ca76127c1
d6fbf61 avoid undefined index warnings
84c029d phpdoc typo
755d7ce break out recurrence parsing to it's own method.
d8d246e Fixes for importing iCalendar files with RECURRENCE-ID set.
-----------------------------------------------------------------------
commit d6fbf61e07e0fa4da2b92e76aab2d099c01666ca
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Jul 10 20:35:03 2010 -0400
avoid undefined index warnings
kronolith/lib/Kronolith.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=f712baf025926777ed585e9aa5c13930f0c0a4d3&r2=d6fbf61e07e0fa4da2b92e76aab2d099c01666ca
-----------------------------------------------------------------------
commit 84c029d5fed72391f86912a9eb8d4595e6041b7b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jul 11 10:05:26 2010 -0400
phpdoc typo
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=0e5db4432a7cd1e122b0d5a17bc083c4d9baf624&r2=84c029d5fed72391f86912a9eb8d4595e6041b7b
-----------------------------------------------------------------------
commit 755d7cebd4191d74755041595e327eacb694cf69
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jul 11 10:06:36 2010 -0400
break out recurrence parsing to it's own method.
Give Ical event's their own recurrence parsing code, we don't want
to query the persistent storage for any events.
Bug: 9133
kronolith/lib/Event.php | 14 ++++++++++++--
kronolith/lib/Event/Ical.php | 33 +++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=3bd6cf612aa29fde902bb6a88b18b548b3aaa14b&r2=755d7cebd4191d74755041595e327eacb694cf69
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=3644cfe2d76526cca4e429520440b8db262d275b&r2=755d7cebd4191d74755041595e327eacb694cf69
-----------------------------------------------------------------------
commit d8d246e45b047210bac2e6292f6f563d7922eee7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jul 11 10:56:58 2010 -0400
Fixes for importing iCalendar files with RECURRENCE-ID set.
The original recurring event must be imported before any instances of
RECURRENCE-ID exceptions or the original event will not be found to modify.
kronolith/data.php | 25 +++++++++++++++-
kronolith/lib/Api.php | 79 +++++++++++++++++++++++++++++++++----------------
2 files changed, 77 insertions(+), 27 deletions(-)
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=e649acf414796c7b4dbd3b2e79b1169c9f1603f9&r2=d8d246e45b047210bac2e6292f6f563d7922eee7
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=90a9aa6cd06eeb00f09baf369f2c087210dc68f8&r2=d8d246e45b047210bac2e6292f6f563d7922eee7
More information about the commits
mailing list