The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: 81306e492e9bd69d1b148100feb8c8299f8e6ff7 687d911 Use Horde_Shutdown_Task when possible 9c32c41 [jan] Don't set default value for TEXT column. da025d4 Horde_Smtp is a required dependency. ad96aa8 [jan] Hide citings in comments by default. 3688d8c Fix 'activesync_replyposition' pref readout fb5ad87 No need for this parameter, this is Core, we can always get from prefs. a0c3eae BFN 9baec44 ActiveSync import: Fix timezones for exceptions of recurring all day events d2f35d2 No need to clone the date here. 1c7b9e1 Set timezone if the timezone sent from device is not the local default. fca899c Bug: 12630 Must set timezone on exceptionoriginaldate too. bf9a9ad Carry over event's title and body if the exception does not contain it. 28d3cff BFN 757973c Released Horde_ActiveSync-2.7.0 ffd9f00 Development mode for Horde_ActiveSync-2.7.1 0bb0a1a Need to explicitly output the script, nothing was sent yet. a191758 BFN 1e8661c Fix autogeneration of watermarks on upload. 2e22266 Need to reset tracker if using POP3 3911cd5 [mms] Fix parsing continuation requests sent in SASL AUTH command (RFC 5034). bc55e79 [mms] Workaround servers who don't advertise UIDL until after authentication. 756e4f7 Fix detecting EAS version on clients that only support 14.0 5d99d13 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. eaf4a9f Fix class name fdbd187 ws c7dd7e8 Don't allow drag/drop or paste to HTML signature input 1dbba90 Log this b377552 This actually *was* supposed to be ->properties. b5a4183 No longer needed. 128db40 Fully support X509 certificates for ActiveSync. 5ce02c3 CHANGES 46c7dc3 Released Horde_ActiveSync-2.7.1 eee18f6 Development mode for Horde_ActiveSync-2.7.2 de23b98 Released Horde_Auth-2.1.0 98c6d99 Development mode for Horde_Auth-2.1.1 704119c Released Horde_Core-2.8.0 28d72fe Development mode for Horde_Core-2.8.1 89fa61b Released Horde_Kolab_Format-2.0.4 a0ab4b0 Development mode for Horde_Kolab_Format-2.0.5 e89418b Released Horde_Queue-1.1.1 b3511c6 Development mode for Horde_Queue-1.1.2 e2097bd Released Horde_Smtp-1.2.1 7e959bd Development mode for Horde_Smtp-1.2.2 fed4301 Released Horde_Support-2.1.1 58d2c70 Development mode for Horde_Support-2.1.2 33bb463 Always try to send up to the WINDOW_SIZE, even if there were errors. 5ec3cda Allow for auto-updating framework library version values in release process. 21fe136 Update version a87378c Revert "Allow for auto-updating framework library version values in release process." e97ae9b Replace task for library version. 4e43b6d Log the library version. 0d7cbba No need to enclose in '@' 9e77217 Don't track MAXIMUM_SYNCKEY_COUNTER for now. 201f391 cs a12f838 CHANGES bedf0e8 Prepare releases. 14c3858 Default to highest supported. 2c8fb27 Fix incorrect policy key, that caused the loss of the encryption policy. 24826fd Return values for these policies as well. c44de89 Versions are inclusive, need >= here, not just ==. 8489320 CHANGES aea2ab5 This belongs in Horde_ActiveSync da61550 Released Horde_ActiveSync-2.7.2 fe9b094 Development mode for Horde_ActiveSync-2.7.3 b03208c Merge branch 'master' into imp_6_2 ----------------------------------------------------------------------- commit 687d911abd305ac0015f30695b2ce29b2b53eb6b Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 21:59:14 2013 -0600 Use Horde_Shutdown_Task when possible framework/Core/lib/Horde/Core/Factory/ThemesCache.php | 8 ++++---- framework/Core/lib/Horde/Registry.php | 4 ++-- framework/Core/lib/Horde/Registry/Application.php | 12 ++++++++++-- framework/Core/lib/Horde/Session/Null.php | 12 ++++++++++-- 4 files changed, 26 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/687d911abd305ac0015f30695b2ce29b2b53eb6b ----------------------------------------------------------------------- commit 9c32c4146793481f028893e21423726adceaa6cd Author: Jan Schneider <[email protected]> Date: Fri Aug 30 11:06:44 2013 +0200 [jan] Don't set default value for TEXT column. At least MySQL 5.6 chokes on it. .../Queue/migration/Horde/Queue/1_horde_queue_base_tables.php | 2 +- framework/Queue/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/9c32c4146793481f028893e21423726adceaa6cd ----------------------------------------------------------------------- commit da025d4ced6dbefa8551df04e6ae023314235755 Author: Jan Schneider <[email protected]> Date: Fri Aug 30 12:07:08 2013 +0200 Horde_Smtp is a required dependency. framework/Core/package.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/da025d4ced6dbefa8551df04e6ae023314235755 ----------------------------------------------------------------------- commit ad96aa8222d281186237f06f92c28599cd15442f Author: Jan Schneider <[email protected]> Date: Fri Aug 30 08:53:54 2013 -0400 [jan] Hide citings in comments by default. whups/docs/CHANGES | 1 + whups/lib/Form/Renderer/Comment.php | 2 +- whups/package.xml | 2 ++ 3 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ad96aa8222d281186237f06f92c28599cd15442f ----------------------------------------------------------------------- commit 3688d8c13448e002c04b80e8491cedb73366636b Author: Thomas Jarosch <[email protected]> Date: Wed Aug 28 19:21:35 2013 +0200 Fix 'activesync_replyposition' pref readout The moment we read out the 'activesync_replyposition' in the constructor was before the user is authenticated. Therefore the prefs backend will return the default value, which is 'bottom'. Setting the pref to 'top' via the UI never worked. Fix it by delaying the read out until the reply/forward action. Keep "reply_top" parameter handling as compatible as possible. Bug 12636 Signed-off-by: Michael J Rubinsky <[email protected]> framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 14 ++++++---- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 3 +- 2 files changed, 9 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/3688d8c13448e002c04b80e8491cedb73366636b ----------------------------------------------------------------------- commit fb5ad87109f0e9edd89faa09b2a1905131c608d2 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 13:24:58 2013 -0400 No need for this parameter, this is Core, we can always get from prefs. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/fb5ad87109f0e9edd89faa09b2a1905131c608d2 ----------------------------------------------------------------------- commit a0c3eae3690fbd37107cb9af6ee3ba70ce46f685 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 13:27:50 2013 -0400 BFN framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a0c3eae3690fbd37107cb9af6ee3ba70ce46f685 ----------------------------------------------------------------------- commit 9baec448125219a70647cbaaefc9d319320d9f08 Author: Thomas Jarosch <[email protected]> Date: Wed Aug 28 00:57:45 2013 +0200 ActiveSync import: Fix timezones for exceptions of recurring all day events Without this fix we add the exception for the event on the wrong day. Bug 12630 Signed-off-by: Michael J Rubinsky <[email protected]> kronolith/lib/Event.php | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/9baec448125219a70647cbaaefc9d319320d9f08 ----------------------------------------------------------------------- commit d2f35d2c1d8147e2285d689b4b03ff6bb1928380 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 13:34:07 2013 -0400 No need to clone the date here. kronolith/lib/Event.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/d2f35d2c1d8147e2285d689b4b03ff6bb1928380 ----------------------------------------------------------------------- commit 1c7b9e19e5b7797fc14dbc7f661cf26a20e3a470 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 14:43:03 2013 -0400 Set timezone if the timezone sent from device is not the local default. kronolith/lib/Event.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1c7b9e19e5b7797fc14dbc7f661cf26a20e3a470 ----------------------------------------------------------------------- commit fca899cecfd8c8cf8a549d6fdd183e1068307808 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 14:47:27 2013 -0400 Bug: 12630 Must set timezone on exceptionoriginaldate too. kronolith/lib/Event/Sql.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fca899cecfd8c8cf8a549d6fdd183e1068307808 ----------------------------------------------------------------------- commit bf9a9ad4e16fe5ed6a61430bb7fd75cb450bfcf1 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 14:56:13 2013 -0400 Carry over event's title and body if the exception does not contain it. kronolith/lib/Event.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/bf9a9ad4e16fe5ed6a61430bb7fd75cb450bfcf1 ----------------------------------------------------------------------- commit 28d3cffcad6693151ba6a185c9111f11753e1f68 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 14:58:10 2013 -0400 BFN kronolith/docs/CHANGES | 2 ++ kronolith/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/28d3cffcad6693151ba6a185c9111f11753e1f68 ----------------------------------------------------------------------- commit 757973c0b6d6cadbc2167d00a1b3eb377c4013dd Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 16:59:14 2013 -0400 Released Horde_ActiveSync-2.7.0 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/757973c0b6d6cadbc2167d00a1b3eb377c4013dd ----------------------------------------------------------------------- commit ffd9f007029eb6da9caaa37217c3741db23ed091 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 16:59:14 2013 -0400 Development mode for Horde_ActiveSync-2.7.1 framework/ActiveSync/package.xml | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/ffd9f007029eb6da9caaa37217c3741db23ed091 ----------------------------------------------------------------------- commit 0bb0a1a85ed69b32d4ecaa68100e9a3ecbad07d1 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 17:20:03 2013 -0400 Need to explicitly output the script, nothing was sent yet. Bug: 12634 ansel/lib/ActionHandler.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/0bb0a1a85ed69b32d4ecaa68100e9a3ecbad07d1 ----------------------------------------------------------------------- commit a19175826e25c13fcff09bb6a92627481f568284 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 17:21:42 2013 -0400 BFN ansel/docs/CHANGES | 1 + ansel/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a19175826e25c13fcff09bb6a92627481f568284 ----------------------------------------------------------------------- commit 1e8661cab93a0004825bef826fe6d72a58f86555 Author: Michael J Rubinsky <[email protected]> Date: Fri Aug 30 17:37:33 2013 -0400 Fix autogeneration of watermarks on upload. Bug: 12634 ansel/lib/Image.php | 10 +++++++++- ansel/lib/Queue/ProcessThumbs.php | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1e8661cab93a0004825bef826fe6d72a58f86555 ----------------------------------------------------------------------- commit 2e22266c066bf94cbb20ad9d585a1e8560e467c2 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 22:21:49 2013 -0600 Need to reset tracker if using POP3 imp/lib/Imap/Tree.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/2e22266c066bf94cbb20ad9d585a1e8560e467c2 ----------------------------------------------------------------------- commit 3911cd59501e74be1b5e4246058844bd837110da Author: Michael M Slusarz <[email protected]> Date: Fri Aug 30 22:32:32 2013 -0600 [mms] Fix parsing continuation requests sent in SASL AUTH command (RFC 5034). framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 3 ++- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3911cd59501e74be1b5e4246058844bd837110da ----------------------------------------------------------------------- commit bc55e799e0af763fc0d2e3453226792c2e7dd67e Author: Michael M Slusarz <[email protected]> Date: Fri Aug 30 22:32:53 2013 -0600 [mms] Workaround servers who don't advertise UIDL until after authentication. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 3 ++- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bc55e799e0af763fc0d2e3453226792c2e7dd67e ----------------------------------------------------------------------- commit 756e4f7edcb0f6133689800718ac25ae81ad0b4a Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:39:54 2013 -0400 Fix detecting EAS version on clients that only support 14.0 ...and use parameter compression. framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/756e4f7edcb0f6133689800718ac25ae81ad0b4a ----------------------------------------------------------------------- commit 5d99d130fb23f205b007ddde9a84b79a092acd3b Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:58:51 2013 -0400 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. Some devices will reset sync state everytime the MS-RP header is sent, regardless of if the versions are newer or not. Track the last announced version header sent to the devce and only send the MS-RP header if the versions are different. framework/ActiveSync/lib/Horde/ActiveSync.php | 10 +++- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 41 ++++++++++++++---- 2 files changed, 39 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/5d99d130fb23f205b007ddde9a84b79a092acd3b ----------------------------------------------------------------------- commit eaf4a9f8cba1d31918137fa05e29d49596d76944 Author: Michael M Slusarz <[email protected]> Date: Fri Aug 30 22:52:33 2013 -0600 Fix class name imp/lib/Compose.php | 6 +++--- imp/lib/Prefs/Identity.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/eaf4a9f8cba1d31918137fa05e29d49596d76944 ----------------------------------------------------------------------- commit fdbd18711a071a8ff66fdf0cdf0040424c8d2b50 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 1 13:49:51 2013 -0600 ws imp/lib/Script/Package/ComposeBase.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/fdbd18711a071a8ff66fdf0cdf0040424c8d2b50 ----------------------------------------------------------------------- commit c7dd7e83c3cbb9a07a7093e434bcbf073bd8ed31 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 1 14:10:40 2013 -0600 Don't allow drag/drop or paste to HTML signature input imp/js/signaturehtml.js | 9 +++++++-- imp/lib/Prefs/Special/HtmlSignature.php | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/c7dd7e83c3cbb9a07a7093e434bcbf073bd8ed31 ----------------------------------------------------------------------- commit 1dbba9064273ed35e07248d6e171c256af3e25d8 Author: Michael J Rubinsky <[email protected]> Date: Sun Sep 1 02:04:03 2013 -0400 Log this framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1dbba9064273ed35e07248d6e171c256af3e25d8 ----------------------------------------------------------------------- commit b3775525bbe5b72f0b7e417cd464fd52ad01a7b6 Author: Michael J Rubinsky <[email protected]> Date: Sun Sep 1 19:18:16 2013 -0400 This actually *was* supposed to be ->properties. framework/ActiveSync/lib/Horde/ActiveSync.php | 9 ++++++--- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/b3775525bbe5b72f0b7e417cd464fd52ad01a7b6 ----------------------------------------------------------------------- commit b5a4183c1e7a7ffab12beff42fd56819499c7466 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:04:50 2013 -0400 No longer needed. framework/ActiveSync/lib/Horde/ActiveSync.php | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/b5a4183c1e7a7ffab12beff42fd56819499c7466 ----------------------------------------------------------------------- commit 128db408e36986342e31fe9a404983dfe8f1afb0 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:07:17 2013 -0400 Fully support X509 certificates for ActiveSync. Allow separate configuration for ActiveSync Authentication methods. Emulates Exchange server's ability to accept either: HTTP Basic only, client certificate only, or to require both HTTP Basic AND client certificates. If configured to require both, horde-wide Auth driver is used to authenticate using the HTTP Basic credentials, and the X509 driver is used to to authenticate with the client certificate. Obviously requires webserver config/support for the certificates. framework/ActiveSync/lib/Horde/ActiveSync.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/128db408e36986342e31fe9a404983dfe8f1afb0 ----------------------------------------------------------------------- commit 5ce02c3d1e8e0520a131057356847eb75a3922f9 Author: Michael J Rubinsky <[email protected]> Date: Sun Sep 1 22:53:07 2013 -0400 CHANGES framework/ActiveSync/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5ce02c3d1e8e0520a131057356847eb75a3922f9 ----------------------------------------------------------------------- commit 46c7dc3d59f1bb33c8d60eb08a39e8d598ce4e0b Author: Michael J Rubinsky <[email protected]> Date: Sun Sep 1 23:11:45 2013 -0400 Released Horde_ActiveSync-2.7.1 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/46c7dc3d59f1bb33c8d60eb08a39e8d598ce4e0b ----------------------------------------------------------------------- commit eee18f655b63ea6ca203d7daa27f6ce5a848ad82 Author: Michael J Rubinsky <[email protected]> Date: Sun Sep 1 23:11:46 2013 -0400 Development mode for Horde_ActiveSync-2.7.2 framework/ActiveSync/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/eee18f655b63ea6ca203d7daa27f6ce5a848ad82 ----------------------------------------------------------------------- commit de23b98b8ec543fdcac254dfb507e15d235738ce Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:21:55 2013 +0200 Released Horde_Auth-2.1.0 framework/Auth/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/de23b98b8ec543fdcac254dfb507e15d235738ce ----------------------------------------------------------------------- commit 98c6d99d6a0541127ec346424d866c163a080422 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:21:58 2013 +0200 Development mode for Horde_Auth-2.1.1 framework/Auth/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/98c6d99d6a0541127ec346424d866c163a080422 ----------------------------------------------------------------------- commit 704119c1c4ccce0f5c1ab191baac83c2dfe5744e Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:29:43 2013 +0200 Released Horde_Core-2.8.0 framework/Core/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/704119c1c4ccce0f5c1ab191baac83c2dfe5744e ----------------------------------------------------------------------- commit 28d72fe1708b19c7a80d3b0e1b51b4550a59b400 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:29:44 2013 +0200 Development mode for Horde_Core-2.8.1 framework/Core/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/28d72fe1708b19c7a80d3b0e1b51b4550a59b400 ----------------------------------------------------------------------- commit 89fa61b413359b0536591e250616ff52d07601d2 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:37:17 2013 +0200 Released Horde_Kolab_Format-2.0.4 framework/Kolab_Format/package.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/89fa61b413359b0536591e250616ff52d07601d2 ----------------------------------------------------------------------- commit a0ab4b079783f919de3b6fc79af0417999271318 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:37:18 2013 +0200 Development mode for Horde_Kolab_Format-2.0.5 framework/Kolab_Format/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/a0ab4b079783f919de3b6fc79af0417999271318 ----------------------------------------------------------------------- commit e89418bec1eb782ffd8e84bb9875019ed298b723 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:45:36 2013 +0200 Released Horde_Queue-1.1.1 framework/Queue/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/e89418bec1eb782ffd8e84bb9875019ed298b723 ----------------------------------------------------------------------- commit b3511c67932fc3e3aed4616582e83c58949c4d84 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 20:45:37 2013 +0200 Development mode for Horde_Queue-1.1.2 framework/Queue/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/b3511c67932fc3e3aed4616582e83c58949c4d84 ----------------------------------------------------------------------- commit e2097bd77ceff4eee969f0007c7f93d4850a3e86 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 21:08:46 2013 +0200 Released Horde_Smtp-1.2.1 framework/Smtp/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e2097bd77ceff4eee969f0007c7f93d4850a3e86 ----------------------------------------------------------------------- commit 7e959bd7fcf560649051b8dc8323b03a7da9953a Author: Jan Schneider <[email protected]> Date: Mon Sep 2 21:08:46 2013 +0200 Development mode for Horde_Smtp-1.2.2 framework/Smtp/package.xml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/7e959bd7fcf560649051b8dc8323b03a7da9953a ----------------------------------------------------------------------- commit fed4301344244f0b0d3dcaf8fb0b183a92f89387 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 21:16:19 2013 +0200 Released Horde_Support-2.1.1 framework/Support/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/fed4301344244f0b0d3dcaf8fb0b183a92f89387 ----------------------------------------------------------------------- commit 58d2c708b8bff3e499a0c87dc82f3b83cbd88eb9 Author: Jan Schneider <[email protected]> Date: Mon Sep 2 21:16:20 2013 +0200 Development mode for Horde_Support-2.1.2 framework/Support/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/58d2c708b8bff3e499a0c87dc82f3b83cbd88eb9 ----------------------------------------------------------------------- commit 33bb4635b471e2748a17c9d8632d600e7bd0baf9 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 14:27:35 2013 -0400 Always try to send up to the WINDOW_SIZE, even if there were errors. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 6 +++++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/33bb4635b471e2748a17c9d8632d600e7bd0baf9 ----------------------------------------------------------------------- commit 5ec3cda3113d88978805e74493c24474d58e944a Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:19:12 2013 -0400 Allow for auto-updating framework library version values in release process. Looks for a LIBRARY_VERSION constant in the "base" library file. So e.g., a framework library named Horde_Foo, the file lib/Horde/Foo.php would be searched for a LIBRARY_VERSION constant and updated to the current version of the library. components/lib/Components/Component/Source.php | 3 +- framework/Release/lib/Horde/Release/Sentinel.php | 44 ++++++++++++++++++++++ framework/Release/package.xml | 12 +++--- 3 files changed, 52 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/5ec3cda3113d88978805e74493c24474d58e944a ----------------------------------------------------------------------- commit 21fe136b159e76f36b5009c06f425c309dde71ad Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:29:39 2013 -0400 Update version framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/21fe136b159e76f36b5009c06f425c309dde71ad ----------------------------------------------------------------------- commit a87378c8344b95751279b631956fa38e3f2b7280 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:42:58 2013 -0400 Revert "Allow for auto-updating framework library version values in release process." This reverts commit 5ec3cda3113d88978805e74493c24474d58e944a. This is better accomplished using PEAR's tasks:replace components/lib/Components/Component/Source.php | 3 +- framework/Release/lib/Horde/Release/Sentinel.php | 44 ---------------------- framework/Release/package.xml | 12 +++--- 3 files changed, 7 insertions(+), 52 deletions(-) http://git.horde.org/horde-git/-/commit/a87378c8344b95751279b631956fa38e3f2b7280 ----------------------------------------------------------------------- commit e97ae9b8aec4e941a823d8240bc01bb3e2852fa2 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:51:41 2013 -0400 Replace task for library version. framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +- framework/ActiveSync/package.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e97ae9b8aec4e941a823d8240bc01bb3e2852fa2 ----------------------------------------------------------------------- commit 4e43b6dbe95d35e06346c3e68840d93ea6441801 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:52:51 2013 -0400 Log the library version. framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/4e43b6dbe95d35e06346c3e68840d93ea6441801 ----------------------------------------------------------------------- commit 0d7cbba8afed01569914904ba73a1ecec688bac2 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 16:07:55 2013 -0400 No need to enclose in '@' framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 24 ++---------- framework/ActiveSync/package.xml | 2 +- 3 files changed, 6 insertions(+), 22 deletions(-) http://git.horde.org/horde-git/-/commit/0d7cbba8afed01569914904ba73a1ecec688bac2 ----------------------------------------------------------------------- commit 9e77217959c9c004401b35ef2f914d39de40449d Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 16:15:11 2013 -0400 Don't track MAXIMUM_SYNCKEY_COUNTER for now. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 10 +++++++--- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 ------ 2 files changed, 7 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/9e77217959c9c004401b35ef2f914d39de40449d ----------------------------------------------------------------------- commit 201f3918c1769f6378827bc6ca6173e781190119 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 16:15:33 2013 -0400 cs framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/201f3918c1769f6378827bc6ca6173e781190119 ----------------------------------------------------------------------- commit a12f838abadaee0bcb2c768acdfda98ddbfe17a2 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 16:22:48 2013 -0400 CHANGES framework/ActiveSync/package.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a12f838abadaee0bcb2c768acdfda98ddbfe17a2 ----------------------------------------------------------------------- commit bedf0e8f38da402c81fa363664f4a768d8dc8dec Author: Jan Schneider <[email protected]> Date: Mon Sep 2 22:32:33 2013 +0200 Prepare releases. bundles/groupware/docs/CHANGES | 273 +++++++++++++++++++++++++++++++ bundles/groupware/docs/RELEASE_NOTES | 36 ++--- bundles/groupware/package.xml | 14 +- bundles/webmail/docs/CHANGES | 298 ++++++++++++++++++++++++++++++++++ bundles/webmail/docs/RELEASE_NOTES | 52 ++---- bundles/webmail/package.xml | 16 +- framework/History/package.xml | 2 +- framework/Url/package.xml | 2 +- horde/docs/RELEASE_NOTES | 10 +- whups/docs/RELEASE_NOTES | 12 +- wicked/docs/CHANGES | 6 - wicked/docs/RELEASE_NOTES | 17 +- wicked/package.xml | 22 ++-- 13 files changed, 647 insertions(+), 113 deletions(-) http://git.horde.org/horde-git/-/commit/bedf0e8f38da402c81fa363664f4a768d8dc8dec ----------------------------------------------------------------------- commit 14c38585e960cdadb3b00b3bb7ba229232fa0b65 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 17:50:32 2013 -0400 Default to highest supported. Really only needed when testing, this is set during real client request. framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/14c38585e960cdadb3b00b3bb7ba229232fa0b65 ----------------------------------------------------------------------- commit 2c8fb27e64fcd26d720cd1cd8fa0fe914fd1b098 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 17:51:31 2013 -0400 Fix incorrect policy key, that caused the loss of the encryption policy. framework/ActiveSync/lib/Horde/ActiveSync/Policies.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2c8fb27e64fcd26d720cd1cd8fa0fe914fd1b098 ----------------------------------------------------------------------- commit 24826fdbae1828ce0fb2433d6f56a0d43b8fff2e Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 17:52:12 2013 -0400 Return values for these policies as well. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/24826fdbae1828ce0fb2433d6f56a0d43b8fff2e ----------------------------------------------------------------------- commit c44de89be9175f99d64b366c51ec56252474ad46 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 17:52:37 2013 -0400 Versions are inclusive, need >= here, not just ==. horde/lib/Application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c44de89be9175f99d64b366c51ec56252474ad46 ----------------------------------------------------------------------- commit 84893206ff8061cf4b588ebdee1cd842a4d52e1e Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 17:59:49 2013 -0400 CHANGES framework/Core/package.xml | 6 ++++-- horde/docs/CHANGES | 1 + horde/package.xml | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/84893206ff8061cf4b588ebdee1cd842a4d52e1e ----------------------------------------------------------------------- commit aea2ab542628b2c338dc7c32a9a1ac9d3607adc3 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 18:33:06 2013 -0400 This belongs in Horde_ActiveSync framework/ActiveSync/package.xml | 2 ++ framework/Core/package.xml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/aea2ab542628b2c338dc7c32a9a1ac9d3607adc3 ----------------------------------------------------------------------- commit da6155070976d262369de26b4b259d8d91895abb Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 18:49:59 2013 -0400 Released Horde_ActiveSync-2.7.2 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/da6155070976d262369de26b4b259d8d91895abb ----------------------------------------------------------------------- commit fe9b09447a035a42c9e202a8db90d9ba3b76b669 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 18:50:01 2013 -0400 Development mode for Horde_ActiveSync-2.7.3 framework/ActiveSync/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/fe9b09447a035a42c9e202a8db90d9ba3b76b669 ----------------------------------------------------------------------- commit b03208c94d542dfcf882c665b0902b1ce0fe79a8 Merge: 81306e4 fe9b094 Author: Jan Schneider <[email protected]> Date: Tue Sep 3 10:19:26 2013 +0200 Merge branch 'master' into imp_6_2 ansel/docs/CHANGES | 1 + ansel/lib/ActionHandler.php | 1 + ansel/lib/Image.php | 10 +- ansel/lib/Queue/ProcessThumbs.php | 5 +- ansel/package.xml | 4 +- bundles/groupware/docs/CHANGES | 273 ++++ bundles/groupware/docs/RELEASE_NOTES | 36 +- bundles/groupware/package.xml | 14 +- bundles/webmail/docs/CHANGES | 298 +++++ bundles/webmail/docs/RELEASE_NOTES | 52 +- bundles/webmail/package.xml | 16 +- framework/ActiveSync/lib/Horde/ActiveSync.php | 39 +- framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 28 +- framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 6 +- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 41 +- framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Policies.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 5 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 12 +- framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 3 +- framework/ActiveSync/package.xml | 63 +- framework/Auth/package.xml | 23 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 11 +- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 3 +- framework/Core/lib/Horde/Core/Factory/ThemesCache.php | 8 +- framework/Core/lib/Horde/Registry.php | 4 +- framework/Core/lib/Horde/Registry/Application.php | 12 +- framework/Core/lib/Horde/Session/Null.php | 12 +- framework/Core/package.xml | 32 +- framework/History/package.xml | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 6 +- framework/Imap_Client/package.xml | 4 + framework/Kolab_Format/package.xml | 21 +- .../Queue/migration/Horde/Queue/1_horde_queue_base_tables.php | 2 +- framework/Queue/package.xml | 21 +- framework/Smtp/package.xml | 21 +- framework/Support/package.xml | 23 +- framework/Url/package.xml | 2 +- horde/docs/CHANGES | 1 + horde/docs/RELEASE_NOTES | 10 +- horde/lib/Application.php | 2 +- horde/package.xml | 2 + imp/js/signaturehtml.js | 9 +- imp/lib/Compose.php | 6 +- imp/lib/Imap/Tree.php | 1 + imp/lib/Prefs/Identity.php | 2 +- imp/lib/Prefs/Special/HtmlSignature.php | 3 + imp/lib/Script/Package/ComposeBase.php | 1 - kronolith/docs/CHANGES | 2 + kronolith/lib/Event.php | 12 + kronolith/lib/Event/Sql.php | 1 + kronolith/package.xml | 4 +- whups/docs/CHANGES | 1 + whups/docs/RELEASE_NOTES | 12 +- whups/lib/Form/Renderer/Comment.php | 2 +- whups/package.xml | 2 + wicked/docs/CHANGES | 6 - wicked/docs/RELEASE_NOTES | 17 +- wicked/package.xml | 22 +- 59 files changed, 980 insertions(+), 256 deletions(-) http://git.horde.org/horde-git/-/commit/b03208c94d542dfcf882c665b0902b1ce0fe79a8 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
