The branch "master" has been updated. The following is a summary of the commits.
from: df0a28b66cdd7c28da01e74254eb1aa845d8a685 56d58e8 Various documentation updates 17b32c8 tweaks/coding style 3d6bdf8 doc ef14017 not needed 6a4d750 Move display code into separate library ed9d32a Move loading of backends config to factory ----------------------------------------------------------------------- commit 56d58e80d97b414731b54cd8ea2afd9367665e14 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 00:32:13 2013 -0600 Various documentation updates passwd/README | 2 +- passwd/config/backends.php | 212 ++++++++++++++++-------------------------- passwd/config/hooks.php.dist | 1 + passwd/docs/INSTALL | 12 +- passwd/docs/UPGRADING | 4 +- passwd/index.php | 13 ++- passwd/js/passwd.js | 9 ++- passwd/lib/Application.php | 30 ++++-- passwd/lib/Driver.php | 23 +++-- passwd/lib/Exception.php | 18 +++- passwd/lib/Passwd.php | 20 +++- passwd/lib/Test.php | 17 +++- 12 files changed, 186 insertions(+), 175 deletions(-) http://git.horde.org/horde-git/-/commit/56d58e80d97b414731b54cd8ea2afd9367665e14 ----------------------------------------------------------------------- commit 17b32c84b01a1697c90dbf9113febf6cb77385fd Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 00:53:51 2013 -0600 tweaks/coding style passwd/lib/Driver.php | 18 ++++++++++-------- passwd/lib/Test.php | 18 +----------------- 2 files changed, 11 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/17b32c84b01a1697c90dbf9113febf6cb77385fd ----------------------------------------------------------------------- commit 3d6bdf8bcdce80b33fc5cece88830f72336dc878 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 00:59:35 2013 -0600 doc passwd/lib/Passwd.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3d6bdf8bcdce80b33fc5cece88830f72336dc878 ----------------------------------------------------------------------- commit ef140171925bd0724e63272b449ffcb400323901 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 00:59:40 2013 -0600 not needed passwd/lib/Passwd.php | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/ef140171925bd0724e63272b449ffcb400323901 ----------------------------------------------------------------------- commit 6a4d750c2ef00dbfa495e9a21f802395e390380d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 01:56:01 2013 -0600 Move display code into separate library passwd/index.php | 219 ++------------------------- passwd/js/passwd.js | 2 + passwd/lib/Basic.php | 318 +++++++++++++++++++++++++++++++++++++++ passwd/lib/Passwd.php | 108 ------------- passwd/package.xml | 8 +- passwd/templates/index.html.php | 34 ++-- 6 files changed, 351 insertions(+), 338 deletions(-) create mode 100644 passwd/lib/Basic.php delete mode 100644 passwd/lib/Passwd.php http://git.horde.org/horde-git/-/commit/6a4d750c2ef00dbfa495e9a21f802395e390380d ----------------------------------------------------------------------- commit ed9d32afed9018bc66bfed7cfb9ffe09aa60df6e Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:07:36 2013 -0600 Move loading of backends config to factory passwd/lib/Basic.php | 36 +--------- passwd/lib/Factory/Driver.php | 90 +++++++++++++---------- passwd/test/Passwd/Unit/Factory/DriverTest.php | 19 ++---- 3 files changed, 58 insertions(+), 87 deletions(-) http://git.horde.org/horde-git/-/commit/ed9d32afed9018bc66bfed7cfb9ffe09aa60df6e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
