[commits] Horde branch imp_6_2 updated. d363fd27db5110c648cdc056f08cadc4b1e36b81

Michael M Slusarz slusarz at horde.org
Mon Nov 4 03:25:42 UTC 2013


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

from: df04e69b84d0eab2ee524fdd148deb51aaeeafc4

b46a90c Remove php extension on binaries
3f48687 Use the same shebang on all binaries
6620306 More on @php_bin@ uniformisation
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.
c3eedc5 [mms] Validate e-mail addresses ion the forward and vacation pages (Request #7249).
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).
c07201d Merge branch 'master' into imp_6_2
bebaf76 Merge branch 'imp_6_2' into ingo_3_2
7689d5c typo
d363fd2 Updating rule input is not a token protected action

Summary: http://github.com/horde/horde/compare/df04e69b84d0eab2ee524fdd148deb51aaeeafc4...d363fd27db5110c648cdc056f08cadc4b1e36b81

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

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 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 c3eedc5d53c1dc6d30b39d568fb9a40c388420f4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 31 21:25:22 2013 -0600

    [mms] Validate e-mail addresses ion the forward and vacation pages (Request #7249).

 ingo/docs/CHANGES                |    2 +
 ingo/lib/Basic/Forward.php       |    8 ++++-
 ingo/lib/Basic/Vacation.php      |    5 ++-
 ingo/lib/Form/Forward.php        |    2 +-
 ingo/lib/Form/Type/Longemail.php |   68 ++++++++++++++++++++++++++++++++++++++
 ingo/lib/Form/Vacation.php       |    6 ++--
 ingo/lib/Ui/VarRenderer/Ingo.php |   13 +++++++
 ingo/package.xml                 |   11 ++++--
 8 files changed, 106 insertions(+), 9 deletions(-)
 create mode 100644 ingo/lib/Form/Type/Longemail.php

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

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

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 c07201d4d47d45f5c0803a9d5a5c26c5fce4aef7
Merge: df04e69 a56be44
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 19:54:21 2013 -0700

    Merge branch 'master' into imp_6_2

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   88 ++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php         |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    7 +-
 framework/ActiveSync/package.xml                                  |    2 +
 framework/Core/lib/Horde/ErrorHandler.php                         |    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/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 +-
 imp/lib/Contents/View.php                                         |   15 +-
 koward/package.xml                                                |    2 +-
 koward/script/Koward/koward.php                                   |    2 +-
 kronolith/js/kronolith.js                                         |    2 +-
 kronolith/lib/Ajax.php                                            |    2 +-
 38 files changed, 480 insertions(+), 174 deletions(-)

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

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

commit bebaf76bd70434f94a5fb1c1ab63f5d68fc3902b
Merge: c3eedc5 c07201d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 20:17:29 2013 -0700

    Merge branch 'imp_6_2' into ingo_3_2
    
    Conflicts:
    	ingo/package.xml

 .travis.yml                                                       |    2 +-
 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 82118 -> 82292 bytes
 ansel/composer.json                                               |   70 +
 ansel/docs/CHANGES                                                |    8 +-
 ansel/docs/RELEASE_NOTES                                          |   12 +-
 ansel/lib/Application.php                                         |    2 +-
 ansel/lib/Test.php                                                |    9 -
 ansel/locale/ansel.pot                                            |   64 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 107152 -> 107342 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po                              |   62 +-
 ansel/package.xml                                                 |   27 +-
 ansel/templates/tile/image.html.php                               |    2 +-
 beatnik/composer.json                                             |   26 +
 bundles/groupware/docs/CHANGES                                    |  244 +-
 bundles/groupware/docs/RELEASE_NOTES                              |   22 +-
 bundles/groupware/lib/Bundle.php                                  |    2 +-
 bundles/groupware/package.xml                                     |   29 +-
 bundles/webmail/docs/CHANGES                                      |  276 +-
 bundles/webmail/docs/RELEASE_NOTES                                |   30 +-
 bundles/webmail/lib/Bundle.php                                    |    2 +-
 bundles/webmail/package.xml                                       |   33 +-
 chora/composer.json                                               |   30 +
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71952 -> 72126 bytes
 components/composer.json                                          |   45 +
 components/lib/Components/Component.php                           |   11 +-
 components/lib/Components/Component/Base.php                      |   16 +-
 components/lib/Components/Component/Source.php                    |   26 +
 components/lib/Components/Helper/Composer.php                     |   38 +-
 components/lib/Components/Module/Release.php                      |    1 +
 components/lib/Components/Release/Task/Bugs.php                   |    9 +-
 components/lib/Components/Release/Task/Composer.php               |   82 +
 components/lib/Components/Runner/Composer.php                     |   22 +-
 components/lib/Components/Runner/Release.php                      |   35 +-
 components/package.xml                                            |    4 +
 content/composer.json                                             |   44 +
 framework/ActiveSync/composer.json                                |   39 +
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  119 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |   44 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |   24 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Device.php              |   30 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |  100 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Collection.php   |   41 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |  169 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    6 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |   35 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    1 -
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |   23 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php    |   78 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   67 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php              |   21 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |  521 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php         | 1461 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |  631 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |  138 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php               |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |   41 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   33 +-
 framework/ActiveSync/locale/Horde_ActiveSync.pot                  |   36 +-
 framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 1432 -> 1432 bytes
 framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.po    |   36 +-
 framework/ActiveSync/package.xml                                  |   78 +-
 framework/ActiveSync/test/Horde/ActiveSync/AutodiscoverTest.php   |  191 +
 framework/ActiveSync/test/Horde/ActiveSync/CacheTest.php          |    2 +-
 framework/ActiveSync/test/Horde/ActiveSync/ServerTest.php         |    4 +-
 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php     |   78 +-
 .../ActiveSync/test/Horde/ActiveSync/StateTest/Mongo/BaseTest.php |  240 +
 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php |   13 +-
 framework/Alarm/composer.json                                     |   38 +
 framework/Alarm/lib/Horde/Alarm/Sql.php                           |    4 +-
 framework/Alarm/package.xml                                       |   20 +-
 framework/Argv/composer.json                                      |   35 +
 framework/Auth/composer.json                                      |   53 +
 framework/Auth/locale/Horde_Auth.pot                              |    4 +-
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo                |  Bin 3373 -> 3373 bytes
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po                |    4 +-
 framework/Auth/package.xml                                        |   24 +-
 framework/Auth/test/Horde/Auth/Unit/Sql/Base.php                  |    5 +-
 framework/Autoloader/composer.json                                |   33 +
 framework/Autoloader_Cache/composer.json                          |   39 +
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   17 +-
 framework/Autoloader_Cache/package.xml                            |    9 +-
 framework/Browser/composer.json                                   |   32 +
 framework/Cache/composer.json                                     |   43 +
 framework/Cache/lib/Horde/Cache/Storage/Apc.php                   |    1 -
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php          |    1 -
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php                |    3 +-
 framework/Cache/package.xml                                       |   22 +-
 framework/Cli/composer.json                                       |   32 +
 framework/Cli_Modular/composer.json                               |   29 +
 framework/Compress/composer.json                                  |   43 +
 framework/Compress_Fast/composer.json                             |   31 +
 framework/Constraint/composer.json                                |   28 +
 framework/Controller/composer.json                                |   40 +
 framework/Core/composer.json                                      |  116 +
 framework/Core/js/calendar.js                                     |    2 +-
 framework/Core/js/hordecore.js                                    |   17 +-
 framework/Core/js/jquery.mobile/jquery.js                         | 5625 ++--
 framework/Core/js/jquery.mobile/jquery.min.js                     |    7 +-
 framework/Core/js/jquery.mobile/jquery.mobile.js                  | 8720 +++--
 framework/Core/js/jquery.mobile/jquery.mobile.min.css             |   14 +-
 framework/Core/js/jquery.mobile/jquery.mobile.min.js              |   11 +-
 framework/Core/js/prototype.js                                    |    2 +-
 framework/Core/js/smartmobile.js                                  |   11 +-
 framework/Core/lib/Horde.php                                      |  134 +-
 framework/Core/lib/Horde/Config.php                               |    6 +-
 framework/Core/lib/Horde/Core/ActiveSync/Auth.php                 |    9 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php            |   75 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   62 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php                |   33 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Pretty.php |    4 +-
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php         |   49 +-
 framework/Core/lib/Horde/Core/Auth/Application.php                |    3 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php                |   34 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php                |    3 +-
 framework/Core/lib/Horde/Core/Block/Layout.php                    |    4 +-
 framework/Core/lib/Horde/Core/Block/Layout/Manager.php            |    2 +-
 framework/Core/lib/Horde/Core/Browser.php                         |    3 +-
 framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php       |    6 +
 framework/Core/lib/Horde/Core/Factory/HttpClient.php              |    2 +-
 framework/Core/lib/Horde/Core/Factory/ThemesCache.php             |    8 +-
 framework/Core/lib/Horde/Core/Group/Ldap.php                      |    6 +-
 framework/Core/lib/Horde/Core/Hooks.php                           |   96 +
 framework/Core/lib/Horde/Core/Notification/Event/Status.php       |    2 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                        |   16 +-
 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php             |   17 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    6 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php                |    8 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |   35 +-
 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php           |    8 +-
 framework/Core/lib/Horde/Core/Topbar.php                          |   25 +-
 framework/Core/lib/Horde/Core/Ui/FlagImage.php                    |   63 +-
 framework/Core/lib/Horde/Core/Ui/Tabs.php                         |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             |   44 +-
 framework/Core/lib/Horde/Core/View/Helper/Image.php               |   11 +-
 framework/Core/lib/Horde/ErrorHandler.php                         |   20 +-
 framework/Core/lib/Horde/Help.php                                 |    2 +-
 framework/Core/lib/Horde/PageOutput.php                           |    8 +-
 framework/Core/lib/Horde/Registry.php                             |   47 +-
 framework/Core/lib/Horde/Themes/Cache.php                         |   11 +-
 framework/Core/lib/Horde/Themes/Css.php                           |   13 +-
 framework/Core/lib/Horde/Themes/Image.php                         |   16 +
 framework/Core/locale/Horde_Core.pot                              |   80 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   86 +-
 framework/Core/package.xml                                        |   84 +-
 framework/Crypt/composer.json                                     |   40 +
 framework/Crypt_Blowfish/composer.json                            |   32 +
 framework/Css_Parser/composer.json                                |   28 +
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                |   28 +-
 framework/Css_Parser/package.xml                                  |   34 +-
 framework/Data/composer.json                                      |   40 +
 framework/DataTree/composer.json                                  |   25 +
 framework/Date/composer.json                                      |   38 +
 framework/Date/lib/Horde/Date.php                                 |  118 +
 framework/Date/locale/Horde_Date.pot                              |   16 +-
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.mo                |  Bin 1126 -> 1126 bytes
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.po                |   16 +-
 framework/Date/package.xml                                        |   23 +-
 framework/Date_Parser/composer.json                               |   35 +
 framework/Dav/composer.json                                       |   25 +-
 framework/Db/composer.json                                        |   49 +
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php                    |   44 +-
 framework/Db/lib/Horde/Db/SearchParser.php                        |    2 +-
 framework/Db/package.xml                                          |    2 +
 framework/Editor/composer.json                                    |   33 +
 framework/Editor/js/ckeditor/nomargin.css                         |    4 +
 framework/Editor/package.xml                                      |    7 +-
 framework/ElasticSearch/composer.json                             |   32 +
 framework/Exception/composer.json                                 |   39 +
 framework/Feed/composer.json                                      |   32 +
 framework/Feed/doc/Horde/Feed/examples/blogroll.php               |    2 +-
 framework/Feed/doc/Horde/Feed/examples/reader.php                 |    2 +-
 framework/Feed/package.xml                                        |    8 +-
 framework/Form/composer.json                                      |   40 +
 framework/Form/lib/Horde/Form.php                                 |    7 +-
 framework/Form/locale/Horde_Form.pot                              |   10 +-
 framework/Form/locale/de/LC_MESSAGES/Horde_Form.mo                |  Bin 10966 -> 10966 bytes
 framework/Form/locale/de/LC_MESSAGES/Horde_Form.po                |   10 +-
 framework/Form/package.xml                                        |   20 +-
 framework/Group/composer.json                                     |   37 +
 framework/Group/test/Horde/Group/Sql/Base.php                     |    5 +-
 framework/HashTable/composer.json                                 |   30 +
 framework/History/composer.json                                   |   31 +
 framework/History/package.xml                                     |   24 +-
 framework/Http/composer.json                                      |   37 +
 framework/Icalendar/composer.json                                 |   45 +
 framework/Icalendar/package.xml                                   |    1 -
 framework/Image/composer.json                                     |   41 +
 framework/Image/lib/Horde/Image/Exif.php                          |    2 +-
 framework/Imap_Client/composer.json                               |   44 +
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   15 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   16 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php   |  117 -
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php       |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php  |   71 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   92 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php |  128 -
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |   11 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |   47 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   22 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |  113 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7202 -> 7202 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |  113 +-
 framework/Imap_Client/package.xml                                 |   71 +-
 framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php      |   42 +
 framework/Imsp/composer.json                                      |   26 +
 framework/Injector/composer.json                                  |   29 +
 framework/Itip/composer.json                                      |   36 +
 framework/Kolab_Cli/composer.json                                 |   37 +
 framework/Kolab_Config/composer.json                              |   29 +
 framework/Kolab_Filter/composer.json                              |   38 +
 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/Kolab_Format/composer.json                              |   32 +
 framework/Kolab_FreeBusy/composer.json                            |   34 +
 framework/Kolab_Resource/composer.json                            |   32 +
 framework/Kolab_Server/composer.json                              |   35 +
 framework/Kolab_Session/composer.json                             |   32 +
 framework/Kolab_Storage/composer.json                             |   40 +
 framework/Ldap/composer.json                                      |   36 +
 framework/Ldap/lib/Horde/Ldap.php                                 |   27 +-
 framework/Ldap/package.xml                                        |   21 +-
 framework/Ldap/test/Horde/Ldap/LdapTest.php                       |    7 +
 framework/Lens/composer.json                                      |   25 +
 framework/ListHeaders/composer.json                               |   29 +
 framework/ListHeaders/lib/Horde/ListHeaders.php                   |   20 +
 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php       |   57 +
 framework/ListHeaders/locale/Horde_ListHeaders.pot                |   46 +
 framework/ListHeaders/package.xml                                 |   41 +-
 framework/Lock/composer.json                                      |   32 +
 framework/Log/composer.json                                       |   38 +
 framework/Log/package.xml                                         |   21 +-
 framework/LoginTasks/composer.json                                |   30 +
 framework/Mail/composer.json                                      |   35 +
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php                  |    6 +-
 framework/Mail/package.xml                                        |   20 +-
 framework/Mail/test/Horde/Mail/AddressTest.php                    |   15 +
 framework/Memcache/composer.json                                  |   28 +
 framework/Mime/composer.json                                      |   46 +
 framework/Mime/lib/Horde/Mime/Headers.php                         |    2 +
 framework/Mime/locale/Horde_Mime.pot                              |   16 +-
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo                |  Bin 1309 -> 1309 bytes
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po                |   16 +-
 framework/Mime_Viewer/composer.json                               |   34 +
 framework/Mongo/composer.json                                     |   26 +
 framework/Mongo/lib/Horde/Mongo/Client.php                        |   26 +-
 framework/Mongo/package.xml                                       |   19 +-
 framework/Nls/composer.json                                       |   36 +
 framework/Notification/composer.json                              |   33 +
 framework/Oauth/composer.json                                     |   29 +
 framework/Pack/doc/Horde/Pack/COPYING                             |  458 +
 framework/Pack/lib/Horde/Pack.php                                 |  185 +
 framework/Pack/lib/Horde/Pack/Autodetermine.php                   |   77 +
 framework/Pack/lib/Horde/Pack/Driver.php                          |   86 +
 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php                 |   59 +
 framework/Pack/lib/Horde/Pack/Driver/Json.php                     |   60 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php                  |   58 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php         |   64 +
 framework/Pack/lib/Horde/Pack/Driver/Serialize.php                |   52 +
 framework/Pack/lib/Horde/Pack/Exception.php                       |   25 +
 framework/Pack/package.xml                                        |  144 +
 framework/Pack/test/Horde/Pack/AllTests.php                       |    3 +
 framework/Pack/test/Horde/Pack/AutodetermineTest.php              |   76 +
 framework/Pack/test/Horde/Pack/Driver/IgbinaryTest.php            |   29 +
 framework/Pack/test/Horde/Pack/Driver/JsonTest.php                |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackTest.php             |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackserializeTest.php    |   30 +
 framework/Pack/test/Horde/Pack/Driver/SerializeTest.php           |   30 +
 framework/Pack/test/Horde/Pack/Driver/TestBase.php                |  177 +
 framework/Pack/test/Horde/Pack/bootstrap.php                      |    3 +
 framework/Pack/test/Horde/Pack/phpunit.xml                        |    1 +
 framework/Pdf/composer.json                                       |   39 +
 framework/Pear/composer.json                                      |   31 +
 framework/Pear/package.xml                                        |   23 +-
 framework/Perms/composer.json                                     |   39 +
 framework/Prefs/composer.json                                     |   51 +
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |    2 +-
 framework/Prefs/package.xml                                       |   20 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |    5 +-
 framework/PubSub/composer.json                                    |   28 +
 framework/Push/composer.json                                      |   37 +
 framework/Queue/composer.json                                     |   25 +
 framework/Rampage/composer.json                                   |   25 +
 framework/Rampage/package.xml                                     |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 framework/Rdo/composer.json                                       |   30 +
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                         |    1 +
 framework/Reflection/composer.json                                |   25 +
 framework/Release/composer.json                                   |   35 +
 framework/Release/lib/Horde/Release/Whups.php                     |    2 +-
 framework/Role/composer.json                                      |   30 +
 framework/Routes/composer.json                                    |   35 +
 framework/Rpc/composer.json                                       |   52 +
 framework/Rpc/lib/Horde/Rpc/Jsonrpc.php                           |    2 +-
 framework/Rpc/lib/Horde/Rpc/Phpgw.php                             |    2 +-
 framework/Rpc/lib/Horde/Rpc/Xmlrpc.php                            |    2 +-
 framework/Rpc/package.xml                                         |   20 +-
 framework/Scheduler/composer.json                                 |   28 +
 framework/Scribe/composer.json                                    |   26 +
 framework/Secret/composer.json                                    |   37 +
 framework/Serialize/composer.json                                 |   47 +
 framework/Service_Facebook/composer.json                          |   31 +
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php |    6 +-
 framework/Service_Facebook/package.xml                            |   20 +-
 framework/Service_Gravatar/composer.json                          |   30 +
 framework/Service_Gravatar/lib/Horde/Service/Gravatar.php         |  107 +-
 framework/Service_Gravatar/package.xml                            |   13 +
 .../Service_Gravatar/test/Horde/Service/Gravatar/GravatarTest.php |   35 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |   35 +-
 framework/Service_Scribd/composer.json                            |   28 +
 framework/Service_Twitter/composer.json                           |   30 +
 framework/Service_UrlShortener/composer.json                      |   28 +
 framework/Service_Vimeo/composer.json                             |   26 +
 framework/Service_Weather/composer.json                           |   32 +
 framework/SessionHandler/composer.json                            |   44 +
 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    5 +-
 framework/Share/composer.json                                     |   47 +
 framework/Share/test/Horde/Share/Sql/Base.php                     |    1 +
 framework/Share/test/Horde/Share/Sqlng/Base.php                   |    1 +
 framework/Smtp/composer.json                                      |   34 +
 framework/Smtp/doc/Horde/Smtp/UPGRADING                           |   19 +-
 framework/Smtp/lib/Horde/Smtp.php                                 |   40 +-
 framework/Smtp/lib/Horde/Smtp/Connection.php                      |  164 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                     |   13 +-
 framework/Smtp/lib/Horde/Smtp/Password/Xoauth2.php                |   70 +
 framework/Smtp/locale/Horde_Smtp.pot                              |   14 +-
 framework/Smtp/package.xml                                        |   83 +-
 framework/Smtp/test/Horde/Smtp/FilterDataTest.php                 |   53 +
 framework/Smtp/test/Horde/Smtp/Xoauth2Test.php                    |   43 +
 framework/Socket_Client/composer.json                             |   29 +
 framework/Socket_Client/doc/Horde/Socket/Client/COPYING           |  458 +
 framework/Socket_Client/doc/Horde/Socket/Client/UPGRADING         |   21 +
 framework/Socket_Client/lib/Horde/Socket/Client.php               |  202 +
 framework/Socket_Client/lib/Horde/Socket/Client/Exception.php     |   28 +
 framework/Socket_Client/package.xml                               |  123 +
 framework/SpellChecker/composer.json                              |   32 +
 framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php          |    1 +
 framework/SpellChecker/package.xml                                |   20 +-
 framework/Stream/composer.json                                    |   29 +
 framework/Stream/package.xml                                      |   35 +-
 framework/Stream_Filter/composer.json                             |   33 +
 framework/Stream_Filter/test/Horde/Stream/Filter/EolTest.php      |   19 +
 framework/Stream_Wrapper/composer.json                            |   30 +
 framework/Support/composer.json                                   |   40 +
 framework/SyncMl/composer.json                                    |   36 +
 framework/Template/composer.json                                  |   33 +
 framework/Test/composer.json                                      |   39 +
 framework/Test/lib/Horde/Test/Autoload.php                        |    2 +-
 framework/Test/package.xml                                        |   20 +-
 framework/Text_Diff/composer.json                                 |   36 +
 framework/Text_Filter/composer.json                               |   43 +
 .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php  |   99 +-
 framework/Text_Filter/package.xml                                 |   35 +-
 framework/Text_Filter/test/Horde/Text/Filter/JsminTest.php        |   10 +
 framework/Text_Filter_Csstidy/composer.json                       |   30 +
 framework/Text_Flowed/composer.json                               |   29 +
 framework/Text_Textile/composer.json                              |   28 +
 framework/Thrift/composer.json                                    |   25 +
 framework/Timezone/composer.json                                  |   31 +
 framework/Timezone/lib/Horde/Timezone.php                         |    2 +-
 framework/Timezone/lib/Horde/Timezone/Rule.php                    |   59 +-
 framework/Timezone/lib/Horde/Timezone/Zone.php                    |    3 +-
 framework/Timezone/package.xml                                    |   28 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php          |    9 +
 framework/Timezone/test/Horde/Timezone/fixtures/europe.ics        |  561 +-
 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics    |  122 +
 framework/Timezone/test/Horde/Timezone/fixtures/northamerica      |   27 +
 framework/Token/composer.json                                     |   40 +
 framework/Translation/composer.json                               |   29 +
 framework/Tree/composer.json                                      |   41 +
 framework/Url/composer.json                                       |   34 +
 framework/Util/composer.json                                      |   46 +
 framework/Vcs/composer.json                                       |   41 +
 framework/Vfs/composer.json                                       |   44 +
 framework/Vfs/lib/Horde/Vfs/Ssh2.php                              |    9 +-
 framework/Vfs/package.xml                                         |   22 +-
 framework/Vfs/test/Horde/Vfs/Sql/Base.php                         |    5 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php                     |    1 +
 framework/View/composer.json                                      |   39 +
 framework/Xml_Element/composer.json                               |   30 +
 framework/Xml_Wbxml/composer.json                                 |   34 +
 framework/Yaml/composer.json                                      |   34 +
 framework/admintools/README                                       |   25 -
 framework/admintools/horde-base.php                               |   13 -
 framework/admintools/horde-remove-pref.php                        |   52 -
 framework/admintools/horde-sql-shell.php                          |   33 -
 framework/admintools/package.xml                                  |   97 -
 framework/bin/horde-generate-module                               |  133 +
 framework/bin/horde-git-split                                     |   40 +
 framework/bin/horde-rev-cmp                                       |   11 +
 framework/bin/horde-run-cmd                                       |   32 +
 framework/devtools/COPYING                                        |  458 -
 framework/devtools/README                                         |   18 -
 framework/devtools/horde-generate-module.php                      |  133 -
 framework/devtools/horde-merge.php                                |  135 -
 framework/devtools/horde-rev-cmp.sh                               |   11 -
 framework/devtools/package.xml                                    |   76 -
 framework/lz4/composer.json                                       |   25 +
 gollem/composer.json                                              |   56 +
 gollem/lib/Test.php                                               |   19 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74332 -> 74506 bytes
 hermes/composer.json                                              |   56 +
 hermes/lib/Driver/Sql.php                                         |    2 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 82147 -> 82668 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  115 +-
 hermes/locale/hermes.pot                                          |  113 +-
 horde/admin/alarms.php                                            |   45 +-
 horde/bin/horde-pref-remove                                       |   53 +
 horde/bin/horde-remove-user-data                                  |   54 +
 horde/bin/horde-sql-shell                                         |   42 +
 horde/composer.json                                               |   89 +
 horde/config/conf.xml                                             |    3 +-
 horde/config/hooks.php.dist                                       |    6 +-
 horde/config/registry.php                                         |    1 +
 horde/docs/CHANGES                                                |   18 +-
 horde/docs/CODING_STANDARDS                                       |   15 +
 horde/docs/INSTALL                                                |   30 +-
 horde/docs/RELEASE_NOTES                                          |   14 +-
 horde/js/json2.js                                                 |    6 +-
 horde/js/logintasks-jquery.js                                     |    7 +
 horde/js/sidebar.js                                               |    4 +-
 horde/js/topbar.js                                                |   35 +-
 horde/lib/Ajax/Application/Handler.php                            |   56 +-
 horde/lib/Application.php                                         |    2 +-
 horde/lib/Test.php                                                |  112 +-
 horde/lib/View/Sidebar.php                                        |    7 +-
 horde/lib/View/Topbar.php                                         |   22 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 66215 -> 66389 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |  122 +-
 horde/locale/horde.pot                                            |  122 +-
 horde/login.php                                                   |   11 -
 horde/package.xml                                                 |   42 +-
 horde/services/ajax.php                                           |    3 +-
 horde/services/shares/edit.php                                    |    5 +
 horde/services/twitter/index.php                                  |    2 +-
 horde/templates/login/login.inc                                   |    2 +-
 horde/templates/login/smartmobile.html.php                        |    2 +-
 horde/templates/logintasks/smartmobile.html.php                   |    2 +-
 horde/templates/shares/edit.inc                                   |    1 +
 horde/themes/default/graphics/php.png                             |  Bin 0 -> 327 bytes
 horde/themes/default/screen.css                                   |   11 +-
 imp/basic.php                                                     |    8 +-
 imp/composer.json                                                 |   81 +
 imp/config/backends.php                                           |   17 -
 imp/config/conf.xml                                               |   24 +-
 imp/config/hooks.php.dist                                         |   22 +
 imp/config/prefs.php                                              |   22 +-
 imp/docs/CHANGES                                                  |   32 +
 imp/docs/INSTALL                                                  |   19 +-
 imp/docs/RELEASE_NOTES                                            |   16 +-
 imp/docs/UPGRADING                                                |   39 +
 imp/js/base64.js                                                  |  176 -
 imp/js/compose-base.js                                            |  151 +-
 imp/js/compose-dimp.js                                            |  239 +-
 imp/js/compose.js                                                 |   62 +-
 imp/js/dimpbase.js                                                |  226 +-
 imp/js/dimpcore.js                                                |   64 +-
 imp/js/draghandler.js                                             |    6 +-
 imp/js/external/base64.js                                         |  176 +
 imp/js/external/murmurhash3.js                                    |   93 +
 imp/js/mailbox.js                                                 |   25 +-
 imp/js/message-dimp.js                                            |    5 +-
 imp/js/murmurhash3.js                                             |   93 -
 imp/js/prettyautocomplete.js                                      |  333 +
 imp/js/search.js                                                  |   35 +-
 imp/js/smartmobile.js                                             |    2 +-
 imp/lib/Ajax/Application.php                                      |    1 +
 imp/lib/Ajax/Application/Handler/Common.php                       |   60 +-
 imp/lib/Ajax/Application/Handler/ComposeAttach.php                |   47 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                      |  109 +-
 imp/lib/Ajax/Application/Handler/Smartmobile.php                  |    3 +-
 imp/lib/Ajax/Application/ListMessages.php                         |   52 +-
 imp/lib/Ajax/Application/ShowMessage.php                          |    8 +-
 imp/lib/Ajax/Imple/AutoCompleter/Pretty.php                       |   82 +
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |   59 +-
 imp/lib/Ajax/Imple/ItipRequest.php                                |    6 +-
 imp/lib/Ajax/Queue.php                                            |   77 +-
 imp/lib/Api.php                                                   |   12 +-
 imp/lib/Application.php                                           |   22 +-
 imp/lib/Basic/Compose.php                                         |   41 +-
 imp/lib/Basic/Folders.php                                         |   12 +-
 imp/lib/Basic/Listinfo.php                                        |  136 +
 imp/lib/Basic/Mailbox.php                                         |   19 +-
 imp/lib/Basic/Message.php                                         |  125 +-
 imp/lib/Basic/Search.php                                          |   12 +-
 imp/lib/Basic/Thread.php                                          |    7 +
 imp/lib/Compose.php                                               |  289 +-
 imp/lib/Compose/Attachment.php                                    |   40 +-
 imp/lib/Compose/Attachment/Storage.php                            |   24 +
 imp/lib/Compose/Attachment/Storage/VfsLinked.php                  |   10 +-
 imp/lib/Compose/Exception/Address.php                             |   82 +
 imp/lib/Compose/LinkedAttachment.php                              |   11 +-
 imp/lib/Compose/Ui.php                                            |   29 +-
 imp/lib/Contacts/Avatar/Addressbook.php                           |   69 +
 imp/lib/Contacts/Avatar/Backend.php                               |   34 +
 imp/lib/Contacts/Avatar/Gravatar.php                              |   56 +
 imp/lib/Contacts/Avatar/Unknown.php                               |   32 +
 imp/lib/Contacts/Flag/Backend.php                                 |   34 +
 imp/lib/Contacts/Flag/Host.php                                    |   40 +
 imp/lib/Contacts/Image.php                                        |   90 +
 imp/lib/Contents.php                                              |   10 +-
 imp/lib/Contents/View.php                                         |   97 +-
 imp/lib/Crypt/Pgp.php                                             |   16 +-
 imp/lib/Crypt/Smime.php                                           |   18 +-
 imp/lib/Dynamic/Base.php                                          |   14 +-
 imp/lib/Dynamic/Compose/Common.php                                |    8 +-
 imp/lib/Dynamic/Mailbox.php                                       |   35 +-
 imp/lib/Dynamic/Message.php                                       |   12 +-
 imp/lib/Editor.php                                                |    2 +-
 imp/lib/Factory/ComposeAtc.php                                    |    2 +-
 imp/lib/Flags.php                                                 |   28 +
 imp/lib/Ftree.php                                                 |   12 +-
 imp/lib/Ftree/Iterator.php                                        |   18 +-
 imp/lib/Ftree/IteratorFilter.php                                  |   15 +-
 imp/lib/Ftree/IteratorFilter/Ancestors.php                        |    5 +-
 imp/lib/IMP.php                                                   |    6 +-
 imp/lib/Images.php                                                |    9 +-
 imp/lib/Mailbox.php                                               |   38 +-
 imp/lib/Mailbox/List.php                                          |    2 +-
 imp/lib/Message.php                                               |    2 +-
 imp/lib/Message/Ui.php                                            |    2 +-
 imp/lib/Mime/Status.php                                           |    2 +-
 imp/lib/Mime/Viewer/Html.php                                      |    1 +
 imp/lib/Minimal/Compose.php                                       |    7 +-
 imp/lib/Minimal/Folders.php                                       |   14 +-
 imp/lib/Notification/Event/Status.php                             |    5 +-
 imp/lib/Prefs/Identity.php                                        |   24 +
 imp/lib/Prefs/Sort.php                                            |    6 +-
 imp/lib/Prefs/Special/Flag.php                                    |    4 +-
 imp/lib/Prefs/Special/PgpPrivateKey.php                           |    2 +-
 imp/lib/Prefs/Special/Sourceselect.php                            |    1 -
 imp/lib/Quota.php                                                 |   22 +-
 imp/lib/Quota/Hook.php                                            |    6 +-
 imp/lib/Search/Ui.php                                             |    5 +-
 imp/lib/Smartmobile.php                                           |    2 +-
 imp/lib/Spam.php                                                  |    9 +-
 imp/lib/Test.php                                                  |   43 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184529 -> 185133 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  688 +-
 imp/locale/en/help.xml                                            |    2 +-
 imp/locale/imp.pot                                                |  678 +-
 imp/package.xml                                                   |   94 +-
 imp/templates/basic/compose/compose.html.php                      |   13 +
 imp/templates/dynamic/compose.html.php                            |   26 +-
 imp/templates/dynamic/message.html.php                            |    8 +
 imp/templates/dynamic/redirect.html.php                           |    4 +-
 imp/templates/listinfo/listinfo.html.php                          |   14 +
 imp/templates/prefs/remote.html.php                               |    8 +-
 imp/themes/default/basic/screen.css                               |    8 +
 imp/themes/default/dynamic/screen.css                             |   93 +-
 imp/themes/default/graphics/add_contact.png                       |  Bin 497 -> 434 bytes
 imp/themes/default/graphics/addressbook_browse.png                |  Bin 425 -> 358 bytes
 imp/themes/default/graphics/answered.png                          |  Bin 514 -> 453 bytes
 imp/themes/default/graphics/application_tile_horizontal.png       |  Bin 427 -> 242 bytes
 imp/themes/default/graphics/application_tile_vertical.png         |  Bin 446 -> 260 bytes
 imp/themes/default/graphics/arrow_down.png                        |  Bin 343 -> 264 bytes
 imp/themes/default/graphics/arrow_up.png                          |  Bin 337 -> 257 bytes
 imp/themes/default/graphics/attachment.png                        |  Bin 605 -> 545 bytes
 imp/themes/default/graphics/blacklist.png                         |  Bin 624 -> 558 bytes
 imp/themes/default/graphics/button-split.png                      |  Bin 87 -> 74 bytes
 imp/themes/default/graphics/calendar.png                          |  Bin 553 -> 421 bytes
 imp/themes/default/graphics/checkmail.png                         |  Bin 676 -> 533 bytes
 imp/themes/default/graphics/clearflag.png                         |  Bin 351 -> 267 bytes
 imp/themes/default/graphics/clipboard.png                         |  Bin 0 -> 465 bytes
 imp/themes/default/graphics/close.png                             |  Bin 637 -> 489 bytes
 imp/themes/default/graphics/compose.png                           |  Bin 463 -> 351 bytes
 imp/themes/default/graphics/delete-small.png                      |  Bin 0 -> 136 bytes
 imp/themes/default/graphics/delete.png                            |  Bin 399 -> 312 bytes
 imp/themes/default/graphics/download.png                          |  Bin 401 -> 297 bytes
 imp/themes/default/graphics/drafts.png                            |  Bin 610 -> 480 bytes
 imp/themes/default/graphics/edit.png                              |  Bin 425 -> 292 bytes
 imp/themes/default/graphics/empty_spam.png                        |  Bin 523 -> 517 bytes
 imp/themes/default/graphics/empty_trash.png                       |  Bin 523 -> 517 bytes
 imp/themes/default/graphics/fetchmail.png                         |  Bin 676 -> 533 bytes
 imp/themes/default/graphics/filters.png                           |  Bin 418 -> 301 bytes
 imp/themes/default/graphics/flagged.png                           |  Bin 362 -> 265 bytes
 imp/themes/default/graphics/flags/answered-inv.png                |  Bin 207 -> 138 bytes
 imp/themes/default/graphics/flags/answered.png                    |  Bin 207 -> 132 bytes
 imp/themes/default/graphics/flags/attachment-inv.png              |  Bin 526 -> 356 bytes
 imp/themes/default/graphics/flags/attachment.png                  |  Bin 511 -> 345 bytes
 imp/themes/default/graphics/flags/deleted-inv.png                 |  Bin 252 -> 176 bytes
 imp/themes/default/graphics/flags/deleted.png                     |  Bin 252 -> 175 bytes
 imp/themes/default/graphics/flags/draft-inv.png                   |  Bin 378 -> 287 bytes
 imp/themes/default/graphics/flags/draft.png                       |  Bin 378 -> 284 bytes
 imp/themes/default/graphics/flags/encrypted-inv.png               |  Bin 278 -> 218 bytes
 imp/themes/default/graphics/flags/encrypted.png                   |  Bin 278 -> 219 bytes
 imp/themes/default/graphics/flags/flagged-inv.png                 |  Bin 262 -> 162 bytes
 imp/themes/default/graphics/flags/flagged.png                     |  Bin 262 -> 154 bytes
 imp/themes/default/graphics/flags/forwarded-inv.png               |  Bin 207 -> 139 bytes
 imp/themes/default/graphics/flags/forwarded.png                   |  Bin 207 -> 133 bytes
 imp/themes/default/graphics/flags/group-inv.png                   |  Bin 335 -> 267 bytes
 imp/themes/default/graphics/flags/group.png                       |  Bin 335 -> 259 bytes
 imp/themes/default/graphics/flags/innocent-inv.png                |  Bin 326 -> 257 bytes
 imp/themes/default/graphics/flags/innocent.png                    |  Bin 324 -> 250 bytes
 imp/themes/default/graphics/flags/personal-inv.png                |  Bin 247 -> 192 bytes
 imp/themes/default/graphics/flags/personal.png                    |  Bin 247 -> 186 bytes
 imp/themes/default/graphics/flags/priority_high-inv.png           |  Bin 265 -> 214 bytes
 imp/themes/default/graphics/flags/priority_high.png               |  Bin 265 -> 208 bytes
 imp/themes/default/graphics/flags/priority_low-inv.png            |  Bin 300 -> 221 bytes
 imp/themes/default/graphics/flags/priority_low.png                |  Bin 300 -> 210 bytes
 imp/themes/default/graphics/flags/seen-inv.png                    |  Bin 353 -> 268 bytes
 imp/themes/default/graphics/flags/seen.png                        |  Bin 353 -> 271 bytes
 imp/themes/default/graphics/flags/signed-inv.png                  |  Bin 278 -> 218 bytes
 imp/themes/default/graphics/flags/signed.png                      |  Bin 278 -> 219 bytes
 imp/themes/default/graphics/flags/spam-inv.png                    |  Bin 280 -> 252 bytes
 imp/themes/default/graphics/flags/spam.png                        |  Bin 280 -> 247 bytes
 imp/themes/default/graphics/flags/unseen-inv.png                  |  Bin 322 -> 213 bytes
 imp/themes/default/graphics/flags/unseen.png                      |  Bin 322 -> 206 bytes
 imp/themes/default/graphics/folders/create.png                    |  Bin 427 -> 331 bytes
 imp/themes/default/graphics/folders/drafts.png                    |  Bin 610 -> 482 bytes
 imp/themes/default/graphics/folders/edit.png                      |  Bin 463 -> 351 bytes
 imp/themes/default/graphics/folders/folder.png                    |  Bin 305 -> 211 bytes
 imp/themes/default/graphics/folders/inbox.png                     |  Bin 550 -> 442 bytes
 imp/themes/default/graphics/folders/minus.png                     |  Bin 427 -> 346 bytes
 imp/themes/default/graphics/folders/open.png                      |  Bin 437 -> 353 bytes
 imp/themes/default/graphics/folders/plus.png                      |  Bin 418 -> 351 bytes
 imp/themes/default/graphics/folders/sent.png                      |  Bin 532 -> 424 bytes
 imp/themes/default/graphics/folders/spam.png                      |  Bin 556 -> 489 bytes
 imp/themes/default/graphics/folders/trash.png                     |  Bin 399 -> 312 bytes
 imp/themes/default/graphics/forward.png                           |  Bin 357 -> 253 bytes
 imp/themes/default/graphics/forwarded.png                         |  Bin 517 -> 452 bytes
 imp/themes/default/graphics/gallery.png                           |  Bin 435 -> 329 bytes
 imp/themes/default/graphics/ico_message_off.png                   |  Bin 587 -> 468 bytes
 imp/themes/default/graphics/info_icon.png                         |  Bin 599 -> 493 bytes
 imp/themes/default/graphics/innocent.png                          |  Bin 547 -> 485 bytes
 imp/themes/default/graphics/locked-inv.png                        |  Bin 429 -> 319 bytes
 imp/themes/default/graphics/locked.png                            |  Bin 429 -> 317 bytes
 imp/themes/default/graphics/logout.png                            |  Bin 693 -> 674 bytes
 imp/themes/default/graphics/message_source.png                    |  Bin 202 -> 119 bytes
 imp/themes/default/graphics/mime/apple.png                        |  Bin 156 -> 155 bytes
 imp/themes/default/graphics/mime/itip.png                         |  Bin 642 -> 609 bytes
 imp/themes/default/graphics/nav/first-grey.png                    |  Bin 324 -> 274 bytes
 imp/themes/default/graphics/nav/last-grey.png                     |  Bin 297 -> 253 bytes
 imp/themes/default/graphics/nav/left-grey.png                     |  Bin 227 -> 193 bytes
 imp/themes/default/graphics/nav/left.png                          |  Bin 377 -> 264 bytes
 imp/themes/default/graphics/nav/right-grey.png                    |  Bin 203 -> 173 bytes
 imp/themes/default/graphics/nav/right.png                         |  Bin 381 -> 268 bytes
 imp/themes/default/graphics/newmail.png                           |  Bin 676 -> 533 bytes
 imp/themes/default/graphics/newwin.png                            |  Bin 425 -> 316 bytes
 imp/themes/default/graphics/plus.png                              |  Bin 618 -> 485 bytes
 imp/themes/default/graphics/popdown.png                           |  Bin 261 -> 191 bytes
 imp/themes/default/graphics/prefs.png                             |  Bin 561 -> 494 bytes
 imp/themes/default/graphics/preview.png                           |  Bin 132 -> 114 bytes
 imp/themes/default/graphics/print.png                             |  Bin 455 -> 349 bytes
 imp/themes/default/graphics/reply.png                             |  Bin 344 -> 248 bytes
 imp/themes/default/graphics/replyall.png                          |  Bin 418 -> 295 bytes
 imp/themes/default/graphics/sbcursor_bottom.png                   |  Bin 149 -> 132 bytes
 imp/themes/default/graphics/sbcursor_top.png                      |  Bin 144 -> 127 bytes
 imp/themes/default/graphics/scroller.png                          |  Bin 115 -> 97 bytes
 imp/themes/default/graphics/scroller_back.png                     |  Bin 111 -> 93 bytes
 imp/themes/default/graphics/search.png                            |  Bin 460 -> 395 bytes
 imp/themes/default/graphics/seen.png                              |  Bin 592 -> 456 bytes
 imp/themes/default/graphics/shared.png                            |  Bin 448 -> 381 bytes
 imp/themes/default/graphics/spam.png                              |  Bin 556 -> 489 bytes
 imp/themes/default/graphics/spellcheck.png                        |  Bin 441 -> 374 bytes
 imp/themes/default/graphics/thread.png                            |  Bin 242 -> 144 bytes
 imp/themes/default/graphics/undelete.png                          |  Bin 403 -> 312 bytes
 imp/themes/default/graphics/unknown_contact.jpg                   |  Bin 0 -> 1323 bytes
 imp/themes/default/graphics/unseen.png                            |  Bin 471 -> 356 bytes
 imp/themes/default/graphics/warning.png                           |  Bin 538 -> 443 bytes
 imp/themes/default/graphics/whitelist.png                         |  Bin 612 -> 546 bytes
 imp/themes/default/screen.css                                     |   53 +-
 imp/view.php                                                      |    2 +
 ingo/composer.json                                                |   54 +
 ingo/docs/CHANGES                                                 |    9 +
 ingo/docs/RELEASE_NOTES                                           |   12 +-
 ingo/lib/Application.php                                          |    2 +-
 ingo/lib/Basic/Base.php                                           |   52 +
 ingo/lib/Basic/Blacklist.php                                      |    7 +-
 ingo/lib/Basic/Filters.php                                        |   16 +-
 ingo/lib/Basic/Forward.php                                        |    3 +-
 ingo/lib/Basic/Rule.php                                           |   42 +-
 ingo/lib/Basic/Script.php                                         |   12 +-
 ingo/lib/Basic/Spam.php                                           |    3 +-
 ingo/lib/Basic/Vacation.php                                       |    3 +-
 ingo/lib/Basic/Whitelist.php                                      |    7 +-
 ingo/lib/Test.php                                                 |   22 +-
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85776 -> 85974 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                                |   88 +-
 ingo/locale/ingo.pot                                              |   90 +-
 ingo/package.xml                                                  |    9 +-
 jonah/composer.json                                               |   31 +
 jonah/lib/Test.php                                                |    9 -
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 76125 -> 76299 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70947 -> 71121 bytes
 kolab/composer.json                                               |   25 +
 koward/composer.json                                              |   41 +
 koward/package.xml                                                |    2 +-
 koward/script/Koward/koward.php                                   |    2 +-
 kronolith/composer.json                                           |   79 +
 kronolith/config/prefs.php                                        |    6 +-
 kronolith/docs/CHANGES                                            |   15 +-
 kronolith/docs/RELEASE_NOTES                                      |   16 +-
 kronolith/js/kronolith.js                                         |   40 +-
 kronolith/js/smartmobile.js                                       |   14 +-
 kronolith/lib/Ajax.php                                            |    1 +
 kronolith/lib/Application.php                                     |    2 +-
 kronolith/lib/Driver/Resource/Sql.php                             |    8 +-
 kronolith/lib/Driver/Sql.php                                      |    8 +-
 kronolith/lib/Event.php                                           |   32 +-
 kronolith/lib/Form/DeleteCalendar.php                             |    2 +-
 kronolith/lib/Form/DeleteResource.php                             |    2 +-
 kronolith/lib/Form/DeleteResourceGroup.php                        |    2 +-
 kronolith/lib/Form/UnsubscribeRemoteCalendar.php                  |    2 +-
 kronolith/lib/FreeBusy.php                                        |    2 +-
 kronolith/lib/Kronolith.php                                       |    7 +-
 kronolith/lib/Storage/Kolab.php                                   |    2 +-
 kronolith/lib/Test.php                                            |   18 +-
 kronolith/lib/Ui/VarRenderer/Kronolith.php                        |    2 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 128131 -> 128300 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  108 +-
 kronolith/locale/kronolith.pot                                    |  106 +-
 kronolith/package.xml                                             |   30 +-
 kronolith/perms.php                                               |    5 +
 kronolith/templates/perms/perms.inc                               |    1 +
 kronolith/templates/smartmobile/month.html.php                    |    2 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 68224 -> 68398 bytes
 mnemo/composer.json                                               |   55 +
 mnemo/docs/CHANGES                                                |   11 +-
 mnemo/docs/RELEASE_NOTES                                          |   12 +-
 mnemo/lib/Api.php                                                 |   12 +-
 mnemo/lib/Application.php                                         |    2 +-
 mnemo/lib/Driver.php                                              |    5 +-
 mnemo/lib/Form/DeleteNotepad.php                                  |    2 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75773 -> 75947 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |    4 +-
 mnemo/locale/mnemo.pot                                            |    4 +-
 mnemo/package.xml                                                 |   26 +-
 nag/composer.json                                                 |   64 +
 nag/docs/CHANGES                                                  |   11 +-
 nag/docs/RELEASE_NOTES                                            |   10 +-
 nag/lib/Application.php                                           |    4 +-
 nag/lib/CompleteTask.php                                          |    2 +-
 nag/lib/Driver.php                                                |   23 +-
 nag/lib/Form/DeleteTaskList.php                                   |    2 +-
 nag/lib/Task.php                                                  |   39 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92459 -> 92633 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |   16 +-
 nag/locale/nag.pot                                                |   18 +-
 nag/package.xml                                                   |   22 +-
 passwd/composer.json                                              |   48 +
 passwd/config/conf.xml                                            |   14 +-
 passwd/lib/Test.php                                               |   15 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 72170 -> 72344 bytes
 pastie/composer.json                                              |   34 +
 sam/composer.json                                                 |   27 +
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70273 -> 70447 bytes
 sesha/composer.json                                               |   40 +
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 75018 -> 75192 bytes
 timeobjects/composer.json                                         |   40 +
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66752 -> 66950 bytes
 trean/composer.json                                               |   60 +
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70632 -> 70806 bytes
 turba/composer.json                                               |   71 +
 turba/docs/CHANGES                                                |   13 +-
 turba/docs/RELEASE_NOTES                                          |   12 +-
 turba/js/search.js                                                |   20 +-
 turba/lib/Application.php                                         |   12 +-
 turba/lib/Driver.php                                              |    4 +-
 turba/lib/Driver/Facebook.php                                     |   35 +-
 turba/lib/Form/Contact.php                                        |    8 +-
 turba/lib/Form/DeleteAddressBook.php                              |    2 +-
 turba/lib/Form/EditContact.php                                    |    5 +-
 turba/lib/Object.php                                              |   40 +-
 turba/lib/Test.php                                                |   21 +-
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98885 -> 99184 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   88 +-
 turba/locale/turba.pot                                            |   84 +-
 turba/package.xml                                                 |   27 +-
 turba/search.php                                                  |   72 +-
 turba/templates/search/footer.html.php                            |    3 +-
 turba/templates/search/header.html.php                            |   10 +-
 turba/templates/search/vbook.html.php                             |    2 +-
 turba/themes/default/screen.css                                   |    7 +
 turba/view.php                                                    |    6 +-
 ulaform/composer.json                                             |   28 +
 ulaform/lib/Test.php                                              |   11 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71984 -> 72206 bytes
 vilma/lib/Test.php                                                |    9 -
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77599 -> 77773 bytes
 whups/bin/whups-git-hook                                          |    2 +-
 whups/bin/whups-svn-hook                                          |    2 +-
 whups/composer.json                                               |   55 +
 whups/docs/CHANGES                                                |    2 +
 whups/lib/Driver.php                                              |    2 +-
 whups/lib/Driver/Sql.php                                          |    3 +-
 whups/lib/Whups.php                                               |    2 +-
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 108100 -> 108375 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |  148 +-
 whups/locale/whups.pot                                            |  144 +-
 whups/package.xml                                                 |    4 +
 wicked/composer.json                                              |   58 +
 wicked/docs/CHANGES                                               |    8 +-
 wicked/docs/RELEASE_NOTES                                         |   10 +-
 wicked/lib/Application.php                                        |    2 +-
 wicked/lib/Test.php                                               |    9 -
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78398 -> 78572 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |   56 +-
 wicked/locale/wicked.pot                                          |   58 +-
 wicked/package.xml                                                |   23 +-
 807 files changed, 29781 insertions(+), 12961 deletions(-)

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

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

commit 7689d5c14e05628db73980d9d37369008bf3492d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 1 00:39:10 2013 -0600

    typo

 ingo/docs/CHANGES |    2 +-
 ingo/package.xml  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/7689d5c14e05628db73980d9d37369008bf3492d
http://git.horde.org/horde-git/-/commit/7689d5c14e05628db73980d9d37369008bf3492d

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

commit d363fd27db5110c648cdc056f08cadc4b1e36b81
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 3 20:24:32 2013 -0700

    Updating rule input is not a token protected action

 ingo/lib/Api.php                        |    2 +-
 ingo/lib/Basic/Rule.php                 |  256 +++++++++++++++----------------
 ingo/templates/basic/rule/rule.html.php |    2 +-
 3 files changed, 126 insertions(+), 134 deletions(-)

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




More information about the commits mailing list