The branch "master" has been updated. The following is a summary of the commits.
from: 2a21007c4f6c7c256838384f2fa2445173aecba9 33bbf13 Fix signups, and update style on signup and reset password pages to match the login page (Bug #9856, partially from Ian Roth <[email protected]>). 4e565a7 Fix powered-by image to use Horde_Themes, to avoid path problems ----------------------------------------------------------------------- commit 33bbf13f4e69c0dd1d9907190c7860de2c5705d1 Author: Chuck Hagenbuch <[email protected]> Date: Sun Apr 10 16:50:40 2011 -0400 Fix signups, and update style on signup and reset password pages to match the login page (Bug #9856, partially from Ian Roth <[email protected]>). framework/Core/lib/Horde/Core/Auth/Signup/Base.php | 22 +-- framework/Core/lib/Horde/Core/Auth/Signup/Form.php | 16 ++- framework/Core/lib/Horde/Core/Auth/Signup/Sql.php | 5 +- framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php | 17 +- framework/Core/lib/Horde/Core/Ui/ModalFormRenderer.php | 128 +++++++++++++++ framework/Core/package.xml | 3 + horde/docs/CHANGES | 2 + horde/login.php | 2 +- horde/services/resetpassword.php | 12 +- horde/signup.php | 5 +- horde/templates/login/login.inc | 4 +- horde/templates/login/resetpassword.inc | 9 + horde/templates/login/signup.inc | 9 + horde/themes/default/screen.css | 28 ++- 14 files changed, 213 insertions(+), 49 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Ui/ModalFormRenderer.php create mode 100644 horde/templates/login/resetpassword.inc create mode 100644 horde/templates/login/signup.inc http://git.horde.org/horde-git/-/commit/33bbf13f4e69c0dd1d9907190c7860de2c5705d1 ----------------------------------------------------------------------- commit 4e565a7afe6da2bcc7390738d3587bc34d69d455 Author: Chuck Hagenbuch <[email protected]> Date: Sun Apr 10 16:55:07 2011 -0400 Fix powered-by image to use Horde_Themes, to avoid path problems horde/config/motd.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/4e565a7afe6da2bcc7390738d3587bc34d69d455 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
