[commits] Horde branch mnemo_4_2 updated. 1996d043daf44803417b5b5d3322a0a71eee4bd1

Jan Schneider jan at horde.org
Tue Aug 13 15:01:08 UTC 2013


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

from: f9aa80f77868fa47feb4dbeec1a98d7046a1f161

745ae10 Fix config key in test.
5ddde9f Only update map array with the number of messages that currently exist in the mailbox
d4a8828 [mms] Net_SMTP does not support sending via BINARYMIME.
a13f6e2 [mms] Added the Horde_Mail_Transport_SmtpHorde driver.
e46dc99 Use new idn properties
ea5d65f [mms] Fix canceling/discarding compose message in basic view (Bug #12555).
ba6ded0 Missed adding this property name
a7babc7 Return null here, like the sql driver does.
c9823f9 Only insert the modseq entry if we actually have any rows to migrate.
f582f0c This could be null || false here, fixes test.
18ef62d File based SessionHandler: Fix unlikely data corruption due to file creation race
f779169 [mms] Fix rare race condition when creating file-based session data for the first time (Thomas Jarosch <thomas.jarosch at intra2net.com; Bug #12557).
593233f [mms] Fix returning list of expunged UIDs when expunging all messages in a mailbox that doesn't support CONDSTORE (Bug #12559).
812830f Don't fetch current syncStamp until we know we need it.
98ca71f Don't log this here.
6bae378 Support decoding timezone blobs on big endian systems.
8b8eb14 cs
5846c69 BFN
0f9a81b [jan] Allow collections with arbitrary keys when rendering partials.
1996d04 Merge branch 'master' into mnemo_4_2

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

commit 745ae10437f5d51f0c65d2b905f5bd07db72f02a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 16:07:56 2013 -0400

    Fix config key in test.

 framework/History/test/Horde/History/Sql/MysqliTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/745ae10437f5d51f0c65d2b905f5bd07db72f02a

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

commit 5ddde9f61a939e16b028d1f56adc714210221d2a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 9 08:33:13 2013 -0600

    Only update map array with the number of messages that currently exist in the mailbox

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

http://git.horde.org/horde-git/-/commit/5ddde9f61a939e16b028d1f56adc714210221d2a

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

commit d4a8828e5a2fd87398e9b656e76868e14c870a9c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 9 09:38:05 2013 -0600

    [mms] Net_SMTP does not support sending via BINARYMIME.

 framework/Mime/lib/Horde/Mime/Part.php |   11 +----------
 framework/Mime/package.xml             |    4 ++--
 2 files changed, 3 insertions(+), 12 deletions(-)

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

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

commit a13f6e28270f9e3b5ac050b8163ee9c4ae3079a7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 9 09:59:55 2013 -0600

    [mms] Added the Horde_Mail_Transport_SmtpHorde driver.

 framework/Mail/doc/Horde/Mail/UPGRADING               |    4 +
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |  138 +++++++++++++++++
 framework/Mail/package.xml                            |   24 +++-
 3 files changed, 162 insertions(+), 4 deletions(-)
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php

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

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

commit e46dc99459cc6d12a1a008400ec6975816e4fadb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 9 10:02:58 2013 -0600

    Use new idn properties

 framework/Mail/lib/Horde/Mail/Transport.php |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

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

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

commit ea5d65f698dd60bde760fe7f8d96e34dbc37c788
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 12 14:45:31 2013 -0600

    [mms] Fix canceling/discarding compose message in basic view (Bug #12555).

 imp/docs/CHANGES          |    1 +
 imp/js/compose.js         |   10 +++++-----
 imp/lib/Basic/Compose.php |   25 +++++++++++++++----------
 imp/package.xml           |    2 ++
 4 files changed, 23 insertions(+), 15 deletions(-)

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

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

commit ba6ded0180bc79a573eb6e46163fee0ee86fabec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 12 14:53:44 2013 -0600

    Missed adding this property name

 framework/Mail/lib/Horde/Mail/Rfc822/List.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit a7babc7e3a570f3102b613ea1f023bb4559d774b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 16:15:33 2013 -0400

    Return null here, like the sql driver does.

 framework/History/lib/Horde/History/Mock.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit c9823f98da077aaa7976ab0268589886209df8ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 16:41:41 2013 -0400

    Only insert the modseq entry if we actually have any rows to migrate.

 .../migration/Horde/History/3_horde_history_add_modseq.php        |    4 +++-
 framework/History/test/Horde/History/TestBase.php                 |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit f582f0c9e895ab734f4c9c45f528af33747da86b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 16:53:59 2013 -0400

    This could be null || false here, fixes test.

 framework/History/lib/Horde/History/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 18ef62d7ac1a5397803137e2d1887850a80b33bf
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Sat Aug 10 13:52:42 2013 +0200

    File based SessionHandler: Fix unlikely data corruption due to file creation race
    
    There is a small time window between is_readable() returns true
    and another process creates the file at the same time.
       -> we would truncate the data of the other process.
    
    Fix it by using 'c+' fopen() mode which is available since PHP 5.2.6.
    (Minimum PHP version for Horde is 5.3.0)
    
    For those interested in the details of the PHP open modes, look for the
        PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags)
    function in the PHP source code.
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>
    
    Bug #12557

 .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/18ef62d7ac1a5397803137e2d1887850a80b33bf

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

commit f779169adf0dd30413df3430130536f138abe227
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 12 15:15:53 2013 -0600

    [mms] Fix rare race condition when creating file-based session data for the first time (Thomas Jarosch <thomas.jarosch at intra2net.com; Bug #12557).

 framework/SessionHandler/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 593233f913adaff5816c9596a889160d3ba87e77
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 12 16:36:25 2013 -0600

    [mms] Fix returning list of expunged UIDs when expunging all messages in a mailbox that doesn't support CONDSTORE (Bug #12559).

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

http://git.horde.org/horde-git/-/commit/593233f913adaff5816c9596a889160d3ba87e77

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

commit 812830f58def75df40b07207958f19b0aa28f2d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 23:22:25 2013 -0400

    Don't fetch current syncStamp until we know we need it.
    
    Saves a potential call to the backend, and saves us from having to
    reset it to _lastSyncStamp if we have previously cached changes to
    still send.

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

http://git.horde.org/horde-git/-/commit/812830f58def75df40b07207958f19b0aa28f2d4

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

commit 98ca71f4b6a6250d9e63195e0e856db507a85599
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 23:23:30 2013 -0400

    Don't log this here.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/98ca71f4b6a6250d9e63195e0e856db507a85599

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

commit 6bae3781dfa26bd69b267901fe25979831fb3e9e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 13 10:13:23 2013 -0400

    Support decoding timezone blobs on big endian systems.

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php |   38 ++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6bae3781dfa26bd69b267901fe25979831fb3e9e

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

commit 8b8eb1485486530986cf14691b568a254542fb98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 13 10:15:23 2013 -0400

    cs

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php |   65 ++++++++--------
 1 files changed, 32 insertions(+), 33 deletions(-)

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

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

commit 5846c69259c65e59cae2c06714849f7df7dbb67d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 13 10:26:06 2013 -0400

    BFN

 framework/ActiveSync/package.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5846c69259c65e59cae2c06714849f7df7dbb67d

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

commit 0f9a81bed9b9c6eb36ba6a00886887e860e89ec2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 13 16:59:51 2013 +0200

    [jan] Allow collections with arbitrary keys when rendering partials.

 framework/View/lib/Horde/View/Base.php |    5 ++---
 framework/View/package.xml             |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/0f9a81bed9b9c6eb36ba6a00886887e860e89ec2

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

commit 1996d043daf44803417b5b5d3322a0a71eee4bd1
Merge: f9aa80f 0f9a81b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 13 17:00:43 2013 +0200

    Merge branch 'master' into mnemo_4_2

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php            |  103 +++-
 framework/ActiveSync/package.xml                                  |    8 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    4 -
 framework/History/lib/Horde/History/Mock.php                      |    4 +-
 framework/History/lib/Horde/History/Sql.php                       |    2 +-
 .../migration/Horde/History/3_horde_history_add_modseq.php        |    4 +-
 framework/History/test/Horde/History/Sql/MysqliTest.php           |    2 +-
 framework/History/test/Horde/History/TestBase.php                 |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 framework/Imap_Client/package.xml                                 |    2 +
 framework/Mail/doc/Horde/Mail/UPGRADING                           |    4 +
 framework/Mail/lib/Horde/Mail/Rfc822/List.php                     |    1 +
 framework/Mail/lib/Horde/Mail/Transport.php                       |   17 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php             |  138 +++++
 framework/Mail/package.xml                                        |   24 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   11 +-
 framework/Mime/package.xml                                        |    4 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php      |    2 +-
 framework/SessionHandler/package.xml                              |    4 +-
 framework/View/lib/Horde/View/Base.php                            |    5 +-
 framework/View/package.xml                                        |    4 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/js/compose.js                                                 |   10 +-
 imp/lib/Basic/Compose.php                                         |   25 +-
 imp/package.xml                                                   |    2 +
 27 files changed, 302 insertions(+), 105 deletions(-)

http://git.horde.org/horde-git/-/commit/1996d043daf44803417b5b5d3322a0a71eee4bd1




More information about the commits mailing list