[commits] Horde branch horde_5_2 updated. 42dc189021d2094529bf92816da698d6825db975

Michael J. Rubinsky mrubinsk at horde.org
Thu Aug 22 01:46:49 UTC 2013


The branch "horde_5_2" has been updated.
The following is a summary of the commits.

from: fa02cf4abf53e125563db05a6d895ed8b75aeb3a

385f9bf Add the tag helper.
e8335c1 CHANGES
3a52eb9 Ensure we don't have stale imap status data.
9d5d7dc [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter.
be4adfb [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter.
c299947 Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object
c7bd7f8 Use new Horde_Imap_Client::STATUS_FORCE_REFRESH flag
dd7f5ea Resize window after showing all parts
53d3fb7 -moz-inline-stack hasn't been needed since FF 2
91ce992 Fix creating redirection links for non-cookie sessions
7f32a7c Remove documentation regarding deprecated configuration options
f62337c Fix instance check
2f20469 Clean up error strings
8e8e75d [mms] The 'xoauth2_token' parameter now accepts a Horde_Imap_Client_Base_Password object.Horde_Imap_Client_Base_Password object.
de664c8 Simplify
e36a936 Not used anymore
1300017 Allow Password object to be passed via xoauth2_token
c5c169f cleanups
eb95c98 cleanups
8900b58 Remove deprecated documentation
289b055 Catch exceptions during namespace retrieval too.
c0908c6 Really fix unserialization of attributes.
d180c4a [mms] Fix updating flags in dynamic search view (Bug #12594).
28c2db7 Don't filter out FLAG_DELETED messages.
1c211a9 Use the '+' operator instead of array_intersect_keys here.
90ebaaa Do not pollForChanges if we have imported any incoming changes.
bbb7f24 No need to update any folder data on ping.
42dc189 Merge branch 'master' into horde_5_2

-----------------------------------------------------------------------

commit 385f9bf496e204cc91268b2d6db668e60918accb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:18:14 2013 -0400

    Add the tag helper.
    
    No longer set since we don't get this from the injector anymore.

 horde/lib/Prefs/Special/Activesync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/385f9bf496e204cc91268b2d6db668e60918accb

-----------------------------------------------------------------------

commit e8335c1f34c21571f1194bc0e6d0bcb15d43670b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:20:03 2013 -0400

    CHANGES

 horde/docs/CHANGES |    2 ++
 horde/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/e8335c1f34c21571f1194bc0e6d0bcb15d43670b

-----------------------------------------------------------------------

commit 3a52eb9f18474b643a53841906820d8531332a11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:26:23 2013 -0400

    Ensure we don't have stale imap status data.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   12 ++++++++----
 framework/ActiveSync/package.xml                           |    6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/3a52eb9f18474b643a53841906820d8531332a11

-----------------------------------------------------------------------

commit 9d5d7dcbc9a606c88929dcc4d40456ce9472e061
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 22:27:12 2013 -0600

    [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter.

 framework/Smtp/doc/Horde/Smtp/UPGRADING    |    3 ++
 framework/Smtp/lib/Horde/Smtp.php          |   39 ++++++++++++++++++++--------
 framework/Smtp/lib/Horde/Smtp/Password.php |   32 +++++++++++++++++++++++
 framework/Smtp/package.xml                 |    2 +
 4 files changed, 65 insertions(+), 11 deletions(-)
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Password.php

http://git.horde.org/horde-git/-/commit/9d5d7dcbc9a606c88929dcc4d40456ce9472e061

-----------------------------------------------------------------------

commit be4adfbd5a3c5d79496419d2361afea4726fb46a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 21:19:44 2013 -0600

    [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    5 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   34 +++++++++++++----
 framework/Imap_Client/package.xml                     |    2 +
 3 files changed, 33 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/be4adfbd5a3c5d79496419d2361afea4726fb46a

-----------------------------------------------------------------------

commit c29994727fe5215d5c30a04bd5e952c26c576321
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 22:33:22 2013 -0600

    Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |    3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php          |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php |   33 +++++++++
 framework/Imap_Client/package.xml                             |    8 ++-
 4 files changed, 44 insertions(+), 8 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php

http://git.horde.org/horde-git/-/commit/c29994727fe5215d5c30a04bd5e952c26c576321

-----------------------------------------------------------------------

commit c7bd7f84ee3d788aabb87da3ac8906b41cbd063f
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 23:04:11 2013 +0200

    Use new Horde_Imap_Client::STATUS_FORCE_REFRESH flag
    
    It's more efficient than closing and re-opening the mailbox.
    
    Bump required Horde_Imap_Client version to 2.14.0.
    
    Bug #12589
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    6 ++----
 framework/Kolab_Storage/package.xml                             |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/c7bd7f84ee3d788aabb87da3ac8906b41cbd063f

-----------------------------------------------------------------------

commit dd7f5eacd1e60f27c8dd3917a9c988eb49b06935
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 23:43:10 2013 -0600

    Resize window after showing all parts

 imp/js/message-dimp.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/dd7f5eacd1e60f27c8dd3917a9c988eb49b06935

-----------------------------------------------------------------------

commit 53d3fb7ff2402b6493a247072accdee9ab196c1a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:00:10 2013 -0600

    -moz-inline-stack hasn't been needed since FF 2

 chora/themes/default/screen.css           |    1 -
 horde/themes/default/screen.css           |    4 ----
 imp/themes/default/dynamic/screen.css     |    6 ------
 imp/themes/default/screen.css             |    2 --
 imp/themes/default/smartmobile/screen.css |    1 -
 5 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/53d3fb7ff2402b6493a247072accdee9ab196c1a

-----------------------------------------------------------------------

commit 91ce99278545d00deeb39990e8e712e0247cf6d3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:21:16 2013 -0600

    Fix creating redirection links for non-cookie sessions

 framework/Core/lib/Horde.php |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/91ce99278545d00deeb39990e8e712e0247cf6d3

-----------------------------------------------------------------------

commit 7f32a7ce7d4c7cc2139f0e5b352463fdf7cf918d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:27:01 2013 -0600

    Remove documentation regarding deprecated configuration options

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/7f32a7ce7d4c7cc2139f0e5b352463fdf7cf918d

-----------------------------------------------------------------------

commit f62337c0771781af69c1bc52d3f1750acdca7d60
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:29:07 2013 -0600

    Fix instance check

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f62337c0771781af69c1bc52d3f1750acdca7d60

-----------------------------------------------------------------------

commit 2f204696f6c8cccd406af85985942d27030fd2fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 01:16:54 2013 -0600

    Clean up error strings

 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    4 ++--
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2f204696f6c8cccd406af85985942d27030fd2fb

-----------------------------------------------------------------------

commit 8e8e75dc16c1561fcc8d524b3e30d7d1a283a037
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:32:39 2013 -0600

    [mms] The 'xoauth2_token' parameter now accepts a Horde_Imap_Client_Base_Password object.Horde_Imap_Client_Base_Password object.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING  |    8 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   23 +++++++++++++--
 framework/Imap_Client/package.xml                      |    2 +
 3 files changed, 30 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/8e8e75dc16c1561fcc8d524b3e30d7d1a283a037

-----------------------------------------------------------------------

commit de664c85ac9ff45d55b9080eb5ec2ee291fa935a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:33:30 2013 -0600

    Simplify

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/de664c85ac9ff45d55b9080eb5ec2ee291fa935a

-----------------------------------------------------------------------

commit e36a936b99fd2d27d1e589ee32223c21ede59ef1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:34:36 2013 -0600

    Not used anymore

 horde/lib/Test.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/e36a936b99fd2d27d1e589ee32223c21ede59ef1

-----------------------------------------------------------------------

commit 1300017cbccd1fb545176fa0a4d003324fdf5694
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:01 2013 -0600

    Allow Password object to be passed via xoauth2_token

 framework/Smtp/lib/Horde/Smtp.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/1300017cbccd1fb545176fa0a4d003324fdf5694

-----------------------------------------------------------------------

commit c5c169f47b5fdc2dd68c18ae14821a7a5028ccc6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:30 2013 -0600

    cleanups

 framework/Smtp/lib/Horde/Smtp.php |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/c5c169f47b5fdc2dd68c18ae14821a7a5028ccc6

-----------------------------------------------------------------------

commit eb95c9814c5c80bda163d76b2b4ca73cb9cac21f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:59 2013 -0600

    cleanups

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/eb95c9814c5c80bda163d76b2b4ca73cb9cac21f

-----------------------------------------------------------------------

commit 8900b580813c7b8e461e21fcd724dfd2c9c6c306
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:42:47 2013 -0600

    Remove deprecated documentation

 framework/Smtp/lib/Horde/Smtp.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/8900b580813c7b8e461e21fcd724dfd2c9c6c306

-----------------------------------------------------------------------

commit 289b055da72704f5dd4bf3da066dbe02182b0bf0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 21 11:39:56 2013 +0200

    Catch exceptions during namespace retrieval too.

 imp/lib/Notification/Handler/Decorator/NewmailNotify.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/289b055da72704f5dd4bf3da066dbe02182b0bf0

-----------------------------------------------------------------------

commit c0908c66a7fa12445f5914c9ace643d05465339b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 21 12:55:09 2013 +0200

    Really fix unserialization of attributes.

 whups/lib/Driver/Sql.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/c0908c66a7fa12445f5914c9ace643d05465339b

-----------------------------------------------------------------------

commit d180c4a3e3e7df6be8349359f3bd92fd54c7ef0c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 12:12:23 2013 -0600

    [mms] Fix updating flags in dynamic search view (Bug #12594).

 imp/docs/CHANGES    |    1 +
 imp/lib/Mailbox.php |    2 +-
 imp/lib/Message.php |    3 +++
 imp/package.xml     |    2 ++
 4 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/d180c4a3e3e7df6be8349359f3bd92fd54c7ef0c

-----------------------------------------------------------------------

commit 28c2db7e1caaa25aaf011b8be4533d3cc854e87e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 14:03:17 2013 -0400

    Don't filter out FLAG_DELETED messages.
    
    This can cause all kinds of problems in supporting this for both
    CONDSTORE and non-CONDSTORE servers. If using ActiveSync and a MUA
    that does NOT use a Trash folder (as EAS expects), then the trade
    off is that messages flagged as \DELETED will still appear as
    "normal" on the EAS client.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/28c2db7e1caaa25aaf011b8be4533d3cc854e87e

-----------------------------------------------------------------------

commit 1c211a94eefb83f81076fba081b6347b25860f7a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 14:49:02 2013 -0400

    Use the '+' operator instead of array_intersect_keys here.
    
    For non-CONDSTORE servers, this persists messages in state that have
    fallen outside of the FILTER range for the client. Otherwise, if the
    user deletes a message that has fallen outside of FILTER, the change
    will never be picked up by the client. Need '+' instead of array_merge
    since array_merge will reorder numerically indexed arrays.
    
    Even when SOFTDELTE is implemented, there will be a small window of
    time where a MUA may delete a message that has fallen outside of FILTER,
    but before SOFTDELETE was sent to client.

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1c211a94eefb83f81076fba081b6347b25860f7a

-----------------------------------------------------------------------

commit 90ebaaa5e33d2079cac28834cab622d67b3b5f53
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 15:10:38 2013 -0400

    Do not pollForChanges if we have imported any incoming changes.
    
    Saves a potential backend ping on each collection.

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/90ebaaa5e33d2079cac28834cab622d67b3b5f53

-----------------------------------------------------------------------

commit bbb7f24c7c33ca1f6c2c69e43f610c47515ea354
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 15:12:35 2013 -0400

    No need to update any folder data on ping.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/bbb7f24c7c33ca1f6c2c69e43f610c47515ea354

-----------------------------------------------------------------------

commit 42dc189021d2094529bf92816da698d6825db975
Merge: fa02cf4 bbb7f24
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 21:46:28 2013 -0400

    Merge branch 'master' into horde_5_2
    
    Conflicts:
    	horde/package.xml

 chora/themes/default/screen.css                                   |    1 -
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    4 +-
 framework/ActiveSync/package.xml                                  |    6 +-
 framework/Core/lib/Horde.php                                      |   24 ++-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   14 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   47 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php     |   33 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   23 ++-
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    4 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 framework/Imap_Client/package.xml                                 |    8 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |    6 +-
 framework/Kolab_Storage/package.xml                               |    2 +-
 framework/Smtp/doc/Horde/Smtp/UPGRADING                           |    3 +
 framework/Smtp/lib/Horde/Smtp.php                                 |   52 +++--
 framework/Smtp/lib/Horde/Smtp/Password.php                        |   32 +++
 framework/Smtp/package.xml                                        |    2 +
 horde/docs/CHANGES                                                |    2 +
 horde/lib/Prefs/Special/Activesync.php                            |    1 +
 horde/lib/Test.php                                                |    3 -
 horde/package.xml                                                 |    1 +
 horde/themes/default/screen.css                                   |    4 -
 imp/docs/CHANGES                                                  |    1 +
 imp/js/message-dimp.js                                            |    2 +
 imp/lib/Mailbox.php                                               |    2 +-
 imp/lib/Message.php                                               |    3 +
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php          |    2 +-
 imp/package.xml                                                   |    2 +
 imp/themes/default/dynamic/screen.css                             |    6 -
 imp/themes/default/screen.css                                     |    2 -
 imp/themes/default/smartmobile/screen.css                         |    1 -
 whups/lib/Driver/Sql.php                                          |   13 +-
 35 files changed, 229 insertions(+), 101 deletions(-)

http://git.horde.org/horde-git/-/commit/42dc189021d2094529bf92816da698d6825db975




More information about the commits mailing list