[commits] Horde branch mnemo_4_2 updated. 4be1eeba215fc118417a1cbbe6fbc8f29bf9f5df

Michael J. Rubinsky mrubinsk at horde.org
Sun Nov 10 16:39:16 UTC 2013


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

from: 450ff8b8f7c8590e76a2d3741b99cb6888bb6c65

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
d12658d Remove erroneous, duplicate code.
f056b93 Not needed
ee672a8 Better sizing of mailbox drag ghost object
4ad819e More/fix unit tests
ee1acbd Fix serialization of boolean false
e535c25 Lower default compression threshold
c0a0622 initialize compress object in constructor
e704d6f Make sure Horde_Pack object is never serialized
e175dc0 Bump version for release.
3795406 Released Horde_Pack-1.0.0
491c99b Development mode for Horde_Pack-1.0.1
b747dd7 Fix tests
cc679c7 Remove one debug warning when strict checking is active
5929d59 typo
d29b380 Don't use registry call to get admin user list
e9472af Don't close context menu on mouse scroll
51ebc4b unneeded todo
57bd4a0 move growler destroy handler into HordeCore
55369cc small optimization
0d123dc UPGRADING isn't being updated, so reason to maintain it
880b5db [mms] Added standardized/normalized mousewheelY javascript event handling to HordeCore.
90ddf2c [mms] Add 'all' parameter to Horde_Stream#getToChar().
c6c131d [mms] Horde_Crypt_Pgp#parsePGPData() now accepts a Horde_Stream object as an argument.
99bb942 [mms] Fix hiding preferences if they are contained within a prefs container.
d58e1c6 Not needed.
0060996 Fix accessing results of aggregation.
8f24be7 Need to use the serverid, not id here.
6da6024 Cleanup, refactor new folder creation/editing.
d7d8dcf Update abstract class.
141ce74 Fix mock method signature.
bff47ce Fix display of billed hours on graph when overage exists.
f91c6e9 typo
3902b43 Revert this, it's a BC break.
4be1eeb Merge branch 'master' into mnemo_4_2

Summary: http://github.com/horde/horde/compare/450ff8b8f7c8590e76a2d3741b99cb6888bb6c65...4be1eeba215fc118417a1cbbe6fbc8f29bf9f5df

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

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 d12658d2cdf137f214fd4febb48bfacafd0d4f19
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 12:27:02 2013 -0500

    Remove erroneous, duplicate code.

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

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

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

commit f056b93438295721aa00742ddb43b3fe75fa388e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 11:06:19 2013 -0700

    Not needed

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

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

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

commit ee672a8a19d2d81fa36f02f6f69e88346904384c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 11:11:45 2013 -0700

    Better sizing of mailbox drag ghost object

 imp/themes/default/dynamic/screen.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 4ad819eeb01efc26116e855943ea70f3bb55bb47
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 16:03:59 2013 -0700

    More/fix unit tests

 framework/Pack/test/Horde/Pack/AutodetermineTest.php |    2 +-
 framework/Pack/test/Horde/Pack/Driver/TestBase.php   |   25 +++++++++++++++--
 2 files changed, 23 insertions(+), 4 deletions(-)

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

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

commit ee1acbdf01d44fcf453c0e9f90b8129f0375284a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 16:04:26 2013 -0700

    Fix serialization of boolean false

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

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

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

commit e535c25882a20cdca9737771bafea20adf6e50f4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 18:34:01 2013 -0700

    Lower default compression threshold

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

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

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

commit c0a0622c16d82a3b1fa46ba8a42dee05e9686eff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 18:34:22 2013 -0700

    initialize compress object in constructor

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

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

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

commit e704d6f40340eae1fd0bd50377162ecbca47cdb2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 18:41:22 2013 -0700

    Make sure Horde_Pack object is never serialized

 framework/Pack/lib/Horde/Pack.php           |    7 +++++
 framework/Pack/package.xml                  |    4 ++-
 framework/Pack/test/Horde/Pack/PackTest.php |   37 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletions(-)
 create mode 100644 framework/Pack/test/Horde/Pack/PackTest.php

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

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

commit e175dc0fc049fc80b61e54aa31ed0ec1e835cdad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 22:00:02 2013 -0700

    Bump version for release.

 framework/Pack/package.xml |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

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

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

commit 37954069ebbfcfa026f0b80834e50ccef8e3e58a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 22:09:12 2013 -0700

    Released Horde_Pack-1.0.0

 framework/Pack/composer.json |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 framework/Pack/composer.json

http://github.com/horde/horde/commit/37954069ebbfcfa026f0b80834e50ccef8e3e58a
http://git.horde.org/horde-git/-/commit/37954069ebbfcfa026f0b80834e50ccef8e3e58a

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

commit 491c99bb69626c9ce803425c0b8d9d88a7a7220e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 22:09:12 2013 -0700

    Development mode for Horde_Pack-1.0.1

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

http://github.com/horde/horde/commit/491c99bb69626c9ce803425c0b8d9d88a7a7220e
http://git.horde.org/horde-git/-/commit/491c99bb69626c9ce803425c0b8d9d88a7a7220e

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

commit b747dd7080445e42584e3c3f73a59b73de35aa16
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 22:30:30 2013 -0700

    Fix tests

 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit cc679c76a53975f66ae12cbdfc6786c9609656d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 22:36:49 2013 -0700

    Remove one debug warning when strict checking is active

 kronolith/lib/Kronolith.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 5929d59f770c1b4887333d003b43326df837a1d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 5 23:19:31 2013 -0700

    typo

 imp/docs/INSTALL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/5929d59f770c1b4887333d003b43326df837a1d6
http://git.horde.org/horde-git/-/commit/5929d59f770c1b4887333d003b43326df837a1d6

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

commit d29b380b1a4a0a619905d06a486fb290e93d8950
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 11:51:35 2013 -0700

    Don't use registry call to get admin user list

 imp/lib/Prefs/Special/Acl.php |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

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

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

commit e9472af1fb498a793f18485372eb691b58a84d54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 12:06:08 2013 -0700

    Don't close context menu on mouse scroll

 horde/js/contextsensitive.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 51ebc4bff62707d0ec730d8a3faace70359abbb2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 14:35:08 2013 -0700

    unneeded todo

 framework/Core/js/horde.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/51ebc4bff62707d0ec730d8a3faace70359abbb2
http://git.horde.org/horde-git/-/commit/51ebc4bff62707d0ec730d8a3faace70359abbb2

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

commit 57bd4a09cefe62a7ff62dac47609b4e96f11bcdc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 14:40:15 2013 -0700

    move growler destroy handler into HordeCore

 framework/Core/js/hordecore.js |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/57bd4a09cefe62a7ff62dac47609b4e96f11bcdc
http://git.horde.org/horde-git/-/commit/57bd4a09cefe62a7ff62dac47609b4e96f11bcdc

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

commit 55369cc153a054950f7f9179e5307887194b5ca2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 14:42:03 2013 -0700

    small optimization

 framework/Core/js/hordecore.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/55369cc153a054950f7f9179e5307887194b5ca2
http://git.horde.org/horde-git/-/commit/55369cc153a054950f7f9179e5307887194b5ca2

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

commit 0d123dcb44e064751f9abde07bb4e90906fd6870
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 14:52:03 2013 -0700

    UPGRADING isn't being updated, so reason to maintain it

 framework/Core/doc/Horde/Core/UPGRADING |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)
 delete mode 100644 framework/Core/doc/Horde/Core/UPGRADING

http://github.com/horde/horde/commit/0d123dcb44e064751f9abde07bb4e90906fd6870
http://git.horde.org/horde-git/-/commit/0d123dcb44e064751f9abde07bb4e90906fd6870

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

commit 880b5db6c91267cca352c5734dc51e7c31233d54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 15:12:32 2013 -0700

    [mms] Added standardized/normalized mousewheelY javascript event handling to HordeCore.
    
    Naturally, can't use it in the one place I was thinking - viewport.js -
    since that library doesn't require HordeCore.  But will probably be
    useful in the future.

 framework/Core/js/hordecore.js |   48 ++++++++++++++++++++++++++++++++++++++-
 framework/Core/package.xml     |    8 +++---
 2 files changed, 50 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/880b5db6c91267cca352c5734dc51e7c31233d54
http://git.horde.org/horde-git/-/commit/880b5db6c91267cca352c5734dc51e7c31233d54

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

commit 90ddf2c1934fd186a692ef738e40c33508ec8f6e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 23:50:31 2013 -0700

    [mms] Add 'all' parameter to Horde_Stream#getToChar().

 framework/Stream/lib/Horde/Stream.php           |   15 +++++---
 framework/Stream/package.xml                    |   12 +++---
 framework/Stream/test/Horde/Stream/TempTest.php |   41 ++++++++++++++++++++++-
 3 files changed, 56 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/90ddf2c1934fd186a692ef738e40c33508ec8f6e
http://git.horde.org/horde-git/-/commit/90ddf2c1934fd186a692ef738e40c33508ec8f6e

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

commit c6c131dd602a1d1a8dcdbbe96773a016b05584c5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 6 23:38:03 2013 -0700

    [mms] Horde_Crypt_Pgp#parsePGPData() now accepts a Horde_Stream object as an argument.

 framework/Crypt/lib/Horde/Crypt/Pgp.php      |   25 ++++++++++++++++---------
 framework/Crypt/package.xml                  |   19 +++++++++++++------
 framework/Crypt/test/Horde/Crypt/PgpTest.php |   12 +++++++++++-
 3 files changed, 40 insertions(+), 16 deletions(-)

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

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

commit 99bb94209becf7272fa7397e3db62938a45a48ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 7 02:30:42 2013 -0700

    [mms] Fix hiding preferences if they are contained within a prefs container.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   20 ++++++++++++++------
 framework/Core/package.xml                 |    2 ++
 2 files changed, 16 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/99bb94209becf7272fa7397e3db62938a45a48ec
http://git.horde.org/horde-git/-/commit/99bb94209becf7272fa7397e3db62938a45a48ec

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

commit d58e1c60ff45e886ca81a328f226ffcb42e6389a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 8 13:50:00 2013 -0500

    Not needed.

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

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

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

commit 00609967f63c670c26775fe6404cc6999e477062
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 8 20:40:14 2013 -0500

    Fix accessing results of aggregation.

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

http://github.com/horde/horde/commit/00609967f63c670c26775fe6404cc6999e477062
http://git.horde.org/horde-git/-/commit/00609967f63c670c26775fe6404cc6999e477062

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

commit 8f24be7b5645e67c1100797be4de533781afbec6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 8 20:40:43 2013 -0500

    Need to use the serverid, not id here.

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

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

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

commit 6da6024c54a1e722a1bed574c836c846e5499ee6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 01:10:35 2013 -0500

    Cleanup, refactor new folder creation/editing.
    
    Necessary for supporting multiple non-email collection folders in
    the same class. Add notes/todos for where this needs to be cleaned up
    further in H6.

 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |    3 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   31 +++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   13 ++-
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   41 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    3 +-
 5 files changed, 58 insertions(+), 33 deletions(-)

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

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

commit d7d8dcf4b5c21d7e9a0ec3bc767f76cb2011fde0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 01:53:19 2013 -0500

    Update abstract class.

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

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

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

commit 141ce74b2d005f3c53edc07dfbebd2d2c258ba00
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 02:12:18 2013 -0500

    Fix mock method signature.

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

http://github.com/horde/horde/commit/141ce74b2d005f3c53edc07dfbebd2d2c258ba00
http://git.horde.org/horde-git/-/commit/141ce74b2d005f3c53edc07dfbebd2d2c258ba00

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

commit bff47ce675a1bc476897039e1f278e597ec44508
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 02:22:27 2013 -0500

    Fix display of billed hours on graph when overage exists.

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

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

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

commit f91c6e9df977f5a6e258ada21d30d0dd472077ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 02:23:23 2013 -0500

    typo

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

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

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

commit 3902b43c2ad06a7a0889f5e1a86a7a434a6fc574
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 10:54:01 2013 -0500

    Revert this, it's a BC break.

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

http://github.com/horde/horde/commit/3902b43c2ad06a7a0889f5e1a86a7a434a6fc574
http://git.horde.org/horde-git/-/commit/3902b43c2ad06a7a0889f5e1a86a7a434a6fc574

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

commit 4be1eeba215fc118417a1cbbe6fbc8f29bf9f5df
Merge: 450ff8b 3902b43
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 10 11:39:02 2013 -0500

    Merge branch 'master' into mnemo_4_2

 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |   11 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   37 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   97 ++++-
 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 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   13 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   68 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php         |   10 +-
 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/doc/Horde/Core/UPGRADING                           |   20 -
 framework/Core/js/horde.js                                        |    4 +-
 framework/Core/js/hordecore.js                                    |   67 +++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   11 +
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |   20 +-
 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                                        |   12 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   25 +-
 framework/Crypt/package.xml                                       |   19 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |   12 +-
 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/composer.json                                      |   33 ++
 framework/Pack/lib/Horde/Pack.php                                 |   49 ++-
 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                                        |   46 ++-
 framework/Pack/test/Horde/Pack/AutodetermineTest.php              |   76 ++++
 framework/Pack/test/Horde/Pack/Driver/TestBase.php                |   74 +++-
 framework/Pack/test/Horde/Pack/PackTest.php                       |   37 ++
 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/Stream/lib/Horde/Stream.php                             |   15 +-
 framework/Stream/package.xml                                      |   12 +-
 framework/Stream/test/Horde/Stream/TempTest.php                   |   41 ++-
 framework/Test/lib/Horde/Test/AllTests.php                        |    2 +
 framework/Test/package.xml                                        |    4 +-
 hermes/js/hermes.js                                               |    4 +-
 hermes/lib/Api.php                                                |    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/js/contextsensitive.js                                      |    1 -
 horde/lib/Test.php                                                |   13 +-
 horde/package.xml                                                 |   16 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/docs/INSTALL                                                  |    2 +-
 imp/js/dimpbase.js                                                |    1 -
 imp/lib/Application.php                                           |   17 +
 imp/lib/Contents/View.php                                         |   15 +-
 imp/lib/Imap.php                                                  |    8 +-
 imp/lib/Perms.php                                                 |   12 +-
 imp/lib/Prefs/Special/Acl.php                                     |   19 +-
 imp/package.xml                                                   |    2 +
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |    3 +
 imp/themes/default/dynamic/screen.css                             |    3 +
 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/lib/Kronolith.php                                       |    3 +-
 kronolith/package.xml                                             |    4 +-
 nag/lib/Api.php                                                   |    2 +-
 turba/lib/Application.php                                         |    7 +-
 91 files changed, 1088 insertions(+), 375 deletions(-)

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




More information about the commits mailing list