[commits] Horde branch nag_4_2 updated. fd1efb83f3c64747e7c28ca8cd3894cfa81a8aad

Michael J. Rubinsky mrubinsk at horde.org
Tue Nov 5 15:26:41 UTC 2013


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

from: c4623f3852f22cead024a20c283ebc934e5db43e

b46a90c Remove php extension on binaries
3f48687 Use the same shebang on all binaries
6620306 More on @php_bin@ uniformisation
d6cb7f3 Treat an uncaught Horde_Imap_Client_Exception as a deauthenticating action.
34a97cd Fix usage
26d2448 Support for multiple collections
2ab90db We don't really need the JSON_BIGINT_AS_STRING constant here.
f374fa2 Default to EAS foldertype of email, to be BC.
d30305f Fix detecting mirrored email deletions.
6f02a5a Typo
07cda3e Changes
c2bd7b09 Match method signatures.
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.
60063a7 This should be removed in the future
9285d36 Return correct permission value
150ec62 Must pass the serverid, not the (EAS) id.
4c37be8 Add token protection info
1377d0c [mms] Add nonce generation/checking to Horde_Session.
8a3a324 spelling
1ad4e78 [mms] Need to expire SQL cache for all sub-permissions when deleting a parent permission.
1d6ae7f Better logging
4bdce15 [mms] Restore error reporting level after running tests via Horde_Test_AllTests#run().
1cec8e6 Released Horde_Perms-2.1.2
33db5ab Development mode for Horde_Perms-2.1.3
3a71af8 Use System PHP library for the which command
9e6abee Use constants.
8bc5746 Add todo
15ff222 Don't throw an exception when removing a PINGABLE collection that doesn't exist.
7a02ad1 Fix phpdoc
fd1efb8 Merge branch 'master' into nag_4_2

Summary: http://github.com/horde/horde/compare/c4623f3852f22cead024a20c283ebc934e5db43e...fd1efb83f3c64747e7c28ca8cd3894cfa81a8aad

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

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 d6cb7f3506d619684e5a76c3b8434fb499acaec1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 17:46:13 2013 -0600

    Treat an uncaught Horde_Imap_Client_Exception as a deauthenticating action.

 imp/lib/Application.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

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

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

commit 34a97cdf82e50fc3b84d7e2e5375488dd12f2f57
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 31 17:41:55 2013 -0600

    Fix usage

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

http://github.com/horde/horde/commit/34a97cdf82e50fc3b84d7e2e5375488dd12f2f57
http://git.horde.org/horde-git/-/commit/34a97cdf82e50fc3b84d7e2e5375488dd12f2f57

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

commit 26d2448be93798668e8132d1e1c815c4ec9e3dc8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:18:52 2013 -0400

    Support for multiple collections

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php        |   82 +++++-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php        |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php          |    3 +-
 4 files changed, 76 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/26d2448be93798668e8132d1e1c815c4ec9e3dc8
http://git.horde.org/horde-git/-/commit/26d2448be93798668e8132d1e1c815c4ec9e3dc8

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

commit 2ab90db2735488669fe3fc16bfaed6da7017e36c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:35:16 2013 -0400

    We don't really need the JSON_BIGINT_AS_STRING constant here.
    
    The encoder should quote any integers that overflow, we are decoding
    on the same machine we encoded, and it's a PHP 5.4+ only parameter.

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

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

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

commit f374fa2ffb6b159cf3a80b9bf8398a13cb6c6120
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:37:13 2013 -0400

    Default to EAS foldertype of email, to be BC.

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

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

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

commit d30305f3868f348def0f53eaa0e9d3f7a0ef60ac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:53:32 2013 -0400

    Fix detecting mirrored email deletions.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 6f02a5a082958625867dbd5f90e23769a60ae04a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:54:14 2013 -0400

    Typo

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

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

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

commit 07cda3ec930fd36ea274950e97e53f3c655239c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 19:56:04 2013 -0400

    Changes

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

http://github.com/horde/horde/commit/07cda3ec930fd36ea274950e97e53f3c655239c6
http://git.horde.org/horde-git/-/commit/07cda3ec930fd36ea274950e97e53f3c655239c6

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

commit c2bd7b09d6f2daf54b6fbaa1db6a1a413239c64f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 20:13:21 2013 -0400

    Match method signatures.

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

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

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

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 60063a7d509a55fb28989e48dc85fb2042e13f9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 10:52:02 2013 -0700

    This should be removed in the future

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

http://github.com/horde/horde/commit/60063a7d509a55fb28989e48dc85fb2042e13f9c
http://git.horde.org/horde-git/-/commit/60063a7d509a55fb28989e48dc85fb2042e13f9c

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

commit 9285d362355f03b40905b47ce0c38c1642c8e7ba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 10:53:37 2013 -0700

    Return correct permission value

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

http://github.com/horde/horde/commit/9285d362355f03b40905b47ce0c38c1642c8e7ba
http://git.horde.org/horde-git/-/commit/9285d362355f03b40905b47ce0c38c1642c8e7ba

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

commit 150ec624e786155bde5d0f50421a5cc038100ebd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 14:36:48 2013 -0500

    Must pass the serverid, not the (EAS) id.

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

http://github.com/horde/horde/commit/150ec624e786155bde5d0f50421a5cc038100ebd
http://git.horde.org/horde-git/-/commit/150ec624e786155bde5d0f50421a5cc038100ebd

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

commit 4c37be8c246868b78d2d715f06b4c416224d3856
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 11:09:01 2013 -0700

    Add token protection info

 horde/docs/CODING_STANDARDS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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

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

commit 1377d0c3497d28696a8fcda6334d74ae624593cb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 11:24:44 2013 -0700

    [mms] Add nonce generation/checking to Horde_Session.

 framework/Core/lib/Horde/Session.php |   41 ++++++++++++++++++++++++++++++++++
 framework/Core/package.xml           |    2 +
 2 files changed, 43 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/1377d0c3497d28696a8fcda6334d74ae624593cb
http://git.horde.org/horde-git/-/commit/1377d0c3497d28696a8fcda6334d74ae624593cb

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

commit 8a3a3242fc7dae8a4bc1a0c158d3c4cd0a2dc5d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 12:46:51 2013 -0700

    spelling

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

http://github.com/horde/horde/commit/8a3a3242fc7dae8a4bc1a0c158d3c4cd0a2dc5d0
http://git.horde.org/horde-git/-/commit/8a3a3242fc7dae8a4bc1a0c158d3c4cd0a2dc5d0

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

commit 1ad4e781bf14f1b857a1be46abc2e0d8bdd4e532
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 12:54:39 2013 -0700

    [mms] Need to expire SQL cache for all sub-permissions when deleting a parent permission.

 framework/Perms/lib/Horde/Perms/Sql.php |   12 ++++++++++++
 framework/Perms/package.xml             |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1ad4e781bf14f1b857a1be46abc2e0d8bdd4e532
http://git.horde.org/horde-git/-/commit/1ad4e781bf14f1b857a1be46abc2e0d8bdd4e532

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

commit 1d6ae7fc3f5c99226ec02ef13439d6455ecff8e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:01:05 2013 -0700

    Better logging

 framework/Cache/lib/Horde/Cache/Storage/Mongo.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/1d6ae7fc3f5c99226ec02ef13439d6455ecff8e4
http://git.horde.org/horde-git/-/commit/1d6ae7fc3f5c99226ec02ef13439d6455ecff8e4

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

commit 4bdce154b9a12e67a270d096bc57c4238ed7cc21
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:07:38 2013 -0700

    [mms] Restore error reporting level after running tests via Horde_Test_AllTests#run().

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

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

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

commit 1cec8e6c6f885bb1e74e5d1a157b7cead7fe9ecc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:08:32 2013 -0700

    Released Horde_Perms-2.1.2

 framework/Perms/composer.json |    2 +-
 framework/Perms/package.xml   |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/1cec8e6c6f885bb1e74e5d1a157b7cead7fe9ecc
http://git.horde.org/horde-git/-/commit/1cec8e6c6f885bb1e74e5d1a157b7cead7fe9ecc

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

commit 33db5ab3457e72bfbd9f07edc91aa5210afc92f3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:08:33 2013 -0700

    Development mode for Horde_Perms-2.1.3

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

http://github.com/horde/horde/commit/33db5ab3457e72bfbd9f07edc91aa5210afc92f3
http://git.horde.org/horde-git/-/commit/33db5ab3457e72bfbd9f07edc91aa5210afc92f3

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

commit 3a71af8092efab46c55556e5eaee4173596a4fa6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 16:19:36 2013 -0700

    Use System PHP library for the which command

 horde/lib/Test.php |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

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

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

commit 9e6abeea8adef0561b137d5766bb01665310b236
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 5 13:42:11 2013 +0100

    Use constants.

 kronolith/lib/Application.php |    6 ++++--
 turba/lib/Application.php     |    7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/9e6abeea8adef0561b137d5766bb01665310b236
http://git.horde.org/horde-git/-/commit/9e6abeea8adef0561b137d5766bb01665310b236

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

commit 8bc57460ceed891fad85e2fac99da7fbeb92a42f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:16:46 2013 -0500

    Add todo

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/8bc57460ceed891fad85e2fac99da7fbeb92a42f
http://git.horde.org/horde-git/-/commit/8bc57460ceed891fad85e2fac99da7fbeb92a42f

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

commit 15ff222438125f279d21efffb0039ebd29f65b05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:16:56 2013 -0500

    Don't throw an exception when removing a PINGABLE collection that doesn't exist.

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

http://github.com/horde/horde/commit/15ff222438125f279d21efffb0039ebd29f65b05
http://git.horde.org/horde-git/-/commit/15ff222438125f279d21efffb0039ebd29f65b05

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

commit 7a02ad1306604514f5b856907577f30492ef4ada
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:23:19 2013 -0500

    Fix phpdoc

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

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

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

commit fd1efb83f3c64747e7c28ca8cd3894cfa81a8aad
Merge: c4623f3 7a02ad1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:26:27 2013 -0500

    Merge branch 'master' into nag_4_2

 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |    8 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   88 ++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception.php           |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   41 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php         |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    8 +-
 framework/ActiveSync/package.xml                                  |    2 +
 framework/Cache/lib/Horde/Cache/Storage/Mongo.php                 |    6 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   11 +
 framework/Core/lib/Horde/ErrorHandler.php                         |    2 +-
 framework/Core/lib/Horde/Registry.php                             |    1 +
 framework/Core/lib/Horde/Session.php                              |   41 ++
 framework/Core/package.xml                                        |    2 +
 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/Perms/composer.json                                     |    2 +-
 framework/Perms/lib/Horde/Perms/Sql.php                           |   14 +-
 framework/Perms/package.xml                                       |   20 +-
 framework/Rampage/package.xml                                     |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 framework/Test/lib/Horde/Test/AllTests.php                        |    2 +
 framework/Test/package.xml                                        |    4 +-
 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/docs/CODING_STANDARDS                                       |    8 +
 horde/lib/Test.php                                                |   13 +-
 horde/package.xml                                                 |   16 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/lib/Application.php                                           |   17 +
 imp/lib/Contents/View.php                                         |   15 +-
 imp/lib/Imap.php                                                  |    8 +-
 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/lib/Application.php                                     |    6 +-
 kronolith/package.xml                                             |    4 +-
 nag/lib/Api.php                                                   |    2 +-
 turba/lib/Application.php                                         |    7 +-
 68 files changed, 698 insertions(+), 233 deletions(-)

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




More information about the commits mailing list