The branch "imp_multiple_accounts" has been updated. The following is a summary of the commits.
from: 8e1dd947c2f882256f9b6e3c199a0a740dae2793 bc92467 Still not fixed in 5.5.3. 25eb932 Fix generating URLs for JavaScript (Bug #12572). 50b21fb Fix address compose links contained in HTML <a> tags when displaying in smartmobile view. dd1b0fc Fix status flag (Bug #12589) e610d04 phpdoc bfd55b1 Revert "[mms] Prevent endless loop when checkExistingAuth() test fails when initializing an application." 3651d57 [mms] Fix regression in authenticating to an application when a session is active. 31a74b6 Use the new emebedded Horde_Session encryption for gollem passwords ca9a9e8 Don't like token secret to Horde_Secret key, since the latter may suddenly change during the session 296a54a Use the built-in session encryption method to store encrypted credentials data af057ff [mms] Fix auto-complete of addresses on the dynamic redirect page. 778263b Fix positioning of checkall header in basic view 4f4253c Only encrypt key if password data exists 60b0aa5 Fix delimiter determination c7fc064 Shot-in-the dark attempt to fix #12614 c61a506 Merge branch 'master' into imp_6_2 2434673 Merge branch 'imp_6_2' into imp_multiple_accounts ----------------------------------------------------------------------- commit bc92467c93f40d48cd8c5ddc75d3bd056318e538 Author: Jan Schneider <[email protected]> Date: Fri Aug 23 09:51:09 2013 +0200 Still not fixed in 5.5.3. .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php | 2 +- .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/bc92467c93f40d48cd8c5ddc75d3bd056318e538 ----------------------------------------------------------------------- commit 25eb932a077ee4fb71bed04c6e87e063a2fac5a0 Author: Jan Schneider <[email protected]> Date: Fri Aug 23 11:48:22 2013 +0200 Fix generating URLs for JavaScript (Bug #12572). framework/Tree/lib/Horde/Tree.php | 1 + imp/lib/Application.php | 4 ++-- imp/lib/Basic/Search.php | 4 +++- imp/lib/Basic/Thread.php | 5 ++++- imp/lib/Dynamic/Mailbox.php | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/25eb932a077ee4fb71bed04c6e87e063a2fac5a0 ----------------------------------------------------------------------- commit 50b21fba0dd81fb82667980e6b3575c4462dca39 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 12:34:48 2013 -0600 Fix address compose links contained in HTML <a> tags when displaying in smartmobile view. imp/lib/Compose/Link.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/50b21fba0dd81fb82667980e6b3575c4462dca39 ----------------------------------------------------------------------- commit dd1b0fc6edc26f27ec3386b789edb5de2087e2c7 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 12:36:45 2013 -0600 Fix status flag (Bug #12589) framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/dd1b0fc6edc26f27ec3386b789edb5de2087e2c7 ----------------------------------------------------------------------- commit e610d04856dc275869669b24de7926660713d0fd Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 13:40:29 2013 -0600 phpdoc framework/Core/lib/Horde/Registry.php | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/e610d04856dc275869669b24de7926660713d0fd ----------------------------------------------------------------------- commit bfd55b19c289ff9384922ebd9de3630327e3ef56 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 13:41:25 2013 -0600 Revert "[mms] Prevent endless loop when checkExistingAuth() test fails when initializing an application." This reverts commit 9e4fe79cfbe1b61653d1e03d0ce13b22caa28911. Conflicts: framework/Core/package.xml framework/Core/lib/Horde/Registry.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bfd55b19c289ff9384922ebd9de3630327e3ef56 ----------------------------------------------------------------------- commit 3651d57436a9eb09145e3a13405f39a6eb59b824 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 13:48:49 2013 -0600 [mms] Fix regression in authenticating to an application when a session is active. framework/Core/lib/Horde/ErrorHandler.php | 4 ++++ framework/Core/package.xml | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3651d57436a9eb09145e3a13405f39a6eb59b824 ----------------------------------------------------------------------- commit 31a74b6fcf0b6e917d10b6b25ffff55cd19f6acd Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 15:01:16 2013 -0600 Use the new emebedded Horde_Session encryption for gollem passwords gollem/lib/Auth.php | 62 +++++++++++++++++++++++++++++++++---------- gollem/lib/Factory/Vfs.php | 5 --- gollem/package.xml | 9 +----- 3 files changed, 48 insertions(+), 28 deletions(-) http://git.horde.org/horde-git/-/commit/31a74b6fcf0b6e917d10b6b25ffff55cd19f6acd ----------------------------------------------------------------------- commit ca9a9e85c768db8969158fe28d9a007d2620c129 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 16:38:26 2013 -0600 Don't like token secret to Horde_Secret key, since the latter may suddenly change during the session framework/Core/lib/Horde/Core/Factory/Token.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ca9a9e85c768db8969158fe28d9a007d2620c129 ----------------------------------------------------------------------- commit 296a54a774f0a9dc79711e6e10ed7aae29d9b39b Author: Michael M Slusarz <[email protected]> Date: Fri Aug 23 16:38:56 2013 -0600 Use the built-in session encryption method to store encrypted credentials data framework/Core/lib/Horde/Registry.php | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/296a54a774f0a9dc79711e6e10ed7aae29d9b39b ----------------------------------------------------------------------- commit af057fffafc5737bcb053afa1371cb0ef1da1ab9 Author: Michael M Slusarz <[email protected]> Date: Sat Aug 24 17:06:23 2013 -0600 [mms] Fix auto-complete of addresses on the dynamic redirect page. imp/docs/CHANGES | 1 + imp/lib/Script/Package/ComposeBase.php | 4 ++-- imp/package.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/af057fffafc5737bcb053afa1371cb0ef1da1ab9 ----------------------------------------------------------------------- commit 778263bc84e78c69891dd6beda2f8244e8e6ca85 Author: Michael M Slusarz <[email protected]> Date: Sat Aug 24 17:08:32 2013 -0600 Fix positioning of checkall header in basic view imp/themes/default/basic/screen.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/778263bc84e78c69891dd6beda2f8244e8e6ca85 ----------------------------------------------------------------------- commit 4f4253cadfc68f451b37effe9c3a29b6eb0fd199 Author: Michael M Slusarz <[email protected]> Date: Sat Aug 24 17:20:55 2013 -0600 Only encrypt key if password data exists imp/lib/Imap/Config.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/4f4253cadfc68f451b37effe9c3a29b6eb0fd199 ----------------------------------------------------------------------- commit 60b0aa5330c33e1eaf0ec466e94520e928804320 Author: Michael M Slusarz <[email protected]> Date: Sun Aug 25 00:35:54 2013 -0600 Fix delimiter determination framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/60b0aa5330c33e1eaf0ec466e94520e928804320 ----------------------------------------------------------------------- commit c7fc064a2a22176ab1ac078a5a6cf908299ce136 Author: Michael M Slusarz <[email protected]> Date: Sun Aug 25 12:48:12 2013 -0600 Shot-in-the dark attempt to fix #12614 framework/Smtp/lib/Horde/Smtp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c7fc064a2a22176ab1ac078a5a6cf908299ce136 ----------------------------------------------------------------------- commit c61a5069da78555868be012937cc688ad1f047f9 Merge: 8c77afd c7fc064 Author: Michael M Slusarz <[email protected]> Date: Sun Aug 25 13:10:13 2013 -0600 Merge branch 'master' into imp_6_2 Conflicts: imp/package.xml framework/Core/lib/Horde/Core/Factory/Token.php | 8 +- framework/Core/lib/Horde/ErrorHandler.php | 4 + framework/Core/lib/Horde/Registry.php | 40 ++-- framework/Core/package.xml | 2 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +- .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php | 2 +- .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php | 2 +- framework/Smtp/lib/Horde/Smtp.php | 2 +- framework/Tree/lib/Horde/Tree.php | 1 + gollem/lib/Auth.php | 62 ++++- gollem/lib/Factory/Vfs.php | 5 - gollem/package.xml | 9 +- imp/docs/CHANGES | 1 + imp/lib/Application.php | 4 +- imp/lib/Basic/Search.php | 4 +- imp/lib/Basic/Thread.php | 5 +- imp/lib/Compose/Link.php | 8 +- imp/lib/Dynamic/Mailbox.php | 4 +- imp/lib/Imap/Config.php | 4 +- imp/lib/Script/Package/ComposeBase.php | 4 +- imp/package.xml | 1 + imp/themes/default/basic/screen.css | 1 + 22 files changed, 109 insertions(+), 68 deletions(-) http://git.horde.org/horde-git/-/commit/c61a5069da78555868be012937cc688ad1f047f9 ----------------------------------------------------------------------- commit 24346736ab1eefee0abe75cbf1d8d9005719cd66 Merge: 8e1dd94 c61a506 Author: Michael M Slusarz <[email protected]> Date: Sun Aug 25 14:04:48 2013 -0600 Merge branch 'imp_6_2' into imp_multiple_accounts framework/Core/lib/Horde/Core/Factory/Token.php | 8 +- framework/Core/lib/Horde/ErrorHandler.php | 4 + framework/Core/lib/Horde/Registry.php | 40 ++-- framework/Core/package.xml | 2 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +- .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php | 2 +- .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php | 2 +- framework/Smtp/lib/Horde/Smtp.php | 2 +- framework/Tree/lib/Horde/Tree.php | 1 + gollem/lib/Auth.php | 62 ++++- gollem/lib/Factory/Vfs.php | 5 - gollem/package.xml | 9 +- imp/docs/CHANGES | 1 + imp/lib/Application.php | 4 +- imp/lib/Basic/Search.php | 4 +- imp/lib/Basic/Thread.php | 5 +- imp/lib/Compose/Link.php | 8 +- imp/lib/Dynamic/Mailbox.php | 4 +- imp/lib/Imap/Config.php | 4 +- imp/lib/Script/Package/ComposeBase.php | 4 +- imp/package.xml | 1 + imp/themes/default/basic/screen.css | 1 + 22 files changed, 109 insertions(+), 68 deletions(-) http://git.horde.org/horde-git/-/commit/24346736ab1eefee0abe75cbf1d8d9005719cd66 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
