[commits] Horde branch master updated. 3ae3920253e12c1528e601cf96a612a7add8d499

Michael M Slusarz slusarz at horde.org
Tue Jul 21 22:27:57 UTC 2009


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

from: 9c27926f60d17e9ddaf03bdc5374054b130e10c4

11bcf28... Fix PATH_INFO determination for base directories on lighttpd
23b25dd... Fix classnames.
67d983d... Remove getLoginScreen().
3ae3920... Horde_Auth rewrite.

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

commit 11bcf282bfd6f513355fef34d7dd1ce52d53c298
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 20 21:18:07 2009 -0600

    Fix PATH_INFO determination for base directories on lighttpd

 framework/Util/lib/Horde/Util.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=b5837a8f778b0d9615bed59f4897e21d70be8f97&r2=11bcf282bfd6f513355fef34d7dd1ce52d53c298

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

commit 23b25dd57d8d21e38a7c4e88645e8d11f2cdf32f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 21 11:31:47 2009 -0600

    Fix classnames.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=4cea110d6f196424e3c7209d28aaa1ced1ce3369&r2=23b25dd57d8d21e38a7c4e88645e8d11f2cdf32f

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

commit 67d983d0edbf674ecd7f763ae386bbef399ad5b1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 14 23:12:33 2009 -0600

    Remove getLoginScreen().

 framework/Auth/lib/Horde/Auth/Application.php |   13 ------------
 framework/Auth/lib/Horde/Auth/Base.php        |   27 +++++-------------------
 framework/Auth/lib/Horde/Auth/Composite.php   |   18 ----------------
 framework/Auth/lib/Horde/Auth/Cyrus.php       |   14 -------------
 framework/Auth/lib/Horde/Auth/Http.php        |   19 -----------------
 5 files changed, 6 insertions(+), 85 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=5cc8158e6ca359c5969ff319b48a7358fbd32a80&r2=67d983d0edbf674ecd7f763ae386bbef399ad5b1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=67d983d0edbf674ecd7f763ae386bbef399ad5b1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Composite.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=67d983d0edbf674ecd7f763ae386bbef399ad5b1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrus.php?rt=horde-git&r1=c518436bfc4d546820363e60a6267dd22ee9a6e1&r2=67d983d0edbf674ecd7f763ae386bbef399ad5b1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Http.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=67d983d0edbf674ecd7f763ae386bbef399ad5b1

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

commit 3ae3920253e12c1528e601cf96a612a7add8d499
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 14 23:09:31 2009 -0600

    Horde_Auth rewrite.
    
    Store data in static class variable instead of globally
    Add getLoginParams()
    Move logout reason string and changepassword code to login page
    Rework session storage of auth information.
    All application-specific auth tasks should now be handled properly by
    both Horde_Auth and Horde_Auth_Application
    Horde_Registry::pushApp() should now do all necessary authentication and
    permissions checking in a single call.

 framework/Auth/lib/Horde/Auth.php             |  567 +++++++++++--------------
 framework/Auth/lib/Horde/Auth/Application.php |   57 ++-
 framework/Auth/lib/Horde/Auth/Base.php        |   99 +++--
 framework/Auth/lib/Horde/Auth/Composite.php   |  143 ++-----
 framework/Auth/lib/Horde/Auth/Cyrsql.php      |    2 +-
 framework/Auth/lib/Horde/Auth/Imap.php        |    2 +-
 framework/Auth/lib/Horde/Auth/Kolab.php       |    7 +-
 framework/Auth/lib/Horde/Auth/Ldap.php        |    2 +-
 framework/Auth/lib/Horde/Auth/Msad.php        |   22 +-
 framework/Auth/lib/Horde/Auth/Sql.php         |    2 +-
 framework/Core/lib/Horde.php                  |   23 +-
 framework/Core/lib/Horde/Registry.php         |   41 ++-
 12 files changed, 443 insertions(+), 524 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=e57680006a7a0c33f08a94e05ebf7c69b486d401&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=67d983d0edbf674ecd7f763ae386bbef399ad5b1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=67d983d0edbf674ecd7f763ae386bbef399ad5b1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Composite.php?rt=horde-git&r1=67d983d0edbf674ecd7f763ae386bbef399ad5b1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrsql.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Imap.php?rt=horde-git&r1=0fc136e3ebde6b0056b16d26116cdd7cd29a5280&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Kolab.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Msad.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Sql.php?rt=horde-git&r1=def290e68df5243289d2217150d7d1bd4c76581c&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=b5837a8f778b0d9615bed59f4897e21d70be8f97&r2=3ae3920253e12c1528e601cf96a612a7add8d499
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=c518436bfc4d546820363e60a6267dd22ee9a6e1&r2=3ae3920253e12c1528e601cf96a612a7add8d499




More information about the commits mailing list