The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 67806ee4eb1f9a7b7cd4d502aec551b37ceb8bad 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 452c9d6 fix globals 37c9c43 help file tweaks 3151047 Correct populate username field 1b14d2a phpdoc b4db1c8 [mms] Http driver now uses Horde_Http_Client. b39f42e Define the $flags array before we use it. ce97635 Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches. 1cbfe2b Fix undefined variable 106e284 Bug #12109: Fix log level for WARN 2de95f9 Bug #12109: Workaround broken log priority in Horde <= 5.0.5 a1d097a Missing break 927c54c phpdoc 3958d62 doc fixes 0c72704 _loaded variable not needed a148d81 phpdoc 43f9253 [mms] Add option to destroy Horde session after changing password (Bug #11766). d7d30b5 Update password drivers. da458cd Add better logout message (Bug #11766) dda9fb0 typos 805fced phpdoc 60919e7 Passwd tests now pass 652125a Disable all backends by default 4412026 doc tweaks cbf8f5a Fix some more typos 60bc87c Guess I will become an active developer, if just to push the H5 versions out the door 161047b Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- 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 ----------------------------------------------------------------------- commit 452c9d6aaa4bd2b3415731fecec385425b590ae2 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:18:16 2013 -0600 fix globals passwd/lib/Basic.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/452c9d6aaa4bd2b3415731fecec385425b590ae2 ----------------------------------------------------------------------- commit 37c9c43d4d0369ccb2a083cb3582d28224dd5a20 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:20:15 2013 -0600 help file tweaks passwd/locale/en/help.xml | 21 +++++---------------- passwd/templates/index.html.php | 10 +++++----- 2 files changed, 10 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/37c9c43d4d0369ccb2a083cb3582d28224dd5a20 ----------------------------------------------------------------------- commit 31510470ea6d2dd60af9e4e57773243d77c335d8 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:24:50 2013 -0600 Correct populate username field passwd/lib/Basic.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/31510470ea6d2dd60af9e4e57773243d77c335d8 ----------------------------------------------------------------------- commit 1b14d2a4e5a92b96db21b1c4e97c5d20dfff9e3d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:43:30 2013 -0600 phpdoc passwd/lib/Driver/Http.php | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/1b14d2a4e5a92b96db21b1c4e97c5d20dfff9e3d ----------------------------------------------------------------------- commit b4db1c8b0204c4f44ea85278a972df17f66607aa Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 02:45:03 2013 -0600 [mms] Http driver now uses Horde_Http_Client. passwd/docs/CHANGES | 1 + passwd/lib/Driver/Http.php | 37 ++++++++++++++++--------------------- passwd/lib/Test.php | 5 ----- passwd/package.xml | 8 ++++++++ 4 files changed, 25 insertions(+), 26 deletions(-) http://git.horde.org/horde-git/-/commit/b4db1c8b0204c4f44ea85278a972df17f66607aa ----------------------------------------------------------------------- commit b39f42e6846dafe3dc6cfdb41f61b7cd84ccbd1e Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 12 08:59:34 2013 -0400 Define the $flags array before we use it. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/b39f42e6846dafe3dc6cfdb41f61b7cd84ccbd1e ----------------------------------------------------------------------- commit ce976355580b687cda689e07495b285eec751110 Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 12 11:05:21 2013 -0400 Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches. framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 2 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ce976355580b687cda689e07495b285eec751110 ----------------------------------------------------------------------- commit 1cbfe2b71c698fa4cadead7a367696586b8db12a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:39:50 2013 -0600 Fix undefined variable framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1cbfe2b71c698fa4cadead7a367696586b8db12a ----------------------------------------------------------------------- commit 106e284ef212338d6a4a8f25f0162d91b597b20a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:48:28 2013 -0600 Bug #12109: Fix log level for WARN horde/config/conf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/106e284ef212338d6a4a8f25f0162d91b597b20a ----------------------------------------------------------------------- commit 2de95f9a8d3374d495a5548ac4da75f77b9b77a2 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:50:41 2013 -0600 Bug #12109: Workaround broken log priority in Horde <= 5.0.5 framework/Core/lib/Horde/Core/Factory/Logger.php | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2de95f9a8d3374d495a5548ac4da75f77b9b77a2 ----------------------------------------------------------------------- commit a1d097a63350524229ba38e169bbb9f6154047f8 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 14:47:11 2013 -0600 Missing break framework/Core/lib/Horde/Core/Factory/Logger.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a1d097a63350524229ba38e169bbb9f6154047f8 ----------------------------------------------------------------------- commit 927c54c0e391c610358ce39f5f5774614780e2b2 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:21:13 2013 -0600 phpdoc horde/lib/Api.php | 52 +++++++++++++++++++++++++++++++++++----------------- 1 files changed, 35 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/927c54c0e391c610358ce39f5f5774614780e2b2 ----------------------------------------------------------------------- commit 3958d621be9a378e6955306cc6a5d8e433451b66 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:24:26 2013 -0600 doc fixes passwd/config/backends.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/3958d621be9a378e6955306cc6a5d8e433451b66 ----------------------------------------------------------------------- commit 0c72704b07076e1a0ce1cf030a71620f191c3c3a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:46:31 2013 -0600 _loaded variable not needed passwd/lib/Driver/Composite.php | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/0c72704b07076e1a0ce1cf030a71620f191c3c3a ----------------------------------------------------------------------- commit a148d814f2ae3bd2debee53588a6e2bd8acbdea6 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:50:14 2013 -0600 phpdoc passwd/config/backends.php | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/a148d814f2ae3bd2debee53588a6e2bd8acbdea6 ----------------------------------------------------------------------- commit 43f9253c42bfe053a64f3dc8386048626936e367 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 16:53:41 2013 -0600 [mms] Add option to destroy Horde session after changing password (Bug #11766). passwd/config/backends.php | 7 ++++--- passwd/docs/CHANGES | 1 + passwd/docs/UPGRADING | 15 +++++++++++++++ passwd/lib/Basic.php | 9 ++++----- passwd/package.xml | 1 + 5 files changed, 25 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/43f9253c42bfe053a64f3dc8386048626936e367 ----------------------------------------------------------------------- commit d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 16:54:46 2013 -0600 Update password drivers. Remove userdn hook - better as a config option in backends.php Fix username hook - userid should be modified at the time changePassword is called so this works more transparently with the composite driver. fix phpdoc passwd/config/backends.php | 6 ++- passwd/config/hooks.php.dist | 64 +++++------------ passwd/docs/UPGRADING | 12 +++- passwd/lib/Basic.php | 12 +--- passwd/lib/Driver.php | 32 +++++++-- passwd/lib/Driver/Adsi.php | 45 +++++++----- passwd/lib/Driver/Composite.php | 80 ++++++++++------------ passwd/lib/Driver/Expect.php | 47 +++++++------ passwd/lib/Driver/Expectpecl.php | 116 ++++++++++++++++++------------- passwd/lib/Driver/Horde.php | 44 +++++++----- passwd/lib/Driver/Http.php | 11 ++-- passwd/lib/Driver/Kolab.php | 50 ++++++++------ passwd/lib/Driver/Ldap.php | 142 ++++++++++++++++++-------------------- passwd/lib/Driver/Pine.php | 141 +++++++++++++++++-------------------- passwd/lib/Driver/Poppassd.php | 76 +++++++++++--------- passwd/lib/Driver/Procopen.php | 45 +++++++------ passwd/lib/Driver/Pspasswd.php | 56 ++++++++------- passwd/lib/Driver/Servuftp.php | 77 ++++++++++++++------- passwd/lib/Driver/Smbldap.php | 66 +++++++++--------- passwd/lib/Driver/Smbpasswd.php | 64 +++++++++-------- passwd/lib/Driver/Soap.php | 56 ++++++++-------- passwd/lib/Driver/Sql.php | 124 ++++++++++++++++----------------- passwd/lib/Driver/Vmailmgr.php | 36 +++++----- passwd/lib/Driver/Vpopmail.php | 119 ++++++++++++++++---------------- 24 files changed, 783 insertions(+), 738 deletions(-) http://git.horde.org/horde-git/-/commit/d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e ----------------------------------------------------------------------- commit da458cde92a2bddaff217cd1124ae3243a038b6e Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 17:07:37 2013 -0600 Add better logout message (Bug #11766) passwd/lib/Basic.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/da458cde92a2bddaff217cd1124ae3243a038b6e ----------------------------------------------------------------------- commit dda9fb0131d1bd4f8e72bb02fc24b58f74fe1159 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 20:59:40 2013 -0600 typos passwd/lib/Driver.php | 2 +- passwd/lib/Driver/Kolab.php | 2 +- passwd/lib/Driver/Ldap.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/dda9fb0131d1bd4f8e72bb02fc24b58f74fe1159 ----------------------------------------------------------------------- commit 805fcedc406de3f6c170568f2c604eb65226e67d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 20:59:51 2013 -0600 phpdoc passwd/lib/Driver/Sql.php | 12 ++++++------ passwd/lib/Factory/Driver.php | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/805fcedc406de3f6c170568f2c604eb65226e67d ----------------------------------------------------------------------- commit 60919e7bbc92f3330fc2e81e6bcae04f943cd178 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:03:57 2013 -0600 Passwd tests now pass passwd/lib/Driver/Null.php | 31 ++++++++++ passwd/lib/Factory/Driver.php | 73 +++++++++++++++--------- passwd/package.xml | 4 +- passwd/test/Passwd/Autoload.php | 10 +-- passwd/test/Passwd/TestCase.php | 39 +------------ passwd/test/Passwd/Unit/Driver/SqlTest.php | 39 +++++++++--- passwd/test/Passwd/Unit/Factory/DriverTest.php | 57 ++++++++++-------- 7 files changed, 146 insertions(+), 107 deletions(-) create mode 100644 passwd/lib/Driver/Null.php http://git.horde.org/horde-git/-/commit/60919e7bbc92f3330fc2e81e6bcae04f943cd178 ----------------------------------------------------------------------- commit 652125a077b4e329be57fc53e5badb19123caaa9 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:07:05 2013 -0600 Disable all backends by default There is no expectation (and there should not be) that passwd is going to work out-of-the box. passwd/config/backends.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/652125a077b4e329be57fc53e5badb19123caaa9 ----------------------------------------------------------------------- commit 44120266bb54611ec4e48548b5f302e28037afc4 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:07:45 2013 -0600 doc tweaks passwd/config/backends.php | 12 ++++++------ passwd/lib/Driver/Expect.php | 4 ++-- passwd/lib/Driver/Expectpecl.php | 2 +- passwd/lib/Driver/Horde.php | 4 ++-- passwd/lib/Driver/Soap.php | 2 +- passwd/lib/Driver/Vpopmail.php | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/44120266bb54611ec4e48548b5f302e28037afc4 ----------------------------------------------------------------------- commit cbf8f5a6fbd42d8f7c91a09a377971202c85f215 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 22:07:44 2013 -0600 Fix some more typos passwd/lib/Basic.php | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/cbf8f5a6fbd42d8f7c91a09a377971202c85f215 ----------------------------------------------------------------------- commit 60bc87c37d034b33ec81952bcaec551e09eb8077 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 22:50:11 2013 -0600 Guess I will become an active developer, if just to push the H5 versions out the door Apologies to Eric and/or Chuck if they still want to be listed as maintainers. Neither has done anything here for several years so I have to figure that counts for something. passwd/docs/CREDITS | 6 ++++-- passwd/package.xml | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/60bc87c37d034b33ec81952bcaec551e09eb8077 ----------------------------------------------------------------------- commit 161047ba95f193f7aa96c41507daae03a4481817 Merge: 67806ee 60bc87c Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 23:55:08 2013 -0600 Merge branch 'master' into imp_6_1 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 + framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 2 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 1 + framework/Core/lib/Horde/Core/Factory/Logger.php | 15 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +- horde/config/conf.xml | 2 +- horde/lib/Api.php | 52 ++- passwd/README | 2 +- passwd/config/backends.php | 233 ++++------ passwd/config/hooks.php.dist | 63 +-- passwd/docs/CHANGES | 2 + passwd/docs/CREDITS | 6 +- passwd/docs/INSTALL | 12 +- passwd/docs/UPGRADING | 31 +- passwd/index.php | 228 +--------- passwd/js/passwd.js | 11 +- passwd/lib/Application.php | 30 +- passwd/lib/Basic.php | 282 ++++++++++++ passwd/lib/Driver.php | 69 ++- passwd/lib/Driver/Adsi.php | 45 +- passwd/lib/Driver/Composite.php | 93 ++--- passwd/lib/Driver/Expect.php | 47 +- passwd/lib/Driver/Expectpecl.php | 116 +++-- passwd/lib/Driver/Horde.php | 44 +- passwd/lib/Driver/Http.php | 69 ++-- passwd/lib/Driver/Kolab.php | 52 ++- passwd/lib/Driver/Ldap.php | 144 +++--- passwd/lib/Driver/Null.php | 31 ++ passwd/lib/Driver/Pine.php | 141 +++--- passwd/lib/Driver/Poppassd.php | 76 ++-- passwd/lib/Driver/Procopen.php | 45 +- passwd/lib/Driver/Pspasswd.php | 56 ++-- passwd/lib/Driver/Servuftp.php | 77 ++- passwd/lib/Driver/Smbldap.php | 66 ++-- passwd/lib/Driver/Smbpasswd.php | 64 ++-- passwd/lib/Driver/Soap.php | 56 ++-- passwd/lib/Driver/Sql.php | 132 +++--- passwd/lib/Driver/Vmailmgr.php | 36 +- passwd/lib/Driver/Vpopmail.php | 119 +++--- passwd/lib/Exception.php | 18 +- passwd/lib/Factory/Driver.php | 97 +++-- passwd/lib/Passwd.php | 106 ----- passwd/lib/Test.php | 40 +- passwd/locale/en/help.xml | 21 +- passwd/package.xml | 25 +- passwd/templates/index.html.php | 34 +- passwd/test/Passwd/Autoload.php | 10 +- passwd/test/Passwd/TestCase.php | 39 +-- passwd/test/Passwd/Unit/Driver/SqlTest.php | 39 ++- passwd/test/Passwd/Unit/Factory/DriverTest.php | 68 ++-- 50 files changed, 1569 insertions(+), 1483 deletions(-) http://git.horde.org/horde-git/-/commit/161047ba95f193f7aa96c41507daae03a4481817 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
