The branch "master" has been updated. The following is a summary of the commits.
from: 44ccfc1657c6ddbae0cc37b44faf7afbb16fb28b 07b6552 Improve handling of getServerChanges 2c48835 Default to user's default calendar if no sync_calendars pref is set yet. cc0438a fix throwing exceptions 82cf580 More useful error message bd05b4f More flexible Kronolith::getSyncCalendars() method. 2623237 Better description now that sync_calendars is available ----------------------------------------------------------------------- commit 07b655254ca7322998df893d9aace856e3dc20c2 Author: Michael J Rubinsky <[email protected]> Date: Tue Jul 5 22:12:44 2011 -0400 Improve handling of getServerChanges This changes the handling to use the getChanges() API now available in the syncable apps. Saves mulitple API calls (adds,mods,dels are all obtained at once) and doesn't include recurring event exceptions in the getChanges call (since they are included with the "parent" event when exporting to iCalendar). framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php | 322 ++++++++++--------- 1 files changed, 169 insertions(+), 153 deletions(-) http://git.horde.org/horde-git/-/commit/07b655254ca7322998df893d9aace856e3dc20c2 ----------------------------------------------------------------------- commit 2c48835cd0f0c334a6194ca947a09864f1c0e6de Author: Michael J Rubinsky <[email protected]> Date: Fri Jul 8 16:53:01 2011 -0400 Default to user's default calendar if no sync_calendars pref is set yet. Fixes Bug: 10329 kronolith/lib/Api.php | 6 +++--- kronolith/lib/Kronolith.php | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2c48835cd0f0c334a6194ca947a09864f1c0e6de ----------------------------------------------------------------------- commit cc0438ac9d879d24be89fd5acaca26018361e23a Author: Michael J Rubinsky <[email protected]> Date: Sun Jul 10 15:12:12 2011 -0400 fix throwing exceptions kronolith/lib/Api.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/cc0438ac9d879d24be89fd5acaca26018361e23a ----------------------------------------------------------------------- commit 82cf580efe8e28ae657318e88c64350732a7b2db Author: Michael J Rubinsky <[email protected]> Date: Sun Jul 10 15:13:08 2011 -0400 More useful error message nag/lib/Driver/Sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/82cf580efe8e28ae657318e88c64350732a7b2db ----------------------------------------------------------------------- commit bd05b4fe8da5cd44bc38476afb23282fd14493ad Author: Michael J Rubinsky <[email protected]> Date: Sun Jul 10 15:52:45 2011 -0400 More flexible Kronolith::getSyncCalendars() method. kronolith/lib/Kronolith.php | 38 ++++++++++++++++++++++++++++++-------- 1 files changed, 30 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/bd05b4fe8da5cd44bc38476afb23282fd14493ad ----------------------------------------------------------------------- commit 2623237be98274055794fe4d54573196ec86251a Author: Michael J Rubinsky <[email protected]> Date: Sun Jul 10 15:56:09 2011 -0400 Better description now that sync_calendars is available kronolith/config/prefs.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2623237be98274055794fe4d54573196ec86251a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
