[commits] Horde branch master updated. 7e84334120d99f87cd824fb6403b97e629b7be36

Michael M Slusarz slusarz at horde.org
Wed Jun 2 19:54:57 UTC 2010


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

from: 435571b0310a6a3a64e6de0e5ea9b43ec7ab42c3

8fd7f48 Fix phpdoc
7b741f0 Display warning to admin user if test script is enabled.
4573389 Move getProvider() from horde/Auth to horde/Core
22c3b81 Should be the last of the Horde_Db_Base -> Horde_Db_Adapter_Base conversions
4343b7a Move Horde_Auth::getAuth() to Horde_Registry::.
4da2e6c Changelog for krb5 driver removal
994155b Notification will extract the message for us
7e84334 Just pass exception to logger (previous call was broken anyway)

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

commit 8fd7f483f2e73c366e543540eea6a3132bd69f6d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 10:59:10 2010 -0600

    Fix phpdoc

 horde/lib/LoginTasks/Task/TosAgreement.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/lib/LoginTasks/Task/TosAgreement.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=8fd7f483f2e73c366e543540eea6a3132bd69f6d

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

commit 7b741f07fb947609605a3cf52277efbacae90676
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 10:57:41 2010 -0600

    Display warning to admin user if test script is enabled.

 horde/lib/LoginTasks/Task/TestScriptActive.php |   42 ++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 horde/lib/LoginTasks/Task/TestScriptActive.php

http://git.horde.org/co.php/horde/lib/LoginTasks/Task/TestScriptActive.php?rt=horde-git&r=7b741f07fb947609605a3cf52277efbacae90676

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

commit 45733891bd334af239619a1540ecb3271634928c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 11:17:40 2010 -0600

    Move getProvider() from horde/Auth to horde/Core

 folks/edit/password.php               |    2 +-
 framework/Auth/lib/Horde/Auth.php     |   13 -------------
 framework/Core/lib/Horde/Registry.php |   13 +++++++++++++
 gollem/lib/Auth.php                   |    2 +-
 passwd/lib/Passwd.php                 |    7 ++-----
 5 files changed, 17 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/folks/edit/password.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=45733891bd334af239619a1540ecb3271634928c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=c948c981b229b864de2d6f6a6e80416d59ad532e&r2=45733891bd334af239619a1540ecb3271634928c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=45733891bd334af239619a1540ecb3271634928c
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=45733891bd334af239619a1540ecb3271634928c
http://git.horde.org/diff.php/passwd/lib/Passwd.php?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=45733891bd334af239619a1540ecb3271634928c

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

commit 22c3b81ef20d025eeba7f1f52cc5e2ac42c2568d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 11:54:41 2010 -0600

    Should be the last of the Horde_Db_Base -> Horde_Db_Adapter_Base conversions

 content/test/Tags/TaggerTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/content/test/Tags/TaggerTest.php?rt=horde-git&r1=e433901b802136256a094ae1f870853e7f512e02&r2=22c3b81ef20d025eeba7f1f52cc5e2ac42c2568d

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

commit 4343b7a9079e436ff77770deb9adb6b1f38cc29c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 11:52:15 2010 -0600

    Move Horde_Auth::getAuth() to Horde_Registry::.
    
    Conversions:
      Horde_Auth::getAuth() -> $registry->getAuth()
      Horde_Auth::getBareAuth() -> $registry->getAuth('bare')
      Horde_Auth::getAuthDomain() -> $registry->getAuth('domain')
      Horde_Auth::getOriginalAuth() -> $registry->getAuth('original')

 agora/lib/Agora.php                                               |    2 +-
 agora/lib/Forms/Message.php                                       |    2 +-
 agora/lib/Messages.php                                            |   20 +-
 agora/messages/abuse.php                                          |    2 +-
 agora/owner.php                                                   |    2 +-
 ansel/config/hooks.php.dist                                       |    4 +-
 ansel/edit_dates.php                                              |    4 +-
 ansel/faces/custom.php                                            |    4 +-
 ansel/faces/gallery.php                                           |    4 +-
 ansel/faces/name.php                                              |    4 +-
 ansel/faces/search/image.php                                      |    2 +-
 ansel/faces/search/image_define.php                               |    2 +-
 ansel/faces/search/image_save.php                                 |    6 +-
 ansel/faces/search/image_search.php                               |    2 +-
 ansel/faces/search/img.php                                        |    2 +-
 ansel/faces/search/owner.php                                      |    4 +-
 ansel/gallery.php                                                 |   16 +-
 ansel/gallery/captions.php                                        |    2 +-
 ansel/gallery/delete.php                                          |    8 +-
 ansel/gallery/sort.php                                            |    2 +-
 ansel/image.php                                                   |   24 +-
 ansel/img/download.php                                            |    4 +-
 ansel/img/full.php                                                |    4 +-
 ansel/img/index.php                                               |    4 +-
 ansel/img/mini.php                                                |    4 +-
 ansel/img/prettythumb.php                                         |    4 +-
 ansel/img/screen.php                                              |    4 +-
 ansel/img/thumb.php                                               |    4 +-
 ansel/img/upload_preview.php                                      |    2 +-
 ansel/lib/Ajax/Imple/EditCaption.php                              |    4 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |    6 +-
 ansel/lib/Ajax/Imple/ImageSaveGeotag.php                          |    4 +-
 ansel/lib/Ajax/Imple/TagActions.php                               |    4 +-
 ansel/lib/Ansel.php                                               |   16 +-
 ansel/lib/Api.php                                                 |   22 +-
 ansel/lib/Block/gallery.php                                       |    6 +-
 ansel/lib/Block/my_galleries.php                                  |    4 +-
 ansel/lib/Block/recent_comments.php                               |    4 +-
 ansel/lib/Block/recently_added.php                                |    4 +-
 ansel/lib/Block/recently_added_geodata.php                        |    4 +-
 ansel/lib/Faces/Base.php                                          |   14 +-
 ansel/lib/Form/Ecard.php                                          |    2 +-
 ansel/lib/Gallery.php                                             |   20 +-
 ansel/lib/GalleryMode/Date.php                                    |    8 +-
 ansel/lib/GalleryMode/Normal.php                                  |   10 +-
 ansel/lib/Image.php                                               |    6 +-
 ansel/lib/Report.php                                              |    2 +-
 ansel/lib/Storage.php                                             |   14 +-
 ansel/lib/Tags.php                                                |   10 +-
 ansel/lib/Tile/DateGallery.php                                    |    2 +-
 ansel/lib/Tile/Gallery.php                                        |    6 +-
 ansel/lib/Tile/Image.php                                          |    4 +-
 ansel/lib/View/Base.php                                           |    2 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php                   |    2 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php                          |    2 +-
 ansel/lib/View/Gallery.php                                        |    2 +-
 ansel/lib/View/GalleryRenderer/Base.php                           |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                        |    4 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |    4 +-
 ansel/lib/View/Image.php                                          |    4 +-
 ansel/lib/View/List.php                                           |    8 +-
 ansel/lib/View/Results.php                                        |    2 +-
 ansel/lib/Widget/Actions.php                                      |   10 +-
 ansel/lib/Widget/GalleryFaces.php                                 |    2 +-
 ansel/lib/Widget/Geotag.php                                       |    4 +-
 ansel/lib/Widget/ImageFaces.php                                   |    2 +-
 ansel/lib/Widget/Tags.php                                         |    4 +-
 ansel/map_edit.php                                                |    4 +-
 ansel/perms.php                                                   |   10 +-
 ansel/preview.php                                                 |    2 +-
 ansel/rss.php                                                     |    6 +-
 ansel/scripts/ansel.php                                           |    2 +-
 ansel/templates/gallery/gallery.inc                               |    2 +-
 ansel/templates/group/category.inc                                |    2 +-
 ansel/templates/group/owner.inc                                   |    4 +-
 ansel/templates/image/preview_cropimage.inc                       |    4 +-
 ansel/templates/image/preview_image.inc                           |    4 +-
 ansel/templates/tile/image.inc                                    |    4 +-
 ansel/templates/view/image.inc                                    |    8 +-
 ansel/templates/view/slideshow.inc                                |    4 +-
 ansel/xppublish.php                                               |    2 +-
 babel/lib/Babel.php                                               |    4 +-
 babel/view.php                                                    |    2 +-
 beatnik/lib/Beatnik.php                                           |    4 +-
 beatnik/lib/Driver.php                                            |    4 +-
 beatnik/templates/listzones/header.inc                            |    2 +-
 chora/lib/Chora.php                                               |    2 +-
 fima/account.php                                                  |   12 +-
 fima/accounts.php                                                 |    2 +-
 fima/config/prefs.php.dist                                        |    2 +-
 fima/ledgers/create.php                                           |    2 +-
 fima/ledgers/delete.php                                           |    6 +-
 fima/ledgers/edit.php                                             |    4 +-
 fima/ledgers/index.php                                            |    2 +-
 fima/lib/Block/summary.php                                        |    2 +-
 fima/lib/Fima.php                                                 |   16 +-
 fima/lib/Forms/DeleteLedger.php                                   |    8 +-
 fima/postings.php                                                 |   10 +-
 fima/templates/accounts/accounts.inc                              |    4 +-
 folks/account/resetpassword.php                                   |    2 +-
 folks/config/hooks.php.dist                                       |    6 +-
 folks/edit/activity.php                                           |    2 +-
 folks/edit/comments.php                                           |    8 +-
 folks/edit/edit.php                                               |    6 +-
 folks/edit/friends/add.php                                        |   10 +-
 folks/edit/friends/approve.php                                    |    6 +-
 folks/edit/friends/invite.php                                     |    6 +-
 folks/edit/friends/reject.php                                     |    8 +-
 folks/edit/password.php                                           |    2 +-
 folks/edit/privacy.php                                            |    2 +-
 folks/friends.php                                                 |    2 +-
 folks/lib/Api.php                                                 |   10 +-
 folks/lib/Block/my_comments.php                                   |    4 +-
 folks/lib/Driver.php                                              |   26 +-
 folks/lib/Driver/sql.php                                          |   14 +-
 folks/lib/Folks.php                                               |    2 +-
 folks/lib/Friends.php                                             |    4 +-
 folks/lib/Friends/prefs.php                                       |    2 +-
 folks/lib/Friends/shared.php                                      |    8 +-
 folks/lib/Notification.php                                        |    4 +-
 folks/login.php                                                   |    6 +-
 folks/perms.php                                                   |   12 +-
 folks/rss/activity.php                                            |    2 +-
 folks/rss/friends.php                                             |    2 +-
 folks/rss/know.php                                                |    4 +-
 folks/scripts/online.php                                          |    4 +-
 folks/templates/user/user.php                                     |   14 +-
 folks/user.php                                                    |    4 +-
 framework/Ajax/lib/Horde/Ajax/Application/Base.php                |    2 +-
 framework/Auth/lib/Horde/Auth.php                                 |   67 +----
 framework/Auth/lib/Horde/Auth/Base.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Customsql.php                       |    2 +-
 framework/Auth/lib/Horde/Auth/Shibboleth.php                      |    2 +-
 framework/Auth/package.xml                                        |    1 -
 framework/Core/lib/Horde/Core/Auth/Application.php                |    2 +-
 framework/Core/lib/Horde/Core/Binder/Mail.php                     |    2 +-
 framework/Core/lib/Horde/Core/Binder/Notification.php             |    2 +-
 framework/Core/lib/Horde/Core/Factory/Identity.php                |    4 +-
 framework/Core/lib/Horde/Core/Factory/KolabStorage.php            |    2 +-
 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php        |    2 +-
 framework/Core/lib/Horde/Menu.php                                 |    4 +-
 framework/Core/lib/Horde/Registry.php                             |   69 ++++-
 framework/DataTree/DataTree/sql.php                               |    2 +-
 framework/Group/lib/Horde/Group/Contactlists.php                  |    4 +-
 framework/History/lib/Horde/History.php                           |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php            |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Auth/Horde.php    |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage.php               |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php          |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php          |    2 +-
 framework/Net_IMSP/IMSP/Utils.php                                 |    8 +-
 framework/Perms/lib/Horde/Perms.php                               |    2 +-
 framework/Rpc/lib/Horde/Rpc.php                                   |    2 +-
 framework/Rpc/lib/Horde/Rpc/Soap.php                              |    2 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                            |    4 +-
 framework/Share/lib/Horde/Share.php                               |    2 +-
 framework/Share/lib/Horde/Share/Kolab.php                         |    2 +-
 framework/Share/lib/Horde/Share/Object.php                        |    4 +-
 framework/Share/lib/Horde/Share/Object/Kolab.php                  |    2 +-
 framework/Share/lib/Horde/Share/Object/Sql/Hierarchical.php       |    6 +-
 framework/Share/lib/Horde/Share/Sql/Hierarchical.php              |    8 +-
 framework/Share/tests/kolab_createdefault.phpt                    |    2 +-
 framework/SyncML/SyncML/Backend/Horde.php                         |    4 +-
 framework/VFS/lib/VFS/kolab.php                                   |    8 +-
 gollem/config/backends.php.dist                                   |    4 +-
 gollem/lib/Auth.php                                               |    4 +-
 gollem/lib/Gollem.php                                             |    8 +-
 horde/config/hooks.php.dist                                       |   12 +-
 horde/index.php                                                   |    6 +-
 horde/lib/Api.php                                                 |    2 +-
 horde/lib/Block/account.php                                       |    6 +-
 horde/lib/Prefs/Ui.php                                            |   22 +-
 horde/login.php                                                   |    8 +-
 horde/services/changepassword.php                                 |    2 +-
 horde/services/portal/index.php                                   |    2 +-
 horde/services/portal/mobile.php                                  |    2 +-
 horde/services/portal/sidebar.php                                 |    6 +-
 horde/services/problem.php                                        |    6 +-
 horde/services/shares/edit.php                                    |   16 +-
 horde/services/snooze.php                                         |    2 +-
 hylax/lib/Storage/sql.php                                         |    4 +-
 imp/compose.php                                                   |    4 +-
 imp/config/hooks.php.dist                                         |    2 +-
 imp/config/servers.php.dist                                       |    2 +-
 imp/lib/Application.php                                           |    2 +-
 imp/lib/Auth.php                                                  |   10 +-
 imp/lib/Compose.php                                               |    8 +-
 imp/lib/Injector/Binder/Folder.php                                |    2 +-
 imp/lib/Injector/Binder/Imaptree.php                              |    2 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php              |    2 +-
 imp/lib/Maillog.php                                               |    2 +-
 imp/lib/Prefs/Identity.php                                        |    2 +-
 imp/lib/Prefs/Ui.php                                              |    2 +-
 imp/lib/Sentmail/Sql.php                                          |    6 +-
 imp/lib/Spam.php                                                  |    8 +-
 imp/view.php                                                      |    2 +-
 ingo/lib/Api.php                                                  |    2 +-
 ingo/lib/Application.php                                          |    8 +-
 ingo/lib/Ingo.php                                                 |   20 +-
 ingo/lib/Storage/Sql.php                                          |    2 +-
 ingo/vacation.php                                                 |    2 +-
 jeta/lib/Applet/jta.php                                           |    2 +-
 jeta/lib/Applet/sshtools.php                                      |    2 +-
 jonah/lib/Jonah.php                                               |   12 +-
 jonah/lib/News/sql.php                                            |    2 +-
 jonah/stories/share.php                                           |    2 +-
 kastalia/main.php                                                 |    6 +-
 koward/lib/Koward.php                                             |    2 +-
 koward/lib/Koward/Controller/Application.php                      |    8 +-
 koward/lib/Koward/Controller/IndexController.php                  |    6 +-
 kronolith/add.php                                                 |   10 +-
 kronolith/attendees.php                                           |    4 +-
 kronolith/calendars/create.php                                    |    2 +-
 kronolith/calendars/delete.php                                    |    6 +-
 kronolith/calendars/edit.php                                      |    4 +-
 kronolith/calendars/index.php                                     |    2 +-
 kronolith/calendars/info.php                                      |    2 +-
 kronolith/calendars/remote_edit.php                               |    2 +-
 kronolith/calendars/remote_subscribe.php                          |    2 +-
 kronolith/calendars/remote_unsubscribe.php                        |    2 +-
 kronolith/config/prefs.php.dist                                   |    4 +-
 kronolith/contacts.php                                            |    2 +-
 kronolith/data.php                                                |    8 +-
 kronolith/delete.php                                              |    2 +-
 kronolith/edit.php                                                |   22 +-
 kronolith/event.php                                               |    2 +-
 kronolith/feed/index.php                                          |    4 +-
 kronolith/lib/Ajax/Application.php                                |    8 +-
 kronolith/lib/Ajax/Imple/TagActions.php                           |    6 +-
 kronolith/lib/Api.php                                             |   12 +-
 kronolith/lib/Application.php                                     |    4 +-
 kronolith/lib/Block/month.php                                     |    4 +-
 kronolith/lib/Block/monthlist.php                                 |    4 +-
 kronolith/lib/Block/prevmonthlist.php                             |    4 +-
 kronolith/lib/Block/summary.php                                   |    4 +-
 kronolith/lib/Block/tree_alarms.php                               |    2 +-
 kronolith/lib/Driver/Ical.php                                     |    2 +-
 kronolith/lib/Driver/Sql.php                                      |   26 +-
 kronolith/lib/Event.php                                           |   24 +-
 kronolith/lib/Event/Kolab.php                                     |    4 +-
 kronolith/lib/Forms/DeleteResource.php                            |    2 +-
 kronolith/lib/Forms/DeleteResourceGroup.php                       |    2 +-
 kronolith/lib/Geo/Mysql.php                                       |    8 +-
 kronolith/lib/Geo/Sql.php                                         |    8 +-
 kronolith/lib/Kronolith.php                                       |   66 ++--
 kronolith/lib/LoginTasks/Task/PurgeEvents.php                     |    2 +-
 kronolith/lib/Storage.php                                         |    2 +-
 kronolith/lib/Storage/kolab.php                                   |    2 +-
 kronolith/lib/Storage/sql.php                                     |    4 +-
 kronolith/lib/Tagger.php                                          |    4 +-
 kronolith/lib/View/EditEvent.php                                  |    4 +-
 kronolith/lib/View/Event.php                                      |    4 +-
 kronolith/new.php                                                 |    2 +-
 kronolith/perms.php                                               |   10 +-
 kronolith/resources/delete.php                                    |    2 +-
 kronolith/resources/edit.php                                      |    2 +-
 kronolith/resources/groups/delete.php                             |    2 +-
 kronolith/resources/groups/edit.php                               |    2 +-
 kronolith/resources/groups/index.php                              |    2 +-
 kronolith/resources/index.php                                     |    2 +-
 kronolith/search.php                                              |    2 +-
 kronolith/templates/chunks/calendar.php                           |    2 +-
 kronolith/templates/chunks/permissions.inc                        |    6 +-
 kronolith/templates/edit/edit.inc                                 |    2 +-
 kronolith/templates/index/index.inc                               |    4 +-
 kronolith/templates/panel.inc                                     |    8 +-
 mnemo/config/prefs.php.dist                                       |    2 +-
 mnemo/data.php                                                    |    2 +-
 mnemo/lib/Api.php                                                 |    2 +-
 mnemo/lib/Block/tree_menu.php                                     |    2 +-
 mnemo/lib/Driver/kolab.php                                        |    6 +-
 mnemo/lib/Forms/DeleteNotepad.php                                 |   10 +-
 mnemo/lib/Mnemo.php                                               |   18 +-
 mnemo/memo.php                                                    |    8 +-
 mnemo/note/pdf.php                                                |    2 +-
 mnemo/notepads/create.php                                         |    2 +-
 mnemo/notepads/delete.php                                         |    6 +-
 mnemo/notepads/edit.php                                           |    6 +-
 mnemo/notepads/index.php                                          |    2 +-
 mnemo/templates/list/memo_headers.inc                             |    2 +-
 mnemo/templates/list/memo_summaries.inc                           |    2 +-
 mnemo/templates/memo/memo.inc                                     |    2 +-
 mnemo/templates/panel.inc                                         |    4 +-
 mnemo/templates/view/memo.inc                                     |    4 +-
 mnemo/view.php                                                    |    4 +-
 nag/config/prefs.php.dist                                         |    2 +-
 nag/data.php                                                      |    8 +-
 nag/lib/Api.php                                                   |   16 +-
 nag/lib/Application.php                                           |    4 +-
 nag/lib/Block/summary.php                                         |    4 +-
 nag/lib/Block/tree_alarms.php                                     |    2 +-
 nag/lib/Block/tree_menu.php                                       |    2 +-
 nag/lib/Driver.php                                                |    6 +-
 nag/lib/Driver/Kolab.php                                          |    8 +-
 nag/lib/Driver/Sql.php                                            |    2 +-
 nag/lib/Forms/task.php                                            |    2 +-
 nag/lib/Nag.php                                                   |   34 +-
 nag/lib/Task.php                                                  |    8 +-
 nag/task.php                                                      |   16 +-
 nag/tasklists/create.php                                          |    2 +-
 nag/tasklists/delete.php                                          |    6 +-
 nag/tasklists/edit.php                                            |    4 +-
 nag/tasklists/index.php                                           |    2 +-
 nag/tasklists/info.php                                            |    4 +-
 nag/templates/list/task_headers.inc                               |    2 +-
 nag/templates/list/task_summaries.inc                             |    8 +-
 nag/templates/panel.inc                                           |    4 +-
 nag/templates/view/task.inc                                       |    2 +-
 nag/view.php                                                      |   10 +-
 news/add.php                                                      |    6 +-
 news/edit.php                                                     |    4 +-
 news/lib/Block/my_comments.php                                    |    2 +-
 news/lib/Categories.php                                           |    8 +-
 news/lib/Driver/sql.php                                           |    2 +-
 news/mail.php                                                     |    2 +-
 operator/lib/Driver.php                                           |    8 +-
 operator/lib/Operator.php                                         |    6 +-
 passwd/main.php                                                   |   12 +-
 pastie/lib/Driver/Sql.php                                         |    2 +-
 shout/lib/Shout.php                                               |    4 +-
 skoli/add.php                                                     |    2 +-
 skoli/classes/create.php                                          |    2 +-
 skoli/classes/delete.php                                          |    4 +-
 skoli/classes/edit.php                                            |    4 +-
 skoli/classes/index.php                                           |    2 +-
 skoli/entry.php                                                   |    8 +-
 skoli/lib/Driver/sql.php                                          |    2 +-
 skoli/lib/Forms/DeleteClass.php                                   |    4 +-
 skoli/lib/Forms/Entry.php                                         |    2 +-
 skoli/lib/Skoli.php                                               |   14 +-
 skoli/list.php                                                    |    2 +-
 skoli/templates/list/headers.inc                                  |    2 +-
 skoli/templates/panel.inc                                         |    4 +-
 turba/addressbooks/create.php                                     |    2 +-
 turba/addressbooks/delete.php                                     |    8 +-
 turba/addressbooks/edit.php                                       |    6 +-
 turba/addressbooks/index.php                                      |    2 +-
 turba/config/sources.php.dist                                     |    6 +-
 turba/lib/Api.php                                                 |    2 +-
 turba/lib/Application.php                                         |    2 +-
 turba/lib/Driver.php                                              |    6 +-
 turba/lib/Driver/Imsp.php                                         |    2 +-
 turba/lib/Driver/Kolab.php                                        |    4 +-
 turba/lib/Driver/Ldap.php                                         |    2 +-
 turba/lib/Driver/Share.php                                        |    2 +-
 turba/lib/Driver/Sql.php                                          |    4 +-
 turba/lib/Forms/DeleteAddressBook.php                             |    4 +-
 turba/lib/Turba.php                                               |   12 +-
 turba/lib/View/Contact.php                                        |    2 +-
 turba/lib/tests/TestBase.php                                      |    2 +-
 vilma/lib/Vilma.php                                               |    4 +-
 whups/data.php                                                    |    2 +-
 whups/lib/Api.php                                                 |   16 +-
 whups/lib/Block/myqueries.php                                     |    2 +-
 whups/lib/Block/myrequests.php                                    |    4 +-
 whups/lib/Block/mytickets.php                                     |    2 +-
 whups/lib/Block/query.php                                         |    4 +-
 whups/lib/Driver.php                                              |    6 +-
 whups/lib/Driver/sql.php                                          |    2 +-
 whups/lib/Forms/AddComment.php                                    |    8 +-
 whups/lib/Forms/CreateTicket.php                                  |    8 +-
 whups/lib/Forms/EditTicket.php                                    |    6 +-
 whups/lib/Forms/Query.php                                         |    4 +-
 whups/lib/Forms/Search.php                                        |    2 +-
 whups/lib/Mail.php                                                |    4 +-
 whups/lib/Query.php                                               |    8 +-
 whups/lib/Renderer/Comment.php                                    |    2 +-
 whups/lib/Ticket.php                                              |    4 +-
 whups/lib/Whups.php                                               |   12 +-
 whups/mybugs.php                                                  |    2 +-
 whups/query/index.php                                             |    2 +-
 whups/query/rss.php                                               |    2 +-
 whups/query/run.php                                               |    2 +-
 whups/search.php                                                  |    4 +-
 whups/templates/view/results.inc                                  |    2 +-
 whups/ticket/comment.php                                          |    2 +-
 whups/ticket/create.php                                           |    4 +-
 whups/ticket/queue.php                                            |    4 +-
 whups/ticket/type.php                                             |    2 +-
 wicked/lib/Driver.php                                             |    2 +-
 wicked/lib/Driver/sql.php                                         |    4 +-
 wicked/lib/Page.php                                               |    4 +-
 wicked/lib/Page/EditPage.php                                      |    2 +-
 wicked/lib/Sync.php                                               |    2 +-
 wicked/lib/Wicked.php                                             |    8 +-
 wicked/templates/edit/standard.inc                                |    2 +-
 387 files changed, 1036 insertions(+), 1065 deletions(-)

http://git.horde.org/diff.php/agora/lib/Agora.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/agora/lib/Forms/Message.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/agora/messages/abuse.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/agora/owner.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/config/hooks.php.dist?rt=horde-git&r1=7a39f4b4c3e016620fcea75f6202d6ad601d9966&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/edit_dates.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/name.php?rt=horde-git&r1=01f3b2a47fad7946a8c640fcda0a01cfaf45c648&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/image.php?rt=horde-git&r1=4769c84d43d75725f44d409e1c862ca3ea44ed0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/image_define.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/image_save.php?rt=horde-git&r1=4769c84d43d75725f44d409e1c862ca3ea44ed0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/image_search.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/img.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/faces/search/owner.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/gallery/delete.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/download.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/full.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/index.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/mini.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/screen.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/thumb.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/img/upload_preview.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditFaces.php?rt=horde-git&r1=17429190a9f9a8bf80779b35978cac02ebb1e50b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ImageSaveGeotag.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Block/recently_added.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Form/Ecard.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Report.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Tile/DateGallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/Mini.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/Gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Widget/GalleryFaces.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Widget/Geotag.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Widget/ImageFaces.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/lib/Widget/Tags.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/preview.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/gallery/gallery.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=edf076a8336107f5428d10574b280cbe1e2f53ca&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/image/preview_cropimage.inc?rt=horde-git&r1=fc3341c129cc64b6d8584f4405adaf2d020efefc&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/image/preview_image.inc?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/tile/image.inc?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/templates/view/slideshow.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/babel/lib/Babel.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/babel/view.php?rt=horde-git&r1=7994594b3db35ca7478d608131d8faa214900fb5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=35e4aa354a66455f91c1c717a14b3ba95ead3961&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/beatnik/lib/Driver.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/beatnik/templates/listzones/header.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/account.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/accounts.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/config/prefs.php.dist?rt=horde-git&r1=de627313aa2e96ad4e506daae3574e57daf50fb7&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/ledgers/create.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/ledgers/delete.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/ledgers/edit.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/ledgers/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/lib/Block/summary.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/lib/Forms/DeleteLedger.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/fima/templates/accounts/accounts.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/activity.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/comments.php?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/edit.php?rt=horde-git&r1=bd23015e57f302b8c55627095b50e04335309793&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/friends/add.php?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/friends/approve.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/friends/invite.php?rt=horde-git&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/friends/reject.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/password.php?rt=horde-git&r1=45733891bd334af239619a1540ecb3271634928c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/edit/privacy.php?rt=horde-git&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/friends.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Block/my_comments.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Friends/prefs.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/lib/Notification.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/login.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/rss/activity.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/rss/friends.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/rss/know.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/scripts/online.php?rt=horde-git&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/templates/user/user.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/folks/user.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=45733891bd334af239619a1540ecb3271634928c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Customsql.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Shibboleth.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Application.php?rt=horde-git&r1=1714871fc4a30e1a9f079b0e68290a6fad80a32c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Notification.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Identity.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabStorage.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=45733891bd334af239619a1540ecb3271634928c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Contactlists.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=8457fc7f1da0a5ce7ebd4cd3fc69a0d46b328ca5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Auth/Horde.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage.php?rt=horde-git&r1=f6e76d4fd51bfda031ae34bcd294acd513f88905&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php?rt=horde-git&r1=814e64a5b8509e220ede3e6b8485711ea18b0b9b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php?rt=horde-git&r1=769b289d45be1eca345ea984bfe33c56a074d523&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php?rt=horde-git&r1=025a223a678509b38fbe5d9ac27d266f98309cbc&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Net_IMSP/IMSP/Utils.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Soap.php?rt=horde-git&r1=c5366388537acff22cc5f13944051923e30660f9&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share.php?rt=horde-git&r1=06b535d5d98c3bebbedc33bc9a4fa03fa6a18e58&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Kolab.php?rt=horde-git&r1=8d899d2a9375471e7ef8620515281ebb673f0f1e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object.php?rt=horde-git&r1=c4fcb982e563413a62e9eed33d8c8142a0eaf890&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Kolab.php?rt=horde-git&r1=8d899d2a9375471e7ef8620515281ebb673f0f1e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Sql/Hierarchical.php?rt=horde-git&r1=8d899d2a9375471e7ef8620515281ebb673f0f1e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/Share/tests/kolab_createdefault.phpt?rt=horde-git&r1=5d59f86c5ec5d9afb3ded3b321fa0399a3c39ea5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/framework/VFS/lib/VFS/kolab.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/gollem/config/backends.php.dist?rt=horde-git&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=45733891bd334af239619a1540ecb3271634928c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/config/hooks.php.dist?rt=horde-git&r1=7a39f4b4c3e016620fcea75f6202d6ad601d9966&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=7c2fa769cb9758a390b3b4f1bbd2bbab801e1a17&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/lib/Block/account.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=af983686d3ed9e126d9a0c85ed3bd5289b1017f2&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/portal/index.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/portal/mobile.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/horde/services/snooze.php?rt=horde-git&r1=6cabfab972f38336f204179e5b41d0ecf3b0525d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/hylax/lib/Storage/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=7a39f4b4c3e016620fcea75f6202d6ad601d9966&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-git&r1=19aaea6f59ebc19bd93b04fe88f314900a46ccf6&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=375060a2c7c8a61edac98168c6545fdb5453c44c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Folder.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=5eb7ab8ad02933850335019631c3c3646088c1bd&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ingo/lib/Api.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=471d6e48cd9d12eef526c910c39d50dd50f71362&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/ingo/vacation.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/jeta/lib/Applet/jta.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/jeta/lib/Applet/sshtools.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/jonah/lib/Jonah.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/jonah/lib/News/sql.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/jonah/stories/share.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kastalia/main.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/koward/lib/Koward/Controller/Application.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-git&r1=af983686d3ed9e126d9a0c85ed3bd5289b1017f2&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=d59a522a853f0f6815ecff209d2342c9772c3e50&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/info.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=521dcf5cddeaf0f193930483cf70b392d4830637&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/config/prefs.php.dist?rt=horde-git&r1=3200cbf748de2c5bc568a1da52a76dc6981c2969&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=d010e1c4130cd1de967d92539b519e3d4be71c52&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=70ea7a1dc7068c1a7b96df94edea1582aa83fac6&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=d5e87c3a653cbcbce3f863186ffddd5180150b84&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=d5e87c3a653cbcbce3f863186ffddd5180150b84&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=d5e87c3a653cbcbce3f863186ffddd5180150b84&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-git&r1=0d29af9dcfec8968bf681ef2960f9ee1d77cd470&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-git&r1=a90c8acb3cf4fc4eb219799aa297a672709532a6&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteResource.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteResourceGroup.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-git&r1=640b8cfa6e428926f2efae356808ba0ed194a78f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=640b8cfa6e428926f2efae356808ba0ed194a78f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=747800995687a3bb06514c8f4d49149110dc803a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Storage.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=7e64e98efb08e6c69f0bd29c8edd3cb47574d5da&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-git&r1=97a6d6e31ef75982ef87159a8bb87937eb88d70f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/lib/View/Event.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=cfd48af53d21514aaf872c4b41dea6545b0539c6&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/templates/chunks/permissions.inc?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=81245991409033d835df2d81ccc47a41524e7b60&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-git&r1=e424614afa6c28b9b6f3a7d95c7ab845ae27f00c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/config/prefs.php.dist?rt=horde-git&r1=96cf8a5b3949868fc1cf04b2a89af22ba76c7a1f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/data.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/lib/Block/tree_menu.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/lib/Driver/kolab.php?rt=horde-git&r1=96cf8a5b3949868fc1cf04b2a89af22ba76c7a1f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/lib/Forms/DeleteNotepad.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/note/pdf.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/notepads/create.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/notepads/delete.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/notepads/edit.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/notepads/index.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/templates/list/memo_headers.inc?rt=horde-git&r1=96cf8a5b3949868fc1cf04b2a89af22ba76c7a1f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/templates/list/memo_summaries.inc?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/templates/memo/memo.inc?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/templates/panel.inc?rt=horde-git&r1=fc0fd217c06fff11fd435b955e11f231cf802c3a&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/templates/view/memo.inc?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/mnemo/view.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/config/prefs.php.dist?rt=horde-git&r1=eacd568c95ff41ceb5d9d23ee3d2bbe8f11cf379&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/data.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Block/summary.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Block/tree_alarms.php?rt=horde-git&r1=0d29af9dcfec8968bf681ef2960f9ee1d77cd470&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Driver/Kolab.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=8f45d2176f254c5559789e5e946520e568004c20&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=7042c6ed18732bbea5a80771f08d385f9023ab79&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/task.php?rt=horde-git&r1=ab401997920b09bc346719de983c8069e03b800c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/tasklists/create.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/tasklists/info.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/templates/list/task_headers.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/templates/list/task_summaries.inc?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/templates/panel.inc?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/templates/view/task.inc?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/edit.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/lib/Block/my_comments.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/lib/Categories.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/news/mail.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/operator/lib/Driver.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/operator/lib/Operator.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/passwd/main.php?rt=horde-git&r1=1a37a6d9d1980ddcddb07fbe2dd1533f57842097&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/pastie/lib/Driver/Sql.php?rt=horde-git&r1=199d69917b210225bae181ee599516f36e9e45e7&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/add.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/classes/create.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/classes/delete.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/classes/edit.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/classes/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/entry.php?rt=horde-git&r1=f778227e6aa6b4b7f5031c86c655304f4a18b635&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/lib/Forms/DeleteClass.php?rt=horde-git&r1=5730407a709d2681ec63db47e6c5e0aac24c10a3&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/lib/Forms/Entry.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/lib/Skoli.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/list.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/templates/list/headers.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/skoli/templates/panel.inc?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/addressbooks/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/config/sources.php.dist?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver/Imsp.php?rt=horde-git&r1=fd94c98953c589e291fbb10b4c0b20bd41c6e1d2&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver/Kolab.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver/Ldap.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver/Share.php?rt=horde-git&r1=82bb2e1d13c4b192fa4d6156e0aa1ac5597190fa&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Forms/DeleteAddressBook.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=ae763be4843e6b6301684d9eb39a938eaa83af08&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/View/Contact.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/turba/lib/tests/TestBase.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/vilma/lib/Vilma.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Block/myqueries.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Block/myrequests.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Block/mytickets.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Block/query.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Driver.php?rt=horde-git&r1=4c3cf499600bad25d40acc5e32cfe1ee30a06db4&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Forms/AddComment.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Forms/CreateTicket.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Forms/EditTicket.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Forms/Query.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Forms/Search.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Mail.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=a47efae034a690277cd73fb5f693ed9f39d3af4c&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Renderer/Comment.php?rt=horde-git&r1=24aa50f612552f775dc6c2054a8a61b0bbf95b88&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/mybugs.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/query/rss.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/query/run.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/search.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/templates/view/results.inc?rt=horde-git&r1=15ae708857f6cc57de6cf9990b84fca63dbe9b93&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/ticket/comment.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Sync.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c
http://git.horde.org/diff.php/wicked/templates/edit/standard.inc?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=4343b7a9079e436ff77770deb9adb6b1f38cc29c

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

commit 4da2e6c5009d7689dbf34ee1edd98526a0f72fb3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 12:25:56 2010 -0600

    Changelog for krb5 driver removal

 horde/docs/CHANGES   |    1 +
 horde/docs/UPGRADING |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=73d6a2bbf5300fbf5d85902d29e82f56d5025ef9&r2=4da2e6c5009d7689dbf34ee1edd98526a0f72fb3
http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=31b2c396edcaca6d1470fd189360cea37d9c5c55&r2=4da2e6c5009d7689dbf34ee1edd98526a0f72fb3

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

commit 994155bbbf0dfb3c88f2d28361c867f8f740711f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 13:53:28 2010 -0600

    Notification will extract the message for us

 turba/lib/Turba.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=994155bbbf0dfb3c88f2d28361c867f8f740711f

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

commit 7e84334120d99f87cd824fb6403b97e629b7be36
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 2 13:53:54 2010 -0600

    Just pass exception to logger (previous call was broken anyway)

 turba/lib/Turba.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=994155bbbf0dfb3c88f2d28361c867f8f740711f&r2=7e84334120d99f87cd824fb6403b97e629b7be36




More information about the commits mailing list