[commits] Horde branch master updated. a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07

Jan Schneider jan at horde.org
Wed Feb 10 18:29:55 UTC 2010


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

from: b26f31b35342cf00d2ad15074068432a685eb8e2

a700826 Use exceptions and a bit other H4 stuff along the way.

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

commit a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 10 19:28:36 2010 +0100

    Use exceptions and a bit other H4 stuff along the way.

 kronolith/add.php                                  |   63 +++--
 kronolith/attend.php                               |   42 ++--
 kronolith/attendees.php                            |   20 +-
 kronolith/calendars/create.php                     |    9 +-
 kronolith/calendars/delete.php                     |   21 +-
 kronolith/calendars/edit.php                       |   21 +-
 kronolith/calendars/remote_edit.php                |    9 +-
 kronolith/calendars/remote_subscribe.php           |    9 +-
 kronolith/calendars/remote_unsubscribe.php         |    9 +-
 kronolith/data.php                                 |   57 ++--
 kronolith/delete.php                               |   21 +-
 kronolith/edit.php                                 |   82 +++---
 kronolith/fb.php                                   |    7 +-
 kronolith/feed/index.php                           |   16 +-
 kronolith/lib/Ajax/Application.php                 |   98 +++----
 kronolith/lib/Ajax/Imple/TagActions.php            |   10 +-
 kronolith/lib/Api.php                              |  263 ++++++++----------
 kronolith/lib/Application.php                      |   34 ++--
 kronolith/lib/Block/month.php                      |   38 ++--
 kronolith/lib/Block/monthlist.php                  |   25 +-
 kronolith/lib/Block/prevmonthlist.php              |   25 +-
 kronolith/lib/Block/summary.php                    |   38 ++--
 kronolith/lib/Block/tree_alarms.php                |   11 +-
 kronolith/lib/Driver.php                           |   77 ++++--
 kronolith/lib/Driver/Holidays.php                  |    7 +-
 kronolith/lib/Driver/Horde.php                     |    6 +-
 kronolith/lib/Driver/Ical.php                      |   18 +-
 kronolith/lib/Driver/Kolab.php                     |   57 ++---
 kronolith/lib/Driver/Resource.php                  |   77 +++---
 kronolith/lib/Driver/Sql.php                       |  280 ++++++++++----------
 kronolith/lib/Event.php                            |   92 ++++----
 kronolith/lib/Forms/CreateCalendar.php             |   21 +-
 kronolith/lib/Forms/CreateResource.php             |   36 ++--
 kronolith/lib/Forms/CreateResourceGroup.php        |   28 +--
 kronolith/lib/Forms/DeleteCalendar.php             |   27 +-
 kronolith/lib/Forms/DeleteResource.php             |   45 ++--
 kronolith/lib/Forms/DeleteResourceGroup.php        |   45 ++--
 kronolith/lib/Forms/EditCalendar.php               |   27 +-
 kronolith/lib/Forms/EditRemoteCalendar.php         |   21 +-
 kronolith/lib/Forms/EditResource.php               |   50 ++--
 kronolith/lib/Forms/EditResourceGroup.php          |   45 ++--
 kronolith/lib/Forms/SubscribeRemoteCalendar.php    |   23 +-
 kronolith/lib/Forms/UnsubscribeRemoteCalendar.php  |   22 +-
 kronolith/lib/FreeBusy.php                         |   62 +++--
 kronolith/lib/Geo.php                              |    7 +-
 kronolith/lib/Geo/Mysql.php                        |   16 +-
 kronolith/lib/Geo/Sql.php                          |   58 ++---
 kronolith/lib/Kronolith.php                        |  173 ++++++------
 kronolith/lib/LoginTasks/Task/PurgeEvents.php      |   18 +-
 kronolith/lib/Resource/Base.php                    |    6 +-
 kronolith/lib/Resource/Group.php                   |    4 +-
 kronolith/lib/Resource/Single.php                  |   28 +--
 kronolith/lib/Storage.php                          |  104 ++------
 kronolith/lib/Storage/kolab.php                    |   32 +--
 kronolith/lib/Storage/sql.php                      |   86 +++----
 kronolith/lib/Tagger.php                           |   16 +-
 kronolith/lib/View/Day.php                         |   25 +-
 kronolith/lib/View/DeleteEvent.php                 |   21 +-
 kronolith/lib/View/EditEvent.php                   |   33 ++-
 kronolith/lib/View/Event.php                       |   25 ++-
 kronolith/lib/View/ExportEvent.php                 |   17 +-
 kronolith/lib/View/Month.php                       |    7 +-
 kronolith/lib/View/Week.php                        |    7 +-
 kronolith/lib/View/Year.php                        |    7 +-
 kronolith/lib/tests/bug6031.phpt                   |    6 +-
 kronolith/perms.php                                |   26 +-
 kronolith/resources/create.php                     |    8 +-
 kronolith/resources/delete.php                     |   26 +-
 kronolith/resources/edit.php                       |   26 +-
 kronolith/resources/groups/create.php              |    8 +-
 kronolith/resources/groups/delete.php              |   26 +-
 kronolith/resources/groups/edit.php                |   26 +-
 kronolith/scripts/agenda.php                       |    5 +-
 kronolith/scripts/import_squirrelmail_calendar.php |    9 +-
 74 files changed, 1380 insertions(+), 1470 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/attend.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=02c04fe3d187a8b2ce6ba3691b4e02960161b838&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=69f9b6cda92ff3130f5648fc7b2dbf3ee029acf2&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=f167e22ae048f1ff5a1cf83f3bbca32f10dc059e&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=bf94ab2ee58ffe15add8169edda91ecf15da2dce&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=631d2681262dd360a84d187492f5ef55f9854e79&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Holidays.php?rt=horde-git&r1=02c04fe3d187a8b2ce6ba3691b4e02960161b838&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-git&r1=02c04fe3d187a8b2ce6ba3691b4e02960161b838&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=02c04fe3d187a8b2ce6ba3691b4e02960161b838&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=631d2681262dd360a84d187492f5ef55f9854e79&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=58ed42a226dd81cee9bc905d1cc8493cf238bd3e&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=ba2278307162b99151646b89babc8da72e4d0300&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-git&r1=2b9bd293a17ec16d3c432143900e3e16061431f9&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateResource.php?rt=horde-git&r1=86be0409accd8e6e82cd739241b62e738124f0f0&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateResourceGroup.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteCalendar.php?rt=horde-git&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteResource.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteResourceGroup.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-git&r1=2b9bd293a17ec16d3c432143900e3e16061431f9&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/EditRemoteCalendar.php?rt=horde-git&r1=2753d5336d227ee553a2306d4775113dea6c921d&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/EditResource.php?rt=horde-git&r1=631d2681262dd360a84d187492f5ef55f9854e79&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/EditResourceGroup.php?rt=horde-git&r1=631d2681262dd360a84d187492f5ef55f9854e79&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/SubscribeRemoteCalendar.php?rt=horde-git&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Forms/UnsubscribeRemoteCalendar.php?rt=horde-git&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Geo.php?rt=horde-git&r1=54a633f162962487914154138a6c618fd16be3f8&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=8a666796027da9a11eb1a77dda1de44130849684&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=2712166321488cb5cb2b449af6883b5c7a198f56&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Resource/Base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Resource/Group.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Storage.php?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-git&r1=76dc689fde9aa6df2ecfc181a49ec04ec01658df&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/Day.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/DeleteEvent.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/Event.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/ExportEvent.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/Month.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/Week.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/View/Year.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/lib/tests/bug6031.phpt?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=be875127e9cd1de82e29d5691bc5225ee5482d9f&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=1430ae90561ebc4cd07df36663ef69d7d45b9685&r2=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07




More information about the commits mailing list