The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: 731c315b836c11d523335d29d0ccc147c9e57068 d2d659a phpdoc 1995205 Add myself as developer of class d56417a [mms] Additional sanity checking when trying to load from cache. 691a1dc We have already done the caching type checks in the constructor 1b7ab48 Released Horde_Autoloader_Cache-2.0.3 df0a28b Development mode for Horde_Autoloader_Cache-2.0.4 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. 86c09b2 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- commit d2d659a25a13c3ab5c3c6e5d98bac72956990100 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:12:25 2013 -0600 phpdoc framework/Autoloader_Cache/bin/horde-autoloader-cache-prune | 6 ++- framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 38 +++++++--- 2 files changed, 31 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/d2d659a25a13c3ab5c3c6e5d98bac72956990100 ----------------------------------------------------------------------- commit 1995205ad2bcddc383f359ec59b945a6c2ff87c0 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:13:26 2013 -0600 Add myself as developer of class framework/Autoloader_Cache/package.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1995205ad2bcddc383f359ec59b945a6c2ff87c0 ----------------------------------------------------------------------- commit d56417a82c0839a852a2718b3a452cedf3b505b2 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:13:56 2013 -0600 [mms] Additional sanity checking when trying to load from cache. framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 11 +++++++---- framework/Autoloader_Cache/package.xml | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/d56417a82c0839a852a2718b3a452cedf3b505b2 ----------------------------------------------------------------------- commit 691a1dcb1c851440d8a823bf3bc4fa67b3e11fec Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:14:13 2013 -0600 We have already done the caching type checks in the constructor framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 17 +++++++----- 1 files changed, 10 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/691a1dcb1c851440d8a823bf3bc4fa67b3e11fec ----------------------------------------------------------------------- commit 1b7ab482215645e8dd8dda780f19c056edd8ab5e Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:23:27 2013 -0600 Released Horde_Autoloader_Cache-2.0.3 framework/Autoloader_Cache/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1b7ab482215645e8dd8dda780f19c056edd8ab5e ----------------------------------------------------------------------- commit df0a28b66cdd7c28da01e74254eb1aa845d8a685 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 11 22:23:27 2013 -0600 Development mode for Horde_Autoloader_Cache-2.0.4 framework/Autoloader_Cache/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/df0a28b66cdd7c28da01e74254eb1aa845d8a685 ----------------------------------------------------------------------- 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 86c09b2e1d21c7e58dae8b91fb1e6730338140ce Merge: 731c315 b39f42e Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 12 09:31:16 2013 -0400 Merge branch 'master' into horde_activesync_3_0 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 + framework/Autoloader_Cache/bin/horde-autoloader-cache-prune | 6 +- framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 66 ++- framework/Autoloader_Cache/package.xml | 31 +- passwd/README | 2 +- passwd/config/backends.php | 212 +++----- passwd/config/hooks.php.dist | 1 + passwd/docs/CHANGES | 1 + passwd/docs/INSTALL | 12 +- passwd/docs/UPGRADING | 4 +- passwd/index.php | 228 +-------- passwd/js/passwd.js | 11 +- passwd/lib/Application.php | 30 +- passwd/lib/Basic.php | 286 +++++++++++ passwd/lib/Driver.php | 41 +- passwd/lib/Driver/Http.php | 66 ++-- passwd/lib/Exception.php | 18 +- passwd/lib/Factory/Driver.php | 90 ++-- passwd/lib/Passwd.php | 106 ---- passwd/lib/Test.php | 40 +- passwd/locale/en/help.xml | 21 +- passwd/package.xml | 16 +- passwd/templates/index.html.php | 34 +- passwd/test/Passwd/Unit/Factory/DriverTest.php | 19 +- 24 files changed, 674 insertions(+), 668 deletions(-) http://git.horde.org/horde-git/-/commit/86c09b2e1d21c7e58dae8b91fb1e6730338140ce -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
