[commits] Horde branch ansel-ajax updated. 1595499b10d8d2e3e0e214d3107fd02a1645fba6

Michael J. Rubinsky mrubinsk at horde.org
Wed Jun 25 22:09:27 UTC 2014


The branch "ansel-ajax" has been updated.
The following is a summary of the commits.

from: 575cac40cd15820a4816c5d1d5c21680b77af314

787c404 Hide event url display on new event
2494786 Hide event url displan when opening a event without url set + keep 'http://' on url field
52485ca Fix getting supported fields.
d4ed890 Released Horde_ActiveSync-2.16.6
f586951 Development mode for Horde_ActiveSync-2.16.7
f01704e Fix obtaining raw mime data sent by Horde_Mime_Mail.
c1e99ed CHANGES
da98a50 Released Horde_Mime-2.4.2
8b4a8b2 Development mode for Horde_Mime-2.4.3
4b1957b Let's see if testing individual libraries works this way.
c32263a Revert "Let's see if testing individual libraries works this way."
555633a Maybe this handles HHVM testing more greacefully.
ff536e7 Try this to work around hhvm limits.
bfe9ec3 Reverse logic.
e14aea6 There is no PEAR in HHVM.
4303cbe Remove support for Freenode.
2d9fd0d Remove support for Freenode.
fa47545 We have only one release note now, so keep the struct simple.
3f140db [jan] Add Hungarian translation (Andras Galos <galosa at netinform.hu>).
42e984f [jan] Add Hungarian translation (Andras Galos <galosa at netinform.hu>).
1fdc92e Update hu translation.
1fc208c Don't rely on serialization format.
80f03ac Fix unserializing here too.
419159e Horde_Secret: Fix up cookie key name on key change / unset
9f02bf8 [mms] Correctly clear secret key from cookie data (Bug #13283; thomas.jarosch at intra2net.com).
6c50180 [mms] Only store keys in cookie if cookies are in use (Bug #13284; thomas.jarosch at intra2net.com).
0e7910f Remove remaining elements of freecode support
76174ba Released Horde_Secret-2.0.3
1136966 Development mode for Horde_Secret-2.0.4
8e52cd1 Don't typehint argument, since it can be null
758a2dd Don't add redirect code to compose page if not needed
113af35 Escape translation.
3998110 Fix changelog.
af0d7a7 We still need to load the release notes.
0ec76c9 Update file list.
340a590 Further simplify RELEASE_NOTES.
2f23684 Merge branch 'master' of git://github.com/ctimoteo/horde into ctimoteo-master
a5f303d Merge branch 'ctimoteo-master'
df683d3 fix typo
e3c5e49 Must include collection class when importing changes too.
8188431 Revert "Must include collection class when importing changes too."
2e5f69e Correct way of catching incoming SMS CHANGE commands.
112c997 BFN
0685537 Released Horde_ActiveSync-2.16.7
09f71b4 Development mode for Horde_ActiveSync-2.16.8
c1201e1 Add @todo for implementing SMS sync on the driver level.
d33b22b [mms] Don't use JSON driver to pack if input contains non-UTF8 data (Bug #13275).
2d05f12 Released Horde_Pack-1.0.2
3c644c7 Development mode for Horde_Pack-1.0.3
1595499 Merge branch 'master' into ansel-ajax

Summary: http://github.com/horde/horde/compare/575cac40cd15820a4816c5d1d5c21680b77af314...1595499b10d8d2e3e0e214d3107fd02a1645fba6

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

commit 787c4043631d15447a72d18d7c480d7f99b7d3fb
Author: Carlos Timóteo <ctimoteo at sapo.pt>
Date:   Fri Jun 20 16:58:13 2014 +0100

    Hide event url display on new event

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

http://github.com/horde/horde/commit/787c4043631d15447a72d18d7c480d7f99b7d3fb

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

commit 2494786413161e0ce35383b6d21985cbb6408503
Author: Carlos Timóteo <ctimoteo at sapo.pt>
Date:   Fri Jun 20 16:59:18 2014 +0100

    Hide event url displan when opening a event without url set + keep 'http://' on url field

 kronolith/js/kronolith.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2494786413161e0ce35383b6d21985cbb6408503

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

commit 52485caa78d00722ed94a70ef19ce4adf0dd5336
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 01:29:22 2014 -0400

    Fix getting supported fields.

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

http://github.com/horde/horde/commit/52485caa78d00722ed94a70ef19ce4adf0dd5336

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

commit d4ed890196af8d405a98914fc5840ac9fd4fb6ab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 12:25:41 2014 -0400

    Released Horde_ActiveSync-2.16.6

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

http://github.com/horde/horde/commit/d4ed890196af8d405a98914fc5840ac9fd4fb6ab

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

commit f5869518d170b115c6c20ff82a1b7570a8841f0f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 12:25:41 2014 -0400

    Development mode for Horde_ActiveSync-2.16.7

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

http://github.com/horde/horde/commit/f5869518d170b115c6c20ff82a1b7570a8841f0f

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

commit f01704e8ba88c19dce1c71edb22434404e06630e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 14:06:43 2014 -0400

    Fix obtaining raw mime data sent by Horde_Mime_Mail.
    
    Fixes saving sent mail with proper encoding.

 framework/Mime/lib/Horde/Mime/Mail.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/f01704e8ba88c19dce1c71edb22434404e06630e

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

commit c1e99edfcc977828e82d82ff58b0fc8ea1df3596
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 14:08:45 2014 -0400

    CHANGES

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

http://github.com/horde/horde/commit/c1e99edfcc977828e82d82ff58b0fc8ea1df3596

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

commit da98a50f561ffb5b3daa1567976f64202c98ff88
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 14:11:25 2014 -0400

    Released Horde_Mime-2.4.2

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

http://github.com/horde/horde/commit/da98a50f561ffb5b3daa1567976f64202c98ff88

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

commit 8b4a8b264c7ad5dee5ed6f7ef589aae76484b8dc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 22 14:11:25 2014 -0400

    Development mode for Horde_Mime-2.4.3

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

http://github.com/horde/horde/commit/8b4a8b264c7ad5dee5ed6f7ef589aae76484b8dc

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

commit 4b1957b76c696f08b6728f552e106f6aca82c58d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 10:39:44 2014 +0200

    Let's see if testing individual libraries works this way.

 .travis.yml |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/4b1957b76c696f08b6728f552e106f6aca82c58d

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

commit c32263aceb4fb2090541fb72cb0090fed7470fed
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 12:16:10 2014 +0200

    Revert "Let's see if testing individual libraries works this way."
    
    This reverts commit 4b1957b76c696f08b6728f552e106f6aca82c58d.
    
    It's fun, but too much work to get this running smoothly, compared to the short
    time until we split repos anyway.

 .travis.yml |   23 ++---------------------
 1 files changed, 2 insertions(+), 21 deletions(-)

http://github.com/horde/horde/commit/c32263aceb4fb2090541fb72cb0090fed7470fed

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

commit 555633acc3976143db6cfb424fbf452127e0c84c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 12:24:06 2014 +0200

    Maybe this handles HHVM testing more greacefully.

 .travis.ini |    2 ++
 .travis.yml |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 .travis.ini

http://github.com/horde/horde/commit/555633acc3976143db6cfb424fbf452127e0c84c

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

commit ff536e79aa8e0a9fe2d03a684e994e9b433cbabb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 12:46:58 2014 +0200

    Try this to work around hhvm limits.

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

http://github.com/horde/horde/commit/ff536e79aa8e0a9fe2d03a684e994e9b433cbabb

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

commit bfe9ec336ef510b2dc9a4db1fb8f02e9bcc8a9df
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 14:55:04 2014 +0200

    Reverse logic.

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

http://github.com/horde/horde/commit/bfe9ec336ef510b2dc9a4db1fb8f02e9bcc8a9df

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

commit e14aea63491e763561a0fd7e5671f4875705770e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 15:11:26 2014 +0200

    There is no PEAR in HHVM.
    
    It's required for our current test suite, so remove it completely for now.

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

http://github.com/horde/horde/commit/e14aea63491e763561a0fd7e5671f4875705770e

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

commit 4303cbee34fdd86a3cd7ac0b5406db18a461eee1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 15:22:38 2014 +0200

    Remove support for Freenode.

 components/lib/Components/Release/Notes.php               |   65 +-----
 components/lib/Components/Release/Task/Announce.php       |    2 +-
 components/lib/Components/Release/Task/Freecode.php       |  146 -----------
 components/package.xml                                    |    8 +-
 framework/Release/lib/Horde/Release.php                   |  170 +------------
 framework/Release/lib/Horde/Release/Freecode.php          |  158 ------------
 framework/Release/lib/Horde/Release/MailingList.php       |   14 +-
 framework/Release/package.xml                             |   18 +-
 framework/Release/test/Horde/Release/Unit/ReleaseTest.php |    8 +-
 9 files changed, 33 insertions(+), 556 deletions(-)
 delete mode 100644 components/lib/Components/Release/Task/Freecode.php
 delete mode 100644 framework/Release/lib/Horde/Release/Freecode.php

http://github.com/horde/horde/commit/4303cbee34fdd86a3cd7ac0b5406db18a461eee1

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

commit 2d9fd0d1eccb686afac08ccf225e28db879fb4ad
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 15:24:58 2014 +0200

    Remove support for Freenode.

 ansel/docs/RELEASE_NOTES     |   22 +++-------------------
 beatnik/docs/RELEASE_NOTES   |   21 +++------------------
 chora/docs/RELEASE_NOTES     |   26 +++-----------------------
 folks/docs/RELEASE_NOTES     |   21 +++------------------
 gollem/docs/RELEASE_NOTES    |   22 +++-------------------
 hermes/docs/RELEASE_NOTES    |   23 +++--------------------
 horde/docs/RELEASE_NOTES     |   22 +++-------------------
 imp/docs/RELEASE_NOTES       |   22 +++-------------------
 ingo/docs/RELEASE_NOTES      |   22 +++-------------------
 klutz/docs/RELEASE_NOTES     |   22 +++-------------------
 kolab/docs/RELEASE_NOTES     |   21 +++------------------
 kronolith/docs/RELEASE_NOTES |   23 +++--------------------
 mnemo/docs/RELEASE_NOTES     |   24 +++---------------------
 nag/docs/RELEASE_NOTES       |   23 +++--------------------
 operator/docs/RELEASE_NOTES  |   21 +++------------------
 passwd/docs/RELEASE_NOTES    |   21 ++-------------------
 pastie/docs/RELEASE_NOTES    |   21 +++------------------
 sesha/docs/RELEASE_NOTES     |   22 +++-------------------
 skeleton/docs/RELEASE_NOTES  |   21 +++------------------
 trean/docs/RELEASE_NOTES     |   23 +++--------------------
 turba/docs/RELEASE_NOTES     |   22 +++-------------------
 whups/docs/RELEASE_NOTES     |   27 +++------------------------
 wicked/docs/RELEASE_NOTES    |   22 +++-------------------
 23 files changed, 68 insertions(+), 446 deletions(-)

http://github.com/horde/horde/commit/2d9fd0d1eccb686afac08ccf225e28db879fb4ad

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

commit fa4754549399e34a6d6bc04bb0571e147da44c86
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 17:58:33 2014 +0200

    We have only one release note now, so keep the struct simple.

 ansel/docs/RELEASE_NOTES                                  |    2 +-
 beatnik/docs/RELEASE_NOTES                                |    2 +-
 chora/docs/RELEASE_NOTES                                  |    2 +-
 components/lib/Components/Helper/Website.php              |    2 +-
 components/lib/Components/Release/Notes.php               |    6 +++---
 folks/docs/RELEASE_NOTES                                  |    2 +-
 framework/Release/lib/Horde/Release.php                   |    4 ++--
 framework/Release/test/Horde/Release/Unit/ReleaseTest.php |    6 ++----
 gollem/docs/RELEASE_NOTES                                 |    2 +-
 hermes/docs/RELEASE_NOTES                                 |    2 +-
 horde/docs/RELEASE_NOTES                                  |    2 +-
 imp/docs/RELEASE_NOTES                                    |    2 +-
 ingo/docs/RELEASE_NOTES                                   |    2 +-
 klutz/docs/RELEASE_NOTES                                  |    2 +-
 kolab/docs/RELEASE_NOTES                                  |    2 +-
 kronolith/docs/RELEASE_NOTES                              |    2 +-
 mnemo/docs/RELEASE_NOTES                                  |    2 +-
 nag/docs/RELEASE_NOTES                                    |    2 +-
 operator/docs/RELEASE_NOTES                               |    2 +-
 passwd/docs/RELEASE_NOTES                                 |    2 +-
 pastie/docs/RELEASE_NOTES                                 |    2 +-
 sesha/docs/RELEASE_NOTES                                  |    2 +-
 skeleton/docs/RELEASE_NOTES                               |    2 +-
 trean/docs/RELEASE_NOTES                                  |    2 +-
 turba/docs/RELEASE_NOTES                                  |    2 +-
 whups/docs/RELEASE_NOTES                                  |    2 +-
 wicked/docs/RELEASE_NOTES                                 |    2 +-
 27 files changed, 31 insertions(+), 33 deletions(-)

http://github.com/horde/horde/commit/fa4754549399e34a6d6bc04bb0571e147da44c86

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

commit 3f140dba25c72d153e30dc219fe64f7a91ae2c2c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 18:13:27 2014 +0200

    [jan] Add Hungarian translation (Andras Galos <galosa at netinform.hu>).

 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.mo |  Bin 0 -> 795 bytes
 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.po |   45 ++++++
 framework/ListHeaders/package.xml                                |   16 ++-
 3 files changed, 57 insertions(+), 4 deletions(-)
 create mode 100644 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.mo
 create mode 100644 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.po

http://github.com/horde/horde/commit/3f140dba25c72d153e30dc219fe64f7a91ae2c2c

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

commit 42e984f749aa5549d7d61b0ee178e9acb103cde8
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 18:15:20 2014 +0200

    [jan] Add Hungarian translation (Andras Galos <galosa at netinform.hu>).

 beatnik/docs/CHANGES                     |    1 +
 beatnik/locale/hu/LC_MESSAGES/beatnik.mo |  Bin 0 -> 78898 bytes
 beatnik/locale/hu/LC_MESSAGES/beatnik.po |  563 ++++++++++++++++++++++++++++++
 beatnik/package.xml                      |   27 ++-
 kolab/docs/CHANGES                       |    1 +
 kolab/locale/hu/LC_MESSAGES/kolab.mo     |  Bin 0 -> 69288 bytes
 kolab/locale/hu/LC_MESSAGES/kolab.po     |   33 ++
 kolab/package.xml                        |   39 ++-
 sam/docs/CHANGES                         |    1 +
 sam/locale/hu/LC_MESSAGES/sam.mo         |  Bin 0 -> 73254 bytes
 sam/locale/hu/LC_MESSAGES/sam.po         |  234 +++++++++++++
 sam/package.xml                          |   15 +-
 12 files changed, 901 insertions(+), 13 deletions(-)
 create mode 100644 beatnik/locale/hu/LC_MESSAGES/beatnik.mo
 create mode 100644 beatnik/locale/hu/LC_MESSAGES/beatnik.po
 create mode 100644 kolab/locale/hu/LC_MESSAGES/kolab.mo
 create mode 100644 kolab/locale/hu/LC_MESSAGES/kolab.po
 create mode 100644 sam/locale/hu/LC_MESSAGES/sam.mo
 create mode 100644 sam/locale/hu/LC_MESSAGES/sam.po

http://github.com/horde/horde/commit/42e984f749aa5549d7d61b0ee178e9acb103cde8

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

commit 1fdc92e6050f81be5806e663427b944e5d6b3131
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 18:15:34 2014 +0200

    Update hu translation.

 agora/locale/hu/LC_MESSAGES/agora.mo                              |  Bin 77371 -> 85074 bytes
 agora/locale/hu/LC_MESSAGES/agora.po                              |  765 +-
 framework/ActiveSync/locale/hu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 1480 -> 1480 bytes
 framework/ActiveSync/locale/hu/LC_MESSAGES/Horde_ActiveSync.po    |   41 +-
 framework/Alarm/locale/hu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 773 -> 874 bytes
 framework/Alarm/locale/hu/LC_MESSAGES/Horde_Alarm.po              |   24 +-
 framework/Argv/locale/hu/LC_MESSAGES/Horde_Argv.mo                |  Bin 1585 -> 1585 bytes
 framework/Argv/locale/hu/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Auth/locale/hu/LC_MESSAGES/Horde_Auth.mo                |  Bin 3457 -> 3457 bytes
 framework/Auth/locale/hu/LC_MESSAGES/Horde_Auth.po                |   30 +-
 framework/Browser/locale/hu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1236 -> 1664 bytes
 framework/Browser/locale/hu/LC_MESSAGES/Horde_Browser.po          |   36 +-
 framework/Cli/locale/hu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 724 -> 724 bytes
 framework/Cli/locale/hu/LC_MESSAGES/Horde_Cli.po                  |    4 +-
 framework/Compress/locale/hu/LC_MESSAGES/Horde_Compress.mo        |  Bin 941 -> 941 bytes
 framework/Compress/locale/hu/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.mo                |  Bin 20104 -> 20136 bytes
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.po                |  363 +-
 framework/Crypt/locale/hu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7326 -> 7326 bytes
 framework/Crypt/locale/hu/LC_MESSAGES/Horde_Crypt.po              |   16 +-
 framework/Data/locale/hu/LC_MESSAGES/Horde_Data.mo                |  Bin 1273 -> 1331 bytes
 framework/Data/locale/hu/LC_MESSAGES/Horde_Data.po                |   19 +-
 framework/Date/locale/hu/LC_MESSAGES/Horde_Date.mo                |  Bin 1205 -> 2517 bytes
 framework/Date/locale/hu/LC_MESSAGES/Horde_Date.po                |  105 +-
 framework/Dav/locale/hu/LC_MESSAGES/Horde_Dav.mo                  |  Bin 486 -> 486 bytes
 framework/Dav/locale/hu/LC_MESSAGES/Horde_Dav.po                  |    2 +-
 framework/Exception/locale/hu/LC_MESSAGES/Horde_Exception.mo      |  Bin 561 -> 561 bytes
 framework/Exception/locale/hu/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Form/locale/hu/LC_MESSAGES/Horde_Form.mo                |  Bin 11181 -> 11181 bytes
 framework/Form/locale/hu/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Icalendar/locale/hu/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 514 -> 514 bytes
 framework/Icalendar/locale/hu/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Image/locale/hu/LC_MESSAGES/Horde_Image.mo              |  Bin 15216 -> 15310 bytes
 framework/Image/locale/hu/LC_MESSAGES/Horde_Image.po              |  454 +-
 framework/Imsp/locale/hu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 524 -> 524 bytes
 framework/Imsp/locale/hu/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Itip/locale/hu/LC_MESSAGES/Horde_Itip.mo                |  Bin 1404 -> 1404 bytes
 framework/Itip/locale/hu/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/LoginTasks/locale/hu/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 662 -> 662 bytes
 framework/LoginTasks/locale/hu/LC_MESSAGES/Horde_LoginTasks.po    |   14 +-
 framework/Mime/locale/hu/LC_MESSAGES/Horde_Mime.mo                |  Bin 1411 -> 1411 bytes
 framework/Mime/locale/hu/LC_MESSAGES/Horde_Mime.po                |   18 +-
 framework/Mime_Viewer/locale/hu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1526 -> 1526 bytes
 framework/Mime_Viewer/locale/hu/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Model/locale/hu/LC_MESSAGES/Horde_Model.mo              |  Bin 7087 -> 7073 bytes
 framework/Model/locale/hu/LC_MESSAGES/Horde_Model.po              |    7 +-
 framework/Nls/locale/hu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 20796 -> 20796 bytes
 framework/Nls/locale/hu/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Perms/locale/hu/LC_MESSAGES/Horde_Perms.mo              |  Bin 836 -> 836 bytes
 framework/Perms/locale/hu/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Prefs/locale/hu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1033 -> 1033 bytes
 framework/Prefs/locale/hu/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Push/locale/hu/LC_MESSAGES/Horde_Push.mo                |  Bin 1094 -> 1094 bytes
 framework/Push/locale/hu/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Rpc/locale/hu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 967 -> 967 bytes
 framework/Rpc/locale/hu/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 .../locale/hu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 687 -> 687 bytes
 .../locale/hu/LC_MESSAGES/Horde_Service_Facebook.po               |    3 +-
 .../Service_Scribd/locale/hu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 518 -> 518 bytes
 .../Service_Scribd/locale/hu/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../locale/hu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 11528 -> 11654 bytes
 .../locale/hu/LC_MESSAGES/Horde_Service_Weather.po                |  108 +-
 framework/Share/locale/hu/LC_MESSAGES/Horde_Share.mo              |  Bin 581 -> 581 bytes
 framework/Share/locale/hu/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/SyncMl/locale/hu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 547 -> 547 bytes
 framework/SyncMl/locale/hu/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/Text_Filter/locale/hu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 498 -> 498 bytes
 framework/Text_Filter/locale/hu/LC_MESSAGES/Horde_Text_Filter.po  |    8 +-
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.mo              |  Bin 1278 -> 1278 bytes
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Vfs/locale/hu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 640 -> 640 bytes
 framework/Vfs/locale/hu/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 gollem/locale/hu/LC_MESSAGES/gollem.mo                            |  Bin 71270 -> 77520 bytes
 gollem/locale/hu/LC_MESSAGES/gollem.po                            |  522 +-
 horde/locale/hu/LC_MESSAGES/horde.mo                              |  Bin 62085 -> 69150 bytes
 horde/locale/hu/LC_MESSAGES/horde.po                              | 1420 +-
 imp/locale/hu/LC_MESSAGES/imp.mo                                  |  Bin 149113 -> 189024 bytes
 imp/locale/hu/LC_MESSAGES/imp.po                                  | 4424 +++--
 ingo/locale/hu/LC_MESSAGES/ingo.mo                                |  Bin 81133 -> 89125 bytes
 ingo/locale/hu/LC_MESSAGES/ingo.po                                |  944 +-
 kronolith/locale/hu/LC_MESSAGES/kronolith.mo                      |  Bin 118999 -> 132837 bytes
 kronolith/locale/hu/LC_MESSAGES/kronolith.po                      | 2009 +-
 mnemo/locale/hu/LC_MESSAGES/mnemo.mo                              |  Bin 72935 -> 79344 bytes
 mnemo/locale/hu/LC_MESSAGES/mnemo.po                              |  608 +-
 nag/locale/hu/LC_MESSAGES/nag.mo                                  |  Bin 85051 -> 96975 bytes
 nag/locale/hu/LC_MESSAGES/nag.po                                  |  945 +-
 passwd/locale/hu/LC_MESSAGES/passwd.mo                            |  Bin 66552 -> 74906 bytes
 passwd/locale/hu/LC_MESSAGES/passwd.po                            |  386 +-
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.mo                  |  Bin 62729 -> 69660 bytes
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.po                  |   43 +-
 trean/locale/hu/LC_MESSAGES/trean.mo                              |  Bin 71817 -> 74309 bytes
 trean/locale/hu/LC_MESSAGES/trean.po                              |   69 +-
 turba/locale/hu/LC_MESSAGES/turba.mo                              |  Bin 94084 -> 102814 bytes
 turba/locale/hu/LC_MESSAGES/turba.po                              | 1206 +-
 whups/locale/hu/LC_MESSAGES/whups.mo                              |  Bin 101211 -> 108207 bytes
 95 files changed, 7654 insertions(+), 6975 deletions(-)

http://github.com/horde/horde/commit/1fdc92e6050f81be5806e663427b944e5d6b3131

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

commit 1fc208c6119a00beb736f96ad915d2091b574fd1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 19:17:26 2014 +0200

    Don't rely on serialization format.
    
    Should fix Travis builds.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock/Data.php    |    4 +-
 framework/Kolab_Storage/package.xml                               |   12 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.php     |   23 +++++
 .../Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.struct  |    1 -
 5 files changed, 31 insertions(+), 11 deletions(-)
 create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.php
 delete mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.struct

http://github.com/horde/horde/commit/1fc208c6119a00beb736f96ad915d2091b574fd1

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

commit 80f03ac2576758dad9169aee9f9a0fd3182d4316
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 23 21:21:28 2014 +0200

    Fix unserializing here too.

 framework/Push/package.xml                                    |   41 ++++++++-
 framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php |    2 +-
 framework/Push/test/Horde/Push/fixtures/note.php              |   23 +++++
 framework/Push/test/Horde/Push/fixtures/note.struct           |   33 -------
 4 files changed, 60 insertions(+), 39 deletions(-)
 create mode 100644 framework/Push/test/Horde/Push/fixtures/note.php
 delete mode 100644 framework/Push/test/Horde/Push/fixtures/note.struct

http://github.com/horde/horde/commit/80f03ac2576758dad9169aee9f9a0fd3182d4316

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

commit 419159e52561a0399d7af05f1e17ab5c75aca5fc
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Mon Jun 23 15:18:05 2014 +0200

    Horde_Secret: Fix up cookie key name on key change / unset
    
    This was introduced by commit
    
    00191e044206f496ae1f9084deed33d6c7919265
    
    [mms] If secret key is changed, change the associated $_COOKIE key
    or else key change may not be recognized in the current page access (Bug #11570).
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

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

http://github.com/horde/horde/commit/419159e52561a0399d7af05f1e17ab5c75aca5fc

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

commit 9f02bf816404dd409f9f64f6d4265bdb637852a7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 15:59:43 2014 -0600

    [mms] Correctly clear secret key from cookie data (Bug #13283; thomas.jarosch at intra2net.com).

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

http://github.com/horde/horde/commit/9f02bf816404dd409f9f64f6d4265bdb637852a7

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

commit 6c501804b267e1559cb16731aaaef9f976ec25fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 16:06:29 2014 -0600

    [mms] Only store keys in cookie if cookies are in use (Bug #13284; thomas.jarosch at intra2net.com).

 framework/Secret/lib/Horde/Secret.php |   24 +++++++++++++-----------
 framework/Secret/package.xml          |    2 ++
 2 files changed, 15 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/6c501804b267e1559cb16731aaaef9f976ec25fb

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

commit 0e7910f069a9c9ad54d4333619d86fac62a17056
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 16:09:58 2014 -0600

    Remove remaining elements of freecode support

 components/config/conf.php.dist              |    3 ---
 components/lib/Components/Module/Release.php |    9 ---------
 components/lib/Components/Runner/Release.php |    4 ----
 3 files changed, 0 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/0e7910f069a9c9ad54d4333619d86fac62a17056

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

commit 76174ba4f750dfb09cbe690111ce027867b73dc7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 16:11:46 2014 -0600

    Released Horde_Secret-2.0.3

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

http://github.com/horde/horde/commit/76174ba4f750dfb09cbe690111ce027867b73dc7

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

commit 1136966d051cc8b096067da7174d594446b1a6ca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 16:11:46 2014 -0600

    Development mode for Horde_Secret-2.0.4

 framework/Secret/package.xml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/1136966d051cc8b096067da7174d594446b1a6ca

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

commit 8e52cd12dc8e280894ba8809584c60b74ebaed03
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 24 16:20:43 2014 -0600

    Don't typehint argument, since it can be null

 imp/lib/Ftree/Account.php           |    2 +-
 imp/lib/Ftree/Account/Imap.php      |    2 +-
 imp/lib/Ftree/Account/Inboxonly.php |    2 +-
 imp/lib/Ftree/Account/Remote.php    |    2 +-
 imp/lib/Ftree/Account/Vfolder.php   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/8e52cd12dc8e280894ba8809584c60b74ebaed03

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

commit 758a2dd6ead30221711125e3defabc2b8359097a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 25 00:32:08 2014 -0600

    Don't add redirect code to compose page if not needed

 imp/js/compose-dimp.js             |    2 +-
 imp/lib/Dynamic/Compose.php        |    4 +---
 imp/lib/Dynamic/Compose/Common.php |   13 ++++++++++---
 3 files changed, 12 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/758a2dd6ead30221711125e3defabc2b8359097a

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

commit 113af351361e75fdbab109ab1941540693af1d6b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 10:55:34 2014 +0200

    Escape translation.

 imp/templates/itip/action.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/113af351361e75fdbab109ab1941540693af1d6b

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

commit 39981106938e68747103dccd7ed7532fae1e09d5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 10:56:10 2014 +0200

    Fix changelog.

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

http://github.com/horde/horde/commit/39981106938e68747103dccd7ed7532fae1e09d5

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

commit af0d7a74434044120d5ed3cd6a693b622e5a7104
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 12:20:01 2014 +0200

    We still need to load the release notes.

 components/lib/Components/Release/Notes.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/af0d7a74434044120d5ed3cd6a693b622e5a7104

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

commit 0ec76c9a1dd59dc33bf994500611557483b5cdd8
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 12:24:59 2014 +0200

    Update file list.

 gollem/package.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/0ec76c9a1dd59dc33bf994500611557483b5cdd8

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

commit 340a59082db5f66698fca91b2dbbe0758918aa5e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 12:25:44 2014 +0200

    Further simplify RELEASE_NOTES.

 ansel/docs/RELEASE_NOTES                     |   11 +++++----
 beatnik/docs/RELEASE_NOTES                   |    9 ++++---
 chora/docs/RELEASE_NOTES                     |    9 ++++---
 components/lib/Components/Helper/Website.php |    4 +-
 components/lib/Components/Release/Notes.php  |   32 +++++++++++++-------------
 content/docs/RELEASE_NOTES                   |    3 +-
 folks/docs/RELEASE_NOTES                     |    9 ++++---
 gollem/docs/RELEASE_NOTES                    |    9 ++++---
 hermes/docs/RELEASE_NOTES                    |   11 +++++----
 horde/docs/RELEASE_NOTES                     |   10 +++++---
 imp/docs/RELEASE_NOTES                       |    9 ++++---
 ingo/docs/RELEASE_NOTES                      |    9 ++++---
 klutz/docs/RELEASE_NOTES                     |   11 +++++----
 kolab/docs/RELEASE_NOTES                     |    9 ++++---
 kronolith/docs/RELEASE_NOTES                 |    9 ++++---
 mnemo/docs/RELEASE_NOTES                     |   11 +++++----
 nag/docs/RELEASE_NOTES                       |    9 ++++---
 operator/docs/RELEASE_NOTES                  |    9 ++++---
 passwd/docs/RELEASE_NOTES                    |   11 +++++----
 pastie/docs/RELEASE_NOTES                    |    9 ++++---
 sesha/docs/RELEASE_NOTES                     |   11 +++++----
 skeleton/docs/RELEASE_NOTES                  |    9 ++++---
 timeobjects/docs/RELEASE_NOTES               |    3 +-
 trean/docs/RELEASE_NOTES                     |   11 +++++----
 turba/docs/RELEASE_NOTES                     |    9 ++++---
 whups/docs/RELEASE_NOTES                     |   11 +++++----
 wicked/docs/RELEASE_NOTES                    |   11 +++++----
 27 files changed, 147 insertions(+), 121 deletions(-)

http://github.com/horde/horde/commit/340a59082db5f66698fca91b2dbbe0758918aa5e

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

commit 2f2368484f0326a0b3161cb8653fb248c62f4a7e
Merge: 340a590 2494786
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 12:29:02 2014 +0200

    Merge branch 'master' of git://github.com/ctimoteo/horde into ctimoteo-master

 kronolith/js/kronolith.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2f2368484f0326a0b3161cb8653fb248c62f4a7e

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

commit a5f303dadd9e05d7455ec7d7f617ddf97d2375fd
Merge: 340a590 2f23684
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 25 12:32:40 2014 +0200

    Merge branch 'ctimoteo-master'

 kronolith/js/kronolith.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a5f303dadd9e05d7455ec7d7f617ddf97d2375fd

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

commit df683d305f064a426a1c8ec036bca158c20f73c5
Author: Bruno Marsal <bruno at marsal.biz>
Date:   Tue Jun 24 19:34:09 2014 +0200

    fix typo

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

http://github.com/horde/horde/commit/df683d305f064a426a1c8ec036bca158c20f73c5

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

commit e3c5e4957329af8f00a20ee7df08581c8206212d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 13:47:39 2014 -0400

    Must include collection class when importing changes too.
    
    SMS can be sent as a CHANGE as well as an ADD.

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

http://github.com/horde/horde/commit/e3c5e4957329af8f00a20ee7df08581c8206212d

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

commit 818843176e64f172ffcf17eae343c54ad61a9488
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 13:57:16 2014 -0400

    Revert "Must include collection class when importing changes too."
    
    This reverts commit e3c5e4957329af8f00a20ee7df08581c8206212d.

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

http://github.com/horde/horde/commit/818843176e64f172ffcf17eae343c54ad61a9488

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

commit 2e5f69e6c9d03112e2b36a45154776d9ac4ed688
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 13:59:51 2014 -0400

    Correct way of catching incoming SMS CHANGE commands.
    
    CHANGE commands for SMS are done as Email collections, not SMS.

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

http://github.com/horde/horde/commit/2e5f69e6c9d03112e2b36a45154776d9ac4ed688

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

commit 112c997e26b0d9c547d4fa49e1ea95a92547a5ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 14:02:38 2014 -0400

    BFN

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

http://github.com/horde/horde/commit/112c997e26b0d9c547d4fa49e1ea95a92547a5ba

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

commit 06855376ed7f81d850d6137ac5935700f10c252a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 14:05:38 2014 -0400

    Released Horde_ActiveSync-2.16.7

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

http://github.com/horde/horde/commit/06855376ed7f81d850d6137ac5935700f10c252a

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

commit 09f71b4309b3f6098865d183b8090b93b8a305ad
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 14:05:39 2014 -0400

    Development mode for Horde_ActiveSync-2.16.8

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

http://github.com/horde/horde/commit/09f71b4309b3f6098865d183b8090b93b8a305ad

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

commit c1201e1782cb963e51f4fa7ed5d5d1502ad4bb41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 14:17:08 2014 -0400

    Add @todo for implementing SMS sync on the driver level.

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

http://github.com/horde/horde/commit/c1201e1782cb963e51f4fa7ed5d5d1502ad4bb41

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

commit d33b22bfa2408692c775c31437c5ea5e554941da
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 25 12:38:00 2014 -0600

    [mms] Don't use JSON driver to pack if input contains non-UTF8 data (Bug #13275).

 framework/Pack/lib/Horde/Pack.php             |    6 +++++-
 framework/Pack/lib/Horde/Pack/Driver/Json.php |    7 ++++++-
 framework/Pack/package.xml                    |    4 ++--
 framework/Pack/test/Horde/Pack/PackTest.php   |   21 +++++++++++++++++++++
 4 files changed, 34 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/d33b22bfa2408692c775c31437c5ea5e554941da

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

commit 2d05f1224e75f253dd3d217379244c9b026d0249
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 25 12:39:46 2014 -0600

    Released Horde_Pack-1.0.2

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

http://github.com/horde/horde/commit/2d05f1224e75f253dd3d217379244c9b026d0249

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

commit 3c644c74f96883529a36d72349bcc446e5df6a84
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 25 12:39:46 2014 -0600

    Development mode for Horde_Pack-1.0.3

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

http://github.com/horde/horde/commit/3c644c74f96883529a36d72349bcc446e5df6a84

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

commit 1595499b10d8d2e3e0e214d3107fd02a1645fba6
Merge: 52485ca 3c644c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 25 18:09:14 2014 -0400

    Merge branch 'master' into ansel-ajax

 .travis.ini                                                       |    2 +
 .travis.yml                                                       |    7 +-
 agora/locale/hu/LC_MESSAGES/agora.mo                              |  Bin 77371 -> 85074 bytes
 agora/locale/hu/LC_MESSAGES/agora.po                              |  765 +-
 ansel/docs/RELEASE_NOTES                                          |   29 +-
 beatnik/docs/CHANGES                                              |    1 +
 beatnik/docs/RELEASE_NOTES                                        |   26 +-
 beatnik/locale/hu/LC_MESSAGES/beatnik.mo                          |  Bin 0 -> 78898 bytes
 beatnik/locale/hu/LC_MESSAGES/beatnik.po                          |  563 +
 beatnik/package.xml                                               |   27 +-
 chora/docs/RELEASE_NOTES                                          |   31 +-
 components/config/conf.php.dist                                   |    3 -
 components/lib/Components/Helper/Website.php                      |    4 +-
 components/lib/Components/Module/Release.php                      |    9 -
 components/lib/Components/Release/Notes.php                       |   88 +-
 components/lib/Components/Release/Task/Announce.php               |    2 +-
 components/lib/Components/Release/Task/Freecode.php               |  146 -
 components/lib/Components/Runner/Release.php                      |    4 -
 components/package.xml                                            |    8 +-
 content/docs/RELEASE_NOTES                                        |    3 +-
 folks/docs/RELEASE_NOTES                                          |   26 +-
 framework/ActiveSync/composer.json                                |    4 +-
 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |    5 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php    |    4 +-
 framework/ActiveSync/locale/hu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 1480 -> 1480 bytes
 framework/ActiveSync/locale/hu/LC_MESSAGES/Horde_ActiveSync.po    |   41 +-
 framework/ActiveSync/package.xml                                  |   34 +-
 framework/Alarm/locale/hu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 773 -> 874 bytes
 framework/Alarm/locale/hu/LC_MESSAGES/Horde_Alarm.po              |   24 +-
 framework/Argv/locale/hu/LC_MESSAGES/Horde_Argv.mo                |  Bin 1585 -> 1585 bytes
 framework/Argv/locale/hu/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Auth/locale/hu/LC_MESSAGES/Horde_Auth.mo                |  Bin 3457 -> 3457 bytes
 framework/Auth/locale/hu/LC_MESSAGES/Horde_Auth.po                |   30 +-
 framework/Browser/locale/hu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1236 -> 1664 bytes
 framework/Browser/locale/hu/LC_MESSAGES/Horde_Browser.po          |   36 +-
 framework/Cli/locale/hu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 724 -> 724 bytes
 framework/Cli/locale/hu/LC_MESSAGES/Horde_Cli.po                  |    4 +-
 framework/Compress/locale/hu/LC_MESSAGES/Horde_Compress.mo        |  Bin 941 -> 941 bytes
 framework/Compress/locale/hu/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.mo                |  Bin 20104 -> 20136 bytes
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.po                |  363 +-
 framework/Crypt/locale/hu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7326 -> 7326 bytes
 framework/Crypt/locale/hu/LC_MESSAGES/Horde_Crypt.po              |   16 +-
 framework/Data/locale/hu/LC_MESSAGES/Horde_Data.mo                |  Bin 1273 -> 1331 bytes
 framework/Data/locale/hu/LC_MESSAGES/Horde_Data.po                |   19 +-
 framework/Date/locale/hu/LC_MESSAGES/Horde_Date.mo                |  Bin 1205 -> 2517 bytes
 framework/Date/locale/hu/LC_MESSAGES/Horde_Date.po                |  105 +-
 framework/Dav/locale/hu/LC_MESSAGES/Horde_Dav.mo                  |  Bin 486 -> 486 bytes
 framework/Dav/locale/hu/LC_MESSAGES/Horde_Dav.po                  |    2 +-
 framework/Exception/locale/hu/LC_MESSAGES/Horde_Exception.mo      |  Bin 561 -> 561 bytes
 framework/Exception/locale/hu/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Form/locale/hu/LC_MESSAGES/Horde_Form.mo                |  Bin 11181 -> 11181 bytes
 framework/Form/locale/hu/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Icalendar/locale/hu/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 514 -> 514 bytes
 framework/Icalendar/locale/hu/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Image/locale/hu/LC_MESSAGES/Horde_Image.mo              |  Bin 15216 -> 15310 bytes
 framework/Image/locale/hu/LC_MESSAGES/Horde_Image.po              |  454 +-
 framework/Imsp/locale/hu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 524 -> 524 bytes
 framework/Imsp/locale/hu/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Itip/locale/hu/LC_MESSAGES/Horde_Itip.mo                |  Bin 1404 -> 1404 bytes
 framework/Itip/locale/hu/LC_MESSAGES/Horde_Itip.po                |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock/Data.php    |    4 +-
 framework/Kolab_Storage/package.xml                               |   12 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.php     |   23 +
 .../Kolab_Storage/test/Horde/Kolab/Storage/fixtures/event.struct  |    1 -
 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.mo  |  Bin 0 -> 795 bytes
 framework/ListHeaders/locale/hu/LC_MESSAGES/Horde_ListHeaders.po  |   45 +
 framework/ListHeaders/package.xml                                 |   16 +-
 framework/LoginTasks/locale/hu/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 662 -> 662 bytes
 framework/LoginTasks/locale/hu/LC_MESSAGES/Horde_LoginTasks.po    |   14 +-
 framework/Mime/composer.json                                      |    4 +-
 framework/Mime/lib/Horde/Mime/Mail.php                            |    7 +-
 framework/Mime/locale/hu/LC_MESSAGES/Horde_Mime.mo                |  Bin 1411 -> 1411 bytes
 framework/Mime/locale/hu/LC_MESSAGES/Horde_Mime.po                |   18 +-
 framework/Mime/package.xml                                        |   19 +-
 framework/Mime_Viewer/locale/hu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1526 -> 1526 bytes
 framework/Mime_Viewer/locale/hu/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Model/locale/hu/LC_MESSAGES/Horde_Model.mo              |  Bin 7087 -> 7073 bytes
 framework/Model/locale/hu/LC_MESSAGES/Horde_Model.po              |    7 +-
 framework/Nls/locale/hu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 20796 -> 20796 bytes
 framework/Nls/locale/hu/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Pack/composer.json                                      |    6 +-
 framework/Pack/lib/Horde/Pack.php                                 |    6 +-
 framework/Pack/lib/Horde/Pack/Driver/Json.php                     |    7 +-
 framework/Pack/package.xml                                        |   19 +-
 framework/Pack/test/Horde/Pack/PackTest.php                       |   21 +
 framework/Perms/locale/hu/LC_MESSAGES/Horde_Perms.mo              |  Bin 836 -> 836 bytes
 framework/Perms/locale/hu/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Prefs/locale/hu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1033 -> 1033 bytes
 framework/Prefs/locale/hu/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Push/locale/hu/LC_MESSAGES/Horde_Push.mo                |  Bin 1094 -> 1094 bytes
 framework/Push/locale/hu/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/package.xml                                        |   41 +-
 framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php     |    2 +-
 framework/Push/test/Horde/Push/fixtures/note.php                  |   23 +
 framework/Push/test/Horde/Push/fixtures/note.struct               |   33 -
 framework/Release/lib/Horde/Release.php                           |  174 +-
 framework/Release/lib/Horde/Release/Freecode.php                  |  158 -
 framework/Release/lib/Horde/Release/MailingList.php               |   14 +-
 framework/Release/package.xml                                     |   18 +-
 framework/Release/test/Horde/Release/Unit/ReleaseTest.php         |   14 +-
 framework/Rpc/locale/hu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 967 -> 967 bytes
 framework/Rpc/locale/hu/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Secret/composer.json                                    |    4 +-
 framework/Secret/lib/Horde/Secret.php                             |   28 +-
 framework/Secret/package.xml                                      |   21 +-
 .../locale/hu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 687 -> 687 bytes
 .../locale/hu/LC_MESSAGES/Horde_Service_Facebook.po               |    3 +-
 .../Service_Scribd/locale/hu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 518 -> 518 bytes
 .../Service_Scribd/locale/hu/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../locale/hu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 11528 -> 11654 bytes
 .../locale/hu/LC_MESSAGES/Horde_Service_Weather.po                |  108 +-
 framework/Share/locale/hu/LC_MESSAGES/Horde_Share.mo              |  Bin 581 -> 581 bytes
 framework/Share/locale/hu/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/SyncMl/locale/hu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 547 -> 547 bytes
 framework/SyncMl/locale/hu/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/Text_Filter/locale/hu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 498 -> 498 bytes
 framework/Text_Filter/locale/hu/LC_MESSAGES/Horde_Text_Filter.po  |    8 +-
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.mo              |  Bin 1278 -> 1278 bytes
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Vfs/locale/hu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 640 -> 640 bytes
 framework/Vfs/locale/hu/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 gollem/docs/RELEASE_NOTES                                         |   27 +-
 gollem/locale/hu/LC_MESSAGES/gollem.mo                            |  Bin 71270 -> 77520 bytes
 gollem/locale/hu/LC_MESSAGES/gollem.po                            |  522 +-
 gollem/package.xml                                                |    7 +-
 hermes/docs/RELEASE_NOTES                                         |   30 +-
 horde/docs/RELEASE_NOTES                                          |   28 +-
 horde/locale/hu/LC_MESSAGES/horde.mo                              |  Bin 62085 -> 69150 bytes
 horde/locale/hu/LC_MESSAGES/horde.po                              | 1420 +-
 imp/docs/RELEASE_NOTES                                            |   27 +-
 imp/js/compose-dimp.js                                            |    2 +-
 imp/lib/Dynamic/Compose.php                                       |    4 +-
 imp/lib/Dynamic/Compose/Common.php                                |   13 +-
 imp/lib/Ftree/Account.php                                         |    2 +-
 imp/lib/Ftree/Account/Imap.php                                    |    2 +-
 imp/lib/Ftree/Account/Inboxonly.php                               |    2 +-
 imp/lib/Ftree/Account/Remote.php                                  |    2 +-
 imp/lib/Ftree/Account/Vfolder.php                                 |    2 +-
 imp/locale/hu/LC_MESSAGES/imp.mo                                  |  Bin 149113 -> 189024 bytes
 imp/locale/hu/LC_MESSAGES/imp.po                                  | 4424 +++--
 imp/templates/itip/action.html.php                                |    2 +-
 ingo/docs/RELEASE_NOTES                                           |   27 +-
 ingo/locale/hu/LC_MESSAGES/ingo.mo                                |  Bin 81133 -> 89125 bytes
 ingo/locale/hu/LC_MESSAGES/ingo.po                                |  944 +-
 klutz/docs/RELEASE_NOTES                                          |   29 +-
 kolab/docs/CHANGES                                                |    1 +
 kolab/docs/RELEASE_NOTES                                          |   26 +-
 kolab/locale/hu/LC_MESSAGES/kolab.mo                              |  Bin 0 -> 69288 bytes
 kolab/locale/hu/LC_MESSAGES/kolab.po                              |   33 +
 kolab/package.xml                                                 |   39 +-
 kronolith/docs/RELEASE_NOTES                                      |   28 +-
 kronolith/js/kronolith.js                                         |   12 +-
 kronolith/locale/hu/LC_MESSAGES/kronolith.mo                      |  Bin 118999 -> 132837 bytes
 kronolith/locale/hu/LC_MESSAGES/kronolith.po                      | 2009 +-
 mnemo/docs/RELEASE_NOTES                                          |   31 +-
 mnemo/locale/hu/LC_MESSAGES/mnemo.mo                              |  Bin 72935 -> 79344 bytes
 mnemo/locale/hu/LC_MESSAGES/mnemo.po                              |  608 +-
 nag/docs/RELEASE_NOTES                                            |   28 +-
 nag/locale/hu/LC_MESSAGES/nag.mo                                  |  Bin 85051 -> 96975 bytes
 nag/locale/hu/LC_MESSAGES/nag.po                                  |  945 +-
 operator/docs/RELEASE_NOTES                                       |   26 +-
 passwd/docs/RELEASE_NOTES                                         |   28 +-
 passwd/locale/hu/LC_MESSAGES/passwd.mo                            |  Bin 66552 -> 74906 bytes
 passwd/locale/hu/LC_MESSAGES/passwd.po                            |  386 +-
 pastie/docs/RELEASE_NOTES                                         |   26 +-
 sam/docs/CHANGES                                                  |    1 +
 sam/locale/hu/LC_MESSAGES/sam.mo                                  |  Bin 0 -> 73254 bytes
 sam/locale/hu/LC_MESSAGES/sam.po                                  |  234 +
 sam/package.xml                                                   |   15 +-
 sesha/docs/RELEASE_NOTES                                          |   29 +-
 skeleton/docs/RELEASE_NOTES                                       |   26 +-
 timeobjects/docs/RELEASE_NOTES                                    |    3 +-
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.mo                  |  Bin 62729 -> 69660 bytes
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.po                  |   43 +-
 trean/docs/RELEASE_NOTES                                          |   30 +-
 trean/locale/hu/LC_MESSAGES/trean.mo                              |  Bin 71817 -> 74309 bytes
 trean/locale/hu/LC_MESSAGES/trean.po                              |   69 +-
 turba/docs/RELEASE_NOTES                                          |   27 +-
 turba/locale/hu/LC_MESSAGES/turba.mo                              |  Bin 94084 -> 102814 bytes
 turba/locale/hu/LC_MESSAGES/turba.po                              | 1206 +-
 whups/docs/RELEASE_NOTES                                          |   34 +-
 whups/locale/hu/LC_MESSAGES/whups.mo                              |  Bin 101211 -> 108207 bytes
 wicked/docs/RELEASE_NOTES                                         |   29 +-
 186 files changed, 9091 insertions(+), 8200 deletions(-)

http://github.com/horde/horde/commit/1595499b10d8d2e3e0e214d3107fd02a1645fba6




More information about the commits mailing list