[commits] Horde branch horde_5_2 updated. b9f4ce9dbec261f5e6164cd7166e84b8f0d9e35f

Michael J. Rubinsky mrubinsk at horde.org
Fri Aug 16 15:33:37 UTC 2013


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

from: 2eba9cb2ac77fe6f366ef84f85f5e09bba703d08

2440279 Fix phpdoc related to Bug: 12554
0955aa3 Properly reset the Job form.
738f689 Fix umlauts in Kolab share names
c7684d0 Proper Horde_Imap_Client dependency
67e3eb5 Doesn't work as expected obviously.
281a544 Update tests.
624c311 [jan] Link to CalDAV help text from calendar dialog.
e223204 Bug: 12544 Output the CLASS_SMS value like Exchange does.
07436f1 Remove empty 'birthday' or 'anniversary' fields during Kolab _store(), otherwise Kolab_Format will try to generate date fields and crashes.
b973ae7 Set default user agent to H5
b4f6808 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
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.
5c8b35c phpdoc
2ec0d26 Released Horde_Imap_Client-2.12.1
8abe718 Development mode for Horde_Imap_Client-2.12.2
ab16e3f Typo
cb05e19 [jan] Request CAPTCHA when creating pages too.
0e46a0f Escape tag names.
8ec4eeb Add more attributes.
41c142d Request #12575: Make clearer that menubar only pertains to basic view
0df424e [mms] Fix applying the 'allow_folders' permission.
e747dee [mms] Fix sniffing capabilities for POP3 servers that don't support the CAPA command.
a5d20cf [mms] Add remote POP3 server test.
4163fea Released Horde_Imap_Client-2.12.2
25597a2 Development mode for Horde_Imap_Client-2.12.3
9664382 fix broken unauthenticated calls for $_external handler methods For all other handler methods, ajax.php does checking for the session key later on
064a64e [jan] Fix autocompletion for requester field.
2433970 Add Ajax handler for setPrefValue calls.
4b5334c We require ajax for the sort callback.
fb5ab7f Need to load manually because header() is already called at this point.
39d88de Sigh. Doesn't work either. Whups needs some refactoring.
dbeee80 [jan] Fix sorting tickets by date.
b9f4ce9 Merge branch 'master' into horde_5_2

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

commit 2440279642f1892a1f7ac9dcb5e7466d283d3165
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 18:43:37 2013 -0400

    Fix phpdoc related to Bug: 12554

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

http://git.horde.org/horde-git/-/commit/2440279642f1892a1f7ac9dcb5e7466d283d3165

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

commit 0955aa3eb5a172a1d18c34be685f12d72cb0de68
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 19:06:15 2013 -0400

    Properly reset the Job form.

 hermes/js/hermes.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0955aa3eb5a172a1d18c34be685f12d72cb0de68

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

commit 738f6892b52a3649007f2ef031ae9a8915998ed1
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 22:32:22 2013 +0200

    Fix umlauts in Kolab share names
    
    Horde_Imap_Client handles all mailbox names as UTF-8,
    it's not a good idea to try a brute-force conversion
    from modified UTF-7 to UTF-8. In fact it's just unnecessary.
    
    Bug: 12553
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |   10 +++----
 1 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/738f6892b52a3649007f2ef031ae9a8915998ed1

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

commit c7684d034490b440139c45b9491042da42469000
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 22:55:40 2013 +0200

    Proper Horde_Imap_Client dependency
    
    Bug: 12553
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Jan Schneider <jan at horde.org>

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

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

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

commit 67e3eb537bbc50bb641b6f9439a9ede8205c9394
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 9 11:04:08 2013 +0200

    Doesn't work as expected obviously.

 .travis.yml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/67e3eb537bbc50bb641b6f9439a9ede8205c9394

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

commit 281a54408dba39342f2cba4efc04a7ed730bf12b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 9 11:06:30 2013 +0200

    Update tests.

 framework/ActiveSync/test/Horde/ActiveSync/ServerTest.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/281a54408dba39342f2cba4efc04a7ed730bf12b

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

commit 624c31157fee09950d740c13ed4d5d3d3fd67492
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 9 14:37:03 2013 +0200

    [jan] Link to CalDAV help text from calendar dialog.

 kronolith/docs/CHANGES                  |    1 +
 kronolith/package.xml                   |    2 ++
 kronolith/templates/chunks/calendar.php |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/624c31157fee09950d740c13ed4d5d3d3fd67492

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

commit e2232047c1152cd6ca10154cc4714689251fb82d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 12 13:35:35 2013 -0400

    Bug: 12544 Output the CLASS_SMS value like Exchange does.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

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

commit 07436f188b4e5f7727b176a3192346a943958514
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Fri Aug 9 18:39:02 2013 +0200

    Remove empty 'birthday' or 'anniversary' fields during Kolab _store(), otherwise Kolab_Format will try to generate date fields and crashes.
    
    Second part of the fix for bug #12506.
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 turba/lib/Driver/Kolab.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/07436f188b4e5f7727b176a3192346a943958514

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

commit b973ae793e92f770e583ed63766f475ffa0c9369
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Sun Aug 11 01:44:52 2013 +0200

    Set default user agent to H5
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 framework/Alarm/test/Horde/Alarm/HandlerTest.php |    2 +-
 framework/Mime/lib/Horde/Mime/Headers.php        |    2 +-
 framework/Mime/test/Horde/Mime/MailTest.php      |   18 +++++++++---------
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php       |    2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

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

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

commit b4f6808084f0cb96e108f541e03dd3060f53d6ba
Merge: 624c311 b973ae7
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 12 20:33:03 2013 +0200

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    7 ++++
 framework/Alarm/test/Horde/Alarm/HandlerTest.php           |    2 +-
 framework/Mime/lib/Horde/Mime/Headers.php                  |    2 +-
 framework/Mime/test/Horde/Mime/MailTest.php                |   18 ++++++------
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                 |    2 +-
 turba/lib/Driver/Kolab.php                                 |    8 +++++
 6 files changed, 27 insertions(+), 12 deletions(-)

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

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

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 5c8b35c28b813244fb41642f6a47568bfadf02f6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 13 13:40:53 2013 -0600

    phpdoc

 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |    2 +-
 framework/Smtp/lib/Horde/Smtp.php                     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 2ec0d26edf4964d45739ce6414ca853446a216ba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 13 17:02:13 2013 -0600

    Released Horde_Imap_Client-2.12.1

 framework/Imap_Client/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 8abe7189046f2517be44d5e1f8dae1ca23e09d40
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 13 17:02:14 2013 -0600

    Development mode for Horde_Imap_Client-2.12.2

 framework/Imap_Client/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit ab16e3fdfabf4440461fd0ee3f01b5b8c2c940d6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 14 15:34:04 2013 +0200

    Typo

 nag/lib/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit cb05e197bad5252e3c953a3f0a31670dc5ff6908
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 14 15:34:44 2013 +0200

    [jan] Request CAPTCHA when creating pages too.

 wicked/docs/CHANGES                |    1 +
 wicked/lib/Page/NewPage.php        |   15 +++++++++++++++
 wicked/package.xml                 |    4 ++--
 wicked/templates/edit/new.html.php |    8 ++++++++
 4 files changed, 26 insertions(+), 2 deletions(-)

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

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

commit 0e46a0fe280a297c95a3a200b616ac10f03913a8
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 14 17:00:59 2013 +0200

    Escape tag names.

 nag/templates/list/_task.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8ec4eeb2d392a077ff73b4d2bc294a80bce1fa26
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 15 18:27:16 2013 +0200

    Add more attributes.

 framework/Icalendar/test/Horde/Icalendar/ExportTest.php        |    2 ++
 framework/Icalendar/test/Horde/Icalendar/ParseTest.php         |    8 ++++++++
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes1.ics |    2 ++
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes2.ics |    2 ++
 4 files changed, 14 insertions(+), 0 deletions(-)

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

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

commit 41c142d8f169f5e2dea49b7057192b91e92170c2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 11:16:36 2013 -0600

    Request #12575: Make clearer that menubar only pertains to basic view

 imp/config/prefs.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/41c142d8f169f5e2dea49b7057192b91e92170c2

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

commit 0df424e12704187ac6adfdc46e93f6da181b20ca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 12:17:05 2013 -0600

    [mms] Fix applying the 'allow_folders' permission.

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

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

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

commit e747dee6de55e24e2d59b091d431e105c3428798
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 12:52:15 2013 -0600

    [mms] Fix sniffing capabilities for POP3 servers that don't support the CAPA command.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   41 +++++++----
 framework/Imap_Client/package.xml                           |    4 +-
 2 files changed, 28 insertions(+), 17 deletions(-)

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

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

commit a5d20cf9f1627e9ae085c144576698f90c241c78
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:32:12 2013 -0600

    [mms] Add remote POP3 server test.

 framework/Imap_Client/package.xml                                 |   10 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    4 +
 .../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php   |   81 +++++
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   19 +
 4 files changed, 111 insertions(+), 3 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php

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

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

commit 4163fea44d221ef777a0e5dc58faf95fca672620
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:42:56 2013 -0600

    Released Horde_Imap_Client-2.12.2

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

http://git.horde.org/horde-git/-/commit/4163fea44d221ef777a0e5dc58faf95fca672620

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

commit 25597a21162d3fbbeeb84ee94a7f2902ad046fc8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:42:56 2013 -0600

    Development mode for Horde_Imap_Client-2.12.3

 framework/Imap_Client/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/25597a21162d3fbbeeb84ee94a7f2902ad046fc8

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

commit 9664382ee6550dd91db57c713de1b85bde630576
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Aug 16 06:46:26 2013 +0200

    fix broken unauthenticated calls for $_external handler methods
    For all other handler methods, ajax.php does checking for the session key later on

 horde/services/ajax.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9664382ee6550dd91db57c713de1b85bde630576

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

commit 064a64ef4519b9e9775115726b8e75cb20aa5b32
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:30:05 2013 +0200

    [jan] Fix autocompletion for requester field.

 whups/docs/CHANGES                 |    1 +
 whups/lib/Ui/VarRenderer/Whups.php |    8 +++++---
 whups/package.xml                  |    2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/064a64ef4519b9e9775115726b8e75cb20aa5b32

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

commit 2433970c0284f961fa79a2fd747af378e0dacf74
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:31:25 2013 +0200

    Add Ajax handler for setPrefValue calls.

 whups/docs/CHANGES             |    1 +
 whups/lib/Ajax/Application.php |   35 +++++++++++++++++++++++++++++++++++
 whups/package.xml              |   10 +++++++---
 3 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 whups/lib/Ajax/Application.php

http://git.horde.org/horde-git/-/commit/2433970c0284f961fa79a2fd747af378e0dacf74

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

commit 4b5334ca983d9c038f209f95c82ad25abbbd5697
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:43:21 2013 +0200

    We require ajax for the sort callback.

 whups/lib/View/Results.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4b5334ca983d9c038f209f95c82ad25abbbd5697

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

commit fb5ab7fbdbc44b428b0b3edf975fa5d27d8a7020
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:49:59 2013 +0200

    Need to load manually because header() is already called at this point.

 whups/lib/View/Results.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 39d88de1ed8d4c8d8a62e2898110f84a982d53fe
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:12:45 2013 +0200

    Sigh. Doesn't work either. Whups needs some refactoring.

 whups/lib/View/Results.php |    2 --
 whups/query/run.php        |    1 +
 whups/queue/index.php      |    1 +
 whups/search.php           |    1 +
 4 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/39d88de1ed8d4c8d8a62e2898110f84a982d53fe

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

commit dbeee80cfa53b2746643f21db1c69b279ed971f5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:21:36 2013 +0200

    [jan] Fix sorting tickets by date.

 whups/docs/CHANGES               |    1 +
 whups/package.xml                |    2 ++
 whups/templates/view/results.inc |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit b9f4ce9dbec261f5e6164cd7166e84b8f0d9e35f
Merge: 2eba9cb dbeee80
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 11:33:18 2013 -0400

    Merge branch 'master' into horde_5_2

 .travis.yml                                                       |    6 -
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php            |  103 +++-
 framework/ActiveSync/package.xml                                  |    8 +-
 framework/ActiveSync/test/Horde/ActiveSync/ServerTest.php         |    8 +-
 framework/Alarm/test/Horde/Alarm/HandlerTest.php                  |    2 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php            |    4 +-
 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/Icalendar/test/Horde/Icalendar/ExportTest.php           |    2 +
 framework/Icalendar/test/Horde/Icalendar/ParseTest.php            |    8 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes1.ics    |    2 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes2.ics    |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   41 +-
 framework/Imap_Client/package.xml                                 |   40 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    4 +
 .../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php   |   81 +++
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   19 +
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |   10 +-
 framework/Kolab_Storage/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/Headers.php                         |    2 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   11 +-
 framework/Mime/package.xml                                        |    4 +-
 framework/Mime/test/Horde/Mime/MailTest.php                       |   18 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php      |    2 +-
 framework/SessionHandler/package.xml                              |    4 +-
 framework/Smtp/lib/Horde/Smtp.php                                 |    2 +-
 framework/View/lib/Horde/View/Base.php                            |    5 +-
 framework/View/package.xml                                        |    4 +-
 hermes/js/hermes.js                                               |    4 +
 horde/services/ajax.php                                           |    2 +-
 imp/config/prefs.php                                              |    6 +-
 imp/docs/CHANGES                                                  |    2 +
 imp/js/compose.js                                                 |   10 +-
 imp/lib/Basic/Compose.php                                         |   25 +-
 imp/lib/Imap.php                                                  |    2 +-
 imp/package.xml                                                   |    4 +
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |    2 +-
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/package.xml                                             |    2 +
 kronolith/templates/chunks/calendar.php                           |    1 +
 nag/lib/Driver.php                                                |    2 +-
 nag/templates/list/_task.html.php                                 |    2 +-
 turba/lib/Driver/Kolab.php                                        |    8 +
 whups/docs/CHANGES                                                |    3 +
 whups/lib/Ajax/Application.php                                    |   35 +
 whups/lib/Ui/VarRenderer/Whups.php                                |    8 +-
 whups/lib/View/Results.php                                        |    5 +-
 whups/package.xml                                                 |   14 +-
 whups/query/run.php                                               |    1 +
 whups/queue/index.php                                             |    1 +
 whups/search.php                                                  |    1 +
 whups/templates/view/results.inc                                  |    2 +-
 wicked/docs/CHANGES                                               |    1 +
 wicked/lib/Page/NewPage.php                                       |   15 +
 wicked/package.xml                                                |    4 +-
 wicked/templates/edit/new.html.php                                |    8 +
 69 files changed, 622 insertions(+), 176 deletions(-)

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




More information about the commits mailing list