[commits] Horde branch master updated. 8833a205a23668ee25146144822b83ea1ecb832f

Michael M Slusarz slusarz at horde.org
Wed Jun 9 07:30:56 UTC 2010


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

from: 2c261e5738688f60099b21d9ff847971d55e6b0e

cac50bf Move passwordChangeRequested() to horde/Core
bb5a553 Move setCredential() and getCredential() to horde/Core
2e249fc Add support for URL anchors to Horde_Url.
3ca2385 Fix typo
912e1a7 Use listApps() to get app list for listAllApps()
8833a20 Improvements to removeUserDataFromAllApplications()

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

commit cac50bfdf296042b7fc6d608c1b7c811c4546513
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 13:15:03 2010 -0600

    Move passwordChangeRequested() to horde/Core

 framework/Auth/lib/Horde/Auth.php     |   10 ----------
 framework/Core/lib/Horde/Registry.php |   10 ++++++++++
 horde/login.php                       |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=cac50bfdf296042b7fc6d608c1b7c811c4546513
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=164a9fcf9b1f135b880c12f0c82b025d2194152c&r2=cac50bfdf296042b7fc6d608c1b7c811c4546513
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=cac50bfdf296042b7fc6d608c1b7c811c4546513

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

commit bb5a553250e937a8e82ecfbd57fd99cc9d777c27
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 13:28:16 2010 -0600

    Move setCredential() and getCredential() to horde/Core
    
    Rename to setAuthCredential() and getAuthCredential() to map
    getAuth()/setAuth() and to distinguish from Horde_Auth_Base's
    [set|get]Credential().

 folks/edit/password.php                                           |    4 +-
 framework/Auth/lib/Horde/Auth.php                                 |   71 ----
 framework/Auth/lib/Horde/Auth/Base.php                            |    2 +-
 framework/Auth/package.xml                                        |    2 -
 framework/Core/lib/Horde/Core/Binder/Mail.php                     |    2 +-
 framework/Core/lib/Horde/Core/Factory/KolabStorage.php            |    2 +-
 framework/Core/lib/Horde/Registry.php                             |   75 ++++-
 .../lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php    |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php |   10 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php            |   10 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php          |    3 +-
 framework/Rpc/lib/Horde/Rpc.php                                   |    2 +-
 gollem/lib/Auth.php                                               |    2 +-
 horde/services/changepassword.php                                 |    2 +-
 imp/config/hooks.php.dist                                         |    2 +-
 imp/lib/Auth.php                                                  |    2 +-
 ingo/lib/Ingo.php                                                 |    4 +-
 koward/lib/Koward.php                                             |    2 +-
 kronolith/calendars/remote_edit.php                               |    2 +-
 kronolith/lib/Application.php                                     |    2 +-
 kronolith/lib/Kronolith.php                                       |    4 +-
 kronolith/lib/Storage/kolab.php                                   |    2 +-
 passwd/lib/Driver/ldap.php                                        |    2 +-
 passwd/lib/Passwd.php                                             |    4 +-
 turba/config/sources.php.dist                                     |    4 +-
 wicked/lib/Sync.php                                               |    2 +-
 27 files changed, 111 insertions(+), 112 deletions(-)

http://git.horde.org/diff.php/folks/edit/password.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=cac50bfdf296042b7fc6d608c1b7c811c4546513&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=302edad7eea3d0031536ea672ca11f2f598b8a4d&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabStorage.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=cac50bfdf296042b7fc6d608c1b7c811c4546513&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=53c5cf65e2a7adf62cb6fa46d1d3e082252aae63&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/passwd/lib/Driver/ldap.php?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/passwd/lib/Passwd.php?rt=horde-git&r1=45733891bd334af239619a1540ecb3271634928c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/turba/config/sources.php.dist?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27
http://git.horde.org/diff.php/wicked/lib/Sync.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=bb5a553250e937a8e82ecfbd57fd99cc9d777c27

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

commit 2e249fccd8e5673ce6d12864fc737b938099b199
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 14:21:35 2010 -0600

    Add support for URL anchors to Horde_Url.

 framework/Url/lib/Horde/Url.php |   24 ++++++++++++++++++++----
 framework/Url/package.xml       |    3 ++-
 2 files changed, 22 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=2e249fccd8e5673ce6d12864fc737b938099b199
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=837be59133c0b29f14d5b97f5a187685dbc1be85&r2=2e249fccd8e5673ce6d12864fc737b938099b199

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

commit 3ca23855548ba2867938643d26e970eeaf2a500b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 16:03:03 2010 -0600

    Fix typo

 horde/login.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=cac50bfdf296042b7fc6d608c1b7c811c4546513&r2=3ca23855548ba2867938643d26e970eeaf2a500b

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

commit 912e1a7f0793e4b54088145a56226d35add52d96
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 22:21:23 2010 -0600

    Use listApps() to get app list for listAllApps()

 framework/Core/lib/Horde/Registry.php |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=912e1a7f0793e4b54088145a56226d35add52d96

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

commit 8833a205a23668ee25146144822b83ea1ecb832f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 8 22:21:58 2010 -0600

    Improvements to removeUserDataFromAllApplications()

 horde/lib/Api.php |   34 +++++++++++++++-------------------
 1 files changed, 15 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=8833a205a23668ee25146144822b83ea1ecb832f




More information about the commits mailing list