[commits] Horde branch master updated. 87d84ffd490f506ec7799b116e9f47f1975e32f6

Michael M Slusarz slusarz at horde.org
Tue May 25 23:41:39 UTC 2010


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

from: 4484a419f075ca63878d1fb7a746a29b2eb945d7

52352ed Moved Auth signup code to horde/Core
87d84ff Use the globally cached version, at least for now

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

commit 52352ed01e112bd6ae1eb124cef79c5f533faf18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 25 17:10:09 2010 -0600

    Moved Auth signup code to horde/Core

 folks/account/signup.php                                |    4 +-
 framework/Auth/lib/Horde/Auth/Signup.php                |  303 ------------
 framework/Auth/lib/Horde/Auth/Signup/Sql.php            |  362 ---------------
 framework/Auth/package.xml                              |    9 +-
 framework/Core/lib/Horde/Core/Auth/Signup.php           |   42 ++
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php      |  165 +++++++
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php      |   83 ++++
 framework/Core/lib/Horde/Core/Auth/Signup/Null.php      |   70 +++
 framework/Core/lib/Horde/Core/Auth/Signup/Sql.php       |  162 +++++++
 framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php |   87 ++++
 framework/Core/lib/Horde/Core/Binder/AuthSignup.php     |   22 +
 framework/Core/lib/Horde/Registry.php                   |    1 +
 framework/Core/package.xml                              |   25 +-
 horde/admin/signup_confirm.php                          |    8 +-
 horde/admin/user.php                                    |    2 +-
 horde/signup.php                                        |   10 +-
 16 files changed, 671 insertions(+), 684 deletions(-)
 delete mode 100644 framework/Auth/lib/Horde/Auth/Signup.php
 delete mode 100644 framework/Auth/lib/Horde/Auth/Signup/Sql.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup/Base.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup/Form.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup/Null.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup/Sql.php
 create mode 100644 framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/AuthSignup.php

http://git.horde.org/diff.php/folks/account/signup.php?rt=horde-git&r1=65eb83893c803e8976691331da950f5c07536c93&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Signup.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Signup/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=f7705e9aa8b544ad596d2700c9816b1fa9a94582&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup/Base.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup/Form.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup/Null.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/AuthSignup.php?rt=horde-git&r=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=52352ed01e112bd6ae1eb124cef79c5f533faf18

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

commit 87d84ffd490f506ec7799b116e9f47f1975e32f6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 25 17:21:20 2010 -0600

    Use the globally cached version, at least for now

 framework/Auth/lib/Horde/Auth.php |   24 ++----------------------
 1 files changed, 2 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=540b75239a5988f087ed44521b8dd3236a26057e&r2=87d84ffd490f506ec7799b116e9f47f1975e32f6




More information about the commits mailing list