[commits] Horde branch master updated. 81614b2ef11c86926e2f94d9eb723e683923e05e

Michael M Slusarz slusarz at horde.org
Wed Jun 2 03:56:45 UTC 2010


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

from: f7a6ad3a9c70bcd45a0cfb83e868fbc7e8dab6bf

e300950 Removed Krb5 auth driver
b4223c6 Horde_Auth binder usage
ddf6b33 Ldap sessionhandler driver now uses Horde_Ldap
1714871 Move application auth driver to horde/Core
acb441b Move readSessionData() to horde/Core from horde/Auth
a9f1b47 Move isAdmin() from horde/Auth to horde/Core
b642246 Throw Exceptions; PEAR_Error removal
feea26e Move requireAuth() from horde/Auth to horde/Core
6194e93 Moved isAuthenticated() from horde/Auth to horde/Core
af98368 Move clearAuth() from horde/Auth to horde/Core
ab0b225 Move authenticateFailure() and getLogoutUrl() from horde/Auth to horde/Core
3011a4c Move convertUsername() from horde/Auth to horde/Core
e322c3c Convert Group to H4 conventions
81614b2 Bug #9069: Fix toggling nav_poll in DIMP

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

commit e3009503288f8d570c09bed7263d9d309a0e16f9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon May 31 15:43:58 2010 -0600

    Removed Krb5 auth driver

 framework/Auth/lib/Horde/Auth/Krb5.php |   72 --------------------------------
 framework/Auth/package.xml             |    5 +-
 horde/config/conf.xml                  |    2 -
 3 files changed, 2 insertions(+), 77 deletions(-)
 delete mode 100644 framework/Auth/lib/Horde/Auth/Krb5.php

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Krb5.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=e3009503288f8d570c09bed7263d9d309a0e16f9
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=52352ed01e112bd6ae1eb124cef79c5f533faf18&r2=e3009503288f8d570c09bed7263d9d309a0e16f9
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=6d91d57895d4abefa9ee6b0ce385be3720502648&r2=e3009503288f8d570c09bed7263d9d309a0e16f9

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

commit b4223c6c9f3977d55b38d9dcb5f71b72e2190348
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon May 31 17:47:37 2010 -0600

    Horde_Auth binder usage
    
    Use Horde_Db and Horde_Ldap where appropriate.

 ansel/perms.php                                            |    2 +-
 ansel/scripts/all_images_exif_to_tags.php                  |    2 +-
 ansel/scripts/ansel.php                                    |    2 +-
 ansel/scripts/recursive_import.php                         |    2 +-
 ansel/xppublish.php                                        |    2 +-
 beatnik/scripts/export_config.php                          |    3 +-
 folks/account/resetpassword.php                            |    2 +-
 folks/account/signup.php                                   |    2 +-
 folks/account/tabs.php                                     |    2 +-
 folks/edit/password.php                                    |    2 +-
 folks/lib/Friends.php                                      |    4 +-
 folks/perms.php                                            |    2 +-
 folks/rss/activity.php                                     |    2 +-
 folks/rss/friends.php                                      |    2 +-
 folks/rss/know.php                                         |    2 +-
 folks/scripts/mail.php                                     |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php |    2 +-
 framework/Auth/lib/Horde/Auth.php                          |   58 +--
 framework/Auth/lib/Horde/Auth/Application.php              |   26 +-
 framework/Auth/lib/Horde/Auth/Auto.php                     |   42 +-
 framework/Auth/lib/Horde/Auth/Base.php                     |   42 +-
 framework/Auth/lib/Horde/Auth/Composite.php                |   83 +--
 framework/Auth/lib/Horde/Auth/Customsql.php                |  261 ++++----
 framework/Auth/lib/Horde/Auth/Cyrsql.php                   |  250 +++-----
 framework/Auth/lib/Horde/Auth/Cyrus.php                    |  158 ++---
 framework/Auth/lib/Horde/Auth/Exception.php                |   12 +-
 framework/Auth/lib/Horde/Auth/Ftp.php                      |   28 +-
 framework/Auth/lib/Horde/Auth/Http.php                     |   33 +-
 framework/Auth/lib/Horde/Auth/Http/Remote.php              |   38 +-
 framework/Auth/lib/Horde/Auth/Imap.php                     |   82 ++--
 framework/Auth/lib/Horde/Auth/Imsp.php                     |    8 +-
 framework/Auth/lib/Horde/Auth/Ipbasic.php                  |   34 +-
 framework/Auth/lib/Horde/Auth/Kolab.php                    |  153 +----
 framework/Auth/lib/Horde/Auth/Ldap.php                     |  411 ++++-------
 framework/Auth/lib/Horde/Auth/Login.php                    |   21 +-
 framework/Auth/lib/Horde/Auth/Msad.php                     |   58 +-
 framework/Auth/lib/Horde/Auth/Pam.php                      |   27 +-
 framework/Auth/lib/Horde/Auth/Passwd.php                   |   65 +-
 framework/Auth/lib/Horde/Auth/Peclsasl.php                 |   30 +-
 framework/Auth/lib/Horde/Auth/Radius.php                   |  136 ++---
 framework/Auth/lib/Horde/Auth/Shibboleth.php               |   50 +-
 framework/Auth/lib/Horde/Auth/Smb.php                      |   48 +-
 framework/Auth/lib/Horde/Auth/Smbclient.php                |   64 +-
 framework/Auth/lib/Horde/Auth/Sql.php                      |  357 +++-------
 framework/Auth/package.xml                                 |    8 +
 framework/Core/lib/Horde/Core/Binder/Auth.php              |   18 +
 framework/Core/lib/Horde/Core/Factory/Auth.php             |  160 +++++
 framework/Core/lib/Horde/Core/Perms/Ui.php                 |    2 +-
 framework/Core/lib/Horde/Registry.php                      |    3 +-
 framework/Core/package.xml                                 |    4 +
 framework/Group/Group.php                                  |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Resource.php        |    2 +-
 framework/Rpc/lib/Horde/Rpc.php                            |    2 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                     |    2 +-
 framework/SyncML/SyncML/Backend/Horde.php                  |    6 +-
 horde/admin/groups.php                                     |    2 +-
 horde/admin/signup_confirm.php                             |    2 +-
 horde/admin/user.php                                       |    2 +-
 horde/lib/Prefs/Ui.php                                     |    2 +-
 horde/login.php                                            |    4 +-
 horde/scripts/cookie_login.php                             |    2 +-
 horde/scripts/get_login.php                                |    2 +-
 horde/scripts/http_login_refer.php                         |    2 +-
 horde/services/changepassword.php                          |    2 +-
 horde/services/resetpassword.php                           |    2 +-
 horde/services/shares/edit.php                             |    2 +-
 horde/signup.php                                           |    2 +-
 imp/lib/Application.php                                    |   12 +-
 ingo/scripts/ingo-postfix-policyd                          |    2 +-
 koward/lib/Koward.php                                      |    2 +-
 koward/lib/Koward/Cli.php                                  |    3 +-
 koward/www/horde/config/prefs.php.dist                     |   19 +-
 kronolith/feed/index.php                                   |    2 +-
 kronolith/lib/Kronolith.php                                |    2 +-
 kronolith/perms.php                                        |    4 +-
 kronolith/templates/chunks/calendar.php                    |    2 +-
 turba/scripts/upgrades/public_to_horde_share.php           |    3 +-
 whups/lib/Forms/Admin/User.php                             |    2 +-
 whups/lib/Mail.php                                         |    4 +-
 wicked/scripts/wicked.php                                  |    2 +-
 80 files changed, 1277 insertions(+), 1629 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Auth.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Auth.php

http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=2b7132e1a4d4f65031e50cf26dba05aa80f59f61&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/ansel/scripts/all_images_exif_to_tags.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/ansel/scripts/recursive_import.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/beatnik/scripts/export_config.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/account/signup.php?rt=horde-git&r1=52352ed01e112bd6ae1eb124cef79c5f533faf18&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/account/tabs.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/edit/password.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/rss/activity.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/rss/friends.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/rss/know.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/folks/scripts/mail.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=c3c08cf27fc07e8358e3615fadf693c0531b98c8&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=87d84ffd490f506ec7799b116e9f47f1975e32f6&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=30f273fcad30eefd9b474cf53c2c851997302767&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Auto.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Composite.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Customsql.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrsql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrus.php?rt=horde-git&r1=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Exception.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ftp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Http.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Http/Remote.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Imsp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ipbasic.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Kolab.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Login.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Msad.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Pam.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Passwd.php?rt=horde-git&r1=4f255c4117b537c9cf0c0332f42535853401604c&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Peclsasl.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Radius.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Shibboleth.php?rt=horde-git&r1=dd2216fff583f53621f057c8be6c21e7fe55271d&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Smb.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Smbclient.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=e3009503288f8d570c09bed7263d9d309a0e16f9&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Auth.php?rt=horde-git&r=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Auth.php?rt=horde-git&r=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Perms/Ui.php?rt=horde-git&r1=ee79f8d86c51d357077099e6163014ad348107b2&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=570836e4f67846ea865ef4ea9d9a382ab0be541f&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e433901b802136256a094ae1f870853e7f512e02&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Group/Group.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=c5366388537acff22cc5f13944051923e30660f9&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=121652b06b516af77a95fa3b18f62975c20b17e1&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde-git&r1=52352ed01e112bd6ae1eb124cef79c5f533faf18&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=52352ed01e112bd6ae1eb124cef79c5f533faf18&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=e433901b802136256a094ae1f870853e7f512e02&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=dcf120c07c7a6cc3893571704eae26f8473796bc&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/scripts/cookie_login.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/scripts/get_login.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/scripts/http_login_refer.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=246ac25f0c1027ccf548123c0dd45ac4bdc6343a&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=52352ed01e112bd6ae1eb124cef79c5f533faf18&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/ingo/scripts/ingo-postfix-policyd?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/koward/lib/Koward/Cli.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/koward/www/horde/config/prefs.php.dist?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=84eddcad48dec5cf95ec0c39fcb5a9805d025b2a&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=cfef4aa0e11135d2ea4c2bef56d63d2c8cc1895a&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/whups/lib/Forms/Admin/User.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/whups/lib/Mail.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348
http://git.horde.org/diff.php/wicked/scripts/wicked.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b4223c6c9f3977d55b38d9dcb5f71b72e2190348

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

commit ddf6b33ac39c444e3dbf551ec2b16df264811d19
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon May 31 17:40:02 2010 -0600

    Ldap sessionhandler driver now uses Horde_Ldap

 framework/Core/lib/Horde/Core/Binder/Ldap.php              |    2 +-
 framework/Core/lib/Horde/Core/Binder/SessionHandler.php    |    2 +
 framework/Core/lib/Horde/Core/Factory/Ldap.php             |  108 ++++++++++++
 framework/Core/package.xml                                 |    2 +
 framework/SessionHandler/lib/Horde/SessionHandler/Ldap.php |   92 +++++-----
 framework/SessionHandler/package.xml                       |    4 +
 horde/config/conf.xml                                      |   16 +--
 7 files changed, 163 insertions(+), 63 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Ldap.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Ldap.php?rt=horde-git&r1=83f413ccb16411d555f6c5d2910f1d49e9057eb3&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/SessionHandler.php?rt=horde-git&r1=e433901b802136256a094ae1f870853e7f512e02&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Ldap.php?rt=horde-git&r=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Ldap.php?rt=horde-git&r1=27f3db208654339614b2fced9677d55729eb37eb&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/diff.php/framework/SessionHandler/package.xml?rt=horde-git&r1=06f7849ef712cf346fdbe64438c7e2082e9c28cc&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=e3009503288f8d570c09bed7263d9d309a0e16f9&r2=ddf6b33ac39c444e3dbf551ec2b16df264811d19

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

commit 1714871fc4a30e1a9f079b0e68290a6fad80a32c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon May 31 22:34:35 2010 -0600

    Move application auth driver to horde/Core

 framework/Auth/lib/Horde/Auth.php                  |   17 +-
 framework/Auth/lib/Horde/Auth/Application.php      |  374 --------------------
 framework/Auth/package.xml                         |    6 +-
 framework/Core/lib/Horde/Core/Auth/Application.php |  368 +++++++++++++++++++
 framework/Core/package.xml                         |    5 +-
 5 files changed, 387 insertions(+), 383 deletions(-)
 delete mode 100644 framework/Auth/lib/Horde/Auth/Application.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Application.php

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=1714871fc4a30e1a9f079b0e68290a6fad80a32c
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=1714871fc4a30e1a9f079b0e68290a6fad80a32c
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=1714871fc4a30e1a9f079b0e68290a6fad80a32c
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Application.php?rt=horde-git&r=1714871fc4a30e1a9f079b0e68290a6fad80a32c
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=ddf6b33ac39c444e3dbf551ec2b16df264811d19&r2=1714871fc4a30e1a9f079b0e68290a6fad80a32c

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

commit acb441b6682110da94926025e660abd6bbc1abb2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon May 31 23:50:53 2010 -0600

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

 framework/Auth/lib/Horde/Auth.php                            |   43 ----------
 framework/Core/lib/Horde/Core/Binder/SessionHandler.php      |   42 +++++++++
 framework/SessionHandler/lib/Horde/SessionHandler/Driver.php |   21 ++++-
 framework/SessionHandler/package.xml                         |    4 -
 4 files changed, 58 insertions(+), 52 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=1714871fc4a30e1a9f079b0e68290a6fad80a32c&r2=acb441b6682110da94926025e660abd6bbc1abb2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/SessionHandler.php?rt=horde-git&r1=ddf6b33ac39c444e3dbf551ec2b16df264811d19&r2=acb441b6682110da94926025e660abd6bbc1abb2
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Driver.php?rt=horde-git&r1=27f3db208654339614b2fced9677d55729eb37eb&r2=acb441b6682110da94926025e660abd6bbc1abb2
http://git.horde.org/diff.php/framework/SessionHandler/package.xml?rt=horde-git&r1=ddf6b33ac39c444e3dbf551ec2b16df264811d19&r2=acb441b6682110da94926025e660abd6bbc1abb2

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

commit a9f1b47ffa8a5c81841b0006064d571b260a8d64
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 01:05:01 2010 -0600

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

 agora/editforum.php                            |    4 +-
 agora/forums.php                               |    2 +-
 agora/lib/Agora.php                            |    2 +-
 agora/lib/Block/forums.php                     |    2 +-
 agora/lib/Block/threads.php                    |    2 +-
 agora/lib/Messages.php                         |    8 ++--
 agora/moderators.php                           |    4 +-
 agora/owner.php                                |    2 +-
 ansel/gallery.php                              |   10 +++---
 ansel/lib/Ansel.php                            |    2 +-
 ansel/lib/Api.php                              |    2 +-
 ansel/lib/Gallery.php                          |    6 ++--
 ansel/perms.php                                |    2 +-
 ansel/scripts/all_images_exif_to_tags.php      |    2 +-
 beatnik/lib/Beatnik.php                        |    2 +-
 beatnik/lib/Driver.php                         |    2 +-
 folks/config/hooks.php.dist                    |    6 ++--
 folks/lib/Api.php                              |    5 ++-
 folks/lib/Driver.php                           |    4 +-
 folks/lib/Friends/shared.php                   |    8 ++--
 folks/perms.php                                |    2 +-
 folks/scripts/mail.php                         |    2 +-
 framework/Auth/lib/Horde/Auth.php              |   35 ------------------
 framework/Block/lib/Horde/Block/Collection.php |   14 ++++---
 framework/Core/lib/Horde.php                   |    2 +-
 framework/Core/lib/Horde/ErrorHandler.php      |    2 +-
 framework/Core/lib/Horde/Registry.php          |   42 +++++++++++++++++++---
 gollem/lib/Gollem.php                          |    2 +-
 gollem/permissions.php                         |    6 +---
 horde/lib/Api.php                              |   45 ++++++++++++-----------
 horde/lib/Prefs/Ui.php                         |    2 +-
 horde/services/portal/sidebar.php              |    6 ++--
 horde/services/shares/edit.php                 |    8 ++--
 horde/templates/shares/edit.inc                |    2 +-
 ingo/lib/Application.php                       |    2 +-
 ingo/lib/Storage/Sql.php                       |    3 +-
 jonah/lib/Jonah.php                            |    2 +-
 kronolith/calendars/delete.php                 |    2 +-
 kronolith/calendars/edit.php                   |    2 +-
 kronolith/calendars/index.php                  |    2 +-
 kronolith/delete.php                           |    2 +-
 kronolith/lib/Ajax/Imple/TagActions.php        |    6 ++--
 kronolith/lib/Api.php                          |    6 ++--
 kronolith/lib/Application.php                  |    3 +-
 kronolith/lib/Driver/Resource.php              |    2 +-
 kronolith/lib/Driver/Sql.php                   |    2 +-
 kronolith/lib/Event.php                        |    4 +-
 kronolith/lib/Event/Resource.php               |    6 +---
 kronolith/lib/Forms/CreateCalendar.php         |    2 +-
 kronolith/lib/Forms/EditCalendar.php           |    2 +-
 kronolith/lib/Kronolith.php                    |    8 ++--
 kronolith/lib/Resource/Base.php                |    8 +---
 kronolith/perms.php                            |    4 +-
 kronolith/resources/create.php                 |    6 ++--
 kronolith/resources/delete.php                 |    2 +-
 kronolith/resources/edit.php                   |    2 +-
 kronolith/resources/groups/create.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/templates/chunks/permissions.inc     |    2 +-
 kronolith/templates/panel.inc                  |    2 +-
 kronolith/templates/perms/perms.inc            |    2 +-
 luxor/lib/Luxor.php                            |    2 +-
 mnemo/lib/Api.php                              |    6 ++--
 nag/lib/Api.php                                |   13 ++++---
 nag/lib/Application.php                        |    2 +-
 nag/lib/Forms/CreateTaskList.php               |    2 +-
 nag/lib/Forms/EditTaskList.php                 |    2 +-
 nag/lib/Nag.php                                |    4 +-
 nag/tasklists/delete.php                       |    2 +-
 nag/tasklists/edit.php                         |    2 +-
 nag/tasklists/index.php                        |    2 +-
 news/add.php                                   |    3 +-
 news/admin/tabs.php                            |    2 +-
 news/delete.php                                |    2 +-
 news/delete_file.php                           |    2 +-
 news/files.php                                 |    7 ++--
 news/lib/Categories.php                        |    2 +-
 news/lib/Driver.php                            |    4 +-
 news/lib/Driver/sql.php                        |    2 +-
 news/lib/Forms/Search.php                      |    2 +-
 news/lib/News.php                              |    6 ++--
 news/lib/Search.php                            |    3 +-
 news/templates/edit/row.php                    |    2 +-
 operator/lib/Driver.php                        |    4 +-
 operator/lib/Operator.php                      |    4 +-
 shout/lib/Shout.php                            |    6 ++-
 turba/lib/Api.php                              |    3 +-
 turba/lib/Application.php                      |    3 +-
 turba/lib/Driver/Sql.php                       |    2 +-
 vilma/lib/Vilma.php                            |    2 +-
 vilma/virtuals/delete.php                      |    2 +-
 vilma/virtuals/edit.php                        |    2 +-
 vilma/virtuals/index.php                       |    2 +-
 whups/admin/index.php                          |    2 +-
 whups/lib/Api.php                              |    2 +-
 whups/lib/Forms/AddComment.php                 |    2 +-
 whups/lib/Forms/Admin/Queue.php                |    2 +-
 whups/lib/Forms/Admin/Reply.php                |    2 +-
 whups/lib/Whups.php                            |    9 +++--
 whups/ticket/queue.php                         |    2 +-
 wicked/lib/Page.php                            |    8 ++--
 wicked/lib/Page/StandardPage.php               |    4 +-
 wicked/templates/display/standard.inc          |    2 +-
 106 files changed, 237 insertions(+), 243 deletions(-)

http://git.horde.org/diff.php/agora/editforum.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/lib/Agora.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/lib/Block/forums.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/lib/Block/threads.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=2f8a37fb90c62b6c62ab89ccb31e907859365733&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/moderators.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/agora/owner.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ansel/scripts/all_images_exif_to_tags.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=4869f5a44ad96594f13acde5aa3c7e5a3eb85c69&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/beatnik/lib/Driver.php?rt=horde-git&r1=5d92238198ba556e35e216181066720828d2e84c&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/lib/Api.php?rt=horde-git&r1=05c2512fd5a9dfd529ba95b5ce5b1aec65ad455d&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=f5399cbe5655d87958e9c0a10c42938573bdec28&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=fd94c98953c589e291fbb10b4c0b20bd41c6e1d2&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/folks/scripts/mail.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=acb441b6682110da94926025e660abd6bbc1abb2&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=816de6bba043dea3d9d741edbd9fda40bee7ea08&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=d32a9f143abea1713362c887167f42cbf2339be0&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/framework/Core/lib/Horde/ErrorHandler.php?rt=horde-git&r1=14440e42d8640071d6c6955cfd7d6a9eaf63d77f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/gollem/permissions.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=0d29af9dcfec8968bf681ef2960f9ee1d77cd470&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/horde/templates/shares/edit.inc?rt=horde-git&r1=381d7b1fa3478846bf47858c9da8aeead1a5edef&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=471d6e48cd9d12eef526c910c39d50dd50f71362&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/jonah/lib/Jonah.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=749b2145b131f868b41790c325c29e104c68038c&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=a90c8acb3cf4fc4eb219799aa297a672709532a6&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=986fc1ea76fa4f0c8ad8292640b43261b624f84d&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-git&r1=6088737580d296bba258f85ad6f0a7edc7ddb14f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=a90c8acb3cf4fc4eb219799aa297a672709532a6&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=640b8cfa6e428926f2efae356808ba0ed194a78f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/lib/Resource/Base.php?rt=horde-git&r1=6088737580d296bba258f85ad6f0a7edc7ddb14f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=6088737580d296bba258f85ad6f0a7edc7ddb14f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/templates/chunks/permissions.inc?rt=horde-git&r1=efee4e68ad074726101b14c9bfbe6c5698d8d2e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/kronolith/templates/perms/perms.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/luxor/lib/Luxor.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/mnemo/lib/Api.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=abcbbe1d6f6fb57275358e905d4a00f21c4953d9&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/lib/Forms/CreateTaskList.php?rt=horde-git&r1=2b9bd293a17ec16d3c432143900e3e16061431f9&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/lib/Forms/EditTaskList.php?rt=horde-git&r1=2b9bd293a17ec16d3c432143900e3e16061431f9&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=8e95f270ab419ee274e2fdeaf3844df84c34120e&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/admin/tabs.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/delete_file.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/files.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/Categories.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/Driver.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/Forms/Search.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/News.php?rt=horde-git&r1=f5399cbe5655d87958e9c0a10c42938573bdec28&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/lib/Search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/news/templates/edit/row.php?rt=horde-git&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/operator/lib/Driver.php?rt=horde-git&r1=438fd1e05aa36c6dc7713c663da4d77f113162bc&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/operator/lib/Operator.php?rt=horde-git&r1=6d8f835e02a26468c521bfa8131deef2f0ec8832&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=85179dd9e6527c041a1828334b8a2f88e7e71ad4&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/vilma/lib/Vilma.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/vilma/virtuals/delete.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/vilma/virtuals/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/vilma/virtuals/index.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/lib/Api.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/lib/Forms/AddComment.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/lib/Forms/Admin/Queue.php?rt=horde-git&r1=15eaea1a3667d1fdf37220ac3c9ac8f91eaaca9c&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/lib/Forms/Admin/Reply.php?rt=horde-git&r1=15eaea1a3667d1fdf37220ac3c9ac8f91eaaca9c&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=f842212663d9376137145a425f6a8581bd8ad6b8&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64
http://git.horde.org/diff.php/wicked/templates/display/standard.inc?rt=horde-git&r1=0e183475696b0f54a54e30e5918445d3995527a9&r2=a9f1b47ffa8a5c81841b0006064d571b260a8d64

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

commit b6422461f93ef14c20c52830caeff86fbab08b3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 02:34:41 2010 -0600

    Throw Exceptions; PEAR_Error removal

 horde/admin/signup_confirm.php         |   11 +-
 horde/lib/Api.php                      |  182 ++++++++++++++++----------------
 horde/signup.php                       |   48 +++++----
 horde/templates/admin/user/approve.inc |   10 ++-
 horde/templates/portal/edit.inc        |    2 +-
 5 files changed, 134 insertions(+), 119 deletions(-)

http://git.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=b6422461f93ef14c20c52830caeff86fbab08b3e
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=b6422461f93ef14c20c52830caeff86fbab08b3e
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=b6422461f93ef14c20c52830caeff86fbab08b3e
http://git.horde.org/diff.php/horde/templates/admin/user/approve.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=b6422461f93ef14c20c52830caeff86fbab08b3e
http://git.horde.org/diff.php/horde/templates/portal/edit.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=b6422461f93ef14c20c52830caeff86fbab08b3e

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

commit feea26e4762a5ad60d43901a2ab141ef38ff8fe9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 02:51:25 2010 -0600

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

 framework/Auth/lib/Horde/Auth.php     |   17 -----------------
 framework/Core/lib/Horde/Registry.php |   19 ++++++++++++++++++-
 2 files changed, 18 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=feea26e4762a5ad60d43901a2ab141ef38ff8fe9
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=feea26e4762a5ad60d43901a2ab141ef38ff8fe9

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

commit 6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 03:04:04 2010 -0600

    Moved isAuthenticated() from horde/Auth to horde/Core

 agora/owner.php                         |    6 ----
 ansel/lib/Ansel.php                     |    2 +-
 ansel/lib/Gallery.php                   |    5 ++-
 ansel/lib/View/GalleryRenderer/Base.php |    5 ++-
 ansel/lib/Widget/Actions.php            |    5 ++-
 ansel/templates/view/image.inc          |    2 +-
 ansel/xppublish.php                     |    2 +-
 folks/account/resetpassword.php         |    2 +-
 folks/edit/friends/approve.php          |    2 +-
 folks/edit/friends/reject.php           |    2 +-
 folks/edit/tabs.php                     |    2 +-
 folks/friends.php                       |    2 +-
 folks/lib/Block/my_comments.php         |    2 +-
 folks/lib/Driver.php                    |    4 +-
 folks/lib/Folks.php                     |    2 +-
 folks/lib/Notification.php              |    4 +-
 folks/login.php                         |    2 +-
 folks/search.php                        |    4 +-
 folks/templates/common-header.inc       |    2 +-
 folks/templates/user/user.php           |    6 ++--
 folks/user.php                          |    4 +-
 framework/Auth/lib/Horde/Auth.php       |   36 ----------------------------
 framework/Core/lib/Horde/Registry.php   |   39 +++++++++++++++++++++++++++++-
 framework/Rpc/lib/Horde/Rpc/Phpgw.php   |    2 +-
 horde/login.php                         |    2 +-
 news/add.php                            |    2 +-
 news/lib/Block/my_comments.php          |    2 +-
 news/mail.php                           |    2 +-
 news/reads.php                          |    2 +-
 whups/mybugs.php                        |    2 +-
 30 files changed, 76 insertions(+), 80 deletions(-)

http://git.horde.org/diff.php/agora/owner.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=f8cfcdf67172db5433a4a587b05e9d2fad8ca0db&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde-git&r1=b88a2e3731e8f8b494da63c095cc2622ed11f2a5&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/edit/friends/approve.php?rt=horde-git&r1=f91c0d058e250c0e421c0f82a0263497ceefdab0&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/edit/friends/reject.php?rt=horde-git&r1=f91c0d058e250c0e421c0f82a0263497ceefdab0&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/edit/tabs.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/friends.php?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/lib/Block/my_comments.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/lib/Notification.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/login.php?rt=horde-git&r1=058a7be6f9a464f83e518572dd26e891030406c3&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/search.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/templates/common-header.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/templates/user/user.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/folks/user.php?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=feea26e4762a5ad60d43901a2ab141ef38ff8fe9&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=feea26e4762a5ad60d43901a2ab141ef38ff8fe9&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Phpgw.php?rt=horde-git&r1=c5366388537acff22cc5f13944051923e30660f9&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/news/lib/Block/my_comments.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/news/mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/news/reads.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34
http://git.horde.org/diff.php/whups/mybugs.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34

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

commit af983686d3ed9e126d9a0c85ed3bd5289b1017f2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 12:55:42 2010 -0600

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

 framework/Auth/lib/Horde/Auth.php                |   13 +------------
 framework/Core/lib/Horde/Registry.php            |   17 +++++++++++++++++
 horde/login.php                                  |    3 +--
 koward/lib/Koward/Controller/IndexController.php |    3 +--
 4 files changed, 20 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=af983686d3ed9e126d9a0c85ed3bd5289b1017f2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=af983686d3ed9e126d9a0c85ed3bd5289b1017f2
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=af983686d3ed9e126d9a0c85ed3bd5289b1017f2
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=af983686d3ed9e126d9a0c85ed3bd5289b1017f2

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

commit ab0b2256b777f895fce1f4fde2db62b01a536747
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 13:11:26 2010 -0600

    Move authenticateFailure() and getLogoutUrl() from horde/Auth to horde/Core

 babel/lib/base.php                         |    2 +-
 crumb/lib/base.php                         |    2 +-
 fima/lib/base.php                          |    2 +-
 folks/account/approve.php                  |   12 ++--
 folks/account/renew.php                    |   12 ++--
 folks/account/resetpassword.php            |    8 +-
 folks/account/signup.php                   |    6 +-
 folks/account/username.php                 |    2 +-
 folks/edit/friends/approve.php             |    2 +-
 folks/edit/friends/reject.php              |    2 +-
 folks/edit/password.php                    |    2 +-
 folks/edit/tabs.php                        |    2 +-
 folks/friends.php                          |    2 +-
 folks/lib/base.php                         |    2 +-
 framework/Auth/lib/Horde/Auth.php          |   96 ---------------------------
 framework/Core/lib/Horde.php               |    2 +-
 framework/Core/lib/Horde/Registry.php      |   97 +++++++++++++++++++++++++++-
 horde/lib/LoginTasks/Task/TosAgreement.php |    2 +-
 horde/services/ajax.php                    |    4 +-
 horde/services/portal/sidebar.php          |    2 +-
 jonah/channels/index.php                   |    2 +-
 kastalia/download.php                      |    2 +-
 kastalia/lib/base.php                      |    2 +-
 news/add.php                               |    2 +-
 news/admin/tabs.php                        |    2 +-
 news/lib/base.php                          |    2 +-
 news/reads.php                             |    2 +-
 skoli/lib/base.php                         |    2 +-
 vilma/domains/delete.php                   |    2 +-
 vilma/domains/edit.php                     |    2 +-
 vilma/domains/index.php                    |    2 +-
 vilma/lib/base.php                         |    2 +-
 vilma/users/delete.php                     |    2 +-
 vilma/users/edit.php                       |    2 +-
 vilma/users/editAlias.php                  |    2 +-
 vilma/users/editForward.php                |    2 +-
 vilma/users/index.php                      |    2 +-
 vilma/virtuals/delete.php                  |    2 +-
 vilma/virtuals/edit.php                    |    2 +-
 vilma/virtuals/index.php                   |    2 +-
 whups/admin/index.php                      |    2 +-
 41 files changed, 151 insertions(+), 152 deletions(-)

http://git.horde.org/diff.php/babel/lib/base.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/crumb/lib/base.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/fima/lib/base.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/account/approve.php?rt=horde-git&r1=81a7f3d0ba4eb559a958666ca5111e5bee875bfb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/account/renew.php?rt=horde-git&r1=81a7f3d0ba4eb559a958666ca5111e5bee875bfb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/account/signup.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/account/username.php?rt=horde-git&r1=81a7f3d0ba4eb559a958666ca5111e5bee875bfb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/edit/friends/approve.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/edit/friends/reject.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/edit/password.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/edit/tabs.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/friends.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/folks/lib/base.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=af983686d3ed9e126d9a0c85ed3bd5289b1017f2&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=af983686d3ed9e126d9a0c85ed3bd5289b1017f2&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/horde/lib/LoginTasks/Task/TosAgreement.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=3b108b7e2420268b9ca886f927a51d504ecfd7ee&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/jonah/channels/index.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/kastalia/download.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/kastalia/lib/base.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/news/admin/tabs.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/news/lib/base.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/news/reads.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/skoli/lib/base.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/domains/delete.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/domains/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/domains/index.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/lib/base.php?rt=horde-git&r1=82a6efd78e5c23cea0fe9249169d19b75a7d32eb&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/users/delete.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/users/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/users/editAlias.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/users/editForward.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/users/index.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/virtuals/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/virtuals/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/vilma/virtuals/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=ab0b2256b777f895fce1f4fde2db62b01a536747

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

commit 3011a4c4f03f9669ee8625098cb512839b39330e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 14:29:33 2010 -0600

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

 folks/account/resetpassword.php       |    2 +-
 folks/lib/Folks.php                   |    2 +-
 folks/lib/Friends.php                 |    2 +-
 folks/perms.php                       |    4 ++--
 framework/Auth/lib/Horde/Auth.php     |   19 -------------------
 framework/Auth/package.xml            |    2 --
 framework/Core/lib/Horde/Registry.php |   19 +++++++++++++++++++
 horde/services/portal/index.php       |    2 +-
 horde/services/shares/edit.php        |    4 ++--
 horde/templates/shares/edit.inc       |   14 +++++++-------
 kronolith/lib/Ajax/Application.php    |    2 +-
 kronolith/lib/Kronolith.php           |    8 ++++----
 kronolith/templates/panel.inc         |    2 +-
 kronolith/templates/perms/perms.inc   |   12 ++++++------
 nag/templates/panel.inc               |    2 +-
 skoli/templates/panel.inc             |    2 +-
 16 files changed, 48 insertions(+), 50 deletions(-)

http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=1714871fc4a30e1a9f079b0e68290a6fad80a32c&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/horde/services/portal/index.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/horde/templates/shares/edit.inc?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=4095572468ab9a103b2be6f14c531615b60a0fe0&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/kronolith/templates/perms/perms.inc?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/nag/templates/panel.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=3011a4c4f03f9669ee8625098cb512839b39330e
http://git.horde.org/diff.php/skoli/templates/panel.inc?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=3011a4c4f03f9669ee8625098cb512839b39330e

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

commit e322c3c80fca8144fc226407e5bc697a28a23286
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 02:46:27 2010 -0600

    Convert Group to H4 conventions
    
    Still needs a bunch of work, but now it should at least autoload.
    Also, switch to Horde_Db usage for the Sql driver.

 ansel/lib/Storage.php                                             |    4 +-
 ansel/perms.php                                                   |   15 +-
 folks/config/hooks.php.dist                                       |    3 +-
 folks/perms.php                                                   |   20 +-
 framework/Ajax/lib/Horde/Ajax/Application/Base.php                |   24 +-
 framework/Core/lib/Horde/Core/Factory/KolabStorage.php            |    5 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                        |   10 +-
 framework/Group/Group.php                                         |  910 -----
 framework/Group/Group/contactlists.php                            |  721 ----
 framework/Group/Group/hooks.php                                   |   79 -
 framework/Group/Group/kolab.php                                   |  494 ---
 framework/Group/Group/ldap.php                                    |  858 ----
 framework/Group/Group/mock.php                                    |  280 --
 framework/Group/Group/sql.php                                     |  891 ----
 framework/Group/lib/Horde/Group.php                               |  704 ++++
 framework/Group/lib/Horde/Group/ContactListObject.php             |  127 +
 framework/Group/lib/Horde/Group/Contactlists.php                  |  614 +++
 framework/Group/lib/Horde/Group/DataTreeObject.php                |  190 +
 framework/Group/lib/Horde/Group/Exception.php                     |   17 +
 framework/Group/lib/Horde/Group/Hooks.php                         |   81 +
 framework/Group/lib/Horde/Group/Kolab.php                         |  319 ++
 framework/Group/lib/Horde/Group/KolabObject.php                   |  162 +
 framework/Group/lib/Horde/Group/Ldap.php                          |  692 ++++
 framework/Group/lib/Horde/Group/LdapObject.php                    |  129 +
 framework/Group/lib/Horde/Group/Mock.php                          |  291 ++
 framework/Group/lib/Horde/Group/Sql.php                           |  710 ++++
 framework/Group/lib/Horde/Group/SqlObject.php                     |  133 +
 framework/Group/package.xml                                       |  126 +-
 framework/Perms/lib/Horde/Perms.php                               |    3 +-
 framework/Share/lib/Horde/Share/Datatree.php                      |   23 +-
 framework/Share/lib/Horde/Share/Sql.php                           |   29 +-
 framework/Share/lib/Horde/Share/Sql/Hierarchical.php              |   29 +-
 horde/admin/groups.php                                            |  139 +-
 horde/lib/Api.php                                                 |  173 +-
 horde/scripts/sql/horde_groups.mysql.sql                          |    5 +-
 horde/scripts/sql/horde_groups.oci8.sql                           |    8 +
 horde/scripts/sql/horde_groups.pgsql.sql                          |    3 +-
 horde/scripts/sql/horde_groups.sql                                |    2 +-
 .../upgrades/2010-06-01_horde_groups_autoincrement.mysql.sql      |    1 +
 .../upgrades/2010-06-01_horde_groups_autoincrement.oci8.sql       |    7 +
 .../upgrades/2010-06-01_horde_groups_autoincrement.pgsql.sql      |    2 +
 horde/scripts/upgrades/convert_datatree_groups_to_sql.php         |    3 +-
 horde/services/shares/edit.php                                    |   32 +-
 kronolith/lib/Api.php                                             |   11 +-
 kronolith/lib/Kronolith.php                                       |   44 +-
 kronolith/perms.php                                               |   21 +-
 kronolith/templates/chunks/calendar.php                           |   21 +-
 nag/lib/Api.php                                                   |    4 +-
 nag/lib/Forms/task.php                                            |    3 +-
 nag/lib/Nag.php                                                   |   17 +-
 turba/config/sources.php.dist                                     |    1 -
 turba/lib/Driver/Group.php                                        |    4 +-
 whups/lib/Application.php                                         |    1 -
 whups/lib/Forms/AddComment.php                                    |    2 +-
 whups/lib/Forms/CreateTicket.php                                  |    2 +-
 whups/lib/Forms/EditTicket.php                                    |    4 +-
 whups/lib/Forms/Query.php                                         |   11 +-
 whups/lib/Whups.php                                               |   15 +-
 whups/ticket/queue.php                                            |    2 +-
 whups/ticket/type.php                                             |    2 +-
 60 files changed, 4603 insertions(+), 4630 deletions(-)
 delete mode 100644 framework/Group/Group.php
 delete mode 100644 framework/Group/Group/contactlists.php
 delete mode 100644 framework/Group/Group/hooks.php
 delete mode 100644 framework/Group/Group/kolab.php
 delete mode 100644 framework/Group/Group/ldap.php
 delete mode 100644 framework/Group/Group/mock.php
 delete mode 100644 framework/Group/Group/sql.php
 create mode 100644 framework/Group/lib/Horde/Group.php
 create mode 100644 framework/Group/lib/Horde/Group/ContactListObject.php
 create mode 100644 framework/Group/lib/Horde/Group/Contactlists.php
 create mode 100644 framework/Group/lib/Horde/Group/DataTreeObject.php
 create mode 100644 framework/Group/lib/Horde/Group/Exception.php
 create mode 100644 framework/Group/lib/Horde/Group/Hooks.php
 create mode 100644 framework/Group/lib/Horde/Group/Kolab.php
 create mode 100644 framework/Group/lib/Horde/Group/KolabObject.php
 create mode 100644 framework/Group/lib/Horde/Group/Ldap.php
 create mode 100644 framework/Group/lib/Horde/Group/LdapObject.php
 create mode 100644 framework/Group/lib/Horde/Group/Mock.php
 create mode 100644 framework/Group/lib/Horde/Group/Sql.php
 create mode 100644 framework/Group/lib/Horde/Group/SqlObject.php
 create mode 100644 horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.mysql.sql
 create mode 100644 horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.oci8.sql
 create mode 100644 horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.pgsql.sql

http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r1=78ce5d5d6b0b8d727604f9c8a6717a6a49893d47&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabStorage.php?rt=horde-git&r1=769b289d45be1eca345ea984bfe33c56a074d523&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Perms/Ui.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/contactlists.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/hooks.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/kolab.php?rt=horde-git&r1=8eaef864016080cc32cdfaff0f56e9a9a779a2cd&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/ldap.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/mock.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/Group/sql.php?rt=horde-git&r1=3729c269d5cbd21e849894cac34440684b008d6f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/ContactListObject.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Contactlists.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/DataTreeObject.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Exception.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Hooks.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Kolab.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/KolabObject.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/LdapObject.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Mock.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/Sql.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/framework/Group/lib/Horde/Group/SqlObject.php?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Group/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Datatree.php?rt=horde-git&r1=8d899d2a9375471e7ef8620515281ebb673f0f1e&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=d9c803f49e142b02f456e03b88490a50c0014c39&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=98b43f620ba309fcbbaea82f5eeb72bf32bfa5d7&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=b6422461f93ef14c20c52830caeff86fbab08b3e&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/scripts/sql/horde_groups.mysql.sql?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/scripts/sql/horde_groups.oci8.sql?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/scripts/sql/horde_groups.pgsql.sql?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/scripts/sql/horde_groups.sql?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.mysql.sql?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.oci8.sql?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/co.php/horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.pgsql.sql?rt=horde-git&r=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/scripts/upgrades/convert_datatree_groups_to_sql.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/turba/config/sources.php.dist?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/turba/lib/Driver/Group.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Application.php?rt=horde-git&r1=12e46699f32eb3bf7b8639ad11d56fe85278323b&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Forms/AddComment.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Forms/CreateTicket.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Forms/EditTicket.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Forms/Query.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=e322c3c80fca8144fc226407e5bc697a28a23286
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=e322c3c80fca8144fc226407e5bc697a28a23286

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

commit 81614b2ef11c86926e2f94d9eb723e683923e05e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 1 21:56:32 2010 -0600

    Bug #9069: Fix toggling nav_poll in DIMP

 imp/js/dimpbase.js           |    2 +-
 imp/lib/Ajax/Application.php |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=2a0da09b05d8672debd1e21b1ca52f79eb3232ca&r2=81614b2ef11c86926e2f94d9eb723e683923e05e
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=81614b2ef11c86926e2f94d9eb723e683923e05e




More information about the commits mailing list