[commits] Horde branch horde_5_2 updated. 7f9de9ed0993b47bc874cc5ec8928c4810b3c564

Michael J. Rubinsky mrubinsk at horde.org
Mon Nov 4 17:27:05 UTC 2013


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

from: 539844aa467e06f36f5e9382b923128cfcb12620

b46a90c Remove php extension on binaries
3f48687 Use the same shebang on all binaries
6620306 More on @php_bin@ uniformisation
6e7ebf6 Merge branch 'for_upstream' of git://github.com/sathieu/horde into sathieu-for_upstream
2ebbf64 Don't use IE8 keyword (Bug #12813).
5757693 Add autodetermination if packed variable contains PHP objects
12e6bdc Can't use expiring tokens for contents information
a23d40e Compress pack by default
6b4f6bb Sanity/output checking on unpacked data
a56be44 [mms] Workaround broken IMAP servers that don't support the required AUTH=PLAIN authentication method (Bug #12817).
c8945fb phpdoc
4b9bf43 [mms] Fix regression in parsing permission values (Bug #12812).
ecab8de Add CVEs.
135bd33 [jan] Fix calculation of work week start if on a weekend.
4aad928 Fix spelling.
94d1bf6 Fix sending proper error codes when FOLDERCREATE command fails.
b94fa83 Filter out non-email collections when calling changeFolder.
21ceeb7 Pass the collection type to the driver as well.
7f9de9e Merge branch 'master' into horde_5_2

Summary: http://github.com/horde/horde/compare/539844aa467e06f36f5e9382b923128cfcb12620...7f9de9ed0993b47bc874cc5ec8928c4810b3c564

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

commit b46a90c9ba0df6d804ca36a2d1599d53fc7ff86e
Author: Mathieu Parent <mathieu.parent at nantesmetropole.fr>
Date:   Thu Oct 31 11:50:45 2013 +0100

    Remove php extension on binaries
    
    When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it. The implementation language may change; if it does, leaving the name the same would be confusing and changing it would be disruptive.
    
    Ref: http://lintian.debian.org/tags/script-with-language-extension.html

 horde/bin/horde-pref-remove     |   53 +++++++++++++++++++++++++++++++++++++++
 horde/bin/horde-pref-remove.php |   53 ---------------------------------------
 horde/bin/horde-sql-shell       |   42 ++++++++++++++++++++++++++++++
 horde/bin/horde-sql-shell.php   |   42 ------------------------------
 horde/package.xml               |    8 +++---
 5 files changed, 99 insertions(+), 99 deletions(-)
 create mode 100755 horde/bin/horde-pref-remove
 delete mode 100755 horde/bin/horde-pref-remove.php
 create mode 100755 horde/bin/horde-sql-shell
 delete mode 100755 horde/bin/horde-sql-shell.php

http://github.com/horde/horde/commit/b46a90c9ba0df6d804ca36a2d1599d53fc7ff86e
http://git.horde.org/horde-git/-/commit/b46a90c9ba0df6d804ca36a2d1599d53fc7ff86e

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

commit 3f4868746e9f602774ff96be43737a3be2c3204a
Author: Mathieu Parent <mathieu.parent at nantesmetropole.fr>
Date:   Thu Oct 31 11:53:31 2013 +0100

    Use the same shebang on all binaries

 horde/bin/horde-pref-remove |    2 +-
 horde/bin/horde-sql-shell   |    2 +-
 horde/package.xml           |    8 ++++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/3f4868746e9f602774ff96be43737a3be2c3204a
http://git.horde.org/horde-git/-/commit/3f4868746e9f602774ff96be43737a3be2c3204a

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

commit 66203067f179225fae3f4a3f1e2f19c021d62d3a
Author: Mathieu Parent <mathieu.parent at nantesmetropole.fr>
Date:   Thu Oct 31 14:32:58 2013 +0100

    More on @php_bin@ uniformisation

 framework/Feed/doc/Horde/Feed/examples/blogroll.php               |    2 +-
 framework/Feed/doc/Horde/Feed/examples/reader.php                 |    2 +-
 framework/Feed/package.xml                                        |    8 +++-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php  |    2 +-
 .../Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php |    2 +-
 framework/Rampage/package.xml                                     |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 koward/package.xml                                                |    2 +-
 koward/script/Koward/koward.php                                   |    2 +-
 10 files changed, 16 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/66203067f179225fae3f4a3f1e2f19c021d62d3a
http://git.horde.org/horde-git/-/commit/66203067f179225fae3f4a3f1e2f19c021d62d3a

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

commit 6e7ebf6322a40b2d1afd4e6d8ed51a014de04dc3
Merge: c2bd7b09 6620306
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 1 14:10:00 2013 +0100

    Merge branch 'for_upstream' of git://github.com/sathieu/horde into sathieu-for_upstream
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Feed/doc/Horde/Feed/examples/blogroll.php               |    2 +-
 framework/Feed/doc/Horde/Feed/examples/reader.php                 |    2 +-
 framework/Feed/package.xml                                        |    8 +-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php  |    2 +-
 .../Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php |    2 +-
 framework/Rampage/package.xml                                     |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 horde/bin/horde-pref-remove                                       |   53 +++++
 horde/bin/horde-pref-remove.php                                   |   53 -----
 horde/bin/horde-sql-shell                                         |   42 ++++
 horde/bin/horde-sql-shell.php                                     |   42 ----
 horde/package.xml                                                 |   12 +-
 koward/package.xml                                                |    2 +-
 koward/script/Koward/koward.php                                   |    2 +-
 15 files changed, 119 insertions(+), 111 deletions(-)

http://github.com/horde/horde/commit/6e7ebf6322a40b2d1afd4e6d8ed51a014de04dc3
http://git.horde.org/horde-git/-/commit/6e7ebf6322a40b2d1afd4e6d8ed51a014de04dc3

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

commit 2ebbf64ed05db706a5b4d66f95735d1180ab5ca4
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 1 18:24:12 2013 +0100

    Don't use IE8 keyword (Bug #12813).

 kronolith/js/kronolith.js |    2 +-
 kronolith/lib/Ajax.php    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/2ebbf64ed05db706a5b4d66f95735d1180ab5ca4
http://git.horde.org/horde-git/-/commit/2ebbf64ed05db706a5b4d66f95735d1180ab5ca4

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

commit 5757693bf438ea8ddc8beb3bceb2d9f2df220d08
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 31 19:37:15 2013 -0600

    Add autodetermination if packed variable contains PHP objects

 framework/Pack/lib/Horde/Pack.php                    |    9 ++-
 framework/Pack/lib/Horde/Pack/Autodetermine.php      |   77 ++++++++++++++++++
 framework/Pack/package.xml                           |    6 +-
 framework/Pack/test/Horde/Pack/AutodetermineTest.php |   76 +++++++++++++++++
 4 files changed, 166 insertions(+), 2 deletions(-)
 create mode 100644 framework/Pack/lib/Horde/Pack/Autodetermine.php
 create mode 100644 framework/Pack/test/Horde/Pack/AutodetermineTest.php

http://github.com/horde/horde/commit/5757693bf438ea8ddc8beb3bceb2d9f2df220d08
http://git.horde.org/horde-git/-/commit/5757693bf438ea8ddc8beb3bceb2d9f2df220d08

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

commit 12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 1 00:24:51 2013 -0600

    Can't use expiring tokens for contents information

 imp/lib/Contents/View.php |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873
http://git.horde.org/horde-git/-/commit/12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873

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

commit a23d40e75e984cf8beed4531b9ef0d90fa79694e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 1 01:01:27 2013 -0600

    Compress pack by default

 framework/Pack/lib/Horde/Pack.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/a23d40e75e984cf8beed4531b9ef0d90fa79694e
http://git.horde.org/horde-git/-/commit/a23d40e75e984cf8beed4531b9ef0d90fa79694e

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

commit 6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 2 02:05:33 2013 -0600

    Sanity/output checking on unpacked data

 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php         |    7 ++-
 framework/Pack/lib/Horde/Pack/Driver/Json.php             |    7 ++-
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php          |   10 +++-
 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php |   10 +++-
 framework/Pack/lib/Horde/Pack/Driver/Serialize.php        |    7 ++-
 framework/Pack/test/Horde/Pack/Driver/TestBase.php        |   49 ++++++++++---
 6 files changed, 75 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb
http://git.horde.org/horde-git/-/commit/6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb

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

commit a56be441a77b72ddc970cfcec6de6efb3511cc37
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 14:54:49 2013 -0700

    [mms] Workaround broken IMAP servers that don't support the required AUTH=PLAIN authentication method (Bug #12817).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   20 +++++++++++----
 framework/Imap_Client/package.xml                      |    4 +-
 2 files changed, 16 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/a56be441a77b72ddc970cfcec6de6efb3511cc37
http://git.horde.org/horde-git/-/commit/a56be441a77b72ddc970cfcec6de6efb3511cc37

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

commit c8945fb86ec8044dd4d55ddca1c51f4b7f9f4878
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 22:32:10 2013 -0700

    phpdoc

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

http://github.com/horde/horde/commit/c8945fb86ec8044dd4d55ddca1c51f4b7f9f4878
http://git.horde.org/horde-git/-/commit/c8945fb86ec8044dd4d55ddca1c51f4b7f9f4878

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

commit 4b9bf43153163e565b9f7201bb034d35feb6724d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 23:18:57 2013 -0700

    [mms] Fix regression in parsing permission values (Bug #12812).

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

http://github.com/horde/horde/commit/4b9bf43153163e565b9f7201bb034d35feb6724d
http://git.horde.org/horde-git/-/commit/4b9bf43153163e565b9f7201bb034d35feb6724d

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

commit ecab8def76dfce2a503f56c88da511ab6de802ac
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 4 11:58:25 2013 +0100

    Add CVEs.

 horde/docs/CHANGES     |    5 +++--
 horde/package.xml      |    4 ++--
 kronolith/docs/CHANGES |    2 +-
 kronolith/package.xml  |    2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/ecab8def76dfce2a503f56c88da511ab6de802ac
http://git.horde.org/horde-git/-/commit/ecab8def76dfce2a503f56c88da511ab6de802ac

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

commit 135bd334928f0a12dc5b64255b1f552206dc4b20
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 4 15:27:29 2013 +0100

    [jan] Fix calculation of work week start if on a weekend.

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

http://github.com/horde/horde/commit/135bd334928f0a12dc5b64255b1f552206dc4b20
http://git.horde.org/horde-git/-/commit/135bd334928f0a12dc5b64255b1f552206dc4b20

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

commit 4aad92895b871add4a1fb14341b1f5063ed7512c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 4 15:46:54 2013 +0100

    Fix spelling.

 ingo/locale/en/help.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/4aad92895b871add4a1fb14341b1f5063ed7512c
http://git.horde.org/horde-git/-/commit/4aad92895b871add4a1fb14341b1f5063ed7512c

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

commit 94d1bf6e630062d665ddd8c0023bb7622efce7d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 12:15:10 2013 -0500

    Fix sending proper error codes when FOLDERCREATE command fails.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception.php           |    7 +
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   41 +++--
 3 files changed, 38 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/94d1bf6e630062d665ddd8c0023bb7622efce7d7
http://git.horde.org/horde-git/-/commit/94d1bf6e630062d665ddd8c0023bb7622efce7d7

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

commit b94fa83457a844853cc57158d50c523f60287a3b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 12:22:30 2013 -0500

    Filter out non-email collections when calling changeFolder.
    
    Creating new collections like this is not supported until Horde 5.2.

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

http://github.com/horde/horde/commit/b94fa83457a844853cc57158d50c523f60287a3b
http://git.horde.org/horde-git/-/commit/b94fa83457a844853cc57158d50c523f60287a3b

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

commit 21ceeb79653974df5dc2b56dad11ee4a9c9b04ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 12:24:27 2013 -0500

    Pass the collection type to the driver as well.

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

http://github.com/horde/horde/commit/21ceeb79653974df5dc2b56dad11ee4a9c9b04ec
http://git.horde.org/horde-git/-/commit/21ceeb79653974df5dc2b56dad11ee4a9c9b04ec

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

commit 7f9de9ed0993b47bc874cc5ec8928c4810b3c564
Merge: 539844a 21ceeb7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 12:26:44 2013 -0500

    Merge branch 'master' into horde_5_2

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception.php           |    7 +
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   41 ++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   11 +
 framework/Feed/doc/Horde/Feed/examples/blogroll.php               |    2 +-
 framework/Feed/doc/Horde/Feed/examples/reader.php                 |    2 +-
 framework/Feed/package.xml                                        |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   20 +-
 framework/Imap_Client/package.xml                                 |    4 +-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php  |    2 +-
 .../Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php |    2 +-
 framework/Pack/lib/Horde/Pack.php                                 |   21 +-
 framework/Pack/lib/Horde/Pack/Autodetermine.php                   |   77 +++++
 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php                 |    7 +-
 framework/Pack/lib/Horde/Pack/Driver/Json.php                     |    7 +-
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php                  |   10 +-
 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php         |   10 +-
 framework/Pack/lib/Horde/Pack/Driver/Serialize.php                |    7 +-
 framework/Pack/package.xml                                        |    6 +-
 framework/Pack/test/Horde/Pack/AutodetermineTest.php              |   76 ++++
 framework/Pack/test/Horde/Pack/Driver/TestBase.php                |   49 +++-
 framework/Rampage/package.xml                                     |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 horde/bin/horde-pref-remove                                       |   53 +++
 horde/bin/horde-pref-remove.php                                   |   53 ---
 horde/bin/horde-sql-shell                                         |   42 +++
 horde/bin/horde-sql-shell.php                                     |   42 ---
 horde/docs/CHANGES                                                |    5 +-
 horde/package.xml                                                 |   16 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/lib/Contents/View.php                                         |   15 +-
 imp/lib/Imap.php                                                  |    2 +-
 imp/lib/Perms.php                                                 |   12 +-
 imp/package.xml                                                   |    2 +
 ingo/locale/en/help.xml                                           |    2 +-
 koward/package.xml                                                |    2 +-
 koward/script/Koward/koward.php                                   |    2 +-
 kronolith/docs/CHANGES                                            |    3 +-
 kronolith/js/kronolith.js                                         |    3 +-
 kronolith/lib/Ajax.php                                            |    2 +-
 kronolith/package.xml                                             |    4 +-
 42 files changed, 467 insertions(+), 184 deletions(-)

http://github.com/horde/horde/commit/7f9de9ed0993b47bc874cc5ec8928c4810b3c564
http://git.horde.org/horde-git/-/commit/7f9de9ed0993b47bc874cc5ec8928c4810b3c564




More information about the commits mailing list