The branch "master" has been updated. The following is a summary of the commits.
from: 463f46d7eaf622e5afa68369f26488ac32081760 a787501 Update script names. e7d1fb4 Style e6ba996 public 96ba319 Move JS out of template. f7d819c Convert template to Horde_View. fa86c69 Require Horde_Core 1.3.0. 921fb84 Update file list. 5ed74d2 Update locales. a1bc56f Enable strength test by default. d60a7e3 Move password checks to Horde_Auth. ----------------------------------------------------------------------- commit a787501c915f2925952b65eb4ab1b4b78a73fd34 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 22:31:16 2011 +0200 Update script names. passwd/config/backends.php | 7 +- passwd/docs/INSTALL | 6 +- passwd/package.xml | 45 +++++- passwd/scripts/kpasswd_expect | 58 ------- passwd/scripts/passwd-expect | 268 +++++++++++++++++++++++++++++++++ passwd/scripts/passwd-expect-kerberos | 58 +++++++ passwd/scripts/passwd_expect | 268 --------------------------------- 7 files changed, 370 insertions(+), 340 deletions(-) delete mode 100755 passwd/scripts/kpasswd_expect create mode 100644 passwd/scripts/passwd-expect create mode 100644 passwd/scripts/passwd-expect-kerberos delete mode 100755 passwd/scripts/passwd_expect http://git.horde.org/horde-git/-/commit/a787501c915f2925952b65eb4ab1b4b78a73fd34 ----------------------------------------------------------------------- commit e7d1fb4cba681071311588dd03f514e006842703 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 22:37:45 2011 +0200 Style passwd/config/backends.php | 331 ++++++++++++++++++++++---------------------- 1 files changed, 166 insertions(+), 165 deletions(-) http://git.horde.org/horde-git/-/commit/e7d1fb4cba681071311588dd03f514e006842703 ----------------------------------------------------------------------- commit e6ba9969e9ccfaffd1a9326af912a386c3c888c2 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 22:38:38 2011 +0200 public passwd/config/hooks.php.dist | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e6ba9969e9ccfaffd1a9326af912a386c3c888c2 ----------------------------------------------------------------------- commit 96ba3192445d93b047072cb1f6e2d6ed83a34df1 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 23:00:02 2011 +0200 Move JS out of template. passwd/index.php | 12 ++++++++- passwd/js/passwd.js | 28 ++++++++++++++++++++ passwd/templates/main/main.inc | 55 ++++----------------------------------- 3 files changed, 45 insertions(+), 50 deletions(-) create mode 100644 passwd/js/passwd.js http://git.horde.org/horde-git/-/commit/96ba3192445d93b047072cb1f6e2d6ed83a34df1 ----------------------------------------------------------------------- commit f7d819c54a4a6b5decfc432be1495f0f01aaee3a Author: Jan Schneider <[email protected]> Date: Tue Sep 27 23:37:16 2011 +0200 Convert template to Horde_View. passwd/index.php | 58 +++++++++++++++++----- passwd/lib/Application.php | 7 +++ passwd/templates/index.html.php | 89 +++++++++++++++++++++++++++++++++ passwd/templates/main/main.inc | 103 --------------------------------------- 4 files changed, 140 insertions(+), 117 deletions(-) create mode 100644 passwd/templates/index.html.php delete mode 100644 passwd/templates/main/main.inc http://git.horde.org/horde-git/-/commit/f7d819c54a4a6b5decfc432be1495f0f01aaee3a ----------------------------------------------------------------------- commit fa86c69692d69dad2a34c8589a54fd04a31f468f Author: Jan Schneider <[email protected]> Date: Tue Sep 27 23:38:26 2011 +0200 Require Horde_Core 1.3.0. passwd/package.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fa86c69692d69dad2a34c8589a54fd04a31f468f ----------------------------------------------------------------------- commit 921fb84a7ef65d658935d031d22d07aeb7d1c330 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 23:38:59 2011 +0200 Update file list. passwd/package.xml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/921fb84a7ef65d658935d031d22d07aeb7d1c330 ----------------------------------------------------------------------- commit 5ed74d2f61c3d05a1ff39bccae809e8173308e65 Author: Jan Schneider <[email protected]> Date: Tue Sep 27 23:41:12 2011 +0200 Update locales. sesha/locale/es/LC_MESSAGES/sesha.mo | Bin 0 -> 156330 bytes sesha/locale/es/LC_MESSAGES/sesha.po | 491 ++++++++++++++++++++++++++++++ sesha/locale/es_ES/LC_MESSAGES/sesha.mo | Bin 156330 -> 0 bytes sesha/locale/lt/LC_MESSAGES/sesha.mo | Bin 0 -> 145678 bytes sesha/locale/lt/LC_MESSAGES/sesha.po | 485 ++++++++++++++++++++++++++++++ sesha/locale/lt_LT/LC_MESSAGES/sesha.mo | Bin 145678 -> 0 bytes sesha/po/README | 1 - sesha/po/es_ES.po | 491 ------------------------------ sesha/po/lt_LT.po | 485 ------------------------------ sesha/po/sesha.pot | 500 ------------------------------- 10 files changed, 976 insertions(+), 1477 deletions(-) create mode 100644 sesha/locale/es/LC_MESSAGES/sesha.mo create mode 100644 sesha/locale/es/LC_MESSAGES/sesha.po delete mode 100644 sesha/locale/es_ES/LC_MESSAGES/sesha.mo create mode 100644 sesha/locale/lt/LC_MESSAGES/sesha.mo create mode 100644 sesha/locale/lt/LC_MESSAGES/sesha.po delete mode 100644 sesha/locale/lt_LT/LC_MESSAGES/sesha.mo delete mode 100644 sesha/po/README delete mode 100644 sesha/po/es_ES.po delete mode 100644 sesha/po/lt_LT.po delete mode 100644 sesha/po/sesha.pot http://git.horde.org/horde-git/-/commit/5ed74d2f61c3d05a1ff39bccae809e8173308e65 ----------------------------------------------------------------------- commit a1bc56fd65a81c1276ab91b7c218aa163b0198e0 Author: Jan Schneider <[email protected]> Date: Wed Sep 28 00:25:42 2011 +0200 Enable strength test by default. passwd/config/conf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a1bc56fd65a81c1276ab91b7c218aa163b0198e0 ----------------------------------------------------------------------- commit d60a7e301e83012e8460c4aad7cff61761c83790 Author: Jan Schneider <[email protected]> Date: Wed Sep 28 00:32:16 2011 +0200 Move password checks to Horde_Auth. framework/Auth/lib/Horde/Auth.php | 131 +++++++++++++++++++- framework/Auth/lib/Horde/Auth/Translation.php | 49 ++++++++ framework/Auth/locale/Horde_Auth.pot | 92 ++++++++++++++ framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo | Bin 0 -> 2897 bytes framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po | 94 ++++++++++++++ framework/Auth/package.xml | 23 ++-- passwd/config/backends.php | 2 +- passwd/index.php | 99 ++------------- passwd/package.xml | 7 + 9 files changed, 397 insertions(+), 100 deletions(-) create mode 100644 framework/Auth/lib/Horde/Auth/Translation.php create mode 100644 framework/Auth/locale/Horde_Auth.pot create mode 100644 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo create mode 100644 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po http://git.horde.org/horde-git/-/commit/d60a7e301e83012e8460c4aad7cff61761c83790 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
