[commits] Horde branch master updated. b924d177b4630e0573efad898ece928dfc6c6445

Ralf Lang lang at b1-systems.de
Mon Jan 16 14:45:54 UTC 2012


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

from: bc92e1e0465c2bd4c77f5790b11ebdfe2ecf540b

73d4b89 A basic Application.php
b49803a Remove the version.php file Add a basic Api.php
89fe6b0 application permissions
c7d5824 Port api.php to Api.php, rename methods, remove require_once This still doesn't use exceptions for pear_error
47848ef Fixed misplaced ;  - Now sesha shows up in configuration
8dc7c4c rename prefs.php.dist to prefs.php and drop the "shared" items
7d7a71a added a pref to select default view converted index.php to h4 style changed require statements in head of "list"
9e6f893 Sesha migration scripts.
2107763 Remove old SQL scripts, update driver file name.
2031fbc Update driver structure, add factory
ac3f8e8 Add application API.
0c39427 Initial changes to SQL driver to get list.php working.
675241f Remove sesha specific header template.
14beb0e Update migration script header.
8a8c25d Fix urls in list.php.
474adf3 CS, fixes to SQL driver.
f37f3ee Add autoincrement migration script.
be89ed3 some formal conversions in stock.php + use sesha_driver instead of backend call + make remove_stock case now use exceptions and permissions
ad8ae9b convert the search controller page
e218789 pear error to horde exception - this page is probably not yet complete
dbcfb4e New Sesha::isAdmin function. Consider permissions system when determining admin status.
ce14577 CS
6d868c8 Remove repeated year from header.
132d380 CS
e2b2fc5 Merge branch 'sesha' of https://github.com/imr/horde into sesha
11ed61e show default view pref
81fafd8 Add an exception class
2ec602b catch initial case where no properties exist
28fe089 applicationUrl() -> url()
19981d5 Horde_Ui_Tabs -> Horde_Core_Ui_Tabs
89e4af4 Renamed category forms and split into one file per class some basic conversion of the forms Doubts about calling the driver from here
b111910 Use new category form names
5c2be92 yet another exception
41c9748 retrieve categories
b2d05f4 Renamed property forms and split into one file per class some basic conversion of the forms
a44a33e SQL driver conversion, updates to admin.php and stock.php
978cd37 Conversion of the Stock and Search forms
1954065 Exceptions and applicationurl, rename form classes
2bee2c2 A basic test suite which doesn't to any useful tests yet
2a6ba29 remove reference to .sql files remove unneeded attributes Why do we have the name attribute in the constructor?
3fe4051 Rebase factory on Horde_Core_Factory_Base Only pull config from the config backend if it's not passed Shouldn't we just remove this and always pass config from outside?
e391c9a This was misplaced.
0fe890e Remove unneeded argument name
9c13570 The default graphics set needs to move now
943b96f re-add the menu
f896986 replace deprecated function calls in getMenu
4b29663 braces
ae421bc added sidebar
16bdb5e Renamed Stockedit_Html file and class
a65a8f2 change call  to stockedit form fix menu
d2c77bc convert category update to Horde_Db
1c9a847 fix search page menu and form class name
bc52984 Move Type Client class out of Stock Form class file
0bd7ef4 factor out class name generation to a helper method some phpdoc some scoping
f2a1b46 no more &
92dabab Rename administration permission to admin (consistent with whups and previous sesha version)
a078abf consistently use Sesha::isAdmin and convert some Pear_Errors
4abf07c Remove base.php
848fbe8 pear_error to exception, ApplicationUrl to url, backend to injector
7154af5 Applicationurl-> url
8a76a80 many try/catch blocks and phpdoc. Still a lot of DB calls are wrong
41c9dab Fix categoryExists and addcategory and add some basic tests for them
f6f9956 SQL Driver conversion.
5813550 Correct class call in stock.php
45d41c7 move pot file to locale
9684686 move existing translation files add German translation file (unfinished)
aa5be6b Merge branch 'master' into sesha Catch up with master Remove old-format l10n Conflicts: 	sesha/lib/api.php 	sesha/locale/es/LC_MESSAGES/sesha.po 	sesha/locale/es_ES/LC_MESSAGES/sesha.po 	sesha/locale/lt/LC_MESSAGES/sesha.po 	sesha/locale/lt_LT/LC_MESSAGES/sesha.po 	sesha/po/es_ES.po 	sesha/po/lt_LT.po 	sesha/search.php
88c13b8 use property_id attribute instead of array index because array index of db query result is not property id
ddb8e63 fix getProperty wrong assumption that property_id is array index in result fix parameter format of getProperties call in getProperty: use array
e9dd520 fix getCategory
d19b50c fix Category form: Use real property id, not the array index
a5a7f28 Merge branch 'master' into sesha
dd668e1 use selectOne instead of fetching the row object
97eadeb Pass the parameters to the prepared sql
c97c3f8 again, use category ids instead of array keys
9afd05e return properties as id-keyed array
bea0aa8 a first iteration of the German translation
b50c5df First attempt at a package.xml
36727fb Set license to GPL-2.0, current text version
7c07085 required dependencies
026f263 [rla] Converted to Horde 4 Framework
46a6dbb Added the role and some obvious base requirements
b06989e Add property "locked =>false" to sesha_default view for consistency
9f3b090 array_sum doesn't turn these strings into constant values anymore
390b13b don't use the same alias symbol p twice use selectAll, not getAll
f0d23a2 pass by reference is now the default behavior
b924d17 Merge branch 'sesha'

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

commit 73d4b89c2851c69efcf9f538a06f203d15b79a9f
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Sep 14 19:23:49 2011 +0200

    A basic Application.php

 sesha/lib/Application.php |   47 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
 create mode 100644 sesha/lib/Application.php

http://git.horde.org/horde-git/-/commit/73d4b89c2851c69efcf9f538a06f203d15b79a9f

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

commit b49803aa084217056de9679fec76ca7cc903eef7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Sep 14 19:27:12 2011 +0200

    Remove the version.php file
    Add a basic Api.php

 sesha/lib/Api.php     |   16 ++++++++++++++++
 sesha/lib/version.php |    1 -
 2 files changed, 16 insertions(+), 1 deletions(-)
 create mode 100644 sesha/lib/Api.php
 delete mode 100644 sesha/lib/version.php

http://git.horde.org/horde-git/-/commit/b49803aa084217056de9679fec76ca7cc903eef7

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

commit 89fe6b04fb1c3bec9f7dae275de6729e6cd859dc
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Sep 15 10:56:28 2011 +0200

    application permissions

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

http://git.horde.org/horde-git/-/commit/89fe6b04fb1c3bec9f7dae275de6729e6cd859dc

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

commit c7d5824e5d3e972c2de18c1fee1d87f5dab565d7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Sep 15 11:57:12 2011 +0200

    Port api.php to Api.php, rename methods, remove require_once
    This still doesn't use exceptions for pear_error

 sesha/lib/Api.php |   84 ++++++++++++++++++++++++++++++++++++++
 sesha/lib/api.php |  115 -----------------------------------------------------
 2 files changed, 84 insertions(+), 115 deletions(-)
 delete mode 100644 sesha/lib/api.php

http://git.horde.org/horde-git/-/commit/c7d5824e5d3e972c2de18c1fee1d87f5dab565d7

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

commit 47848efcb6c22a639deffe8a85d6918c5ca9cc7c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Sep 15 12:59:37 2011 +0200

    Fixed misplaced ;  - Now sesha shows up in configuration

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

http://git.horde.org/horde-git/-/commit/47848efcb6c22a639deffe8a85d6918c5ca9cc7c

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

commit 8dc7c4cc0d6b41eb6728544770319506b0f112b1
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Sep 15 13:10:45 2011 +0200

    rename prefs.php.dist to prefs.php and drop the "shared" items

 sesha/config/prefs.php      |   55 +++++++++++++++++++++++++++++++++++++++++++
 sesha/config/prefs.php.dist |   53 -----------------------------------------
 2 files changed, 55 insertions(+), 53 deletions(-)
 create mode 100644 sesha/config/prefs.php
 delete mode 100644 sesha/config/prefs.php.dist

http://git.horde.org/horde-git/-/commit/8dc7c4cc0d6b41eb6728544770319506b0f112b1

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

commit 7d7a71a3ea6000cb4ce7162dbb0615f55ab29efc
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Sep 15 14:01:34 2011 +0200

    added a pref to select default view
    converted index.php to h4 style
    changed require statements in head of "list"

 sesha/config/prefs.php |   13 +++++++++++++
 sesha/index.php        |   15 +++++----------
 sesha/list.php         |    5 +++--
 3 files changed, 21 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/7d7a71a3ea6000cb4ce7162dbb0615f55ab29efc

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

commit 9e6f893d3cc3468f92846744c708b57b73a2790c
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:20:14 2011 -0400

    Sesha migration scripts.

 sesha/migration/1_sesha_base_tables.php |   92 +++++++++++++++++++++++++++++++
 1 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 sesha/migration/1_sesha_base_tables.php

http://git.horde.org/horde-git/-/commit/9e6f893d3cc3468f92846744c708b57b73a2790c

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

commit 21077635546f5f149d806c541f4650285efaf60a
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:51:51 2011 -0400

    Remove old SQL scripts, update driver file name.

 sesha/lib/Driver/Sql.php                                    |  900 +++++++++++
 sesha/lib/Driver/sql.php                                    |  900 -----------
 sesha/scripts/sql/sesha.mssql.sql                           |   46 -
 sesha/scripts/sql/sesha.sql                                 |   46 -
 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql |    2 -
 5 files changed, 900 insertions(+), 994 deletions(-)
 create mode 100644 sesha/lib/Driver/Sql.php
 delete mode 100644 sesha/lib/Driver/sql.php
 delete mode 100644 sesha/scripts/sql/sesha.mssql.sql
 delete mode 100644 sesha/scripts/sql/sesha.sql
 delete mode 100644 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql

http://git.horde.org/horde-git/-/commit/21077635546f5f149d806c541f4650285efaf60a

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

commit 2031fbc875b10081e71a2665284256ab78bdd5b9
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 16:11:57 2011 -0400

    Update driver structure, add factory

 sesha/lib/Driver.php         |   47 +++-----------
 sesha/lib/Driver/Sql.php     |  145 ++++++++++--------------------------------
 sesha/lib/Factory/Driver.php |   35 ++++++++++
 sesha/lib/Sesha.php          |    3 +-
 4 files changed, 81 insertions(+), 149 deletions(-)
 create mode 100644 sesha/lib/Factory/Driver.php

http://git.horde.org/horde-git/-/commit/2031fbc875b10081e71a2665284256ab78bdd5b9

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

commit ac3f8e87255cb1c63661f5f4e1543c67cf031bda
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:21:06 2011 -0400

    Add application API.

 sesha/config/conf.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ac3f8e87255cb1c63661f5f4e1543c67cf031bda

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

commit 0c39427326eb50913d5b42ea50afe0e6255b4e82
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 17:16:24 2011 -0400

    Initial changes to SQL driver to get list.php working.

 sesha/lib/Driver/Sql.php |   23 ++++++++++++++++++-----
 sesha/lib/Sesha.php      |    5 +++--
 sesha/list.php           |   18 +++++++++---------
 sesha/templates/menu.inc |    1 -
 4 files changed, 30 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/0c39427326eb50913d5b42ea50afe0e6255b4e82

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

commit 675241fa76ebbd62961bb5244588678b3927ae86
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 16:58:08 2011 -0400

    Remove sesha specific header template.

 sesha/templates/common-header.inc |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
 delete mode 100644 sesha/templates/common-header.inc

http://git.horde.org/horde-git/-/commit/675241fa76ebbd62961bb5244588678b3927ae86

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

commit 14beb0e8fa7035bd95724738cb1794f4528aba22
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:01:32 2011 -0400

    Update migration script header.

 sesha/migration/1_sesha_base_tables.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/14beb0e8fa7035bd95724738cb1794f4528aba22

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

commit 8a8c25ddd32d034fe737a613e232f83240077fe4
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:06:04 2011 -0400

    Fix urls in list.php.

 sesha/list.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/8a8c25ddd32d034fe737a613e232f83240077fe4

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

commit 474adf3451d2de2a594e1ef4adbcc617de1f4e8a
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:16:12 2011 -0400

    CS, fixes to SQL driver.

 sesha/lib/Driver.php     |    5 +--
 sesha/lib/Driver/Sql.php |   82 +---------------------------------------------
 2 files changed, 3 insertions(+), 84 deletions(-)

http://git.horde.org/horde-git/-/commit/474adf3451d2de2a594e1ef4adbcc617de1f4e8a

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

commit f37f3ee0056c666418b3768f095fc4ec9dd62b0d
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 18:38:31 2011 -0400

    Add autoincrement migration script.

 sesha/migration/2_sesha_upgrade_autoincrement.php |   55 +++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
 create mode 100644 sesha/migration/2_sesha_upgrade_autoincrement.php

http://git.horde.org/horde-git/-/commit/f37f3ee0056c666418b3768f095fc4ec9dd62b0d

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

commit be89ed3706e709a7b803e8efee834da646bba7be
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 11:38:50 2011 +0200

    some formal conversions in stock.php
    + use sesha_driver instead of backend call
    + make remove_stock case now use exceptions and permissions

 sesha/stock.php |   95 +++++++++++++++++++++++++++----------------------------
 1 files changed, 47 insertions(+), 48 deletions(-)

http://git.horde.org/horde-git/-/commit/be89ed3706e709a7b803e8efee834da646bba7be

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

commit ad8ae9bb00e7b6dcb119b4ae775f2af3a1709d46
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 10:50:12 2011 +0200

    convert the search controller page

 sesha/search.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/ad8ae9bb00e7b6dcb119b4ae775f2af3a1709d46

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

commit e218789cc1505d59cdd9514cc60ab8cdfc16cf02
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 11:26:42 2011 +0200

    pear error to horde exception - this page is probably not yet complete

 sesha/admin.php  |  223 +++++++++++++++++++++++++++++-------------------------
 sesha/search.php |    2 +-
 2 files changed, 122 insertions(+), 103 deletions(-)

http://git.horde.org/horde-git/-/commit/e218789cc1505d59cdd9514cc60ab8cdfc16cf02

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

commit dbcfb4edba22b2ba5a909f5f31abf6a9874398c7
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 09:40:25 2011 -0400

    New Sesha::isAdmin function. Consider permissions system when determining admin status.

 sesha/lib/Sesha.php |    4 ++++
 sesha/list.php      |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/dbcfb4edba22b2ba5a909f5f31abf6a9874398c7

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

commit ce1457789046dae63e6ba5c2196a28e0e8135556
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 11:03:54 2011 -0400

    CS

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

http://git.horde.org/horde-git/-/commit/ce1457789046dae63e6ba5c2196a28e0e8135556

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

commit 6d868c840bd55c052c2711682b25743033b8585f
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 11:05:20 2011 -0400

    Remove repeated year from header.

 sesha/migration/1_sesha_base_tables.php           |    2 +-
 sesha/migration/2_sesha_upgrade_autoincrement.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6d868c840bd55c052c2711682b25743033b8585f

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

commit 132d38027733fdbce82144c7cc13e3a53d9b73e9
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 12:15:15 2011 -0400

    CS

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

http://git.horde.org/horde-git/-/commit/132d38027733fdbce82144c7cc13e3a53d9b73e9

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

commit e2b2fc5e7e7873d87842a3dd5a3f778f38baeb66
Merge: e218789 132d380
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:34:35 2011 +0200

    Merge branch 'sesha' of https://github.com/imr/horde into sesha

 sesha/config/conf.xml                                       |    2 +-
 sesha/lib/Driver.php                                        |   44 +-
 sesha/lib/Driver/Sql.php                                    |  756 +++++++++
 sesha/lib/Driver/sql.php                                    |  900 -----------
 sesha/lib/Factory/Driver.php                                |   35 +
 sesha/lib/Sesha.php                                         |   12 +-
 sesha/list.php                                              |   18 +-
 sesha/migration/1_sesha_base_tables.php                     |   92 ++
 sesha/migration/2_sesha_upgrade_autoincrement.php           |   55 +
 sesha/scripts/sql/sesha.mssql.sql                           |   46 -
 sesha/scripts/sql/sesha.sql                                 |   46 -
 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql |    2 -
 sesha/templates/common-header.inc                           |   28 -
 sesha/templates/menu.inc                                    |    1 -
 14 files changed, 966 insertions(+), 1071 deletions(-)

http://git.horde.org/horde-git/-/commit/e2b2fc5e7e7873d87842a3dd5a3f778f38baeb66

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

commit 11ed61e2b14b6281d128e206672d5ef6b68d552a
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:42:00 2011 +0200

    show default view pref

 sesha/config/prefs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/11ed61e2b14b6281d128e206672d5ef6b68d552a

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

commit 81fafd82aa576d7274f78a0a86fa163ad41c37ef
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:46:56 2011 +0200

    Add an exception class

 sesha/lib/Exception.php |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 sesha/lib/Exception.php

http://git.horde.org/horde-git/-/commit/81fafd82aa576d7274f78a0a86fa163ad41c37ef

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

commit 2ec602b93332e9f913fedde0978380aa2e06c57e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 19:21:41 2011 +0200

    catch initial case where no properties exist

 sesha/lib/Driver/Sql.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2ec602b93332e9f913fedde0978380aa2e06c57e

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

commit 28fe08913b30f72f35dbe83d6352a44f01f8baf6
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 19:48:38 2011 +0200

    applicationUrl() -> url()

 sesha/admin.php |   66 +++++++++++++++++++++++++++---------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/28fe08913b30f72f35dbe83d6352a44f01f8baf6

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

commit 19981d51b44316ca8fe310a4ca4ec50ab86c9727
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 19:54:18 2011 +0200

    Horde_Ui_Tabs -> Horde_Core_Ui_Tabs

 sesha/admin.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/19981d51b44316ca8fe310a4ca4ec50ab86c9727

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

commit 89e4af48dfacfd5f1fc0467cc94a1bfb859e4ecd
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 20:13:51 2011 +0200

    Renamed category forms and split into one file per class
    some basic conversion of the forms
    Doubts about calling the driver from here

 sesha/lib/Forms/Category.php       |   76 +++++++++---------------------------
 sesha/lib/Forms/CategoryDelete.php |   28 +++++++++++++
 sesha/lib/Forms/CategoryList.php   |   38 ++++++++++++++++++
 3 files changed, 85 insertions(+), 57 deletions(-)
 create mode 100644 sesha/lib/Forms/CategoryDelete.php
 create mode 100644 sesha/lib/Forms/CategoryList.php

http://git.horde.org/horde-git/-/commit/89e4af48dfacfd5f1fc0467cc94a1bfb859e4ecd

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

commit b1119103c3f0c1a51b8f7b2074ad2da3ffde63e7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 20:21:27 2011 +0200

    Use new category form names

 sesha/admin.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/b1119103c3f0c1a51b8f7b2074ad2da3ffde63e7

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

commit 5c2be92536638ad73e1fcf1bfa1ca20d700cfbc5
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 20:21:59 2011 +0200

    yet another exception

 sesha/list.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5c2be92536638ad73e1fcf1bfa1ca20d700cfbc5

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

commit 41c9748b8b7edf4e15e858afb67c738a0606782d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 20:22:29 2011 +0200

    retrieve categories

 sesha/config/prefs.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/41c9748b8b7edf4e15e858afb67c738a0606782d

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

commit b2d05f4da4abc4ee60539cb1c2161c9c5ede2adf
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 20:44:49 2011 +0200

    Renamed property forms and split into one file per class
    some basic conversion of the forms

 sesha/admin.php                    |   16 +++++-----
 sesha/lib/Forms/Property.php       |   56 ++++--------------------------------
 sesha/lib/Forms/PropertyDelete.php |   28 ++++++++++++++++++
 sesha/lib/Forms/PropertyList.php   |   40 +++++++++++++++++++++++++
 4 files changed, 82 insertions(+), 58 deletions(-)
 create mode 100644 sesha/lib/Forms/PropertyDelete.php
 create mode 100644 sesha/lib/Forms/PropertyList.php

http://git.horde.org/horde-git/-/commit/b2d05f4da4abc4ee60539cb1c2161c9c5ede2adf

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

commit a44a33e713564d08fa813b12edfcacb3195a06cb
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 16:19:16 2011 -0400

    SQL driver conversion, updates to admin.php and stock.php

 sesha/admin.php          |    2 +-
 sesha/lib/Driver/Sql.php |  131 +++++++++++++++++++---------------------------
 sesha/stock.php          |    1 -
 3 files changed, 54 insertions(+), 80 deletions(-)

http://git.horde.org/horde-git/-/commit/a44a33e713564d08fa813b12edfcacb3195a06cb

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

commit 978cd37899bf64c346856c8dc2781ef7158e8f28
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 10:20:27 2011 +0200

    Conversion of the Stock and Search forms

 sesha/lib/Forms/Search.php |    7 ++--
 sesha/lib/Forms/Stock.php  |   70 ++++++++++++++++++++++----------------------
 2 files changed, 39 insertions(+), 38 deletions(-)

http://git.horde.org/horde-git/-/commit/978cd37899bf64c346856c8dc2781ef7158e8f28

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

commit 19540655fb9eddb3b23d50e813d501876aa888e0
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 10:21:30 2011 +0200

    Exceptions and applicationurl, rename form classes

 sesha/stock.php |   43 ++++++++++++++++++++++++-------------------
 1 files changed, 24 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/19540655fb9eddb3b23d50e813d501876aa888e0

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

commit 2bee2c24680b8bba2825a914a365cfb690e2864c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 11:23:30 2011 +0200

    A basic test suite which doesn't to any useful tests yet

 sesha/test/Sesha/AllTests.php            |   36 ++++++++++++++++++++++
 sesha/test/Sesha/Autoload.php            |   23 ++++++++++++++
 sesha/test/Sesha/TestCase.php            |   49 ++++++++++++++++++++++++++++++
 sesha/test/Sesha/Unit/Driver/SqlTest.php |   27 ++++++++++++++++
 4 files changed, 135 insertions(+), 0 deletions(-)
 create mode 100644 sesha/test/Sesha/AllTests.php
 create mode 100644 sesha/test/Sesha/Autoload.php
 create mode 100644 sesha/test/Sesha/TestCase.php
 create mode 100644 sesha/test/Sesha/Unit/Driver/SqlTest.php

http://git.horde.org/horde-git/-/commit/2bee2c24680b8bba2825a914a365cfb690e2864c

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

commit 2a6ba2965bb8fcd92c75a876c8b41b47b07ca459
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 11:24:33 2011 +0200

    remove reference to .sql files
    remove unneeded attributes
    Why do we have the name attribute in the constructor?

 sesha/lib/Driver/Sql.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2a6ba2965bb8fcd92c75a876c8b41b47b07ca459

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

commit 3fe4051d1259912876b3c8a38ed657dd13bf6e51
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 11:25:24 2011 +0200

    Rebase factory on Horde_Core_Factory_Base
    Only pull config from the config backend if it's not passed
    Shouldn't we just remove this and always pass config from outside?

 sesha/lib/Factory/Driver.php |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/3fe4051d1259912876b3c8a38ed657dd13bf6e51

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

commit e391c9ac3c2d81ad80d0caa82a4c2b2e360595b2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 13:52:30 2011 +0200

    This was misplaced.

 sesha/lib/Factory/Driver.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/e391c9ac3c2d81ad80d0caa82a4c2b2e360595b2

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

commit 0fe890e4a09dfc18633098e5998e77d22dc0d264
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 13:56:07 2011 +0200

    Remove unneeded argument name

 sesha/lib/Driver/Sql.php     |    2 +-
 sesha/lib/Factory/Driver.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0fe890e4a09dfc18633098e5998e77d22dc0d264

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

commit 9c13570623d5f679953186cc90873bb703dc5ecc
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 14:35:37 2011 +0200

    The default graphics set needs to move now

 sesha/themes/default/graphics/az.png      |  Bin 0 -> 117 bytes
 sesha/themes/default/graphics/favicon.ico |  Bin 0 -> 1150 bytes
 sesha/themes/default/graphics/sesha.png   |  Bin 0 -> 1175 bytes
 sesha/themes/default/graphics/stock.png   |  Bin 0 -> 463 bytes
 sesha/themes/default/graphics/za.png      |  Bin 0 -> 119 bytes
 sesha/themes/default/screen.css           |   33 +++++++++++++++++++++++++++++
 sesha/themes/graphics/az.png              |  Bin 117 -> 0 bytes
 sesha/themes/graphics/favicon.ico         |  Bin 1150 -> 0 bytes
 sesha/themes/graphics/sesha.png           |  Bin 1175 -> 0 bytes
 sesha/themes/graphics/stock.png           |  Bin 463 -> 0 bytes
 sesha/themes/graphics/za.png              |  Bin 119 -> 0 bytes
 sesha/themes/screen.css                   |   33 -----------------------------
 12 files changed, 33 insertions(+), 33 deletions(-)
 create mode 100644 sesha/themes/default/graphics/az.png
 create mode 100644 sesha/themes/default/graphics/favicon.ico
 create mode 100644 sesha/themes/default/graphics/sesha.png
 create mode 100644 sesha/themes/default/graphics/stock.png
 create mode 100644 sesha/themes/default/graphics/za.png
 create mode 100644 sesha/themes/default/screen.css
 delete mode 100644 sesha/themes/graphics/az.png
 delete mode 100644 sesha/themes/graphics/favicon.ico
 delete mode 100644 sesha/themes/graphics/sesha.png
 delete mode 100644 sesha/themes/graphics/stock.png
 delete mode 100644 sesha/themes/graphics/za.png
 delete mode 100644 sesha/themes/screen.css

http://git.horde.org/horde-git/-/commit/9c13570623d5f679953186cc90873bb703dc5ecc

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

commit 943b96f613754ada49811e531f0be186be6a9af0
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:10:41 2011 +0200

    re-add the menu

 sesha/templates/menu.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/943b96f613754ada49811e531f0be186be6a9af0

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

commit f89698620af34a4a8fc4e4e4dd34092c475e030b
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:11:14 2011 +0200

    replace deprecated function calls in getMenu

 sesha/lib/Sesha.php |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/f89698620af34a4a8fc4e4e4dd34092c475e030b

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

commit 4b2966388e6bcf295a01218a37fb03a26573ae08
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:13:03 2011 +0200

    braces

 sesha/list.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4b2966388e6bcf295a01218a37fb03a26573ae08

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

commit ae421bce06abeb31502ebffaf81328321e5aab62
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:16:30 2011 +0200

    added sidebar

 sesha/templates/menu.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/ae421bce06abeb31502ebffaf81328321e5aab62

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

commit 16bdb5e15fa1201888fd99009ae6980ea1346cde
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:39:55 2011 +0200

    Renamed Stockedit_Html file and class

 sesha/lib/UI/VarRenderer/stockedit_html.php |   18 ------------------
 sesha/lib/Ui/VarRenderer/Stockedit_Html.php |   18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 18 deletions(-)
 delete mode 100644 sesha/lib/UI/VarRenderer/stockedit_html.php
 create mode 100644 sesha/lib/Ui/VarRenderer/Stockedit_Html.php

http://git.horde.org/horde-git/-/commit/16bdb5e15fa1201888fd99009ae6980ea1346cde

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

commit a65a8f24a3250cf0aa3e5d47a5ae8a15cf1c535d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:40:31 2011 +0200

    change call  to stockedit form
    fix menu

 sesha/stock.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/a65a8f24a3250cf0aa3e5d47a5ae8a15cf1c535d

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

commit d2c77bcb54725431bada43d4ebbbd5a5c31213d6
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 15:55:59 2011 +0200

    convert category update to Horde_Db

 sesha/lib/Driver/Sql.php |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/d2c77bcb54725431bada43d4ebbbd5a5c31213d6

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

commit 1c9a847c6fc0d8b9b777a148c0b34aeefd2d432a
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Sep 17 16:01:01 2011 +0200

    fix search page menu and form class name

 sesha/search.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1c9a847c6fc0d8b9b777a148c0b34aeefd2d432a

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

commit bc5298485095f1a5b8ac06419a38625d815736c7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 10:41:01 2011 +0200

    Move Type Client class out of Stock Form class file

 sesha/lib/Forms/Stock.php       |   34 ---------------------------
 sesha/lib/Forms/Type/Client.php |   49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 34 deletions(-)
 create mode 100644 sesha/lib/Forms/Type/Client.php

http://git.horde.org/horde-git/-/commit/bc5298485095f1a5b8ac06419a38625d815736c7

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

commit 0bd7ef4e96ed680b0d45d3b3e5095232519990e5
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 10:42:33 2011 +0200

    factor out class name generation to a helper method
    some phpdoc
    some scoping

 sesha/lib/Forms/Property.php |   70 ++++++++++++++++++++++++++++++++++++------
 1 files changed, 60 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/0bd7ef4e96ed680b0d45d3b3e5095232519990e5

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

commit f2a1b46b0c288cfb0b075a6dc05c600268a4090c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 10:45:13 2011 +0200

    no more &

 sesha/lib/Ui/VarRenderer/Stockedit_Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f2a1b46b0c288cfb0b075a6dc05c600268a4090c

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

commit 92dabab9d50017757bb2a6abf0acaccf6df190b1
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 11:22:38 2011 +0200

    Rename administration permission to admin (consistent with whups and
    previous sesha version)

 sesha/lib/Application.php |    2 +-
 sesha/lib/Sesha.php       |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/92dabab9d50017757bb2a6abf0acaccf6df190b1

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

commit a078abf74825934a340260d50af1ae5aafbb14b2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 11:24:24 2011 +0200

    consistently use Sesha::isAdmin and convert some Pear_Errors

 sesha/admin.php |    7 +++----
 sesha/list.php  |   20 ++++++++++++--------
 sesha/stock.php |    6 ++----
 3 files changed, 17 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/a078abf74825934a340260d50af1ae5aafbb14b2

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

commit 4abf07c7e7ef47362663210eecd8a8473487eaa5
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 11:46:57 2011 +0200

    Remove base.php

 sesha/lib/base.php |   49 -------------------------------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)
 delete mode 100644 sesha/lib/base.php

http://git.horde.org/horde-git/-/commit/4abf07c7e7ef47362663210eecd8a8473487eaa5

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

commit 848fbe8f3f4b6e0a2d390a87b45640767a33943b
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 11:47:34 2011 +0200

    pear_error to exception, ApplicationUrl to url, backend to injector

 sesha/lib/Api.php |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/848fbe8f3f4b6e0a2d390a87b45640767a33943b

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

commit 7154af568dd1c953856c7ab6af23cc6114db131d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 11:50:32 2011 +0200

    Applicationurl-> url

 sesha/stock.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7154af568dd1c953856c7ab6af23cc6114db131d

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

commit 8a76a8029e65911bf587157199c0883c91e65deb
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 12:23:58 2011 +0200

    many try/catch blocks and phpdoc. Still a lot of DB calls are wrong

 sesha/lib/Driver/Sql.php |  150 +++++++++++++++++++++++++++++----------------
 1 files changed, 97 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/8a76a8029e65911bf587157199c0883c91e65deb

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

commit 41c9dabad4e6a6661ebbb706660ce60c33a426ab
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Sep 18 14:06:50 2011 +0200

    Fix categoryExists and addcategory and add some basic tests for them

 sesha/lib/Driver/Sql.php                 |    2 +-
 sesha/test/Sesha/Unit/Driver/SqlTest.php |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/41c9dabad4e6a6661ebbb706660ce60c33a426ab

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

commit f6f995655d0e7cb08eca6a32dc1b8d63171f7aed
Author: imr <iron_hat at hotmail.com>
Date:   Mon Sep 19 11:40:03 2011 -0400

    SQL Driver conversion.

 sesha/lib/Driver/Sql.php |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/f6f995655d0e7cb08eca6a32dc1b8d63171f7aed

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

commit 58135509b0ab72d453504be9deeef8e82f0dfa40
Author: imr <iron_hat at hotmail.com>
Date:   Mon Sep 19 11:40:29 2011 -0400

    Correct class call in stock.php

 sesha/stock.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/58135509b0ab72d453504be9deeef8e82f0dfa40

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

commit 45d41c73b2284cb2dfdd89f60c337d30f46a3544
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Sep 19 17:25:55 2011 +0200

    move pot file to locale

 sesha/locale/sesha.pot |  500 ++++++++++++++++++++++++++++++++++++++++++++++++
 sesha/po/sesha.pot     |  500 ------------------------------------------------
 2 files changed, 500 insertions(+), 500 deletions(-)
 create mode 100644 sesha/locale/sesha.pot
 delete mode 100644 sesha/po/sesha.pot

http://git.horde.org/horde-git/-/commit/45d41c73b2284cb2dfdd89f60c337d30f46a3544

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

commit 968468686597615570eb328df3de0e49e17e9ef0
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Sep 19 15:51:26 2011 +0000

    move existing translation files
    add German translation file (unfinished)

 sesha/locale/de/LC_MESSAGES/sesha.po    |  572 +++++++++++++++++++++++++++++++
 sesha/locale/es_ES/LC_MESSAGES/sesha.po |  491 ++++++++++++++++++++++++++
 sesha/locale/lt_LT/LC_MESSAGES/sesha.po |  485 ++++++++++++++++++++++++++
 sesha/po/es_ES.po                       |  491 --------------------------
 sesha/po/lt_LT.po                       |  485 --------------------------
 5 files changed, 1548 insertions(+), 976 deletions(-)
 create mode 100644 sesha/locale/de/LC_MESSAGES/sesha.po
 create mode 100644 sesha/locale/es_ES/LC_MESSAGES/sesha.po
 create mode 100644 sesha/locale/lt_LT/LC_MESSAGES/sesha.po
 delete mode 100644 sesha/po/es_ES.po
 delete mode 100644 sesha/po/lt_LT.po

http://git.horde.org/horde-git/-/commit/968468686597615570eb328df3de0e49e17e9ef0

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

commit aa5be6bf2b6f081aa5b5504434fc349b03227265
Merge: 9684686 03c56a4
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Jan 13 11:18:37 2012 +0100

    Merge branch 'master' into sesha
    Catch up with master
    Remove old-format l10n
    Conflicts:
    	sesha/lib/api.php
    	sesha/locale/es/LC_MESSAGES/sesha.po
    	sesha/locale/es_ES/LC_MESSAGES/sesha.po
    	sesha/locale/lt/LC_MESSAGES/sesha.po
    	sesha/locale/lt_LT/LC_MESSAGES/sesha.po
    	sesha/po/es_ES.po
    	sesha/po/lt_LT.po
    	sesha/search.php

 .gitignore                                                        |    8 +-
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h         |    2 +-
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m         |    2 +-
 .../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj         |    2 +-
 ApertureToAnselExportPlugin/CHANGES                               |   11 +-
 ApertureToAnselExportPlugin/COPYING                               |   24 +
 ApertureToAnselExportPlugin/Info.plist                            |   10 +-
 .../01aperturetoanselexportplugin-contents.xml                    |    2 +-
 .../ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml       |    2 +-
 .../Installer/ApertureToAnsel.pmdoc/index.xml                     |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.h    |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.m    |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h                |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m                |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h       |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m       |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h         |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m         |    2 +-
 .../TURAnselKit/TURAnselGalleryPanelController.h                  |    2 +-
 .../TURAnselKit/TURAnselGalleryPanelController.m                  |    2 +-
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Default.png            |  Bin 8991 -> 8731 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/back.png        |  Bin 110016 -> 103860 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/front.png       |  Bin 7945 -> 7899 bytes
 Dashboard/KeychainPlugin/KeychainPlugIn.h                         |    2 +-
 Dashboard/KeychainPlugin/KeychainPlugIn.m                         |    2 +-
 Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch                |    2 +-
 agora/ban.php                                                     |    4 +-
 agora/deleteforum.php                                             |    4 +-
 agora/docs/INSTALL                                                |    2 +-
 agora/editforum.php                                               |    4 +-
 agora/forums.php                                                  |    2 +-
 agora/lib/Agora.php                                               |    2 +-
 agora/lib/Api.php                                                 |    2 +-
 agora/lib/Application.php                                         |    2 +-
 agora/lib/Block/Forums.php                                        |    2 +-
 agora/lib/Block/Thread.php                                        |    2 +-
 agora/lib/Block/Threads.php                                       |    2 +-
 agora/lib/Comments.php                                            |    2 +-
 agora/lib/Driver.php                                              |    3 +-
 agora/lib/Driver/SplitSql.php                                     |    2 +-
 agora/lib/Driver/Sql.php                                          |    2 +-
 agora/lib/Exception.php                                           |    2 +-
 agora/lib/Factory/Driver.php                                      |    2 +-
 agora/lib/Form/Forum.php                                          |    2 +-
 agora/lib/Form/Message.php                                        |    2 +-
 agora/lib/Form/Search.php                                         |    2 +-
 agora/lib/Tree/Flat.php                                           |    2 +-
 agora/lib/View.php                                                |    2 +-
 agora/locale/agora.pot                                            |  235 +-
 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 88674 -> 82224 bytes
 agora/locale/de/LC_MESSAGES/agora.po                              |  235 +-
 agora/locale/es/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/fr/LC_MESSAGES/agora.mo                              |  Bin 57961 -> 77537 bytes
 agora/locale/fr/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/hu/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/it/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/ja/LC_MESSAGES/agora.mo                              |  Bin 89900 -> 85822 bytes
 agora/locale/ja/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/lt/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/lv/LC_MESSAGES/agora.mo                              |  Bin 72844 -> 76038 bytes
 agora/locale/lv/LC_MESSAGES/agora.po                              |  578 +-
 agora/locale/ro/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/sl/LC_MESSAGES/agora.po                              |    2 +-
 agora/messages/abuse.php                                          |    4 +-
 agora/messages/delete.php                                         |    4 +-
 agora/messages/edit.php                                           |    4 +-
 agora/messages/index.php                                          |    4 +-
 agora/messages/lock.php                                           |    4 +-
 agora/messages/merge.php                                          |    4 +-
 agora/messages/move.php                                           |    4 +-
 agora/messages/split.php                                          |    4 +-
 agora/migration/1_agora_base_tables.php                           |    2 +-
 agora/migration/2_agora_upgrade_autoincrement.php                 |    2 +-
 agora/moderate.php                                                |    2 +-
 agora/moderators.php                                              |    4 +-
 agora/owner.php                                                   |    2 +-
 agora/rss/index.php                                               |    2 +-
 agora/rss/messages.php                                            |    2 +-
 agora/rss/threads.php                                             |    2 +-
 agora/search.php                                                  |    4 +-
 agora/themes/default/graphics/agora.png                           |  Bin 281 -> 246 bytes
 agora/themes/default/graphics/flagged.png                         |  Bin 350 -> 315 bytes
 agora/themes/default/graphics/forums.png                          |  Bin 291 -> 286 bytes
 agora/themes/default/graphics/hot.png                             |  Bin 353 -> 315 bytes
 agora/themes/default/graphics/moderate.png                        |  Bin 196 -> 175 bytes
 agora/themes/default/graphics/newforum.png                        |  Bin 380 -> 374 bytes
 agora/themes/default/graphics/newmessage.png                      |  Bin 318 -> 297 bytes
 agora/themes/default/graphics/thread.png                          |  Bin 316 -> 305 bytes
 agora/themes/default/graphics/threads.png                         |  Bin 316 -> 305 bytes
 agora/threads.php                                                 |    2 +-
 agora/view.php                                                    |    2 +-
 ansel/bin/ansel                                                   |    1 -
 ansel/bin/ansel-convert-sql-shares-to-sqlng                       |   36 +
 ansel/browse.php                                                  |    2 +-
 ansel/browse_edit.php                                             |    2 +-
 ansel/config/conf.xml                                             |   39 +-
 ansel/config/prefs.php                                            |   13 +-
 ansel/disclamer.php                                               |    2 +-
 ansel/docs/CHANGES                                                |   65 +-
 ansel/docs/CREDITS                                                |    1 +
 ansel/docs/INSTALL                                                |   98 +-
 ansel/docs/RELEASE_NOTES                                          |   37 +-
 ansel/docs/TODO                                                   |   10 -
 ansel/edit_dates.php                                              |    5 +-
 ansel/faces/claim.php                                             |    2 +-
 ansel/faces/custom.php                                            |    2 +-
 ansel/faces/face.php                                              |    2 +-
 ansel/faces/gallery.php                                           |    2 +-
 ansel/faces/image.php                                             |    9 +-
 ansel/faces/img.php                                               |    2 +-
 ansel/faces/name.php                                              |    2 +-
 ansel/faces/report.php                                            |    2 +-
 ansel/faces/savecustom.php                                        |   16 +-
 ansel/faces/search/all.php                                        |    2 +-
 ansel/faces/search/image.php                                      |    2 +-
 ansel/faces/search/image_define.php                               |    2 +-
 ansel/faces/search/image_save.php                                 |    2 +-
 ansel/faces/search/image_search.php                               |    2 +-
 ansel/faces/search/img.php                                        |    2 +-
 ansel/faces/search/name.php                                       |    2 +-
 ansel/faces/search/named.php                                      |    2 +-
 ansel/faces/search/owner.php                                      |    2 +-
 ansel/faces/search/tabs.php                                       |    2 +-
 ansel/gallery.php                                                 |    2 +-
 ansel/gallery/captions.php                                        |   33 +-
 ansel/gallery/delete.php                                          |   50 +-
 ansel/gallery/sort.php                                            |    4 +-
 ansel/group.php                                                   |    2 +-
 ansel/image.php                                                   |  574 +-
 ansel/img/download.php                                            |    2 +-
 ansel/img/ecard.php                                               |    7 +-
 ansel/img/full.php                                                |    2 +-
 ansel/img/index.php                                               |    2 +-
 ansel/img/mini.php                                                |    2 +-
 ansel/img/screen.php                                              |    2 +-
 ansel/img/thumb.php                                               |    2 +-
 ansel/img/upload.php                                              |   47 +-
 ansel/img/upload_preview.php                                      |    5 +-
 ansel/index.php                                                   |    2 +-
 ansel/js/blocks/geotag.js                                         |   62 +
 ansel/js/googlemap.js                                             |  487 -
 ansel/js/googlemap_edit.js                                        |  194 -
 ansel/js/map.js                                                   |  332 +
 ansel/js/map_edit.js                                              |  144 +
 ansel/js/mobile.js                                                |    2 +-
 ansel/js/upload.js                                                |   19 +
 ansel/js/widgets/geotag.js                                        |  352 +
 ansel/lib/Ajax/Application.php                                    |    7 +-
 ansel/lib/Ajax/Imple/EditCaption.php                              |    2 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |    2 +-
 ansel/lib/Ajax/Imple/EditGalleryFaces.php                         |    2 +-
 ansel/lib/Ajax/Imple/Embed.php                                    |    2 +-
 ansel/lib/Ajax/Imple/GallerySlugCheck.php                         |    2 +-
 ansel/lib/Ajax/Imple/ImageSaveGeotag.php                          |    2 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php                    |    2 +-
 ansel/lib/Ajax/Imple/MapLayerSelect.php                           |   33 +
 ansel/lib/Ajax/Imple/TagActions.php                               |    2 +-
 ansel/lib/Ajax/Imple/ToggleGalleryActions.php                     |    2 +-
 ansel/lib/Ajax/Imple/ToggleOtherGalleries.php                     |    2 +-
 ansel/lib/Ajax/Imple/UploadNotification.php                       |   72 +
 ansel/lib/Ansel.php                                               |  145 +-
 ansel/lib/Api.php                                                 |   58 +-
 ansel/lib/Application.php                                         |    4 +-
 ansel/lib/Block/Cloud.php                                         |    2 +-
 ansel/lib/Block/Gallery.php                                       |    2 +-
 ansel/lib/Block/MyGalleries.php                                   |    2 +-
 ansel/lib/Block/RecentComments.php                                |    2 +-
 ansel/lib/Block/RecentFaces.php                                   |    2 +-
 ansel/lib/Block/RecentlyAdded.php                                 |    2 +-
 ansel/lib/Block/RecentlyAddedGeodata.php                          |   48 +-
 ansel/lib/Exception.php                                           |    2 +-
 ansel/lib/Faces.php                                               |   41 +-
 ansel/lib/Faces/Base.php                                          |  150 +-
 ansel/lib/Faces/Facedetect.php                                    |   13 +-
 ansel/lib/Factory/Storage.php                                     |    2 +-
 ansel/lib/Form/Image.php                                          |    2 +-
 ansel/lib/Form/ImageDate.php                                      |    2 +-
 ansel/lib/Form/Watermark.php                                      |    2 +-
 ansel/lib/Gallery.php                                             |   96 +-
 ansel/lib/Gallery/Decorator/Date.php                              |    2 +-
 ansel/lib/GalleryMode/Base.php                                    |    2 +-
 ansel/lib/GalleryMode/Date.php                                    |   98 +-
 ansel/lib/GalleryMode/Normal.php                                  |    8 +-
 ansel/lib/Image.php                                               |   83 +-
 ansel/lib/ImageGenerator.php                                      |    8 +-
 ansel/lib/ImageGenerator/Mini.php                                 |    2 +-
 ansel/lib/ImageGenerator/SquareThumb.php                          |    2 +-
 ansel/lib/LoginTasks/SystemTask/Upgrade.php                       |    2 +-
 ansel/lib/Report.php                                              |    4 +-
 ansel/lib/Search.php                                              |    2 +-
 ansel/lib/Search/Tag.php                                          |    2 +-
 ansel/lib/Search/exif.php                                         |    2 +-
 ansel/lib/Storage.php                                             |   21 +-
 ansel/lib/Style.php                                               |    8 +-
 ansel/lib/Tagger.php                                              |   12 +-
 ansel/lib/Test.php                                                |    2 +-
 ansel/lib/Tile/DateGallery.php                                    |   26 +-
 ansel/lib/View/Ansel.php                                          |    2 +-
 ansel/lib/View/Base.php                                           |    2 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php                   |    2 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php                          |    2 +-
 ansel/lib/View/EmbeddedRenderer/Slideshow.php                     |    2 +-
 ansel/lib/View/GalleryProperties.php                              |   30 +-
 ansel/lib/View/GalleryRenderer/Base.php                           |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                        |    2 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |    2 +-
 ansel/lib/View/Image.php                                          |    3 +-
 ansel/lib/View/List.php                                           |    2 +-
 ansel/lib/View/Results.php                                        |    2 +-
 ansel/lib/View/Upload.php                                         |  298 +-
 ansel/lib/Widget.php                                              |    2 +-
 ansel/lib/Widget/Actions.php                                      |    2 +-
 ansel/lib/Widget/Base.php                                         |    2 +-
 ansel/lib/Widget/GalleryFaces.php                                 |    2 +-
 ansel/lib/Widget/Geotag.php                                       |  227 +-
 ansel/lib/Widget/ImageFaces.php                                   |    2 +-
 ansel/lib/Widget/OtherGalleries.php                               |    2 +-
 ansel/locale/ansel.pot                                            |  453 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 113093 -> 107693 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po                              |  464 +-
 ansel/locale/es/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/fr/LC_MESSAGES/ansel.mo                              |  Bin 97715 -> 117196 bytes
 ansel/locale/fr/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/it/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/ja/LC_MESSAGES/ansel.mo                              |  Bin 106075 -> 102092 bytes
 ansel/locale/ja/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/lt/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/lv/LC_MESSAGES/ansel.mo                              |  Bin 80110 -> 86375 bytes
 ansel/locale/lv/LC_MESSAGES/ansel.po                              |  960 +-
 ansel/locale/sk/LC_MESSAGES/ansel.mo                              |  Bin 0 -> 110699 bytes
 ansel/locale/sk/LC_MESSAGES/ansel.po                              | 2492 +
 ansel/locale/sl/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/tr/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/map_edit.php                                                |   98 +-
 ansel/migration/10_ansel_upgrade_computestylehashes.php           |   71 +
 ansel/migration/1_ansel_base_tables.php                           |    2 +-
 ansel/migration/2_ansel_upgrade_autoincrement.php                 |    2 +-
 ansel/migration/3_ansel_upgrade_style.php                         |   27 +-
 ansel/migration/4_ansel_upgrade_tagstocontent.php                 |   33 +-
 ansel/migration/5_ansel_upgrade_categoriestotags.php              |   27 +-
 ansel/migration/6_ansel_upgrade_unsignedints.php                  |    2 +-
 ansel/migration/7_ansel_upgrade_stylefix.php                      |    2 +-
 ansel/migration/8_ansel_upgrade_sqlhierarchical.php               |    2 +-
 ansel/migration/9_ansel_upgrade_sqlng.php                         |    2 +-
 ansel/mobile.php                                                  |    2 +-
 ansel/package.xml                                                 | 1276 +
 ansel/perms.php                                                   |   40 +-
 ansel/preview.php                                                 |    2 +-
 ansel/protect.php                                                 |    2 +-
 ansel/report.php                                                  |    2 +-
 ansel/rss.php                                                     |    2 +-
 ansel/templates/captions/captions.inc                             |    2 +-
 ansel/templates/faces/search.inc                                  |    2 +-
 ansel/templates/gallery/partial/_styles.html.php                  |    8 +-
 ansel/templates/gallery/properties.html.php                       |   10 +-
 ansel/templates/image/edit_image.inc                              |    2 +-
 ansel/templates/image/plupload.inc                                |    3 +
 ansel/templates/image/upload.inc                                  |    2 +-
 ansel/templates/view/gallery.inc                                  |    2 -
 ansel/test/Ansel/AllTests.php                                     |   50 +
 ansel/test/Ansel/Autoload.php                                     |   23 +
 ansel/test/Ansel/TestCase.php                                     |   80 +
 ansel/test/Ansel/Unit/Base.php                                    |   47 +
 ansel/test/Ansel/Unit/ImageTest.php                               |   47 +
 ansel/test/Ansel/fixtures/vfs/.horde/ansel/00/full/4200.jpg       |  Bin 0 -> 181131 bytes
 ansel/test/Ansel/phpunit.xml                                      |    8 +
 ansel/themes/default/graphics/add.png                             |  Bin 582 -> 496 bytes
 ansel/themes/default/graphics/ansel.png                           |  Bin 498 -> 493 bytes
 ansel/themes/default/graphics/browse.png                          |  Bin 582 -> 492 bytes
 ansel/themes/default/graphics/down.png                            |  Bin 242 -> 241 bytes
 ansel/themes/default/graphics/galleries.png                       |  Bin 582 -> 492 bytes
 ansel/themes/default/graphics/image_add.png                       |  Bin 229 -> 208 bytes
 ansel/themes/default/graphics/mygalleries.png                     |  Bin 582 -> 492 bytes
 ansel/themes/default/graphics/slideshow_next.png                  |  Bin 285 -> 255 bytes
 ansel/themes/default/graphics/slideshow_pause.png                 |  Bin 291 -> 259 bytes
 ansel/themes/default/graphics/slideshow_play.png                  |  Bin 268 -> 234 bytes
 ansel/themes/default/graphics/slideshow_prev.png                  |  Bin 303 -> 264 bytes
 ansel/themes/default/graphics/success.png                         |  Bin 360 -> 336 bytes
 ansel/themes/default/graphics/twitter.png                         |  Bin 0 -> 493 bytes
 ansel/themes/default/graphics/up.png                              |  Bin 246 -> 244 bytes
 ansel/themes/default/lightbox.css                                 |    4 +-
 ansel/themes/default/screen.css                                   |   18 +-
 ansel/themes/silver/graphics/menu.png                             |  Bin 0 -> 86 bytes
 ansel/themes/silver/graphics/photomarker-shadow.png               |  Bin 0 -> 947 bytes
 ansel/themes/silver/graphics/photomarker.png                      |  Bin 0 -> 598 bytes
 ansel/themes/silver/graphics/twitter.png                          |  Bin 0 -> 493 bytes
 ansel/themes/silver/screen.css                                    |   13 +
 ansel/view.php                                                    |    2 +-
 ansel/xppublish.php                                               |    2 +-
 beatnik/autogenerate.php                                          |    6 +-
 beatnik/delete.php                                                |    6 +-
 beatnik/lib/Application.php                                       |    9 +-
 beatnik/lib/Driver/pdnsgsql.php                                   |    2 +-
 beatnik/lib/Driver/sql.php                                        |    2 +-
 beatnik/locale/beatnik.pot                                        |   10 +-
 beatnik/locale/lv/LC_MESSAGES/beatnik.mo                          |  Bin 73990 -> 70270 bytes
 beatnik/locale/lv/LC_MESSAGES/beatnik.po                          |  168 +-
 beatnik/locale/lv/help.xml                                        |    8 +-
 beatnik/locale/sl/LC_MESSAGES/beatnik.po                          |    2 +-
 beatnik/package.xml                                               |  208 +
 beatnik/scripts/export_config.php                                 |    2 +-
 beatnik/themes/default/graphics/beatnik.png                       |  Bin 882 -> 727 bytes
 beatnik/themes/default/graphics/commit-all.png                    |  Bin 430 -> 425 bytes
 bundles/groupware/README                                          |    4 +-
 bundles/groupware/config/prefs.d/10-groupware.php                 |    2 +-
 bundles/groupware/docs/CHANGES                                    |  714 +-
 bundles/groupware/docs/INSTALL                                    |   30 +-
 bundles/groupware/docs/PERFORMANCE                                |   39 +-
 bundles/groupware/docs/RELEASE_NOTES                              |   30 +-
 bundles/groupware/docs/UPGRADING                                  |   29 +
 bundles/groupware/lib/Bundle.php                                  |    4 +-
 bundles/groupware/package.xml                                     |   61 +-
 bundles/kolab_webmail/docs/INSTALL                                |    6 +-
 bundles/kolab_webmail/ingo/config/conf.d/20-kolab.xml             |    8 +
 bundles/kolab_webmail/lib/Bundle.php                              |    2 +-
 bundles/kolab_webmail/mnemo/config/conf.d/20-kolab.xml            |    7 +
 bundles/kolab_webmail/nag/config/conf.d/20-kolab.xml              |    7 +
 bundles/kolab_webmail/package.xml                                 |   24 +-
 bundles/webmail/README                                            |    6 +-
 bundles/webmail/config/prefs.d/10-webmail.php                     |    2 +-
 bundles/webmail/docs/CHANGES                                      |  873 +-
 bundles/webmail/docs/INSTALL                                      |   58 +-
 bundles/webmail/docs/PERFORMANCE                                  |  106 +-
 bundles/webmail/docs/RELEASE_NOTES                                |   44 +-
 bundles/webmail/docs/UPGRADING                                    |   57 +
 bundles/webmail/lib/Bundle.php                                    |    4 +-
 bundles/webmail/package.xml                                       |   65 +-
 chora/annotate.php                                                |   14 +-
 chora/app/helpers/Diff.php                                        |    2 +-
 chora/app/views/_logMessage.html.php                              |   27 +-
 chora/app/views/diff/diff.html.php                                |    2 +-
 chora/browsedir.php                                               |   25 +-
 chora/browsefile.php                                              |   24 +-
 chora/co.php                                                      |   16 +-
 chora/commit.php                                                  |    7 +-
 chora/cvsgraph.php                                                |    4 +-
 chora/diff.php                                                    |    8 +-
 chora/docs/INSTALL                                                |    2 +-
 chora/history.php                                                 |   12 +-
 chora/index.php                                                   |    2 +-
 chora/lib/Application.php                                         |    6 +-
 chora/lib/Chora.php                                               |    6 +-
 chora/lib/Exception.php                                           |    2 +-
 chora/lib/Readme/Collection.php                                   |   10 +-
 chora/lib/Renderer/File.php                                       |    2 +-
 chora/lib/Renderer/File/Html.php                                  |    6 +-
 chora/lib/Renderer/File/Plain.php                                 |    2 +-
 chora/lib/Test.php                                                |    2 +-
 chora/locale/chora.pot                                            |   20 +-
 chora/locale/cs/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/da/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 79063 -> 72549 bytes
 chora/locale/de/LC_MESSAGES/chora.po                              |   20 +-
 chora/locale/es/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/fr/LC_MESSAGES/chora.mo                              |  Bin 60737 -> 80332 bytes
 chora/locale/it/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/lv/LC_MESSAGES/chora.mo                              |  Bin 72308 -> 68979 bytes
 chora/locale/lv/LC_MESSAGES/chora.po                              |  229 +-
 chora/locale/nl/LC_MESSAGES/chora.mo                              |  Bin 148579 -> 62839 bytes
 chora/locale/pt_BR/LC_MESSAGES/chora.mo                           |  Bin 77079 -> 78370 bytes
 chora/locale/ro/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/sk/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/zh_CN/LC_MESSAGES/chora.po                           |    2 +-
 chora/patchsets.php                                               |   21 +-
 chora/stats.php                                                   |   13 +-
 chora/templates/checkout/checkout.inc                             |    2 +-
 chora/templates/diff/header.inc                                   |    2 +-
 chora/templates/patchsets/ps_single.inc                           |    4 +-
 chora/themes/default/graphics/back.png                            |  Bin 428 -> 424 bytes
 chora/themes/default/graphics/deleted.png                         |  Bin 564 -> 492 bytes
 chora/themes/default/graphics/folder.png                          |  Bin 479 -> 407 bytes
 chora/themes/hordeweb/graphics/chora.png                          |  Bin 467 -> 463 bytes
 chora/themes/silver/graphics/chora.png                            |  Bin 738 -> 724 bytes
 components/TODO                                                   |   35 +-
 components/data/hudson-component-build.xml.template               |   91 -
 components/data/hudson-component-config.xml.template              |  261 -
 components/data/hudson-component-phpunit.xml.template             |   25 -
 components/data/jenkins/config/config.xml                         |  555 +
 components/data/jenkins/pre-build/build.xml                       |  146 +
 components/data/jenkins/pre-build/phpunit.xml                     |   30 +
 components/data/qc_standards/phpcs.xml                            |   60 +
 components/data/qc_standards/phpmd.xml                            |   39 +
 components/lib/Components.php                                     |    2 +-
 components/lib/Components/Component.php                           |   19 +-
 components/lib/Components/Component/Archive.php                   |  134 +-
 components/lib/Components/Component/Base.php                      |   40 +-
 components/lib/Components/Component/Dependency.php                |    2 +-
 components/lib/Components/Component/DependencyList.php            |    2 +-
 components/lib/Components/Component/Factory.php                   |    2 +-
 components/lib/Components/Component/Identify.php                  |   32 +-
 components/lib/Components/Component/Match.php                     |    2 +-
 components/lib/Components/Component/Remote.php                    |   42 +-
 components/lib/Components/Component/Resolver.php                  |   14 +-
 components/lib/Components/Component/Source.php                    |    4 +-
 components/lib/Components/Config.php                              |   24 +-
 components/lib/Components/Config/Application.php                  |    2 +-
 components/lib/Components/Config/Base.php                         |   34 +-
 components/lib/Components/Config/Bootstrap.php                    |    2 +-
 components/lib/Components/Config/Cli.php                          |    4 +-
 components/lib/Components/Config/File.php                         |    2 +-
 components/lib/Components/Configs.php                             |    2 +-
 components/lib/Components/Constants.php                           |    2 +-
 components/lib/Components/Dependencies.php                        |   15 +-
 components/lib/Components/Dependencies/Bootstrap.php              |   20 +-
 components/lib/Components/Dependencies/Injector.php               |   20 +-
 components/lib/Components/Exception.php                           |    2 +-
 components/lib/Components/Exception/Pear.php                      |    2 +-
 components/lib/Components/Helper/ChangeLog.php                    |    4 +-
 components/lib/Components/Helper/Commit.php                       |    2 +-
 components/lib/Components/Helper/Dependencies.php                 |    2 +-
 components/lib/Components/Helper/DocsOrigin.php                   |    6 +-
 components/lib/Components/Helper/Installer.php                    |    6 +-
 components/lib/Components/Helper/Root.php                         |    2 +-
 components/lib/Components/Helper/Template.php                     |    2 +-
 components/lib/Components/Helper/Templates.php                    |    2 +-
 components/lib/Components/Helper/Templates/Directory.php          |    2 +-
 components/lib/Components/Helper/Templates/RecursiveDirectory.php |    2 +-
 components/lib/Components/Helper/Templates/Single.php             |    2 +-
 components/lib/Components/Helper/Version.php                      |   11 +-
 components/lib/Components/Helper/Website.php                      |  228 +
 components/lib/Components/Module.php                              |    2 +-
 components/lib/Components/Module/Base.php                         |    2 +-
 components/lib/Components/Module/Change.php                       |    2 +-
 components/lib/Components/Module/CiSetup.php                      |    2 +-
 components/lib/Components/Module/Dependencies.php                 |   10 +-
 components/lib/Components/Module/Distribute.php                   |    2 +-
 components/lib/Components/Module/Document.php                     |   88 -
 components/lib/Components/Module/Fetchdocs.php                    |    2 +-
 components/lib/Components/Module/Help.php                         |    2 +-
 components/lib/Components/Module/Installer.php                    |    2 +-
 components/lib/Components/Module/Qc.php                           |  122 +
 components/lib/Components/Module/Release.php                      |    6 +-
 components/lib/Components/Module/Snapshot.php                     |    2 +-
 components/lib/Components/Module/Update.php                       |    2 +-
 components/lib/Components/Module/Webdocs.php                      |  142 +
 components/lib/Components/Output.php                              |    7 +-
 components/lib/Components/Pear/Environment.php                    |    2 +-
 components/lib/Components/Pear/Factory.php                        |    2 +-
 components/lib/Components/Pear/Package.php                        |    2 +-
 components/lib/Components/Qc/Task/Base.php                        |  206 +
 components/lib/Components/Qc/Task/Cpd.php                         |   81 +
 components/lib/Components/Qc/Task/Cs.php                          |   82 +
 components/lib/Components/Qc/Task/Lint.php                        |   78 +
 components/lib/Components/Qc/Task/Md.php                          |   85 +
 components/lib/Components/Qc/Task/Unit.php                        |   79 +
 components/lib/Components/Qc/Tasks.php                            |  139 +
 components/lib/Components/Release/Notes.php                       |   16 +-
 components/lib/Components/Release/Task/Announce.php               |    2 +-
 components/lib/Components/Release/Task/Base.php                   |    2 +-
 components/lib/Components/Release/Task/Bugs.php                   |    2 +-
 components/lib/Components/Release/Task/CommitPostRelease.php      |    2 +-
 components/lib/Components/Release/Task/CommitPreRelease.php       |    2 +-
 components/lib/Components/Release/Task/CurrentSentinel.php        |    2 +-
 components/lib/Components/Release/Task/Freecode.php               |  141 +
 components/lib/Components/Release/Task/Freshmeat.php              |  141 -
 components/lib/Components/Release/Task/NextSentinel.php           |    2 +-
 components/lib/Components/Release/Task/NextVersion.php            |    2 +-
 components/lib/Components/Release/Task/Package.php                |   23 +-
 components/lib/Components/Release/Task/Sentinel.php               |    2 +-
 components/lib/Components/Release/Task/TagRelease.php             |    2 +-
 components/lib/Components/Release/Task/Timestamp.php              |   22 +-
 components/lib/Components/Release/Tasks.php                       |    2 +-
 components/lib/Components/Runner/Change.php                       |    2 +-
 components/lib/Components/Runner/CiPrebuild.php                   |   34 +-
 components/lib/Components/Runner/CiSetup.php                      |   39 +-
 components/lib/Components/Runner/Dependencies.php                 |   16 +-
 components/lib/Components/Runner/Distribute.php                   |    2 +-
 components/lib/Components/Runner/Document.php                     |   82 -
 components/lib/Components/Runner/Fetchdocs.php                    |    4 +-
 components/lib/Components/Runner/Installer.php                    |   10 +-
 components/lib/Components/Runner/Qc.php                           |  117 +
 components/lib/Components/Runner/Release.php                      |    6 +-
 components/lib/Components/Runner/Snapshot.php                     |    2 +-
 components/lib/Components/Runner/Update.php                       |    2 +-
 components/lib/Components/Runner/Webdocs.php                      |   72 +
 components/package.xml                                            |  164 +-
 components/test/Components/AllTests.php                           |    2 +-
 components/test/Components/Autoload.php                           |    2 +-
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    2 +-
 .../Components/Integration/Components/Module/DistributeTest.php   |    2 +-
 .../Components/Integration/Components/Module/DocumentTest.php     |    2 +-
 .../Components/Integration/Components/Module/InstallerTest.php    |    2 +-
 .../test/Components/Integration/Components/Module/ReleaseTest.php |    2 +-
 components/test/Components/StoryTestCase.php                      |    3 +-
 components/test/Components/TestCase.php                           |    2 +-
 .../Components/Unit/Components/Component/DependencyListTest.php   |    2 +-
 .../test/Components/Unit/Components/Component/DependencyTest.php  |    2 +-
 .../test/Components/Unit/Components/Component/IdentifyTest.php    |    2 +-
 .../test/Components/Unit/Components/Component/ResolverTest.php    |    2 +-
 components/test/Components/Unit/Components/Config/FileTest.php    |    2 +-
 components/test/Components/Unit/Components/ConfigsTest.php        |    2 +-
 .../test/Components/Unit/Components/Helper/DocsOriginTest.php     |    2 +-
 components/test/Components/Unit/Components/Helper/RootTest.php    |    2 +-
 .../test/Components/Unit/Components/Helper/TemplatesTest.php      |    2 +-
 .../Components/Unit/Components/Helper/VersionDescriptionTest.php  |    2 +-
 .../Components/Unit/Components/Helper/VersionStabilityTest.php    |    2 +-
 components/test/Components/Unit/Components/Helper/VersionTest.php |   17 +-
 .../test/Components/Unit/Components/Module/DependenciesTest.php   |    2 +-
 .../test/Components/Unit/Components/Module/SnapshotTest.php       |    2 +-
 components/test/Components/Unit/Components/Module/UpdateTest.php  |    2 +-
 .../Unit/Components/Release/Task/CurrentSentinelTest.php          |    2 +-
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    2 +-
 .../test/Components/Unit/Components/Release/Task/PackageTest.php  |    2 +-
 .../Components/Unit/Components/Release/Task/TimestampTest.php     |    2 +-
 components/test/Components/Unit/ComponentsTest.php                |    2 +-
 .../Components/fixture/framework/Dependency/lib/Dependency.php    |    3 +-
 .../test/Components/fixture/framework/Install/lib/Install.php     |    3 +-
 .../test/Components/fixture/pear/Console_Getopt/lib/Console.php   |    2 +-
 components/test/Components/fixture/pear/PEAR/lib/PEAR.php         |    2 +-
 components/test/Components/fixture/simple/lib/New.php             |    2 +-
 .../test/distribute/debian/templates-php-horde-content/rules      |   16 +
 .../Components/test/distribute/debian/templates-php-horde/rules   |   16 +
 components/test/Components/test/distribute/debian/templates/rules |    3 +
 content/bin/content-object-add                                    |   23 +-
 content/bin/content-object-delete                                 |   20 +-
 content/bin/content-tag                                           |   20 +-
 content/bin/content-tag-add                                       |   23 +-
 content/bin/content-tag-delete                                    |   25 +-
 content/bin/content-untag                                         |   20 +-
 content/docs/CHANGES                                              |   40 +
 content/docs/RELEASE_NOTES                                        |   13 -
 content/lib/Application.php                                       |    2 +-
 content/lib/Objects/Manager.php                                   |    5 +-
 content/lib/Objects/Object.php                                    |    2 +-
 content/lib/Objects/ObjectMapper.php                              |    2 +-
 content/lib/Tagger.php                                            |    2 +-
 content/lib/Tags/Tag.php                                          |    2 +-
 content/lib/Tags/TagMapper.php                                    |    2 +-
 content/lib/Types/Manager.php                                     |    2 +-
 content/lib/Users/Manager.php                                     |    2 +-
 content/package.xml                                               |   26 +-
 content/test/Content/Autoload.php                                 |    2 +-
 content/test/Content/Base.php                                     |    2 +-
 content/test/Content/Sql/MysqlTest.php                            |    3 +-
 content/test/Content/Sql/MysqliTest.php                           |    3 +-
 folks/index.php                                                   |    2 +-
 folks/lib/Driver/sql.php                                          |    2 +-
 folks/lib/Forms/Activity.php                                      |    2 +-
 folks/lib/Forms/AddFriend.php                                     |    2 +-
 folks/lib/Forms/Login.php                                         |    2 +-
 folks/lib/Forms/Search.php                                        |    2 +-
 folks/lib/Friends/application.php                                 |    2 +-
 folks/lib/Friends/facebook.php                                    |    2 +-
 folks/lib/Friends/prefs.php                                       |    2 +-
 folks/lib/Friends/shared.php                                      |    2 +-
 folks/lib/Friends/sql.php                                         |    2 +-
 folks/locale/folks.pot                                            |    2 +-
 folks/locale/lv/LC_MESSAGES/folks.mo                              |  Bin 77666 -> 71680 bytes
 folks/locale/lv/LC_MESSAGES/folks.po                              |  287 +-
 folks/locale/sl/LC_MESSAGES/folks.po                              |    2 +-
 folks/perms.php                                                   |    2 +-
 folks/report.php                                                  |    2 +-
 folks/scripts/mail-filter.php                                     |    2 +-
 folks/scripts/mail.php                                            |    2 +-
 folks/themes/default/graphics/folks.png                           |  Bin 797 -> 661 bytes
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  226 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   22 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |  250 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php    |   46 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |  113 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |  420 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php   |   62 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php      |   32 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php  |   57 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |  165 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |   58 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment   |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetHierarchy.php      |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Notify.php      |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |  132 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php    |    5 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php      |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   28 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php          |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   88 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php                |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php            |  240 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php               |  896 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |  241 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   40 +-
 .../Horde/ActiveSync/2_horde_activesync_peruserpolicykey.php      |    2 +-
 .../migration/Horde/ActiveSync/3_horde_activesync_clientidmap.php |   18 +
 .../Horde/ActiveSync/4_horde_activesync_longtextstatefield.php    |   20 +
 framework/ActiveSync/package.xml                                  |  154 +-
 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php    |  299 +
 framework/ActiveSync/test/Horde/ActiveSync/FileStateTest.php      |  101 -
 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php    |   10 +-
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php       |  232 +-
 .../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml   |  Bin 0 -> 371 bytes
 framework/ActiveSync/test/Horde/ActiveSync/fixtures/dst.wbxml     |  Bin 0 -> 389 bytes
 .../ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml    |  Bin 0 -> 389 bytes
 .../test/Horde/ActiveSync/fixtures/simpleexception.wbxml          |  Bin 0 -> 418 bytes
 framework/Alarm/lib/Horde/Alarm.php                               |    2 +-
 framework/Alarm/lib/Horde/Alarm/Exception.php                     |    2 +-
 framework/Alarm/lib/Horde/Alarm/Handler.php                       |    4 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php               |    2 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Mail.php                  |   38 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Notify.php                |    2 +-
 framework/Alarm/lib/Horde/Alarm/Null.php                          |    2 +-
 framework/Alarm/lib/Horde/Alarm/Object.php                        |    2 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php                           |    4 +-
 framework/Alarm/lib/Horde/Alarm/Translation.php                   |    2 +-
 framework/Alarm/locale/Horde_Alarm.pot                            |    8 +-
 framework/Alarm/locale/ar/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/bg/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/bs/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/ca/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/cs/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/da/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/de/LC_MESSAGES/Horde_Alarm.po              |    8 +-
 framework/Alarm/locale/el/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/en/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/es/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/et/LC_MESSAGES/Horde_Alarm.mo              |  Bin 460 -> 747 bytes
 framework/Alarm/locale/et/LC_MESSAGES/Horde_Alarm.po              |   30 +-
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/fa/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/fi/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/fr/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/gl/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/he/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/hr/LC_MESSAGES/Horde_Alarm.mo              |  Bin 649 -> 846 bytes
 framework/Alarm/locale/hr/LC_MESSAGES/Horde_Alarm.po              |   30 +-
 framework/Alarm/locale/hu/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/id/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/is/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/it/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/ja/LC_MESSAGES/Horde_Alarm.mo              |  Bin 817 -> 817 bytes
 framework/Alarm/locale/ja/LC_MESSAGES/Horde_Alarm.po              |   14 +-
 framework/Alarm/locale/km/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/ko/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/lt/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/lv/LC_MESSAGES/Horde_Alarm.mo              |  Bin 894 -> 894 bytes
 framework/Alarm/locale/lv/LC_MESSAGES/Horde_Alarm.po              |    4 +-
 framework/Alarm/locale/mk/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/nb/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/nl/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/nn/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/pl/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/pt/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/pt_BR/LC_MESSAGES/Horde_Alarm.po           |    2 +-
 framework/Alarm/locale/ro/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/ru/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/sk/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/sl/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/sv/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/tr/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/uk/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/zh_CN/LC_MESSAGES/Horde_Alarm.po           |    2 +-
 framework/Alarm/locale/zh_TW/LC_MESSAGES/Horde_Alarm.po           |    2 +-
 framework/Alarm/package.xml                                       |   59 +-
 framework/Alarm/test/Horde/Alarm/HandlerTest.php                  |    2 +-
 framework/Argv/doc/Horde/Argv/COPYING                             |    2 +-
 framework/Argv/lib/Horde/Argv/Translation.php                     |    2 +-
 framework/Argv/locale/Horde_Argv.pot                              |    2 +-
 framework/Argv/locale/ar/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/bg/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/bs/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/ca/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/cs/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/da/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/de/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/el/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/en/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/es/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/et/LC_MESSAGES/Horde_Argv.mo                |  Bin 461 -> 1455 bytes
 framework/Argv/locale/et/LC_MESSAGES/Horde_Argv.po                |   58 +-
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/fa/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/fi/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/fr/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/gl/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/he/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/hr/LC_MESSAGES/Horde_Argv.mo                |  Bin 1566 -> 1597 bytes
 framework/Argv/locale/hr/LC_MESSAGES/Horde_Argv.po                |   37 +-
 framework/Argv/locale/hu/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/id/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/is/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/it/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/ja/LC_MESSAGES/Horde_Argv.mo                |  Bin 1648 -> 1648 bytes
 framework/Argv/locale/ja/LC_MESSAGES/Horde_Argv.po                |    6 +-
 framework/Argv/locale/km/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/ko/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/lt/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/lv/LC_MESSAGES/Horde_Argv.mo                |  Bin 1645 -> 1645 bytes
 framework/Argv/locale/lv/LC_MESSAGES/Horde_Argv.po                |    4 +-
 framework/Argv/locale/mk/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/nb/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/nl/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/nn/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/pl/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/pt/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/pt_BR/LC_MESSAGES/Horde_Argv.po             |    2 +-
 framework/Argv/locale/ro/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/ru/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/sk/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/sl/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/sv/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/tr/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/uk/LC_MESSAGES/Horde_Argv.po                |    2 +-
 framework/Argv/locale/zh_CN/LC_MESSAGES/Horde_Argv.po             |    2 +-
 framework/Argv/locale/zh_TW/LC_MESSAGES/Horde_Argv.po             |    2 +-
 framework/Argv/package.xml                                        |   32 +-
 framework/Argv/test/Horde/Argv/CallbackTest.php                   |    4 +-
 framework/Argv/test/Horde/Argv/HelpTest.php                       |    4 +
 framework/Argv/test/Horde/Argv/OptionChecksTest.php               |    5 +-
 framework/Argv/test/Horde/Argv/OptionValuesTest.php               |   14 +-
 framework/Argv/test/Horde/Argv/ParserTest.php                     |    2 +-
 framework/Argv/test/Horde/Argv/ProgNameTest.php                   |   12 +
 framework/Argv/test/Horde/Argv/VersionTest.php                    |   12 +
 framework/Auth/lib/Horde/Auth.php                                 |  134 +-
 framework/Auth/lib/Horde/Auth/Auto.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Base.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Composite.php                       |    2 +-
 framework/Auth/lib/Horde/Auth/Customsql.php                       |    2 +-
 framework/Auth/lib/Horde/Auth/Cyrsql.php                          |    2 +-
 framework/Auth/lib/Horde/Auth/Exception.php                       |    2 +-
 framework/Auth/lib/Horde/Auth/Ftp.php                             |    2 +-
 framework/Auth/lib/Horde/Auth/Http.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Http/Remote.php                     |    2 +-
 framework/Auth/lib/Horde/Auth/Imap.php                            |   10 +-
 framework/Auth/lib/Horde/Auth/Ipbasic.php                         |    2 +-
 framework/Auth/lib/Horde/Auth/Kolab.php                           |    2 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Login.php                           |    2 +-
 framework/Auth/lib/Horde/Auth/Msad.php                            |    2 +-
 framework/Auth/lib/Horde/Auth/Pam.php                             |    2 +-
 framework/Auth/lib/Horde/Auth/Passwd.php                          |    2 +-
 framework/Auth/lib/Horde/Auth/Peclsasl.php                        |    2 +-
 framework/Auth/lib/Horde/Auth/Radius.php                          |    2 +-
 framework/Auth/lib/Horde/Auth/Smb.php                             |    2 +-
 framework/Auth/lib/Horde/Auth/Smbclient.php                       |    2 +-
 framework/Auth/lib/Horde/Auth/Sql.php                             |    2 +-
 framework/Auth/lib/Horde/Auth/Translation.php                     |   49 +
 framework/Auth/locale/Horde_Auth.pot                              |   92 +
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 2897 bytes
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po                |   94 +
 framework/Auth/locale/et/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 2782 bytes
 framework/Auth/locale/et/LC_MESSAGES/Horde_Auth.po                |   93 +
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 2768 bytes
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.po                |   87 +
 framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 3239 bytes
 framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.po                |  103 +
 framework/Auth/package.xml                                        |  174 +-
 framework/Auth/test/Horde/Auth/Unit/AuthTest.php                  |    2 +-
 framework/Auth/test/Horde/Auth/Unit/KolabTest.php                 |    2 +-
 framework/Auth/test/Horde/Auth/Unit/PasswdTest.php                |    2 +-
 framework/Auth/test/Horde/Auth/Unit/Sql/Base.php                  |   14 +-
 framework/Autoloader/package.xml                                  |   29 +-
 .../test/Horde/Autoloader/ClassPathMapper/DefaultTest.php         |   21 +-
 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune       |   26 +
 framework/Autoloader_Cache/doc/Horde/Autoloader/Cache/COPYING     |  458 +
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |  142 +
 framework/Autoloader_Cache/package.xml                            |  159 +
 framework/Browser/lib/Horde/Browser.php                           |    3 +-
 framework/Browser/lib/Horde/Browser/Exception.php                 |    2 +-
 framework/Browser/lib/Horde/Browser/Translation.php               |    2 +-
 framework/Browser/locale/Horde_Browser.pot                        |   16 +-
 framework/Browser/locale/ar/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/bg/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/bs/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/ca/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/cs/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/da/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.mo          |  Bin 1382 -> 1382 bytes
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.po          |   16 +-
 framework/Browser/locale/el/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/en/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/es/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/et/LC_MESSAGES/Horde_Browser.mo          |  Bin 1114 -> 1292 bytes
 framework/Browser/locale/et/LC_MESSAGES/Horde_Browser.po          |   22 +-
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/fa/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/fi/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/fr/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/gl/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/he/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/hr/LC_MESSAGES/Horde_Browser.mo          |  Bin 1250 -> 1441 bytes
 framework/Browser/locale/hr/LC_MESSAGES/Horde_Browser.po          |   24 +-
 framework/Browser/locale/hu/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/id/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/is/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/it/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/ja/LC_MESSAGES/Horde_Browser.mo          |  Bin 1580 -> 1580 bytes
 framework/Browser/locale/ja/LC_MESSAGES/Horde_Browser.po          |   18 +-
 framework/Browser/locale/km/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/ko/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/lt/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/lv/LC_MESSAGES/Horde_Browser.mo          |  Bin 1422 -> 1422 bytes
 framework/Browser/locale/lv/LC_MESSAGES/Horde_Browser.po          |    4 +-
 framework/Browser/locale/mk/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/nb/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/nl/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/nn/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/pl/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/pt/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/pt_BR/LC_MESSAGES/Horde_Browser.mo       |  Bin 1333 -> 1333 bytes
 framework/Browser/locale/pt_BR/LC_MESSAGES/Horde_Browser.po       |   16 +-
 framework/Browser/locale/ro/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/ru/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/sk/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/sl/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/sv/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/tr/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/uk/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/zh_CN/LC_MESSAGES/Horde_Browser.po       |    2 +-
 framework/Browser/locale/zh_TW/LC_MESSAGES/Horde_Browser.po       |    2 +-
 framework/Browser/package.xml                                     |   29 +-
 framework/Cache/lib/Horde/Cache.php                               |    2 +-
 framework/Cache/lib/Horde/Cache/Exception.php                     |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Base.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php              |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Mock.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Session.php               |    4 +-
 framework/Cache/lib/Horde/Cache/Storage/Sql.php                   |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Stack.php                 |    2 +-
 framework/Cache/package.xml                                       |    2 +-
 framework/Cli/lib/Horde/Cli.php                                   |   18 +-
 framework/Cli/lib/Horde/Cli/Translation.php                       |    2 +-
 framework/Cli/locale/Horde_Cli.pot                                |    2 +-
 framework/Cli/locale/ar/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/bg/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/bs/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/ca/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/cs/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/da/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/de/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/el/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/en/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/et/LC_MESSAGES/Horde_Cli.mo                  |  Bin 599 -> 613 bytes
 framework/Cli/locale/et/LC_MESSAGES/Horde_Cli.po                  |   17 +-
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/fa/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/fi/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/fr/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/gl/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/he/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/hr/LC_MESSAGES/Horde_Cli.mo                  |  Bin 676 -> 704 bytes
 framework/Cli/locale/hr/LC_MESSAGES/Horde_Cli.po                  |   25 +-
 framework/Cli/locale/hu/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/id/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/is/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/it/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/ja/LC_MESSAGES/Horde_Cli.mo                  |  Bin 593 -> 648 bytes
 framework/Cli/locale/ja/LC_MESSAGES/Horde_Cli.po                  |    9 +-
 framework/Cli/locale/km/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/ko/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/lt/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/lv/LC_MESSAGES/Horde_Cli.mo                  |  Bin 739 -> 739 bytes
 framework/Cli/locale/lv/LC_MESSAGES/Horde_Cli.po                  |    4 +-
 framework/Cli/locale/mk/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/nb/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/nl/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/nn/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/pl/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/pt/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/pt_BR/LC_MESSAGES/Horde_Cli.po               |    2 +-
 framework/Cli/locale/ro/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/ru/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/sl/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/sv/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/tr/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/uk/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/zh_CN/LC_MESSAGES/Horde_Cli.po               |    2 +-
 framework/Cli/locale/zh_TW/LC_MESSAGES/Horde_Cli.po               |    2 +-
 framework/Cli/package.xml                                         |   23 +-
 framework/Cli_Modular/COPYING                                     |  458 -
 framework/Cli_Modular/doc/Horde/Cli/Modular/COPYING               |  458 +
 framework/Cli_Modular/doc/Horde/Cli/Modular/DOCS_ORIGIN           |   11 +
 framework/Cli_Modular/doc/Horde/Cli/Modular/README                |  125 +
 framework/Cli_Modular/lib/Horde/Cli/Modular.php                   |   19 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Exception.php         |   24 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php            |   20 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/ModuleProvider.php    |   19 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Modules.php           |   20 +-
 framework/Cli_Modular/package.xml                                 |   66 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/AllTests.php         |    2 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Autoload.php         |    2 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/TestCase.php         |    2 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModularTest.php |   12 +-
 .../test/Horde/Cli/Modular/Unit/ModuleProviderTest.php            |    2 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModulesTest.php |    2 +-
 framework/Compress/lib/Horde/Compress.php                         |    2 +-
 framework/Compress/lib/Horde/Compress/Base.php                    |    2 +-
 framework/Compress/lib/Horde/Compress/Dbx.php                     |    2 +-
 framework/Compress/lib/Horde/Compress/Exception.php               |    4 +-
 framework/Compress/lib/Horde/Compress/Gzip.php                    |    2 +-
 framework/Compress/lib/Horde/Compress/Rar.php                     |    2 +-
 framework/Compress/lib/Horde/Compress/Tar.php                     |    2 +-
 framework/Compress/lib/Horde/Compress/Tnef.php                    |    2 +-
 framework/Compress/lib/Horde/Compress/Translation.php             |    2 +-
 framework/Compress/lib/Horde/Compress/Zip.php                     |    2 +-
 framework/Compress/locale/Horde_Compress.pot                      |    2 +-
 framework/Compress/locale/ar/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/bg/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/bs/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/ca/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/cs/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/da/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/de/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/el/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/en/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/es/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/et/LC_MESSAGES/Horde_Compress.mo        |  Bin 607 -> 884 bytes
 framework/Compress/locale/et/LC_MESSAGES/Horde_Compress.po        |   15 +-
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/fa/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/fi/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/fr/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/gl/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/he/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/hr/LC_MESSAGES/Horde_Compress.mo        |  Bin 708 -> 1046 bytes
 framework/Compress/locale/hr/LC_MESSAGES/Horde_Compress.po        |   41 +-
 framework/Compress/locale/hu/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/id/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/is/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/it/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/ja/LC_MESSAGES/Horde_Compress.mo        |  Bin 997 -> 997 bytes
 framework/Compress/locale/ja/LC_MESSAGES/Horde_Compress.po        |   23 +-
 framework/Compress/locale/km/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/ko/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/lt/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/lv/LC_MESSAGES/Horde_Compress.mo        |  Bin 1016 -> 1016 bytes
 framework/Compress/locale/lv/LC_MESSAGES/Horde_Compress.po        |    4 +-
 framework/Compress/locale/mk/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/nb/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/nl/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/nn/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/pl/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/pt/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/pt_BR/LC_MESSAGES/Horde_Compress.mo     |  Bin 956 -> 956 bytes
 framework/Compress/locale/pt_BR/LC_MESSAGES/Horde_Compress.po     |    7 +-
 framework/Compress/locale/ro/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/ru/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/sk/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/sl/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/sv/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/tr/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/uk/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/zh_CN/LC_MESSAGES/Horde_Compress.po     |    2 +-
 framework/Compress/locale/zh_TW/LC_MESSAGES/Horde_Compress.po     |    2 +-
 framework/Compress/package.xml                                    |   32 +-
 framework/Constraint/doc/Horde/Constraint/COPYING                 |    2 +-
 framework/Constraint/package.xml                                  |   31 +-
 framework/Constraint/test/Horde/Constraint/AndTest.php            |    2 +-
 framework/Constraint/test/Horde/Constraint/OrTest.php             |    2 +-
 framework/Controller/doc/Horde/Controller/COPYING                 |    2 +-
 framework/Controller/lib/Horde/Controller/Exception.php           |    2 +-
 framework/Controller/lib/Horde/Controller/Runner.php              |    4 +-
 framework/Controller/package.xml                                  |    2 +-
 framework/Controller/test/Horde/Controller/AllTests.php           |    2 +-
 framework/Controller/test/Horde/Controller/MockRequestTest.php    |    2 +-
 framework/Core/js/autocomplete.js                                 |    8 +-
 framework/Core/js/hordetree.js                                    |    2 +-
 framework/Core/js/open_html_helper.js                             |    2 +-
 framework/Core/js/prettyautocomplete.js                           |    8 +-
 framework/Core/js/spellchecker.js                                 |    2 +-
 framework/Core/js/toggle_quotes.js                                |    4 +-
 framework/Core/lib/Horde.php                                      |   65 +-
 framework/Core/lib/Horde/Config.php                               |   10 +-
 framework/Core/lib/Horde/Config/Form.php                          |    2 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php            |    6 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   49 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php                |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple.php                      |   10 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php        |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php    |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |    2 +-
 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |  122 +
 framework/Core/lib/Horde/Core/Auth/Application.php                |    2 +-
 framework/Core/lib/Horde/Core/Auth/Composite.php                  |    2 +-
 framework/Core/lib/Horde/Core/Auth/Imsp.php                       |    2 +-
 framework/Core/lib/Horde/Core/Auth/Ldap.php                       |    6 +-
 framework/Core/lib/Horde/Core/Auth/Msad.php                       |    2 +-
 framework/Core/lib/Horde/Core/Auth/Shibboleth.php                 |    2 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php                |    4 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php                |    2 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Null.php                |    4 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Sql.php                 |    2 +-
 framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php           |    2 +-
 framework/Core/lib/Horde/Core/Block.php                           |    2 +-
 framework/Core/lib/Horde/Core/Block/Collection.php                |    2 +-
 framework/Core/lib/Horde/Core/Block/Layout.php                    |    2 +-
 framework/Core/lib/Horde/Core/Block/Layout/Manager.php            |    2 +-
 framework/Core/lib/Horde/Core/Block/Layout/View.php               |    2 +-
 framework/Core/lib/Horde/Core/Block/Upgrade.php                   |    2 +-
 framework/Core/lib/Horde/Core/Browser.php                         |    2 +-
 framework/Core/lib/Horde/Core/Bundle.php                          |    2 +-
 framework/Core/lib/Horde/Core/Cli.php                             |    2 +-
 framework/Core/lib/Horde/Core/Db/Migration.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/ActiveSyncServer.php        |   17 +-
 framework/Core/lib/Horde/Core/Factory/Ajax.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/Alarm.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/Auth.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/Base.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/BlockCollection.php         |    2 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php                   |   10 +-
 framework/Core/lib/Horde/Core/Factory/Crypt.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/Data.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/Db.php                      |    7 +-
 framework/Core/lib/Horde/Core/Factory/DbPear.php                  |    2 +-
 framework/Core/lib/Horde/Core/Factory/Editor.php                  |    2 +-
 framework/Core/lib/Horde/Core/Factory/Identity.php                |    2 +-
 framework/Core/lib/Horde/Core/Factory/Imple.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/Imsp.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/ImspAuth.php                |    2 +-
 framework/Core/lib/Horde/Core/Factory/Injector.php                |    2 +-
 framework/Core/lib/Horde/Core/Factory/KolabServer.php             |    4 +-
 framework/Core/lib/Horde/Core/Factory/KolabSession.php            |    2 +-
 framework/Core/lib/Horde/Core/Factory/KolabStorage.php            |    2 +-
 framework/Core/lib/Horde/Core/Factory/Ldap.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/Lock.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/LoginTasks.php              |    2 +-
 framework/Core/lib/Horde/Core/Factory/MimeViewer.php              |    2 +-
 framework/Core/lib/Horde/Core/Factory/Perms.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/PermsCore.php               |    2 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/SessionHandler.php          |    2 +-
 framework/Core/lib/Horde/Core/Factory/Share.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/ShareBase.php               |    2 +-
 framework/Core/lib/Horde/Core/Factory/TextFilter.php              |    2 +-
 framework/Core/lib/Horde/Core/Factory/ThemesCache.php             |    2 +-
 framework/Core/lib/Horde/Core/Factory/Tree.php                    |    2 +-
 framework/Core/lib/Horde/Core/Factory/UrlShortener.php            |   18 +
 framework/Core/lib/Horde/Core/Factory/Vfs.php                     |    2 +-
 framework/Core/lib/Horde/Core/Factory/View.php                    |    4 +-
 framework/Core/lib/Horde/Core/Factory/Weather.php                 |   49 +
 framework/Core/lib/Horde/Core/Group/Ldap.php                      |    2 +-
 framework/Core/lib/Horde/Core/Imsp/Utils.php                      |    2 +-
 framework/Core/lib/Horde/Core/Log/Logger.php                      |    2 +-
 framework/Core/lib/Horde/Core/LoginTasks.php                      |    2 +-
 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php        |    2 +-
 framework/Core/lib/Horde/Core/LoginTasks/SystemTask/Upgrade.php   |    6 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Syntaxhighlighter.php   |    2 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php               |    2 +-
 framework/Core/lib/Horde/Core/Notification/Event/Status.php       |    2 +-
 .../Core/lib/Horde/Core/Notification/Handler/Decorator/Base.php   |    2 +-
 .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php    |    2 +-
 framework/Core/lib/Horde/Core/Notification/Storage/Session.php    |    6 +-
 framework/Core/lib/Horde/Core/Perms.php                           |    2 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                        |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Cache/Session.php             |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Identity.php                  |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Storage/Configuration.php     |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php             |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Storage/Upgrade.php           |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php                |    2 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |    2 +-
 framework/Core/lib/Horde/Core/Share/FactoryCallback.php           |    2 +-
 framework/Core/lib/Horde/Core/Sidebar.php                         |    9 +-
 framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php              |    2 +-
 framework/Core/lib/Horde/Core/Text/Filter/Emails.php              |    4 +-
 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php           |    2 +-
 framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php     |    2 +-
 framework/Core/lib/Horde/Core/Translation.php                     |    2 +-
 framework/Core/lib/Horde/Core/Tree/Html.php                       |    4 +-
 framework/Core/lib/Horde/Core/Tree/Javascript.php                 |    2 +-
 framework/Core/lib/Horde/Core/Tree/Simplehtml.php                 |    2 +-
 framework/Core/lib/Horde/Core/Ui/FlagImage.php                    |    2 +-
 framework/Core/lib/Horde/Core/Ui/JsCalendar.php                   |    2 +-
 framework/Core/lib/Horde/Core/Ui/Language.php                     |    2 +-
 framework/Core/lib/Horde/Core/Ui/ModalFormRenderer.php            |    2 +-
 framework/Core/lib/Horde/Core/Ui/Pager.php                        |    2 +-
 framework/Core/lib/Horde/Core/Ui/Tabs.php                         |    2 +-
 framework/Core/lib/Horde/Core/Ui/TagCloud.php                     |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer.php                  |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             |   31 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php     |    2 +-
 framework/Core/lib/Horde/Core/Ui/Widget.php                       |    2 +-
 framework/Core/lib/Horde/Help.php                                 |    2 +-
 framework/Core/lib/Horde/Menu.php                                 |    2 +-
 framework/Core/lib/Horde/Registry.php                             |   44 +-
 framework/Core/lib/Horde/Registry/Api.php                         |    2 +-
 framework/Core/lib/Horde/Registry/Application.php                 |    2 +-
 framework/Core/lib/Horde/Registry/Caller.php                      |    2 +-
 framework/Core/lib/Horde/Registry/Nlsconfig.php                   |    2 +-
 framework/Core/lib/Horde/Script/Files.php                         |    2 +-
 framework/Core/lib/Horde/Session.php                              |   15 +-
 framework/Core/lib/Horde/Themes.php                               |    2 +-
 framework/Core/lib/Horde/Themes/Cache.php                         |    2 +-
 framework/Core/lib/Horde/Themes/Css.php                           |   29 +-
 framework/Core/lib/Horde/Themes/Element.php                       |    2 +-
 framework/Core/lib/Horde/Themes/Image.php                         |    2 +-
 framework/Core/lib/Horde/Themes/Sound.php                         |    2 +-
 framework/Core/locale/Horde_Core.pot                              |   69 +-
 framework/Core/locale/ar/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/bg/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/bs/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/ca/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/cs/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/da/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 16596 -> 16695 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   69 +-
 framework/Core/locale/el/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/en/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/et/LC_MESSAGES/Horde_Core.mo                |  Bin 9937 -> 15497 bytes
 framework/Core/locale/et/LC_MESSAGES/Horde_Core.po                |  790 +-
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/fa/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/fi/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/fr/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/gl/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/he/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/hr/LC_MESSAGES/Horde_Core.mo                |  Bin 12881 -> 16220 bytes
 framework/Core/locale/hr/LC_MESSAGES/Horde_Core.po                |  733 +-
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/id/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/is/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/it/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/ja/LC_MESSAGES/Horde_Core.mo                |  Bin 16864 -> 17448 bytes
 framework/Core/locale/ja/LC_MESSAGES/Horde_Core.po                |  377 +-
 framework/Core/locale/km/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/ko/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/lt/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/lv/LC_MESSAGES/Horde_Core.mo                |  Bin 16519 -> 16519 bytes
 framework/Core/locale/lv/LC_MESSAGES/Horde_Core.po                |    4 +-
 framework/Core/locale/mk/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/nb/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/nn/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/pl/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/pt/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/pt_BR/LC_MESSAGES/Horde_Core.mo             |  Bin 16379 -> 16493 bytes
 framework/Core/locale/pt_BR/LC_MESSAGES/Horde_Core.po             |  222 +-
 framework/Core/locale/ro/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/ru/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/sk/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/sl/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/sv/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/tr/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/uk/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/zh_CN/LC_MESSAGES/Horde_Core.po             |    2 +-
 framework/Core/locale/zh_TW/LC_MESSAGES/Horde_Core.po             |    2 +-
 framework/Core/package.xml                                        |  157 +-
 framework/Core/test/Horde/Core/Factory/GroupTest.php              |    2 +-
 framework/Core/test/Horde/Core/Factory/KolabServerTest.php        |   38 +-
 framework/Core/test/Horde/Core/Factory/KolabSessionTest.php       |   16 +-
 framework/Core/test/Horde/Core/RegistryTest.php                   |  111 +
 framework/Core/test/Horde/Core/Stub/Registry.php                  |   45 +
 framework/Core/test/Horde/Core/UrlTest.php                        |   31 +-
 framework/Crypt/lib/Horde/Crypt.php                               |    2 +-
 framework/Crypt/lib/Horde/Crypt/Exception.php                     |    2 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   59 +-
 framework/Crypt/lib/Horde/Crypt/Smime.php                         |   17 +-
 framework/Crypt/lib/Horde/Crypt/Translation.php                   |    2 +-
 framework/Crypt/locale/Horde_Crypt.pot                            |  196 +-
 framework/Crypt/locale/ar/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/bg/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/bs/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/ca/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/cs/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/da/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/de/LC_MESSAGES/Horde_Crypt.po              |  196 +-
 framework/Crypt/locale/el/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/en/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/es/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/et/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7341 -> 8123 bytes
 framework/Crypt/locale/et/LC_MESSAGES/Horde_Crypt.po              |  213 +-
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/fa/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/fi/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/fr/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/gl/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/he/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/hr/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7821 -> 8331 bytes
 framework/Crypt/locale/hr/LC_MESSAGES/Horde_Crypt.po              |  190 +-
 framework/Crypt/locale/hu/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/id/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/is/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/it/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/ja/LC_MESSAGES/Horde_Crypt.mo              |  Bin 8661 -> 8661 bytes
 framework/Crypt/locale/ja/LC_MESSAGES/Horde_Crypt.po              |  144 +-
 framework/Crypt/locale/km/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/ko/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/lt/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/lv/LC_MESSAGES/Horde_Crypt.mo              |  Bin 8451 -> 8451 bytes
 framework/Crypt/locale/lv/LC_MESSAGES/Horde_Crypt.po              |    4 +-
 framework/Crypt/locale/mk/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/nb/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/nn/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/pl/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/pt/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/pt_BR/LC_MESSAGES/Horde_Crypt.mo           |  Bin 8675 -> 8675 bytes
 framework/Crypt/locale/pt_BR/LC_MESSAGES/Horde_Crypt.po           |  138 +-
 framework/Crypt/locale/ro/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/ru/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/sl/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/sv/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/tr/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/uk/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/zh_CN/LC_MESSAGES/Horde_Crypt.po           |    2 +-
 framework/Crypt/locale/zh_TW/LC_MESSAGES/Horde_Crypt.po           |    2 +-
 framework/Crypt/package.xml                                       |   48 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    8 +-
 framework/Data/lib/Horde/Data.php                                 |   12 +-
 framework/Data/lib/Horde/Data/Base.php                            |    2 +-
 framework/Data/lib/Horde/Data/Csv.php                             |    2 +-
 framework/Data/lib/Horde/Data/Exception.php                       |    2 +-
 framework/Data/lib/Horde/Data/Icalendar.php                       |    2 +-
 framework/Data/lib/Horde/Data/Imc.php                             |    2 +-
 framework/Data/lib/Horde/Data/Outlookcsv.php                      |    2 +-
 framework/Data/lib/Horde/Data/Translation.php                     |    2 +-
 framework/Data/lib/Horde/Data/Tsv.php                             |    2 +-
 framework/Data/lib/Horde/Data/Vcard.php                           |    2 +-
 framework/Data/lib/Horde/Data/Vnote.php                           |    2 +-
 framework/Data/lib/Horde/Data/Vtodo.php                           |    2 +-
 framework/Data/locale/Horde_Data.pot                              |    2 +-
 framework/Data/locale/ar/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/bg/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/bs/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/ca/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/cs/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/da/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/de/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/el/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/en/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/es/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/et/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/fa/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/fi/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/fr/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/gl/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/he/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/hr/LC_MESSAGES/Horde_Data.mo                |  Bin 621 -> 652 bytes
 framework/Data/locale/hr/LC_MESSAGES/Horde_Data.po                |   19 +-
 framework/Data/locale/hu/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/id/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/is/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/it/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/ja/LC_MESSAGES/Horde_Data.mo                |  Bin 588 -> 588 bytes
 framework/Data/locale/ja/LC_MESSAGES/Horde_Data.po                |    6 +-
 framework/Data/locale/km/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/ko/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/lt/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/lv/LC_MESSAGES/Horde_Data.mo                |  Bin 660 -> 660 bytes
 framework/Data/locale/lv/LC_MESSAGES/Horde_Data.po                |    4 +-
 framework/Data/locale/mk/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/nb/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/nl/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/nn/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/pl/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/pt/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/pt_BR/LC_MESSAGES/Horde_Data.po             |    2 +-
 framework/Data/locale/ro/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/ru/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/sk/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/sl/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/sv/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/tr/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/uk/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/zh_CN/LC_MESSAGES/Horde_Data.po             |    2 +-
 framework/Data/locale/zh_TW/LC_MESSAGES/Horde_Data.po             |    2 +-
 framework/Data/package.xml                                        |   25 +-
 framework/DataTree/lib/Horde/DataTree.php                         |    2 +-
 framework/DataTree/lib/Horde/DataTree/Null.php                    |    2 +-
 framework/DataTree/lib/Horde/DataTree/Sql.php                     |    2 +-
 framework/DataTree/package.xml                                    |   27 +-
 framework/Date/lib/Horde/Date.php                                 |   11 +-
 framework/Date/lib/Horde/Date/Exception.php                       |    2 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |   38 +-
 framework/Date/lib/Horde/Date/Repeater.php                        |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Day.php                    |    2 +-
 framework/Date/lib/Horde/Date/Repeater/DayName.php                |    2 +-
 framework/Date/lib/Horde/Date/Repeater/DayPortion.php             |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Exception.php              |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Fortnight.php              |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Hour.php                   |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Minute.php                 |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Month.php                  |    2 +-
 framework/Date/lib/Horde/Date/Repeater/MonthName.php              |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Season.php                 |    2 +-
 framework/Date/lib/Horde/Date/Repeater/SeasonName.php             |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Second.php                 |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Time.php                   |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Week.php                   |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Weekend.php                |    2 +-
 framework/Date/lib/Horde/Date/Repeater/Year.php                   |    2 +-
 framework/Date/lib/Horde/Date/Span.php                            |    2 +-
 framework/Date/lib/Horde/Date/Translation.php                     |    2 +-
 framework/Date/locale/Horde_Date.pot                              |    6 +-
 framework/Date/locale/ar/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/bg/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/bs/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/ca/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/cs/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/da/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.mo                |  Bin 1126 -> 1126 bytes
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.po                |    6 +-
 framework/Date/locale/el/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/en/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/es/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/et/LC_MESSAGES/Horde_Date.mo                |  Bin 638 -> 1163 bytes
 framework/Date/locale/et/LC_MESSAGES/Horde_Date.po                |   62 +-
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/fa/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/fi/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/fr/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/gl/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/he/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/hr/LC_MESSAGES/Horde_Date.mo                |  Bin 700 -> 1296 bytes
 framework/Date/locale/hr/LC_MESSAGES/Horde_Date.po                |   76 +-
 framework/Date/locale/hu/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/id/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/is/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/it/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/ja/LC_MESSAGES/Horde_Date.mo                |  Bin 1072 -> 1072 bytes
 framework/Date/locale/ja/LC_MESSAGES/Horde_Date.po                |   22 +-
 framework/Date/locale/km/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/ko/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/lt/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/lv/LC_MESSAGES/Horde_Date.mo                |  Bin 1368 -> 1368 bytes
 framework/Date/locale/lv/LC_MESSAGES/Horde_Date.po                |    4 +-
 framework/Date/locale/mk/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/nb/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/nl/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/nn/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/pl/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/pt/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/pt_BR/LC_MESSAGES/Horde_Date.po             |    2 +-
 framework/Date/locale/ro/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/ru/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/sk/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/sl/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/sv/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/tr/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/uk/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/zh_CN/LC_MESSAGES/Horde_Date.po             |    2 +-
 framework/Date/locale/zh_TW/LC_MESSAGES/Horde_Date.po             |    2 +-
 framework/Date/package.xml                                        |   72 +-
 framework/Date/test/Horde/Date/AllTests.php                       |    3 +-
 framework/Date/test/Horde/Date/Autoload.php                       |    2 +-
 framework/Date/test/Horde/Date/DateTest.php                       |  111 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |   30 +
 .../Date_Parser/lib/Horde/Date/Parser/Locale/De/Repeater.php      |    1 +
 framework/Date_Parser/package.xml                                 |   36 +-
 framework/Date_Parser/test/Horde/Date/Parser/AllTests.php         |    3 +-
 framework/Date_Parser/test/Horde/Date/Parser/Locale/BaseTest.php  |    1 +
 framework/Date_Parser/test/Horde/Date/Parser/Locale/DeTest.php    |    4 +
 framework/Db/bin/horde-db-migrate-component                       |    2 +-
 framework/Db/doc/COPYING                                          |   24 -
 framework/Db/doc/Horde/Db/COPYING                                 |   24 +
 framework/Db/doc/Horde/Db/README.TESTING.txt                      |   32 +
 framework/Db/doc/Horde/Db/TODO.txt                                |   55 +
 framework/Db/doc/README.TESTING.txt                               |   32 -
 framework/Db/doc/TODO.txt                                         |   55 -
 framework/Db/lib/Horde/Db.php                                     |    2 +-
 framework/Db/lib/Horde/Db/Adapter.php                             |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base.php                        |    6 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Column.php                 |   17 +-
 framework/Db/lib/Horde/Db/Adapter/Base/ColumnDefinition.php       |   13 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Index.php                  |   41 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |  536 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Table.php                  |   11 +-
 framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php        |  118 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php                       |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Column.php                |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php                |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |  483 +-
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php                      |   21 +-
 framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php               |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php                    |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php                   |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php                   |   24 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php                  |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php           |    6 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |  973 +-
 framework/Db/lib/Horde/Db/Adapter/SplitRead.php                   |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php               |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php               |  402 +-
 framework/Db/lib/Horde/Db/Exception.php                           |    2 +-
 framework/Db/lib/Horde/Db/Migration/Base.php                      |    2 +-
 framework/Db/lib/Horde/Db/Migration/Exception.php                 |    2 +-
 framework/Db/lib/Horde/Db/Migration/Migrator.php                  |    2 +-
 framework/Db/lib/Horde/Db/SearchParser.php                        |    2 +-
 framework/Db/lib/Horde/Db/StatementParser.php                     |    2 +-
 framework/Db/lib/Horde/Db/Value.php                               |    2 +-
 framework/Db/lib/Horde/Db/Value/Binary.php                        |    2 +-
 framework/Db/package.xml                                          |   87 +-
 framework/Db/test/Horde/Db/Adapter/MissingTest.php                |    2 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php |    2 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php           |    4 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinitionTest.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php                 |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  |  103 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php                |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |  133 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php             |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              |  103 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php             |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              |  113 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php            |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             |  111 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php      |    4 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php   |    2 +-
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |    2 +-
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php          |    4 +-
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php |    2 +-
 framework/Db/test/Horde/Db/AllTests.php                           |    2 +-
 framework/Db/test/Horde/Db/Migration/BaseTest.php                 |    2 +-
 framework/Db/test/Horde/Db/Migration/MigratorTest.php             |    2 +-
 framework/Db/test/Horde/Db/fixtures/unit_tests.sql                |    2 +-
 framework/Editor/js/plugins/uicolor/yui/assets/hue_bg.png         |  Bin 1039 -> 1019 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/hue_thumb.png      |  Bin 140 -> 133 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/picker_mask.png    |  Bin 11432 -> 10560 bytes
 framework/Editor/js/skins/kama/icons.png                          |  Bin 4742 -> 4627 bytes
 framework/Editor/js/skins/kama/icons_rtl.png                      |  Bin 4769 -> 4639 bytes
 framework/Editor/js/skins/kama/images/noimage.png                 |  Bin 2115 -> 2114 bytes
 framework/Editor/js/skins/kama/images/sprites.png                 |  Bin 6117 -> 5485 bytes
 framework/Editor/js/skins/office2003/icons.png                    |  Bin 4742 -> 4627 bytes
 framework/Editor/js/skins/office2003/icons_rtl.png                |  Bin 4769 -> 4639 bytes
 framework/Editor/js/skins/office2003/images/noimage.png           |  Bin 2115 -> 2114 bytes
 framework/Editor/js/skins/office2003/images/sprites.png           |  Bin 6087 -> 5040 bytes
 framework/Editor/js/skins/office2003/images/sprites_ie6.png       |  Bin 2531 -> 2371 bytes
 framework/Editor/js/skins/v2/icons.png                            |  Bin 4742 -> 4627 bytes
 framework/Editor/js/skins/v2/icons_rtl.png                        |  Bin 4769 -> 4639 bytes
 framework/Editor/js/skins/v2/images/noimage.png                   |  Bin 2115 -> 2114 bytes
 framework/Editor/js/skins/v2/images/sprites.png                   |  Bin 2364 -> 2213 bytes
 framework/Editor/js/skins/v2/images/sprites_ie6.png               |  Bin 426 -> 404 bytes
 framework/Editor/lib/Horde/Editor.php                             |    2 +-
 framework/Editor/lib/Horde/Editor/Ckeditor.php                    |    2 +-
 framework/Editor/lib/Horde/Editor/Exception.php                   |    2 +-
 framework/Exception/lib/Horde/Exception.php                       |    4 +-
 framework/Exception/lib/Horde/Exception/LastError.php             |    2 +-
 framework/Exception/lib/Horde/Exception/NotFound.php              |    2 +-
 framework/Exception/lib/Horde/Exception/Pear.php                  |    2 +-
 framework/Exception/lib/Horde/Exception/PermissionDenied.php      |    2 +-
 framework/Exception/lib/Horde/Exception/Translation.php           |    2 +-
 framework/Exception/lib/Horde/Exception/Wrapped.php               |    2 +-
 framework/Exception/locale/Horde_Exception.pot                    |    2 +-
 framework/Exception/locale/ar/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/bg/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/bs/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/ca/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/cs/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/da/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/de/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/el/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/en/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/es/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/et/LC_MESSAGES/Horde_Exception.mo      |  Bin 491 -> 543 bytes
 framework/Exception/locale/et/LC_MESSAGES/Horde_Exception.po      |   16 +-
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/fa/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/fi/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/fr/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/gl/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/he/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/hr/LC_MESSAGES/Horde_Exception.mo      |  Bin 559 -> 632 bytes
 framework/Exception/locale/hr/LC_MESSAGES/Horde_Exception.po      |   22 +-
 framework/Exception/locale/hu/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/id/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/is/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/it/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/ja/LC_MESSAGES/Horde_Exception.mo      |  Bin 575 -> 575 bytes
 framework/Exception/locale/ja/LC_MESSAGES/Horde_Exception.po      |    6 +-
 framework/Exception/locale/km/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/ko/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/lt/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/lv/LC_MESSAGES/Horde_Exception.mo      |  Bin 655 -> 655 bytes
 framework/Exception/locale/lv/LC_MESSAGES/Horde_Exception.po      |    4 +-
 framework/Exception/locale/mk/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/nb/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/nl/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/nn/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/pl/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/pt/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/pt_BR/LC_MESSAGES/Horde_Exception.po   |    2 +-
 framework/Exception/locale/ro/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/ru/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/sk/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/sl/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/sv/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/tr/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/uk/LC_MESSAGES/Horde_Exception.po      |    2 +-
 framework/Exception/locale/zh_CN/LC_MESSAGES/Horde_Exception.po   |    2 +-
 framework/Exception/locale/zh_TW/LC_MESSAGES/Horde_Exception.po   |    2 +-
 framework/Exception/package.xml                                   |   45 +-
 framework/Exception/test/Horde/Exception/Autoload.php             |    2 +-
 framework/Exception/test/Horde/Exception/ExceptionTest.php        |    2 +-
 framework/Feed/doc/Horde/Feed/COPYING                             |    2 +-
 framework/Feed/lib/Horde/Feed.php                                 |    2 +-
 framework/Feed/lib/Horde/Feed/Atom.php                            |    2 +-
 framework/Feed/lib/Horde/Feed/Base.php                            |    2 +-
 framework/Feed/lib/Horde/Feed/Blogroll.php                        |    2 +-
 framework/Feed/lib/Horde/Feed/Entry/Atom.php                      |    2 +-
 framework/Feed/lib/Horde/Feed/Entry/Base.php                      |    2 +-
 framework/Feed/lib/Horde/Feed/Entry/Blogroll.php                  |    2 +-
 framework/Feed/lib/Horde/Feed/Entry/Rss.php                       |    2 +-
 framework/Feed/lib/Horde/Feed/Rss.php                             |    2 +-
 framework/Feed/package.xml                                        |   25 +-
 framework/Form/lib/Horde/Form.php                                 |    2 +-
 framework/Form/lib/Horde/Form/Action/ConditionalEnable.php        |    2 +-
 framework/Form/lib/Horde/Form/Action/ConditionalSetValue.php      |    2 +-
 framework/Form/lib/Horde/Form/Action/conditional_enable.php       |    2 +-
 framework/Form/lib/Horde/Form/Action/conditional_setvalue.php     |    2 +-
 framework/Form/lib/Horde/Form/Action/reload.php                   |    2 +-
 framework/Form/lib/Horde/Form/Action/setcursorpos.php             |    2 +-
 framework/Form/lib/Horde/Form/Action/submit.php                   |    2 +-
 framework/Form/lib/Horde/Form/Action/sum_fields.php               |    2 +-
 framework/Form/lib/Horde/Form/Action/updatefield.php              |    2 +-
 framework/Form/lib/Horde/Form/Translation.php                     |    2 +-
 framework/Form/lib/Horde/Form/Type.php                            |    9 +
 framework/Form/locale/Horde_Form.pot                              |  148 +-
 framework/Form/locale/ar/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/bg/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/bs/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/ca/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/cs/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/da/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/de/LC_MESSAGES/Horde_Form.mo                |  Bin 10820 -> 10911 bytes
 framework/Form/locale/de/LC_MESSAGES/Horde_Form.po                |  150 +-
 framework/Form/locale/el/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/en/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/es/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/et/LC_MESSAGES/Horde_Form.mo                |  Bin 9360 -> 10420 bytes
 framework/Form/locale/et/LC_MESSAGES/Horde_Form.po                |  402 +-
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/fa/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/fi/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/fr/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/gl/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/he/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/hr/LC_MESSAGES/Horde_Form.mo                |  Bin 10550 -> 10716 bytes
 framework/Form/locale/hr/LC_MESSAGES/Horde_Form.po                |  354 +-
 framework/Form/locale/hu/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/id/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/is/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/it/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/ja/LC_MESSAGES/Horde_Form.mo                |  Bin 11305 -> 11385 bytes
 framework/Form/locale/ja/LC_MESSAGES/Horde_Form.po                |  240 +-
 framework/Form/locale/km/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/ko/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/lt/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/lv/LC_MESSAGES/Horde_Form.mo                |  Bin 10788 -> 10788 bytes
 framework/Form/locale/lv/LC_MESSAGES/Horde_Form.po                |    4 +-
 framework/Form/locale/mk/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/nb/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/nl/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/nn/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/pl/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/pt/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/pt_BR/LC_MESSAGES/Horde_Form.mo             |  Bin 10818 -> 10910 bytes
 framework/Form/locale/pt_BR/LC_MESSAGES/Horde_Form.po             |  238 +-
 framework/Form/locale/ro/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/ru/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/sk/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/sl/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/sv/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/tr/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/uk/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/zh_CN/LC_MESSAGES/Horde_Form.po             |    2 +-
 framework/Form/locale/zh_TW/LC_MESSAGES/Horde_Form.po             |    2 +-
 framework/Group/lib/Horde/Group/Base.php                          |    2 +-
 framework/Group/lib/Horde/Group/Contactlists.php                  |    2 +-
 framework/Group/lib/Horde/Group/Exception.php                     |    2 +-
 framework/Group/lib/Horde/Group/Kolab.php                         |    2 +-
 framework/Group/lib/Horde/Group/Ldap.php                          |    2 +-
 framework/Group/lib/Horde/Group/Mock.php                          |    2 +-
 framework/Group/lib/Horde/Group/Sql.php                           |    2 +-
 framework/Group/package.xml                                       |   29 +-
 framework/Group/test/Horde/Group/AllTests.php                     |    3 +-
 framework/Group/test/Horde/Group/Autoload.php                     |    2 +-
 framework/Group/test/Horde/Group/Base.php                         |    3 +-
 framework/Group/test/Horde/Group/ContactlistTest.php              |    3 +-
 framework/Group/test/Horde/Group/LdapTest.php                     |    5 +-
 framework/Group/test/Horde/Group/MockTest.php                     |    3 +-
 framework/Group/test/Horde/Group/Sql/Base.php                     |   14 +-
 framework/Group/test/Horde/Group/Sql/MysqlTest.php                |    3 +-
 framework/Group/test/Horde/Group/Sql/MysqliTest.php               |    3 +-
 framework/Group/test/Horde/Group/Sql/Pdo/MysqlTest.php            |    3 +-
 framework/Group/test/Horde/Group/Sql/Pdo/PgsqlTest.php            |    3 +-
 framework/Group/test/Horde/Group/Sql/Pdo/SqliteTest.php           |    3 +-
 framework/Group/test/Horde/Group/Stub/Api.php                     |    3 +-
 framework/History/lib/Horde/History.php                           |    2 +-
 framework/History/lib/Horde/History/Exception.php                 |    2 +-
 framework/History/lib/Horde/History/Log.php                       |    2 +-
 framework/History/lib/Horde/History/Mock.php                      |    2 +-
 framework/History/lib/Horde/History/Sql.php                       |    2 +-
 framework/History/test/Horde/History/InterfaceTest.php            |    2 +-
 framework/Http/doc/Horde/Http/COPYING                             |    2 +-
 framework/Http/doc/Horde/Http/examples/get-example-dot-com.php    |    2 +-
 framework/Http/lib/Horde/Http.php                                 |    9 +-
 framework/Http/lib/Horde/Http/Client.php                          |    3 +-
 framework/Http/lib/Horde/Http/Exception.php                       |    2 +-
 framework/Http/lib/Horde/Http/Request/Base.php                    |    3 +-
 framework/Http/lib/Horde/Http/Request/Curl.php                    |    7 +-
 framework/Http/lib/Horde/Http/Request/Factory.php                 |    2 +-
 framework/Http/lib/Horde/Http/Request/Fopen.php                   |    5 +-
 framework/Http/lib/Horde/Http/Request/Mock.php                    |   87 +-
 framework/Http/lib/Horde/Http/Request/Peclhttp.php                |   15 +-
 framework/Http/lib/Horde/Http/Response/Base.php                   |    2 +-
 framework/Http/lib/Horde/Http/Response/Curl.php                   |    2 +-
 framework/Http/lib/Horde/Http/Response/Fopen.php                  |    2 +-
 framework/Http/lib/Horde/Http/Response/Mock.php                   |    4 +-
 framework/Http/lib/Horde/Http/Response/Peclhttp.php               |    2 +-
 framework/Http/package.xml                                        |   43 +-
 framework/Http/test/Horde/Http/AllTests.php                       |    3 +-
 framework/Http/test/Horde/Http/ClientTest.php                     |    7 +-
 framework/Http/test/Horde/Http/CurlTest.php                       |   25 +-
 framework/Http/test/Horde/Http/FopenTest.php                      |   23 +-
 framework/Http/test/Horde/Http/MockTest.php                       |  110 +
 framework/Icalendar/lib/Horde/Icalendar.php                       |   91 +-
 framework/Icalendar/lib/Horde/Icalendar/Daylight.php              |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Exception.php             |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Standard.php              |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Translation.php           |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Valarm.php                |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vcard.php                 |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php                |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php             |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php              |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vnote.php                 |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php             |    2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php                 |    2 +-
 framework/Icalendar/locale/Horde_Icalendar.pot                    |    2 +-
 framework/Icalendar/locale/ar/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/bg/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/bs/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/ca/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/cs/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/da/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/de/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/el/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/en/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/es/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/et/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/fa/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/fi/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/fr/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/gl/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/he/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/hr/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 559 -> 590 bytes
 framework/Icalendar/locale/hr/LC_MESSAGES/Horde_Icalendar.po      |   17 +-
 framework/Icalendar/locale/hu/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/id/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/is/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/it/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/ja/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 512 -> 506 bytes
 framework/Icalendar/locale/ja/LC_MESSAGES/Horde_Icalendar.po      |    8 +-
 framework/Icalendar/locale/km/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/ko/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/lt/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/lv/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 621 -> 621 bytes
 framework/Icalendar/locale/lv/LC_MESSAGES/Horde_Icalendar.po      |    4 +-
 framework/Icalendar/locale/mk/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/nb/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/nl/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/nn/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/pl/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/pt/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/pt_BR/LC_MESSAGES/Horde_Icalendar.po   |    2 +-
 framework/Icalendar/locale/ro/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/ru/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/sk/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/sl/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/sv/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/tr/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/uk/LC_MESSAGES/Horde_Icalendar.po      |    2 +-
 framework/Icalendar/locale/zh_CN/LC_MESSAGES/Horde_Icalendar.po   |    2 +-
 framework/Icalendar/locale/zh_TW/LC_MESSAGES/Horde_Icalendar.po   |    2 +-
 framework/Icalendar/package.xml                                   |   48 +-
 framework/Icalendar/test/Horde/Icalendar/common.php               |    3 +-
 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt          |    2 +-
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics  |    2 +-
 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt        |   12 +-
 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt       |    2 +-
 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt       |    2 +-
 framework/Image/lib/Horde/Image.php                               |    2 +-
 framework/Image/lib/Horde/Image/Base.php                          |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/CenterCrop.php          |   10 +-
 framework/Image/lib/Horde/Image/Effect/Im/Composite.php           |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/DropShadow.php          |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/LiquidResize.php        |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/PhotoStack.php          |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/PolaroidImage.php       |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/RoundCorners.php        |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/TextWatermark.php       |    2 +-
 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php         |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/CenterCrop.php     |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/Composite.php      |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/DropShadow.php     |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/LiquidResize.php   |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/PhotoStack.php     |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/PolaroidImage.php  |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/RoundCorners.php   |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/SmartCrop.php      |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/TextWatermark.php  |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php    |    2 +-
 framework/Image/lib/Horde/Image/Exif.php                          |    2 +-
 framework/Image/lib/Horde/Image/Exif/Base.php                     |   32 +-
 framework/Image/lib/Horde/Image/Exif/Bundled.php                  |    2 +-
 framework/Image/lib/Horde/Image/Exif/Exiftool.php                 |    9 +-
 framework/Image/lib/Horde/Image/Exif/Php.php                      |    2 +-
 framework/Image/lib/Horde/Image/Gd.php                            |    2 +-
 framework/Image/lib/Horde/Image/Im.php                            |   26 +-
 framework/Image/lib/Horde/Image/Imagick.php                       |    2 +-
 framework/Image/lib/Horde/Image/Png.php                           |    2 +-
 framework/Image/lib/Horde/Image/Svg.php                           |    2 +-
 framework/Image/lib/Horde/Image/Swf.php                           |    2 +-
 framework/Image/lib/Horde/Image/Translation.php                   |    2 +-
 framework/Image/locale/Horde_Image.pot                            |   24 +-
 framework/Image/locale/ar/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/bg/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/bs/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/ca/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/cs/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/da/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/de/LC_MESSAGES/Horde_Image.mo              |  Bin 15013 -> 15020 bytes
 framework/Image/locale/de/LC_MESSAGES/Horde_Image.po              |   28 +-
 framework/Image/locale/el/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/en/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/es/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/et/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/fa/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/fi/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/fr/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/gl/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/he/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/hr/LC_MESSAGES/Horde_Image.mo              |  Bin 1217 -> 15405 bytes
 framework/Image/locale/hr/LC_MESSAGES/Horde_Image.po              |  956 +-
 framework/Image/locale/hu/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/id/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/is/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/it/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/ja/LC_MESSAGES/Horde_Image.mo              |  Bin 13295 -> 13433 bytes
 framework/Image/locale/ja/LC_MESSAGES/Horde_Image.po              |   36 +-
 framework/Image/locale/km/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/ko/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/lt/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/lv/LC_MESSAGES/Horde_Image.mo              |  Bin 3752 -> 7013 bytes
 framework/Image/locale/lv/LC_MESSAGES/Horde_Image.po              |  422 +-
 framework/Image/locale/mk/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/nb/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/nl/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/nn/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/pl/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/pt/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/pt_BR/LC_MESSAGES/Horde_Image.mo           |  Bin 9653 -> 9626 bytes
 framework/Image/locale/pt_BR/LC_MESSAGES/Horde_Image.po           |   25 +-
 framework/Image/locale/ro/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/ru/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/sk/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/sl/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/sv/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/tr/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/uk/LC_MESSAGES/Horde_Image.po              |    2 +-
 framework/Image/locale/zh_CN/LC_MESSAGES/Horde_Image.po           |    2 +-
 framework/Image/locale/zh_TW/LC_MESSAGES/Horde_Image.po           |    2 +-
 framework/Image/package.xml                                       |  116 +-
 framework/Image/test/Horde/Image/AllTests.php                     |   35 +
 framework/Image/test/Horde/Image/Autoload.php                     |   20 +
 framework/Image/test/Horde/Image/Exif/Base.php                    |   80 +
 framework/Image/test/Horde/Image/Exif/BundledTest.php             |   28 +
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   38 +
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   28 +
 framework/Image/test/Horde/Image/Fixtures/img_exif.jpg            |  Bin 0 -> 181131 bytes
 framework/Image/test/Horde/Image/conf.php.dist                    |    2 +
 framework/Image/test/im.php                                       |   31 +-
 framework/Image/test/img4.jpg                                     |  Bin 178282 -> 172049 bytes
 framework/Image/test/runtest.php                                  |    3 +-
 framework/Imap_Client/doc/Horde/Imap/Client/TODO                  |   34 +
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |  209 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |   48 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Auth/DigestMD5.php    |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  825 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |  176 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php           | 1356 -
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php      |  339 -
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php          |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclCommon.php    |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclNegative.php  |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclRights.php    |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php     |   18 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php        |   14 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch/Pop3.php   |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Thread.php       |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php          |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php         |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php       |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |   13 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php          |   21 +
 framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php           |  138 +
 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php              |  617 -
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php      |   40 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  659 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |  112 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Sort.php              |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php          |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php             |  127 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils/Pop3.php        |   86 +
 framework/Imap_Client/package.xml                                 |  136 +-
 framework/Imap_Client/test/Horde/Imap/Client/AclTest.php          |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/AllTests.php         |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/AuthTest.php         |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php         |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/DateTimeTest.php     |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/IdsParseTest.php     |   75 +
 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php          |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/MailboxTest.php      |  118 +
 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php       |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php       |   55 +
 framework/Imap_Client/test/Horde/Imap/Client/Stub/DigestMD5.php   |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php      |   52 +
 framework/Imap_Client/test/Horde/Imap/Client/SubjectParseTest.php |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php     |    5 +-
 framework/Imap_Client/test/Horde/Imap/Client/Utf7ConvertTest.php  |    6 +-
 .../Imap_Client/test/Horde/Imap/Client/fixtures/bug_10503.txt     |    1 +
 framework/Imap_Client/test/Horde/Imap/Client/test_client.php      |    5 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Base.php                       |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php                    |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Imtest.php                     |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Plaintext.php                  |    2 +-
 framework/Imsp/lib/Horde/Imsp/Book.php                            |    2 +-
 framework/Imsp/lib/Horde/Imsp/Client/Base.php                     |    2 +-
 framework/Imsp/lib/Horde/Imsp/Client/Socket.php                   |    2 +-
 framework/Imsp/lib/Horde/Imsp/Exception.php                       |    2 +-
 framework/Imsp/lib/Horde/Imsp/Options.php                         |    2 +-
 framework/Imsp/lib/Horde/Imsp/Translation.php                     |    2 +-
 framework/Imsp/locale/Horde_Imsp.pot                              |    2 +-
 framework/Imsp/locale/ar/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/bg/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/bs/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/ca/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/cs/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/da/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/de/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/el/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/en/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/es/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/et/LC_MESSAGES/Horde_Imsp.mo                |  Bin 614 -> 504 bytes
 framework/Imsp/locale/et/LC_MESSAGES/Horde_Imsp.po                |   20 +-
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/fa/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/fi/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/fr/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/gl/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/he/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/hr/LC_MESSAGES/Horde_Imsp.mo                |  Bin 696 -> 608 bytes
 framework/Imsp/locale/hr/LC_MESSAGES/Horde_Imsp.po                |   26 +-
 framework/Imsp/locale/hu/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/id/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/is/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/it/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/ja/LC_MESSAGES/Horde_Imsp.mo                |  Bin 657 -> 536 bytes
 framework/Imsp/locale/ja/LC_MESSAGES/Horde_Imsp.po                |   19 +-
 framework/Imsp/locale/km/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/ko/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/lt/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/lv/LC_MESSAGES/Horde_Imsp.mo                |  Bin 627 -> 627 bytes
 framework/Imsp/locale/lv/LC_MESSAGES/Horde_Imsp.po                |    4 +-
 framework/Imsp/locale/mk/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/nb/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/nl/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/nn/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/pl/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/pt/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/pt_BR/LC_MESSAGES/Horde_Imsp.po             |    2 +-
 framework/Imsp/locale/ro/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/ru/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/sl/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/sv/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/tr/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/uk/LC_MESSAGES/Horde_Imsp.po                |    2 +-
 framework/Imsp/locale/zh_CN/LC_MESSAGES/Horde_Imsp.po             |    2 +-
 framework/Imsp/locale/zh_TW/LC_MESSAGES/Horde_Imsp.po             |    2 +-
 framework/Imsp/package.xml                                        |   43 +-
 framework/Injector/doc/Horde/Injector/COPYING                     |    2 +-
 framework/Injector/package.xml                                    |   23 +-
 .../Injector/test/Horde/Injector/Binder/AnnotatedSettersTest.php  |    2 +-
 .../Injector/test/Horde/Injector/Binder/ImplementationTest.php    |    6 +-
 framework/Injector/test/Horde/Injector/InjectorTest.php           |   10 +-
 framework/Itip/lib/Horde/Itip/Event.php                           |    2 +-
 framework/Itip/lib/Horde/Itip/Event/Vevent.php                    |    2 +-
 framework/Itip/lib/Horde/Itip/Exception.php                       |    2 +-
 framework/Itip/lib/Horde/Itip/Resource/Identity.php               |    2 +-
 framework/Itip/lib/Horde/Itip/Response.php                        |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options.php                |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Base.php           |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Horde.php          |    4 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php          |    2 +-
 framework/Itip/lib/Horde/Itip/Translation.php                     |    2 +-
 framework/Itip/locale/Horde_Itip.pot                              |    2 +-
 framework/Itip/locale/ar/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/bg/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/bs/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/ca/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/cs/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/da/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/de/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/el/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/en/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/es/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/et/LC_MESSAGES/Horde_Itip.mo                |  Bin 422 -> 1385 bytes
 framework/Itip/locale/et/LC_MESSAGES/Horde_Itip.po                |   32 +-
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/fa/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/fi/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/fr/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/gl/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/he/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/hr/LC_MESSAGES/Horde_Itip.mo                |  Bin 564 -> 1431 bytes
 framework/Itip/locale/hr/LC_MESSAGES/Horde_Itip.po                |   44 +-
 framework/Itip/locale/hu/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/id/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/is/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/it/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/ja/LC_MESSAGES/Horde_Itip.mo                |  Bin 1477 -> 1477 bytes
 framework/Itip/locale/ja/LC_MESSAGES/Horde_Itip.po                |    6 +-
 framework/Itip/locale/km/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/ko/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/lt/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/lv/LC_MESSAGES/Horde_Itip.mo                |  Bin 1511 -> 1511 bytes
 framework/Itip/locale/lv/LC_MESSAGES/Horde_Itip.po                |    4 +-
 framework/Itip/locale/mk/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/nb/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/nl/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/nn/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/pl/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/pt/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/pt_BR/LC_MESSAGES/Horde_Itip.po             |    2 +-
 framework/Itip/locale/ro/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/ru/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/sk/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/sl/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/sv/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/tr/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/uk/LC_MESSAGES/Horde_Itip.po                |    2 +-
 framework/Itip/locale/zh_CN/LC_MESSAGES/Horde_Itip.po             |    2 +-
 framework/Itip/locale/zh_TW/LC_MESSAGES/Horde_Itip.po             |    2 +-
 framework/Itip/package.xml                                        |   35 +-
 framework/Itip/test/Horde/Itip/Autoload.php                       |   13 +-
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php           |    4 +-
 framework/Itip/test/Horde/Itip/Stub/Identity.php                  |    2 +-
 framework/Kolab/Kolab.php                                         |    2 +-
 framework/Kolab/Kolab/Translation.php                             |    2 +-
 framework/Kolab/locale/Horde_Kolab.pot                            |    2 +-
 framework/Kolab/locale/ar/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/bg/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/bs/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/ca/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/cs/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/da/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/de/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/el/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/en/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/es/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/et/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/eu/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/fa/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/fi/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/fr/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/gl/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/he/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/hr/LC_MESSAGES/Horde_Kolab.mo              |  Bin 820 -> 851 bytes
 framework/Kolab/locale/hr/LC_MESSAGES/Horde_Kolab.po              |   27 +-
 framework/Kolab/locale/hu/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/id/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/is/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/it/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/ja/LC_MESSAGES/Horde_Kolab.mo              |  Bin 788 -> 788 bytes
 framework/Kolab/locale/ja/LC_MESSAGES/Horde_Kolab.po              |    6 +-
 framework/Kolab/locale/km/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/ko/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/lt/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/lv/LC_MESSAGES/Horde_Kolab.mo              |  Bin 885 -> 885 bytes
 framework/Kolab/locale/lv/LC_MESSAGES/Horde_Kolab.po              |    4 +-
 framework/Kolab/locale/mk/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/nb/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/nl/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/nn/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/pl/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/pt/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/pt_BR/LC_MESSAGES/Horde_Kolab.po           |    2 +-
 framework/Kolab/locale/ro/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/ru/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/sk/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/sl/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/sv/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/tr/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/uk/LC_MESSAGES/Horde_Kolab.po              |    2 +-
 framework/Kolab/locale/zh_CN/LC_MESSAGES/Horde_Kolab.po           |    2 +-
 framework/Kolab/locale/zh_TW/LC_MESSAGES/Horde_Kolab.po           |    2 +-
 framework/Kolab/package.xml                                       |   22 +-
 framework/Kolab_Cli/bin/horde-kolab-cli                           |    8 +
 framework/Kolab_Cli/bin/klb                                       |    8 -
 framework/Kolab_Cli/doc/Horde/Kolab/Cli/TODO                      |   11 +
 framework/Kolab_Cli/doc/TODO                                      |   11 -
 framework/Kolab_Cli/lib/Horde/Kolab/Cli.php                       |   23 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Data/Ledger.php           |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Exception.php             |   30 +
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module.php                |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Account.php        |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Base.php           |   22 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Data.php           |   29 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Folder.php         |    4 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Format.php         |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Ledger.php         |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/List.php           |    4 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Translation.php           |    2 +-
 framework/Kolab_Cli/locale/Horde_Kolab_Cli.pot                    |   57 +-
 framework/Kolab_Cli/locale/fi/LC_MESSAGES/Horde_Kolab_Cli.po      |    2 +-
 framework/Kolab_Cli/locale/ja/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 0 -> 2261 bytes
 framework/Kolab_Cli/locale/ja/LC_MESSAGES/Horde_Kolab_Cli.po      |  239 +
 framework/Kolab_Cli/locale/lv/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 865 -> 865 bytes
 framework/Kolab_Cli/locale/lv/LC_MESSAGES/Horde_Kolab_Cli.po      |  152 +-
 framework/Kolab_Cli/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Cli.mo   |  Bin 443 -> 443 bytes
 framework/Kolab_Cli/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Cli.po   |   67 +-
 framework/Kolab_Cli/package.xml                                   |  110 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/TestCase.php             |    2 +-
 .../Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/Module/BaseTest.php   |    2 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/ModuleTest.php  |    2 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/OptionsTest.php |    2 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/CliTest.php         |    4 +-
 framework/Kolab_Config/package.xml                                |    2 +-
 framework/Kolab_Config/test/Horde/Kolab/Config/AllTests.php       |    2 +-
 framework/Kolab_Config/test/Horde/Kolab/Config/Autoload.php       |    2 +-
 .../Kolab_Config/test/Horde/Kolab/Config/ConfigStoryTestCase.php  |    2 +-
 .../Kolab_Filter/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php     |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Test/Filter.php            |    2 +-
 framework/Kolab_Filter/package.xml                                |   77 +-
 framework/Kolab_Filter/po/Kolab_Filter.pot                        |    2 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php       |    2 +-
 .../Kolab_Filter/test/Horde/Kolab/Filter/Helper/AddressFilter.php |    2 +-
 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |   10 +
 .../test/Horde/Kolab/Filter/Unit/Helper/AddressFilter.php         |    2 +-
 .../test/Horde/Kolab/Filter/fixtures/allday_invitation.eml        |    2 +-
 .../test/Horde/Kolab/Filter/fixtures/recur_invitation2.eml        |    2 +-
 framework/Kolab_Format/doc/Horde/Kolab/Format/COPYING             |   46 -
 framework/Kolab_Format/doc/Horde/Kolab/Format/DOCS_ORIGIN         |   11 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/README              |    2 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/TODO                |   25 +-
 framework/Kolab_Format/doc/Horde/Kolab/Format/examples/event.php  |    9 +-
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/event_v2.php     |   45 +
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/new_type.php     |   19 +-
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/speed_check.php  |   56 +
 framework/Kolab_Format/lib/Horde/Kolab/Format.php                 |   24 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |  142 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Base.php  |    6 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Decorator/Memory.php      |   32 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Timed.php |   25 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php       |    6 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/InvalidRoot.php |   33 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/MissingUid.php  |    6 +-
 .../lib/Horde/Kolab/Format/Exception/MissingValue.php             |    6 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/ParseError.php  |   12 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php         |   70 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             | 1212 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php  |   39 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Contact.php     |  517 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php  |   41 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Envelope.php    |   40 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |  120 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Helper.php      |  257 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php      |   96 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php        |   47 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Parser.php      |   58 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php        |  109 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AddressType.php  |   61 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AttendeeRole.php |   51 +
 .../lib/Horde/Kolab/Format/Xml/Type/AttendeeStatus.php            |   51 +
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate.php             |   89 +
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate/V1.php          |   96 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Base.php   |  305 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean.php      |  109 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean/True.php |   47 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Color.php  |  114 +
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Background.php          |   47 +
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Foreground.php          |   47 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Composite.php    |  272 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Address.php         |   44 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Attendee.php        |   41 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Name.php            |   43 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Phone.php           |   38 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence.php      |  241 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence/V1.php   |   43 +
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/SimplePerson.php    |   39 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/CreationDate.php |  115 +
 .../lib/Horde/Kolab/Format/Xml/Type/CreationDate/V1.php           |  115 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date.php   |  112 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date/V1.php      |   90 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime.php     |  128 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime/V1.php  |   90 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate.php    |   40 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php |   40 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Integer.php      |  117 +
 .../lib/Horde/Kolab/Format/Xml/Type/ModificationDate.php          |   52 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Multiple.php     |  211 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Address.php          |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Attendee.php         |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Boolean.php          |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Date.php             |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Phone.php            |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/SimplePerson.php     |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/String.php           |   40 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/PhoneType.php    |   76 +
 .../lib/Horde/Kolab/Format/Xml/Type/PrefsApplication.php          |  136 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/ProductId.php    |   86 +
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceInterval.php        |   40 +
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange.php           |  118 +
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange/V1.php        |  137 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Root.php   |  192 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Sensitivity.php  |   51 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String.php |  172 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String/Empty.php |   47 +
 .../lib/Horde/Kolab/Format/Xml/Type/String/MaybeMissing.php       |  122 +
 .../lib/Horde/Kolab/Format/Xml/Type/TaskCompletion.php            |   51 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskPriority.php |   51 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskStatus.php   |   51 +
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Uid.php    |  134 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/XmlAppend.php    |   56 +-
 framework/Kolab_Format/package.xml                                |  314 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php       |    8 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php       |   22 +-
 .../test/Horde/Kolab/Format/Integration/ContactTest.php           |  126 +-
 .../test/Horde/Kolab/Format/Integration/EventTest.php             |   16 +-
 .../test/Horde/Kolab/Format/Integration/PreferencesTest.php       |  108 +-
 .../test/Horde/Kolab/Format/Integration/RecurrenceTest.php        |  215 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php |    6 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php  |  323 +-
 .../test/Horde/Kolab/Format/Integration/fixtures/contact-kyr.xml  |   35 -
 .../Horde/Kolab/Format/Integration/fixtures/contact_category.xml  |   18 -
 .../test/Horde/Kolab/Format/Integration/fixtures/contact_mail.xml |   18 -
 .../test/Horde/Kolab/Format/Integration/fixtures/contact_pgp.xml  |   19 -
 .../test/Horde/Kolab/Format/Integration/fixtures/event_umlaut.xml |   19 -
 .../Kolab/Format/Integration/fixtures/event_umlaut_broken.xml     |   19 -
 .../Kolab/Format/Integration/fixtures/preferences_read_old.xml    |   11 -
 .../Kolab/Format/Integration/fixtures/preferences_write_old.xml   |   12 -
 .../test/Horde/Kolab/Format/Integration/fixtures/recur.xml        |   40 -
 .../test/Horde/Kolab/Format/Integration/fixtures/recur_fail.xml   |   39 -
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/BooleanDefault.php  |    9 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/BooleanNotEmpty.php |    8 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/ColorDefault.php    |    9 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/ColorNotEmpty.php   |    8 +
 framework/Kolab_Format/test/Horde/Kolab/Format/Stub/Composite.php |   51 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/Contactdummy.php    |   77 -
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/DateTimeDefault.php |   15 +
 .../test/Horde/Kolab/Format/Stub/DateTimeNotEmpty.php             |    8 +
 framework/Kolab_Format/test/Horde/Kolab/Format/Stub/Dummy.php     |    6 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/Hprefsdummy.php     |   77 -
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/IntegerDefault.php  |    9 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/IntegerNotEmpty.php |    8 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/MultipleDefault.php |    9 +
 .../test/Horde/Kolab/Format/Stub/MultipleNotEmpty.php             |    8 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/StringDefault.php   |    9 +
 .../Kolab_Format/test/Horde/Kolab/Format/Stub/StringNotEmpty.php  |    8 +
 framework/Kolab_Format/test/Horde/Kolab/Format/Stub/Types.php     |   13 +
 framework/Kolab_Format/test/Horde/Kolab/Format/TestCase.php       |  140 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php  |  266 +
 .../test/Horde/Kolab/Format/Unit/Decorator/MemoryTest.php         |    6 +-
 .../test/Horde/Kolab/Format/Unit/Decorator/TimedTest.php          |    8 +-
 .../test/Horde/Kolab/Format/Unit/Exception/MissingUidTest.php     |    6 +-
 .../test/Horde/Kolab/Format/Unit/Exception/MissingValueTest.php   |    6 +-
 .../test/Horde/Kolab/Format/Unit/Exception/ParseErrorTest.php     |    6 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Unit/FactoryTest.php     |   68 +-
 .../test/Horde/Kolab/Format/Unit/Xml/EnvelopeTest.php             |    6 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Unit/Xml/ParserTest.php  |   66 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/BooleanTest.php         |  199 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/ColorTest.php           |  234 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/CompositeTest.php       |  210 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/CreationDateTest.php    |  178 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/DateTimeTest.php        |  240 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/IntegerTest.php         |  179 +
 .../Horde/Kolab/Format/Unit/Xml/Type/ModificationDateTest.php     |  119 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/MultipleTest.php        |  276 +
 .../Horde/Kolab/Format/Unit/Xml/Type/PrefsApplicationTest.php     |  219 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/ProductIdTest.php       |  122 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/RecurrenceTest.php      |  108 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/RootTest.php            |  232 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/StringTest.php          |  200 +
 .../test/Horde/Kolab/Format/Unit/Xml/Type/UidTest.php             |  224 +
 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/XmlTest.php   |   20 +-
 .../Kolab_Format/test/Horde/Kolab/Format/fixtures/contact-kyr.xml |   35 +
 .../test/Horde/Kolab/Format/fixtures/contact_address.xml          |   29 +
 .../test/Horde/Kolab/Format/fixtures/contact_category.xml         |   18 +
 .../test/Horde/Kolab/Format/fixtures/contact_mail.xml             |   18 +
 .../Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml |   19 +
 .../test/Horde/Kolab/Format/fixtures/event_umlaut.xml             |   19 +
 .../test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml      |   19 +
 .../test/Horde/Kolab/Format/fixtures/preferences_read_old.xml     |   11 +
 .../test/Horde/Kolab/Format/fixtures/preferences_write_old.xml    |   11 +
 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml |   40 +
 .../test/Horde/Kolab/Format/fixtures/recur_complete.xml           |   27 +
 .../Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml  |   39 +
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php             |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php  |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/Base.php   |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Controller/MatchDict.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Controller/NotFound.php              |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Controller/RequestConfiguration.php  |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Interface.php        |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php            |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Interface.php  |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Exception.php   |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Exception/NotFound.php               |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Exception/Unauthorized.php           |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy.php   |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Export/Freebusy/Backend.php          |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Export/Freebusy/Backend/Kolab.php    |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Export/Freebusy/Base.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Export/Freebusy/Decorator/Log.php    |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php     |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory/Base.php      |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Factory/Base.php            |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Factory/Kolab.php           |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Helper/Owa.php              |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Freebusy/Owner.php    |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Owner/Kolab.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Params/Folder.php           |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Object/Event.php      |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Owner.php       |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Owner/Kolab.php |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Params/Freebusy/Resource/Kolab.php   |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Params/Owner.php      |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Params/Resource.php   |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Params/User.php |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Provider.php    |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Provider/Local.php    |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Provider/Remote.php   |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Provider/Remote/PassThrough.php      |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Provider/Remote/Redirect.php         |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Resource.php    |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Decorator/Log.php           |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Decorator/Mcache.php        |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Resource/Event.php    |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Event/Decorator/Log.php     |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Event/Decorator/Mcache.php  |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Event/Kolab.php             |    2 +-
 .../lib/Horde/Kolab/FreeBusy/Resource/Event/Owa.php               |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Resource/Kolab.php    |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Translation.php |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/User.php        |    2 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/User/Anonymous.php    |    2 +-
 .../lib/Horde/Kolab/FreeBusy/User/Decorator/Log.php               |    2 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/User/Kolab.php  |    2 +-
 framework/Kolab_FreeBusy/locale/Horde_Kolab_FreeBusy.pot          |    2 +-
 .../Kolab_FreeBusy/locale/ar/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/bg/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/bs/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/ca/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/cs/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/da/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/de/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/el/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/en/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/es/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/et/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 632 -> 1935 bytes
 .../Kolab_FreeBusy/locale/et/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |  106 +-
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/fa/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/fi/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/fr/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/gl/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/he/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/hr/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 2241 -> 2120 bytes
 .../Kolab_FreeBusy/locale/hr/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |   59 +-
 .../Kolab_FreeBusy/locale/hu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/id/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/is/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/it/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/ja/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 2440 -> 2215 bytes
 .../Kolab_FreeBusy/locale/ja/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |   26 +-
 .../Kolab_FreeBusy/locale/km/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/ko/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/lt/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/lv/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 2270 -> 2270 bytes
 .../Kolab_FreeBusy/locale/lv/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    4 +-
 .../Kolab_FreeBusy/locale/mk/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/nb/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/nl/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/nn/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/pl/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/pt/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../locale/pt_BR/LC_MESSAGES/Horde_Kolab_FreeBusy.mo              |  Bin 2206 -> 2052 bytes
 .../locale/pt_BR/LC_MESSAGES/Horde_Kolab_FreeBusy.po              |   22 +-
 .../Kolab_FreeBusy/locale/ro/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/ru/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/sk/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/sl/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/sv/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/tr/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../Kolab_FreeBusy/locale/uk/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    2 +-
 .../locale/zh_CN/LC_MESSAGES/Horde_Kolab_FreeBusy.po              |    2 +-
 .../locale/zh_TW/LC_MESSAGES/Horde_Kolab_FreeBusy.po              |    2 +-
 framework/Kolab_FreeBusy/package.xml                              |   23 +-
 .../test/Horde/Kolab/FreeBusy/Integration/DispatchTest.php        |    2 +-
 .../test/Horde/Kolab/FreeBusy/Integration/FreeBusy.php            |    2 +-
 .../Horde/Kolab/FreeBusy/Integration/FreeBusyScenarioTest.php     |    2 +-
 .../test/Horde/Kolab/FreeBusy/Integration/FreeBusyTest.php        |    2 +-
 .../test/Horde/Kolab/FreeBusy/Integration/RedirectTest.php        |    2 +-
 .../test/Horde/Kolab/FreeBusy/Integration/TriggerTest.php         |    2 +-
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TestCase.php   |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Controller/MatchDictTest.php   |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Factory/BaseTest.php           |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/FreeBusyTest.php               |   18 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Factory/BaseTest.php  |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Helper/OwaTest.php    |    7 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Params/FolderTest.php |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Object/EventTest.php           |    5 +
 .../test/Horde/Kolab/FreeBusy/Unit/Owner/Freebusy/KolabTest.php   |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Params/UserTest.php            |    2 +-
 .../Horde/Kolab/FreeBusy/Unit/Provider/Remote/PassThroughTest.php |    2 +-
 .../Horde/Kolab/FreeBusy/Unit/Provider/Remote/RedirectTest.php    |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/Event/KolabTest.php   |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/Event/OwaTest.php     |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/KolabTest.php         |    7 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/AnonymousTest.php         |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/Decorator/LogTest.php     |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/KolabTest.php             |    2 +-
 framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/config.php      |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php   |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Translation.php |    2 +-
 framework/Kolab_Resource/locale/Horde_Kolab_Resource.pot          |    2 +-
 .../Kolab_Resource/locale/ar/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/bg/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/bs/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/ca/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/cs/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/da/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/de/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/el/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/en/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/es/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/et/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 432 -> 922 bytes
 .../Kolab_Resource/locale/et/LC_MESSAGES/Horde_Kolab_Resource.po  |   33 +-
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/fa/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/fi/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/fr/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/gl/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/he/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/hr/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 1017 -> 1048 bytes
 .../Kolab_Resource/locale/hr/LC_MESSAGES/Horde_Kolab_Resource.po  |   25 +-
 .../Kolab_Resource/locale/hu/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/id/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/is/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/it/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/ja/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 1026 -> 1026 bytes
 .../Kolab_Resource/locale/ja/LC_MESSAGES/Horde_Kolab_Resource.po  |    6 +-
 .../Kolab_Resource/locale/km/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/ko/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/lt/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/lv/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 1074 -> 1074 bytes
 .../Kolab_Resource/locale/lv/LC_MESSAGES/Horde_Kolab_Resource.po  |    4 +-
 .../Kolab_Resource/locale/mk/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/nb/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/nl/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/nn/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/pl/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/pt/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../locale/pt_BR/LC_MESSAGES/Horde_Kolab_Resource.po              |    2 +-
 .../Kolab_Resource/locale/ro/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/ru/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/sl/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/sv/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/tr/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../Kolab_Resource/locale/uk/LC_MESSAGES/Horde_Kolab_Resource.po  |    2 +-
 .../locale/zh_CN/LC_MESSAGES/Horde_Kolab_Resource.po              |    2 +-
 .../locale/zh_TW/LC_MESSAGES/Horde_Kolab_Resource.po              |    2 +-
 framework/Kolab_Resource/package.xml                              |   31 +-
 framework/Kolab_Resource/test/Horde/Kolab/Resource/AllTests.php   |   45 -
 framework/Kolab_Resource/test/Horde/Kolab/Resource/Autoload.php   |    4 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php       |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Connection/Interface.php  |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock.php |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Ldap.php  |    2 +-
 .../lib/Horde/Kolab/Server/Connection/Mock/Search.php             |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Connection/Simpleldap.php |    2 +-
 .../lib/Horde/Kolab/Server/Connection/Splittedldap.php            |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Clean.php |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Count.php |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Log.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Map.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php       |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Exception/Bindfailed.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Exception/Novalue.php     |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php         |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Interface.php       |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php            |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Changes.php    |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Filtered.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap/Standard.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php       |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/List/Interface.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Base.php |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Createtimestamp.php   |    2 +-
 .../Horde/Kolab/Server/Object/Attribute/Createtimestampdate.php   |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Decorator.php         |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Default.php           |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Empty.php             |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/External.php          |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Field.php             |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Firstnamelastname.php |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Guid.php |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Id.php   |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Interface.php         |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Internal.php          |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Locked.php            |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Modifytimestamp.php   |    2 +-
 .../Horde/Kolab/Server/Object/Attribute/Modifytimestampdate.php   |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Objectclass.php       |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Openldapaci.php       |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Required.php          |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Single.php            |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Value.php             |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Writelock.php         |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php     |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Factory.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Hash.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Interface.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Address.php  |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Administrator.php         |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php             |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Distlist.php |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php      |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Maintainer.php            |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php     |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php  |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php           |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php          |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabpop3account.php            |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php           |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Mcached.php  |    2 +-
 .../lib/Horde/Kolab/Server/Object/Organizationalperson.php        |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Searches.php |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Top.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Base.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Objects/Interface.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/And.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Approx.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Begins.php  |    2 +-
 .../lib/Horde/Kolab/Server/Query/Element/Contains.php             |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Ends.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Equals.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Greater.php |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Group.php   |    2 +-
 .../lib/Horde/Kolab/Server/Query/Element/Interface.php            |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Less.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Mapped.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Not.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Or.php      |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Query/Element/Single.php  |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Query/Interface.php |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Query/Ldap.php      |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Result/Interface.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Result/Ldap.php     |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php     |    2 +-
 .../lib/Horde/Kolab/Server/Schema/Decorator/Cache.php             |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Schema/Interface.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Base.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Search/Interface.php      |    2 +-
 .../Horde/Kolab/Server/Search/Operation/Addressesforuidormail.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Attributes.php        |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Base.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Children.php          |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Constraint/Single.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Constraint/Strict.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Groupsformember.php   |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Guid.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidforalias.php      |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidforcn.php         |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidforkolabusers.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidformail.php       |    2 +-
 .../Horde/Kolab/Server/Search/Operation/Guidformailoralias.php    |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidforuid.php        |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Guidforuidormail.php  |    2 +-
 .../Kolab/Server/Search/Operation/Guidforuidormailoralias.php     |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Interface.php         |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Mailforuidormail.php  |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Restrictgroups.php    |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Restrictkolab.php     |    2 +-
 .../lib/Horde/Kolab/Server/Structure/Attribute/Double.php         |    2 +-
 .../lib/Horde/Kolab/Server/Structure/Attribute/Interface.php      |    2 +-
 .../lib/Horde/Kolab/Server/Structure/Attribute/Value.php          |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Base.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Structure/Interface.php   |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Ldap.php  |    2 +-
 framework/Kolab_Server/package.xml                                |   20 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |   13 +-
 .../test/Horde/Kolab/Server/Class/Server/Composite/BaseTest.php   |   12 +-
 .../Horde/Kolab/Server/Class/Server/Connection/Mock/LdapTest.php  |   12 +-
 .../test/Horde/Kolab/Server/Class/Server/Connection/MockTest.php  |    4 +-
 .../Horde/Kolab/Server/Class/Server/Connection/SimpleldapTest.php |    4 +-
 .../Kolab/Server/Class/Server/Connection/SplittedldapTest.php     |    6 +-
 .../test/Horde/Kolab/Server/Class/Server/Decorator/CleanTest.php  |    6 +-
 .../test/Horde/Kolab/Server/Class/Server/Decorator/LogTest.php    |    6 +-
 .../test/Horde/Kolab/Server/Class/Server/Ldap/ChangesTest.php     |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Ldap/FilteredTest.php    |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Ldap/StandardTest.php    |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/LdapTest.php             |    4 +-
 .../Horde/Kolab/Server/Class/Server/Object/Attribute/BaseTest.php |    4 +-
 .../Kolab/Server/Class/Server/Object/Attribute/ValueTest.php      |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Object/BaseTest.php      |    2 +-
 .../Horde/Kolab/Server/Class/Server/Query/Element/MappedTest.php  |    4 +-
 .../test/Horde/Kolab/Server/Class/Server/Query/ElementTest.php    |    4 +-
 .../test/Horde/Kolab/Server/Class/Server/Query/LdapTest.php       |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Result/LdapTest.php      |    7 +-
 .../test/Horde/Kolab/Server/Class/Server/Search/BaseTest.php      |    2 +-
 .../Horde/Kolab/Server/Class/Server/Search/Operation/GuidTest.php |    4 +-
 .../Server/Class/Server/Search/Operation/GuidforaliasTest.php     |    2 +-
 .../Kolab/Server/Class/Server/Search/Operation/GuidforcnTest.php  |    2 +-
 .../Server/Class/Server/Search/Operation/GuidformailTest.php      |    2 +-
 .../Kolab/Server/Class/Server/Search/Operation/GuidforuidTest.php |    2 +-
 .../Server/Class/Server/Search/Operation/RestrictgroupsTest.php   |    2 +-
 .../Server/Class/Server/Search/Operation/RestrictkolabTest.php    |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Structure/KolabTest.php  |    4 +-
 .../test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php   |    6 +-
 .../test/Horde/Kolab/Server/Integration/AddingObjectsTest.php     |    2 +-
 .../test/Horde/Kolab/Server/Integration/AdminTest.php             |    2 +-
 .../test/Horde/Kolab/Server/Integration/DistListHandlingTest.php  |    2 +-
 .../test/Horde/Kolab/Server/Integration/GroupHandlingTest.php     |  502 -
 .../test/Horde/Kolab/Server/Integration/GroupHandlingTestTodo.php |  502 +
 .../test/Horde/Kolab/Server/Integration/GroupTest.php             |    2 +-
 .../test/Horde/Kolab/Server/Integration/InetorgpersonTest.php     |    2 +-
 .../Kolab/Server/Integration/KolabgermanbankarrangementTest.php   |    2 +-
 .../Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php     |    2 +-
 .../test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php  |    2 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php |    2 +-
 .../test/Horde/Kolab/Server/Integration/ObjectTest.php            |    4 +-
 .../test/Horde/Kolab/Server/Integration/ObjectsTest.php           |    2 +-
 .../test/Horde/Kolab/Server/Integration/OrgPersonTest.php         |    2 +-
 .../test/Horde/Kolab/Server/Integration/PersonTest.php            |    2 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php |    6 +-
 .../test/Horde/Kolab/Server/Integration/SearchTest.php            |    2 +-
 .../Horde/Kolab/Server/Integration/SearchguidforuidormailTest.php |    3 +-
 .../test/Horde/Kolab/Server/Integration/UserHandlingTest.php      |  639 -
 .../test/Horde/Kolab/Server/Integration/UserHandlingTestTodo.php  |  639 +
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/UserTest.php |    2 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/LdapTestCase.php   |    2 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/TestCase.php       |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session.php               |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Abstract.php      |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php          |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Anonymous.php |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Base.php      |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Logged.php    |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Stored.php    |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Exception.php     |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Exception/Badlogin.php  |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Imap.php  |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Imap.php          |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Storage.php       |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Storage/Mock.php  |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Storage/Session.php     |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Valid.php         |    2 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Valid/Base.php    |    2 +-
 .../lib/Horde/Kolab/Session/Valid/Decorator/Logged.php            |    2 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/AllTests.php     |    2 +-
 .../test/Horde/Kolab/Session/Integration/AnonymousTest.php        |    2 +-
 .../test/Horde/Kolab/Session/Integration/ValidTest.php            |    2 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/TestCase.php     |    2 +-
 .../Kolab_Session/test/Horde/Kolab/Session/Unit/BaseTest.php      |    2 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/AnonymousTest.php     |    2 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/BaseTest.php          |    2 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/LoggedTest.php        |    2 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/StoredTest.php        |    2 +-
 .../Kolab_Session/test/Horde/Kolab/Session/Unit/ImapTest.php      |    2 +-
 .../test/Horde/Kolab/Session/Unit/Storage/MockTest.php            |    2 +-
 .../test/Horde/Kolab/Session/Unit/Storage/SessionTest.php         |    2 +-
 .../test/Horde/Kolab/Session/Unit/Valid/BaseTest.php              |    2 +-
 .../test/Horde/Kolab/Session/Unit/Valid/Decorator/LoggedTest.php  |    2 +-
 framework/Kolab_Storage/doc/Horde/Kolab/Storage/TODO              |    8 +
 framework/Kolab_Storage/lib/Horde/Kolab/Storage.php               |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php          |   15 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |   20 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php    |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cached.php        |   36 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php          |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   15 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |   24 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format.php   |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   37 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Modifiable.php     |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Old.php      |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Parser.php   |    2 +-
 .../lib/Horde/Kolab/Storage/Data/Parser/Structure.php             |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query.php    |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query/History.php  |    2 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Base.php           |    9 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Cache.php          |    2 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences.php            |    2 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Base.php       |    9 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php      |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Decorator/Log.php |    2 +-
 .../lib/Horde/Kolab/Storage/Decorator/Synchronization.php         |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php        |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php   |   11 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php      |   16 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |    6 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |    4 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |   11 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php   |   13 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock/Data.php    |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Pear.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php  |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Exception.php     |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Exception/Pear.php      |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php       |   13 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php        |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |   13 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Base.php             |    9 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php          |   10 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Namespace.php    |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Config.php           |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element.php          |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element/Other.php    |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element/Personal.php |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element/Shared.php   |    2 +-
 .../Kolab/Storage/Folder/Namespace/Element/SharedWithPrefix.php   |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Fixed.php            |    2 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Imap.php             |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Stamp.php  |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Stamp/Uids.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Type.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List.php          |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Base.php     |    9 +-
 .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php              |    9 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Log.php  |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Query.php    |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl.php      |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl/Base.php |    9 +-
 .../lib/Horde/Kolab/Storage/List/Query/Acl/Cache.php              |    9 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync.php             |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php        |    9 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php       |    9 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/List.php     |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |    9 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |    9 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Share.php    |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Base.php             |    9 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Cache.php            |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Queriable.php     |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Query.php         |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet.php      |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Base.php |   12 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Cached.php     |   17 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Uncached.php   |    8 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Synchronization.php     |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Translation.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Uncached.php      |   22 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |   21 +-
 .../Kolab_Storage/locale/ar/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/bg/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/bs/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/ca/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/cs/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/da/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 1996 -> 1996 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |   21 +-
 .../Kolab_Storage/locale/el/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/en/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/es/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/et/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 1260 -> 6956 bytes
 .../Kolab_Storage/locale/et/LC_MESSAGES/Horde_Kolab_Storage.po    |  248 +-
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/fa/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/fi/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/fr/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/gl/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/he/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/hr/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 2063 -> 7293 bytes
 .../Kolab_Storage/locale/hr/LC_MESSAGES/Horde_Kolab_Storage.po    |  241 +-
 .../Kolab_Storage/locale/hu/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/id/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/is/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/it/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/ja/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 8955 -> 8955 bytes
 .../Kolab_Storage/locale/ja/LC_MESSAGES/Horde_Kolab_Storage.po    |   30 +-
 .../Kolab_Storage/locale/km/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/ko/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/lt/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/lv/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 2365 -> 2365 bytes
 .../Kolab_Storage/locale/lv/LC_MESSAGES/Horde_Kolab_Storage.po    |  131 +-
 .../Kolab_Storage/locale/mk/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/nb/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/nl/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/nn/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/pl/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/pt/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Storage.mo |  Bin 7124 -> 7124 bytes
 .../Kolab_Storage/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Storage.po |   17 +-
 .../Kolab_Storage/locale/ro/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/ru/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/sk/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/sl/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/sv/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/tr/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/uk/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/zh_CN/LC_MESSAGES/Horde_Kolab_Storage.po |    2 +-
 .../Kolab_Storage/locale/zh_TW/LC_MESSAGES/Horde_Kolab_Storage.po |    2 +-
 framework/Kolab_Storage/package.xml                               |   50 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php     |    3 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php     |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php  |    4 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |    6 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/ListTest.php              |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CachedTest.php    |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php |    6 +-
 .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php             |    6 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Decorator/LogTest.php      |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Format/MimeTest.php        |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php   |    6 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Query/History/BaseTest.php |    2 +-
 .../Horde/Kolab/Storage/Unit/Data/Query/Preferences/BaseTest.php  |    2 +-
 .../Horde/Kolab/Storage/Unit/Data/Query/Preferences/CacheTest.php |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Decorator/LogTest.php           |    2 +-
 .../Horde/Kolab/Storage/Unit/Decorator/SynchronizationTest.php    |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php          |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/LogTest.php    |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/TimerTest.php  |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php             |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php             |   12 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php             |    4 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php   |    8 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/BaseTest.php             |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php        |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/Stamp/UidsTest.php       |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/TypeTest.php             |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php |    6 +-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php    |    6 +-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/LogTest.php      |    2 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Acl/BaseTest.php     |    2 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Acl/CacheTest.php    |    2 +-
 .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/BaseTest.php   |    2 +-
 .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/CacheTest.php  |    2 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |   18 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |   20 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Share/BaseTest.php   |    2 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Share/CacheTest.php  |    2 +-
 .../test/Horde/Kolab/Storage/Unit/QuerySet/UncachedTest.php       |    2 +-
 .../test/Horde/Kolab/Storage/Unit/SynchronizationTest.php         |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/UncachedTest.php  |    2 +-
 framework/Ldap/lib/Horde/Ldap.php                                 |    7 +-
 framework/Ldap/lib/Horde/Ldap/Entry.php                           |    5 +-
 framework/Ldap/lib/Horde/Ldap/Exception.php                       |    2 +-
 framework/Ldap/lib/Horde/Ldap/Filter.php                          |    5 +-
 framework/Ldap/lib/Horde/Ldap/Ldif.php                            |    5 +-
 framework/Ldap/lib/Horde/Ldap/RootDse.php                         |    5 +-
 framework/Ldap/lib/Horde/Ldap/Schema.php                          |    5 +-
 framework/Ldap/lib/Horde/Ldap/Search.php                          |    5 +-
 framework/Ldap/lib/Horde/Ldap/Util.php                            |    5 +-
 framework/Ldap/package.xml                                        |   35 +-
 framework/Ldap/test/Horde/Ldap/AllTests.php                       |    3 +-
 framework/Ldap/test/Horde/Ldap/Autoload.php                       |    2 +-
 framework/Ldap/test/Horde/Ldap/EntryTest.php                      |    3 +-
 framework/Ldap/test/Horde/Ldap/FilterTest.php                     |    3 +-
 framework/Ldap/test/Horde/Ldap/LdapTest.php                       |    3 +-
 framework/Ldap/test/Horde/Ldap/LdifTest.php                       |    3 +-
 framework/Ldap/test/Horde/Ldap/SearchTest.php                     |    3 +-
 framework/Ldap/test/Horde/Ldap/TestBase.php                       |    3 +-
 framework/Ldap/test/Horde/Ldap/UtilTest.php                       |    3 +-
 framework/Lens/package.xml                                        |    2 +-
 framework/Lock/lib/Horde/Lock.php                                 |    2 +-
 framework/Lock/lib/Horde/Lock/Exception.php                       |    2 +-
 framework/Lock/lib/Horde/Lock/Null.php                            |    2 +-
 framework/Lock/lib/Horde/Lock/Sql.php                             |    2 +-
 .../Lock/migration/Horde/Lock/3_horde_lock_fix_owner_width.php    |   16 +
 framework/Lock/package.xml                                        |   33 +-
 framework/Log/doc/Horde/Log/COPYING                               |    2 +-
 framework/Log/package.xml                                         |   31 +-
 framework/LoginTasks/lib/Horde/LoginTasks.php                     |   23 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php             |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php          |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Task.php                |    4 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php            |   12 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Translation.php         |    2 +-
 framework/LoginTasks/locale/Horde_LoginTasks.pot                  |   14 +-
 framework/LoginTasks/locale/ar/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/bg/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/bs/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/ca/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/cs/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/da/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/de/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 653 -> 653 bytes
 framework/LoginTasks/locale/de/LC_MESSAGES/Horde_LoginTasks.po    |   14 +-
 framework/LoginTasks/locale/el/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/en/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/es/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/et/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/fa/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/fi/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/fr/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/gl/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/he/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/hr/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 704 -> 735 bytes
 framework/LoginTasks/locale/hr/LC_MESSAGES/Horde_LoginTasks.po    |   25 +-
 framework/LoginTasks/locale/hu/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/id/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/is/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/it/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/ja/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 645 -> 645 bytes
 framework/LoginTasks/locale/ja/LC_MESSAGES/Horde_LoginTasks.po    |   18 +-
 framework/LoginTasks/locale/km/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/ko/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/lt/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/lv/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 782 -> 782 bytes
 framework/LoginTasks/locale/lv/LC_MESSAGES/Horde_LoginTasks.po    |    4 +-
 framework/LoginTasks/locale/mk/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/nb/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/nl/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/nn/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/pl/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/pt/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/pt_BR/LC_MESSAGES/Horde_LoginTasks.mo |  Bin 652 -> 652 bytes
 framework/LoginTasks/locale/pt_BR/LC_MESSAGES/Horde_LoginTasks.po |   14 +-
 framework/LoginTasks/locale/ro/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/ru/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/sk/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/sl/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/sv/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/tr/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/uk/LC_MESSAGES/Horde_LoginTasks.po    |    2 +-
 framework/LoginTasks/locale/zh_CN/LC_MESSAGES/Horde_LoginTasks.po |    2 +-
 framework/LoginTasks/locale/zh_TW/LC_MESSAGES/Horde_LoginTasks.po |    2 +-
 framework/LoginTasks/package.xml                                  |   44 +-
 framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php     |    2 +-
 framework/Mail/doc/Horde/Mail/COPYING                             |    2 +-
 framework/Mail/lib/Horde/Mail/Exception.php                       |    2 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php                          |    5 +
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php              |    9 +-
 framework/Mail/package.xml                                        |   45 +-
 framework/Mail/test/Horde/Mail/ParseTest.php                      |   11 +
 framework/Memcache/lib/Horde/Memcache.php                         |    2 +-
 framework/Memcache/lib/Horde/Memcache/Exception.php               |    2 +-
 framework/Memcache/package.xml                                    |   23 +-
 framework/Mime/lib/Horde/Mime.php                                 |   10 +-
 framework/Mime/lib/Horde/Mime/Address.php                         |   90 +-
 framework/Mime/lib/Horde/Mime/Exception.php                       |    2 +-
 framework/Mime/lib/Horde/Mime/Headers.php                         |  202 +-
 framework/Mime/lib/Horde/Mime/Magic.php                           |    2 +-
 framework/Mime/lib/Horde/Mime/Mail.php                            |   13 +-
 framework/Mime/lib/Horde/Mime/Mdn.php                             |    2 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   77 +-
 framework/Mime/lib/Horde/Mime/Translation.php                     |    2 +-
 framework/Mime/locale/Horde_Mime.pot                              |   24 +-
 framework/Mime/locale/ar/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/bg/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/bs/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/ca/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/cs/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/da/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo                |  Bin 1413 -> 1413 bytes
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po                |   24 +-
 framework/Mime/locale/el/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/en/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/et/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/fa/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/fi/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/fr/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/gl/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/he/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/hr/LC_MESSAGES/Horde_Mime.mo                |  Bin 1404 -> 1435 bytes
 framework/Mime/locale/hr/LC_MESSAGES/Horde_Mime.po                |   39 +-
 framework/Mime/locale/hu/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/id/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/is/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/it/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/ja/LC_MESSAGES/Horde_Mime.mo                |  Bin 1453 -> 1453 bytes
 framework/Mime/locale/ja/LC_MESSAGES/Horde_Mime.po                |   30 +-
 framework/Mime/locale/km/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/ko/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/lt/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/lv/LC_MESSAGES/Horde_Mime.mo                |  Bin 1556 -> 1556 bytes
 framework/Mime/locale/lv/LC_MESSAGES/Horde_Mime.po                |    4 +-
 framework/Mime/locale/mk/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/nb/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/nl/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/nn/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/pl/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/pt/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo             |  Bin 1360 -> 1360 bytes
 framework/Mime/locale/pt_BR/LC_MESSAGES/Horde_Mime.po             |   12 +-
 framework/Mime/locale/ro/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/ru/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/sk/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/sl/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/sv/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/tr/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/uk/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/zh_CN/LC_MESSAGES/Horde_Mime.po             |    2 +-
 framework/Mime/locale/zh_TW/LC_MESSAGES/Horde_Mime.po             |    2 +-
 framework/Mime/package.xml                                        |  131 +-
 framework/Mime/test/Horde/Mime/AddressTest.php                    |    6 +-
 framework/Mime/test/Horde/Mime/Autoload.php                       |    2 +-
 framework/Mime/test/Horde/Mime/HeadersTest.php                    |   19 +-
 framework/Mime/test/Horde/Mime/MagicTest.php                      |    6 +-
 framework/Mime/test/Horde/Mime/MailTest.php                       |   85 +-
 framework/Mime/test/Horde/Mime/MimeTest.php                       |    6 +-
 framework/Mime/test/Horde/Mime/PartTest.php                       |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php                   |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php             |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php           |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php          |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php         |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php              |   16 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php           |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php      |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php            |    4 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php             |    4 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php          |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php          |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Syntaxhighlighter.php |   59 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Translation.php       |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php       |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php               |    2 +-
 framework/Mime_Viewer/locale/Horde_Mime_Viewer.pot                |    2 +-
 framework/Mime_Viewer/locale/ar/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/bg/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/bs/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/ca/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/cs/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/da/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/de/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/el/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/en/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/es/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/et/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 467 -> 1476 bytes
 framework/Mime_Viewer/locale/et/LC_MESSAGES/Horde_Mime_Viewer.po  |   52 +-
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/fa/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/fi/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/fr/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/gl/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/he/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/hr/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 538 -> 1622 bytes
 framework/Mime_Viewer/locale/hr/LC_MESSAGES/Horde_Mime_Viewer.po  |   92 +-
 framework/Mime_Viewer/locale/hu/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/id/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/is/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/it/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/ja/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1502 -> 1502 bytes
 framework/Mime_Viewer/locale/ja/LC_MESSAGES/Horde_Mime_Viewer.po  |    6 +-
 framework/Mime_Viewer/locale/km/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/ko/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/lt/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/lv/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1651 -> 1651 bytes
 framework/Mime_Viewer/locale/lv/LC_MESSAGES/Horde_Mime_Viewer.po  |    4 +-
 framework/Mime_Viewer/locale/mk/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/nb/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/nl/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/nn/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/pl/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/pt/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 .../Mime_Viewer/locale/pt_BR/LC_MESSAGES/Horde_Mime_Viewer.po     |    2 +-
 framework/Mime_Viewer/locale/ro/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/ru/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/sk/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/sl/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/sv/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/tr/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/uk/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 .../Mime_Viewer/locale/zh_CN/LC_MESSAGES/Horde_Mime_Viewer.po     |    2 +-
 .../Mime_Viewer/locale/zh_TW/LC_MESSAGES/Horde_Mime_Viewer.po     |    2 +-
 framework/Mime_Viewer/package.xml                                 |   58 +-
 framework/Model/lib/Horde/Core/Form.php                           |  569 +
 framework/Model/lib/Horde/Core/Form/Renderer.php                  |  110 +
 framework/Model/lib/Horde/Core/Form/Renderer/Html.php             |  453 +
 framework/Model/lib/Horde/Core/Form/Type.php                      |  105 +
 framework/Model/lib/Horde/Core/Form/Type/Boolean.php              |   16 +
 framework/Model/lib/Horde/Core/Form/Type/Color.php                |   21 +
 framework/Model/lib/Horde/Core/Form/Type/CreditCard.php           |   96 +
 framework/Model/lib/Horde/Core/Form/Type/Date.php                 |   69 +
 framework/Model/lib/Horde/Core/Form/Type/DateTime.php             |  125 +
 framework/Model/lib/Horde/Core/Form/Type/Email.php                |  413 +
 framework/Model/lib/Horde/Core/Form/Type/EmailConfirm.php         |   38 +
 framework/Model/lib/Horde/Core/Form/Type/Enum.php                 |   40 +
 framework/Model/lib/Horde/Core/Form/Type/Int.php                  |   21 +
 framework/Model/lib/Horde/Core/Form/Type/Invalid.php              |   16 +
 framework/Model/lib/Horde/Core/Form/Type/KeyvalMultiEnum.php      |   12 +
 framework/Model/lib/Horde/Core/Form/Type/MultiEnum.php            |   31 +
 framework/Model/lib/Horde/Core/Form/Type/Number.php               |   80 +
 framework/Model/lib/Horde/Core/Form/Type/Octal.php                |   21 +
 framework/Model/lib/Horde/Core/Form/Type/Password.php             |   21 +
 framework/Model/lib/Horde/Core/Form/Type/PasswordConfirm.php      |   27 +
 framework/Model/lib/Horde/Core/Form/Type/Phone.php                |   26 +
 framework/Model/lib/Horde/Core/Form/Type/Phone/Mobile.php         |    5 +
 framework/Model/lib/Horde/Core/Form/Type/Set.php                  |   33 +
 framework/Model/lib/Horde/Core/Form/Type/String.php               |   42 +
 framework/Model/lib/Horde/Core/Form/Type/Time.php                 |   22 +
 framework/Model/lib/Horde/Core/Form/Variable.php                  |  510 +
 framework/Model/lib/Horde/Core/Form/daterendererchanges.php       | 1649 +
 framework/Model/lib/Horde/Form.php                                | 3639 -
 framework/Model/lib/Horde/Form/Renderer.php                       |  114 -
 framework/Model/lib/Horde/Form/Renderer/Xhtml.php                 |  454 -
 framework/Model/lib/Horde/Form/Type.php                           |  106 -
 framework/Model/lib/Horde/Form/Type/Boolean.php                   |   17 -
 framework/Model/lib/Horde/Form/Type/Color.php                     |   22 -
 framework/Model/lib/Horde/Form/Type/CreditCard.php                |   97 -
 framework/Model/lib/Horde/Form/Type/Date.php                      |   70 -
 framework/Model/lib/Horde/Form/Type/DateTime.php                  |  125 -
 framework/Model/lib/Horde/Form/Type/Email.php                     |  453 -
 framework/Model/lib/Horde/Form/Type/Enum.php                      |   41 -
 framework/Model/lib/Horde/Form/Type/Int.php                       |   22 -
 framework/Model/lib/Horde/Form/Type/Invalid.php                   |   16 -
 framework/Model/lib/Horde/Form/Type/Number.php                    |   80 -
 framework/Model/lib/Horde/Form/Type/Octal.php                     |   22 -
 framework/Model/lib/Horde/Form/Type/Password.php                  |   51 -
 framework/Model/lib/Horde/Form/Type/Phone.php                     |   26 -
 framework/Model/lib/Horde/Form/Type/Phone/Mobile.php              |    5 -
 framework/Model/lib/Horde/Form/Type/Set.php                       |   79 -
 framework/Model/lib/Horde/Form/Type/String.php                    |   43 -
 framework/Model/lib/Horde/Form/Type/Time.php                      |   22 -
 framework/Model/lib/Horde/Form/VarRenderer.php                    |    7 +-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php              |    2 +-
 framework/Model/lib/Horde/Model/Translation.php                   |    2 +-
 framework/Model/locale/Horde_Model.pot                            |  554 +-
 framework/Model/locale/ar/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/bg/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/bs/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/ca/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/cs/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/da/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/de/LC_MESSAGES/Horde_Model.mo              |  Bin 11695 -> 6946 bytes
 framework/Model/locale/de/LC_MESSAGES/Horde_Model.po              |  590 +-
 framework/Model/locale/el/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/en/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/es/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/et/LC_MESSAGES/Horde_Model.mo              |  Bin 9913 -> 10822 bytes
 framework/Model/locale/et/LC_MESSAGES/Horde_Model.po              |   91 +-
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/fa/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/fi/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/fr/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/gl/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/he/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/hr/LC_MESSAGES/Horde_Model.mo              |  Bin 10073 -> 6858 bytes
 framework/Model/locale/hr/LC_MESSAGES/Horde_Model.po              |  784 +-
 framework/Model/locale/hu/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/id/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/is/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/it/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/ja/LC_MESSAGES/Horde_Model.mo              |  Bin 12016 -> 7395 bytes
 framework/Model/locale/ja/LC_MESSAGES/Horde_Model.po              |  597 +-
 framework/Model/locale/km/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/ko/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/lt/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/lv/LC_MESSAGES/Horde_Model.mo              |  Bin 11747 -> 11747 bytes
 framework/Model/locale/lv/LC_MESSAGES/Horde_Model.po              |    4 +-
 framework/Model/locale/mk/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/nb/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/nl/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/nn/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/pl/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/pt/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/pt_BR/LC_MESSAGES/Horde_Model.mo           |  Bin 11762 -> 6939 bytes
 framework/Model/locale/pt_BR/LC_MESSAGES/Horde_Model.po           |  585 +-
 framework/Model/locale/ro/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/ru/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/sk/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/sl/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/sv/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/tr/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/uk/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/zh_CN/LC_MESSAGES/Horde_Model.po           |    2 +-
 framework/Model/locale/zh_TW/LC_MESSAGES/Horde_Model.po           |    2 +-
 framework/Model/www/.htaccess                                     |    2 +
 framework/Model/www/js/maxlength.js                               |   39 -
 framework/Model/www/test.php                                      |   12 +-
 framework/Model/www/themes/form.css                               |  262 -
 framework/Model/www/themes/graphics/required.png                  |  Bin 118 -> 0 bytes
 framework/Nls/lib/Horde/Nls.php                                   |   40 +-
 framework/Nls/lib/Horde/Nls/Geoip.php                             |    2 +-
 framework/Nls/lib/Horde/Nls/Languages.php                         |  193 +
 framework/Nls/lib/Horde/Nls/Translation.php                       |    2 +-
 framework/Nls/locale/Horde_Nls.pot                                |  743 +-
 framework/Nls/locale/ar/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/bg/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/bs/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/ca/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/cs/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/da/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/de/LC_MESSAGES/Horde_Nls.mo                  |  Bin 12539 -> 20126 bytes
 framework/Nls/locale/de/LC_MESSAGES/Horde_Nls.po                  |  747 +-
 framework/Nls/locale/el/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/en/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/es/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/et/LC_MESSAGES/Horde_Nls.mo                  |  Bin 12477 -> 19925 bytes
 framework/Nls/locale/et/LC_MESSAGES/Horde_Nls.po                  | 1310 +-
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/fa/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/fi/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/fr/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/gl/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/he/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/hr/LC_MESSAGES/Horde_Nls.mo                  |  Bin 12638 -> 20181 bytes
 framework/Nls/locale/hr/LC_MESSAGES/Horde_Nls.po                  | 1318 +-
 framework/Nls/locale/hu/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/id/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/is/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/it/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/ja/LC_MESSAGES/Horde_Nls.mo                  |  Bin 15509 -> 24741 bytes
 framework/Nls/locale/ja/LC_MESSAGES/Horde_Nls.po                  |  745 +-
 framework/Nls/locale/km/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/ko/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/lt/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/lv/LC_MESSAGES/Horde_Nls.mo                  |  Bin 12880 -> 12880 bytes
 framework/Nls/locale/lv/LC_MESSAGES/Horde_Nls.po                  |    4 +-
 framework/Nls/locale/mk/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/nb/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/nn/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/pl/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/pt/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/pt_BR/LC_MESSAGES/Horde_Nls.mo               |  Bin 12653 -> 14036 bytes
 framework/Nls/locale/pt_BR/LC_MESSAGES/Horde_Nls.po               |  798 +-
 framework/Nls/locale/ro/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/ru/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/sk/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/sl/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/sv/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/tr/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/uk/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/zh_CN/LC_MESSAGES/Horde_Nls.po               |    2 +-
 framework/Nls/locale/zh_TW/LC_MESSAGES/Horde_Nls.po               |    2 +-
 framework/Nls/package.xml                                         |   82 +-
 framework/Notification/lib/Horde/Notification.php                 |    2 +-
 framework/Notification/lib/Horde/Notification/Event.php           |    2 +-
 framework/Notification/lib/Horde/Notification/Event/Status.php    |    2 +-
 framework/Notification/lib/Horde/Notification/Exception.php       |    2 +-
 framework/Notification/lib/Horde/Notification/Handler.php         |    2 +-
 .../lib/Horde/Notification/Handler/Decorator/Alarm.php            |    2 +-
 .../lib/Horde/Notification/Handler/Decorator/Base.php             |    2 +-
 .../Notification/lib/Horde/Notification/Handler/Decorator/Log.php |    2 +-
 framework/Notification/lib/Horde/Notification/Listener.php        |    2 +-
 framework/Notification/lib/Horde/Notification/Listener/Audio.php  |    2 +-
 framework/Notification/lib/Horde/Notification/Listener/Status.php |    2 +-
 .../Notification/lib/Horde/Notification/Storage/Interface.php     |    2 +-
 framework/Notification/lib/Horde/Notification/Storage/Object.php  |    2 +-
 framework/Notification/lib/Horde/Notification/Storage/Session.php |    2 +-
 framework/Notification/package.xml                                |   31 +-
 framework/Notification/test/Horde/Notification/Autoload.php       |   13 +-
 .../Horde/Notification/Class/Notification/Event/StatusTest.php    |    2 +-
 .../test/Horde/Notification/Class/Notification/EventTest.php      |    2 +-
 .../Class/Notification/Handler/Decorator/AlarmTest.php            |    2 +-
 .../Class/Notification/Handler/Decorator/HordelogTest.php         |    2 +-
 .../Notification/Class/Notification/Handler/Decorator/LogTest.php |    2 +-
 .../test/Horde/Notification/Class/Notification/HandlerTest.php    |   21 +-
 .../Horde/Notification/Class/Notification/Listener/AudioTest.php  |    2 +-
 .../Horde/Notification/Class/Notification/Listener/StatusTest.php |    2 +-
 .../test/Horde/Notification/Class/Notification/ListenerTest.php   |    2 +-
 .../test/Horde/Notification/Class/NotificationTest.php            |    7 +-
 framework/Oauth/doc/Horde/Oauth/COPYING                           |    2 +-
 framework/Oauth/lib/Horde/Oauth/Consumer.php                      |    2 +-
 framework/Oauth/lib/Horde/Oauth/Exception.php                     |    2 +-
 framework/Oauth/lib/Horde/Oauth/Request.php                       |    2 +-
 framework/Oauth/lib/Horde/Oauth/SignatureMethod.php               |    2 +-
 framework/Oauth/lib/Horde/Oauth/SignatureMethod/HmacSha1.php      |    2 +-
 framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php     |    2 +-
 framework/Oauth/lib/Horde/Oauth/SignatureMethod/RsaSha1.php       |    2 +-
 framework/Oauth/lib/Horde/Oauth/Token.php                         |    2 +-
 framework/Oauth/lib/Horde/Oauth/Utils.php                         |    2 +-
 framework/Oauth/package.xml                                       |    2 +-
 framework/Pdf/lib/Horde/Pdf/Writer.php                            |    2 +-
 framework/Pdf/package.xml                                         |   37 +-
 framework/Pear/doc/Horde/Pear/DOCS_ORIGIN                         |   13 +
 framework/Pear/doc/Horde/Pear/README                              |   27 +
 framework/Pear/doc/Horde/Pear/REMOTE_PEAR_SERVER                  |  173 +
 framework/Pear/doc/Horde/Pear/TODO                                |    6 +
 framework/Pear/doc/Horde/Pear/examples/remote.php                 |   56 +
 framework/Pear/lib/Horde/Pear/Exception.php                       |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents.php                |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Ignore.php         |    2 +-
 .../Pear/lib/Horde/Pear/Package/Contents/Ignore/Composite.php     |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Ignore/Dot.php     |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Ignore/Git.php     |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Ignore/Hidden.php  |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Ignore/Nothing.php |    2 +-
 .../Pear/lib/Horde/Pear/Package/Contents/Ignore/Patterns.php      |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Include.php        |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Include/All.php    |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/InstallAs.php      |    2 +-
 .../Pear/lib/Horde/Pear/Package/Contents/InstallAs/Horde.php      |    2 +-
 .../Horde/Pear/Package/Contents/InstallAs/HordeApplication.php    |    2 +-
 .../lib/Horde/Pear/Package/Contents/InstallAs/HordeComponent.php  |    2 +-
 .../Pear/lib/Horde/Pear/Package/Contents/InstallAs/HordeRole.php  |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/List.php           |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Contents/Role.php           |    2 +-
 .../lib/Horde/Pear/Package/Contents/Role/HordeApplication.php     |    2 +-
 .../Pear/lib/Horde/Pear/Package/Contents/Role/HordeComponent.php  |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Dependencies.php            |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Task.php                    |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Task/UpdateContents.php     |   23 +-
 framework/Pear/lib/Horde/Pear/Package/Type.php                    |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Type/Horde.php              |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Xml.php                     |   63 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php            |   10 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php           |   16 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Element/Directory.php   |    8 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Element/File.php        |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Factory.php             |    2 +-
 framework/Pear/lib/Horde/Pear/Registry.php                        |    2 +-
 framework/Pear/lib/Horde/Pear/Remote.php                          |  103 +-
 framework/Pear/lib/Horde/Pear/Rest.php                            |   20 +-
 framework/Pear/lib/Horde/Pear/Rest/Access.php                     |  185 -
 framework/Pear/lib/Horde/Pear/Rest/Dependencies.php               |    2 +-
 framework/Pear/lib/Horde/Pear/Rest/Package.php                    |    2 +-
 framework/Pear/lib/Horde/Pear/Rest/PackageList.php                |    2 +-
 framework/Pear/lib/Horde/Pear/Rest/Release.php                    |    2 +-
 framework/Pear/lib/Horde/Pear/Rest/Releases.php                   |    2 +-
 framework/Pear/package.xml                                        |   88 +-
 framework/Pear/test/Horde/Pear/Server/RegistryTest.php            |    4 +-
 framework/Pear/test/Horde/Pear/Server/RemoteTest.php              |    2 +-
 framework/Pear/test/Horde/Pear/Server/RestTest.php                |   14 +-
 framework/Pear/test/Horde/Pear/TestCase.php                       |    8 +-
 .../Horde/Pear/Unit/Package/Contents/Ignore/CompositeTest.php     |    2 +-
 .../Pear/test/Horde/Pear/Unit/Package/Contents/Ignore/DotTest.php |    2 +-
 .../Pear/test/Horde/Pear/Unit/Package/Contents/Ignore/GitTest.php |    2 +-
 .../test/Horde/Pear/Unit/Package/Contents/Ignore/HiddenTest.php   |    2 +-
 .../test/Horde/Pear/Unit/Package/Contents/Ignore/PatternsTest.php |    2 +-
 .../Pear/Unit/Package/Contents/InstallAs/HordeApplicationTest.php |    2 +-
 .../test/Horde/Pear/Unit/Package/Contents/InstallAs/HordeTest.php |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Contents/ListTest.php |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Package/DependenciesTest.php  |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Type/HordeTest.php    |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Xml/DirectoryTest.php |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php           |    2 +-
 framework/Pear/test/Horde/Pear/Unit/RegistryTest.php              |    4 +-
 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php                |   36 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/AccessTest.php           |   53 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/DependenciesTest.php     |  114 +
 framework/Pear/test/Horde/Pear/Unit/Rest/PackageListTest.php      |    2 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/PackageTest.php          |   33 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/ReleaseTest.php          |    4 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/ReleasesTest.php         |   46 +-
 framework/Pear/test/Horde/Pear/Unit/RestTest.php                  |    6 +-
 framework/Pear/test/Horde/Pear/fixture/package.xml.v1.0           |  642 +
 framework/Pear/test/Horde/Pear/fixture/rest/dependencies          |    1 +
 framework/Pear/test/Horde/Pear/fixture/rest/package.xml           |   10 +
 framework/Pear/test/Horde/Pear/fixture/rest/releases.xml          |   26 +
 framework/Perms/lib/Horde/Perms.php                               |    2 +-
 framework/Perms/lib/Horde/Perms/Base.php                          |    2 +-
 framework/Perms/lib/Horde/Perms/Datatree.php                      |    2 +-
 framework/Perms/lib/Horde/Perms/Exception.php                     |    2 +-
 framework/Perms/lib/Horde/Perms/Null.php                          |    2 +-
 framework/Perms/lib/Horde/Perms/Permission.php                    |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl.php          |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php      |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php   |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Creator.php  |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php    |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/User.php     |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element.php      |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Creator.php    |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Default.php    |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php      |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Guest.php      |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/User.php |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Storage.php      |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Sql.php                |    2 +-
 framework/Perms/lib/Horde/Perms/Sql.php                           |    7 +-
 framework/Perms/lib/Horde/Perms/Translation.php                   |    2 +-
 framework/Perms/locale/Horde_Perms.pot                            |   10 +-
 framework/Perms/locale/ar/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/bg/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/bs/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/ca/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/cs/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/da/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/de/LC_MESSAGES/Horde_Perms.mo              |  Bin 569 -> 803 bytes
 framework/Perms/locale/de/LC_MESSAGES/Horde_Perms.po              |   14 +-
 framework/Perms/locale/el/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/en/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/es/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/et/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/fa/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/fi/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/fr/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/gl/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/he/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/hr/LC_MESSAGES/Horde_Perms.mo              |  Bin 693 -> 897 bytes
 framework/Perms/locale/hr/LC_MESSAGES/Horde_Perms.po              |   35 +-
 framework/Perms/locale/hu/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/id/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/is/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/it/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/ja/LC_MESSAGES/Horde_Perms.mo              |  Bin 574 -> 835 bytes
 framework/Perms/locale/ja/LC_MESSAGES/Horde_Perms.po              |   16 +-
 framework/Perms/locale/km/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/ko/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/lt/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/lv/LC_MESSAGES/Horde_Perms.mo              |  Bin 602 -> 601 bytes
 framework/Perms/locale/lv/LC_MESSAGES/Horde_Perms.po              |    6 +-
 framework/Perms/locale/mk/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/nb/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/nl/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/nn/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/pl/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/pt/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/pt_BR/LC_MESSAGES/Horde_Perms.po           |    2 +-
 framework/Perms/locale/ro/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/ru/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/sl/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/sv/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/tr/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/uk/LC_MESSAGES/Horde_Perms.po              |    2 +-
 framework/Perms/locale/zh_CN/LC_MESSAGES/Horde_Perms.po           |    2 +-
 framework/Perms/locale/zh_TW/LC_MESSAGES/Horde_Perms.po           |    2 +-
 framework/Perms/package.xml                                       |   57 +-
 framework/Perms/test/Horde/Perms/KolabTest.php                    |    2 +-
 framework/Prefs/bin/horde-prefs                                   |    2 +-
 framework/Prefs/lib/Horde/Prefs.php                               |   20 +-
 framework/Prefs/lib/Horde/Prefs/Cache/Base.php                    |    2 +-
 framework/Prefs/lib/Horde/Prefs/Cache/Null.php                    |    2 +-
 framework/Prefs/lib/Horde/Prefs/Cache/Session.php                 |    2 +-
 framework/Prefs/lib/Horde/Prefs/CategoryManager.php               |    2 +-
 framework/Prefs/lib/Horde/Prefs/Exception.php                     |    2 +-
 framework/Prefs/lib/Horde/Prefs/Identity.php                      |    2 +-
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Base.php                  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/File.php                  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Imsp.php                  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/KolabImap.php             |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Ldap.php                  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Null.php                  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Sql.php                   |    2 +-
 framework/Prefs/lib/Horde/Prefs/Translation.php                   |    2 +-
 framework/Prefs/locale/Horde_Prefs.pot                            |    6 +-
 framework/Prefs/locale/ar/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/bg/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/bs/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/ca/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/cs/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/da/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/de/LC_MESSAGES/Horde_Prefs.mo              |  Bin 940 -> 940 bytes
 framework/Prefs/locale/de/LC_MESSAGES/Horde_Prefs.po              |    6 +-
 framework/Prefs/locale/el/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/en/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/es/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/et/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/fa/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/fi/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/fr/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/gl/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/he/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/hr/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1085 -> 1002 bytes
 framework/Prefs/locale/hr/LC_MESSAGES/Horde_Prefs.po              |   39 +-
 framework/Prefs/locale/hu/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/id/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/is/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/it/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/ja/LC_MESSAGES/Horde_Prefs.mo              |  Bin 888 -> 937 bytes
 framework/Prefs/locale/ja/LC_MESSAGES/Horde_Prefs.po              |   14 +-
 framework/Prefs/locale/km/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/ko/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/lt/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/lv/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1010 -> 1010 bytes
 framework/Prefs/locale/lv/LC_MESSAGES/Horde_Prefs.po              |    4 +-
 framework/Prefs/locale/mk/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/nb/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/nl/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/nn/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/pl/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/pt/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/pt_BR/LC_MESSAGES/Horde_Prefs.mo           |  Bin 943 -> 943 bytes
 framework/Prefs/locale/pt_BR/LC_MESSAGES/Horde_Prefs.po           |    6 +-
 framework/Prefs/locale/ro/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/ru/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/sl/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/sv/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/tr/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/uk/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/zh_CN/LC_MESSAGES/Horde_Prefs.po           |    2 +-
 framework/Prefs/locale/zh_TW/LC_MESSAGES/Horde_Prefs.po           |    2 +-
 .../migration/Horde/Prefs/2_horde_prefs_upgrade_binary_value.php  |   13 +
 framework/Prefs/package.xml                                       |   76 +-
 framework/Prefs/test/Horde/Prefs/AllTests.php                     |    2 +-
 framework/Prefs/test/Horde/Prefs/Autoload.php                     |    2 +-
 framework/Prefs/test/Horde/Prefs/Stub/Storage.php                 |    2 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/FileTest.php        |    2 +-
 .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php      |    5 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php   |    5 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |  112 +
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqlTest.php   |   31 +
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqliTest.php  |   31 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/MysqlTest.php     |   32 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/PgsqlTest.php     |   32 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/SqliteTest.php    |   28 +
 framework/Prefs/test/Horde/Prefs/conf.php.dist                    |   24 +
 framework/PubSub/doc/Horde/PubSub/COPYING                         |    2 +-
 framework/PubSub/lib/Horde/PubSub.php                             |    4 +-
 framework/PubSub/lib/Horde/PubSub/Handle.php                      |    4 +-
 framework/PubSub/lib/Horde/PubSub/Provider.php                    |    4 +-
 framework/PubSub/test/Horde/PubSub/AllTests.php                   |    2 -
 framework/PubSub/test/Horde/PubSub/HandleTest.php                 |    1 -
 framework/PubSub/test/Horde/PubSub/ProviderTest.php               |    1 -
 framework/PubSub/test/Horde/PubSub/PubSubTest.php                 |    1 -
 framework/Push/bin/horde-push                                     |    8 +
 framework/Push/doc/Horde/Push/COPYING                             |  460 +
 framework/Push/doc/Horde/Push/TODO                                |   24 +
 framework/Push/lib/Horde/Push.php                                 |  247 +
 framework/Push/lib/Horde/Push/Cli.php                             |  161 +
 framework/Push/lib/Horde/Push/Exception.php                       |   30 +
 framework/Push/lib/Horde/Push/Factory/Push.php                    |  187 +
 framework/Push/lib/Horde/Push/Factory/Recipients.php              |  231 +
 framework/Push/lib/Horde/Push/Recipient.php                       |   39 +
 framework/Push/lib/Horde/Push/Recipient/Base.php                  |   59 +
 framework/Push/lib/Horde/Push/Recipient/Blogger.php               |  134 +
 framework/Push/lib/Horde/Push/Recipient/Facebook.php              |   95 +
 framework/Push/lib/Horde/Push/Recipient/Mail.php                  |  113 +
 framework/Push/lib/Horde/Push/Recipient/Mock.php                  |   55 +
 framework/Push/lib/Horde/Push/Recipient/Twitter.php               |   95 +
 framework/Push/lib/Horde/Push/Translation.php                     |   61 +
 framework/Push/locale/Horde_Push.pot                              |   42 +
 framework/Push/locale/de/LC_MESSAGES/Horde_Push.mo                |  Bin 0 -> 1073 bytes
 framework/Push/locale/de/LC_MESSAGES/Horde_Push.po                |   42 +
 framework/Push/locale/ja/LC_MESSAGES/Horde_Push.mo                |  Bin 0 -> 1074 bytes
 framework/Push/locale/ja/LC_MESSAGES/Horde_Push.po                |   41 +
 framework/Push/locale/lv/LC_MESSAGES/Horde_Push.mo                |  Bin 0 -> 745 bytes
 framework/Push/locale/lv/LC_MESSAGES/Horde_Push.po                |   30 +
 framework/Push/package.xml                                        |  245 +
 framework/Push/test/Horde/Push/AllTests.php                       |   50 +
 framework/Push/test/Horde/Push/Autoload.php                       |   29 +
 framework/Push/test/Horde/Push/Stub/Twitter.php                   |   24 +
 framework/Push/test/Horde/Push/TestCase.php                       |   33 +
 framework/Push/test/Horde/Push/Unit/Push/CliTest.php              |   54 +
 framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php     |  197 +
 .../Push/test/Horde/Push/Unit/Push/Factory/RecipientTest.php      |  273 +
 .../Push/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php      |  178 +
 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php   |  158 +
 .../Push/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php      |   80 +
 framework/Push/test/Horde/Push/Unit/PushTest.php                  |  151 +
 framework/Push/test/Horde/Push/fixtures/empty.php                 |    1 +
 framework/Push/test/Horde/Push/fixtures/note.struct               |   33 +
 framework/Push/test/Horde/Push/fixtures/note.xml.qp               |    6 +
 framework/Push/test/Horde/Push/fixtures/push.php                  |    3 +
 framework/Push/test/Horde/Push/fixtures/push.yaml                 |    2 +
 framework/Push/test/Horde/Push/fixtures/text.txt                  |    1 +
 framework/Push/test/Horde/Push/phpunit.xml                        |    8 +
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 framework/Rdo/lib/Horde/Rdo.php                                   |    2 +-
 framework/Rdo/lib/Horde/Rdo/Base.php                              |    7 +-
 framework/Rdo/lib/Horde/Rdo/Query.php                             |   93 +-
 framework/Rdo/package.xml                                         |   29 +-
 framework/Rdo/test/Horde/Rdo/Autoload.php                         |   30 +
 framework/Rdo/test/Horde/Rdo/Base.php                             |   19 +
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThing.php             |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThingMapper.php       |    8 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObject.php      |    5 +
 .../Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObjectMapper.php      |   13 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObject.php       |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObjectMapper.php |   13 +
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                         |  129 +
 framework/Rdo/test/Horde/Rdo/Sql/Pdo/SqliteTest.php               |   27 +
 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql              |   18 +
 framework/Rdo/test/Horde/Rdo/migration/sql.php                    |   31 +
 framework/Rdo/test/Horde/Rdo/phpunit.xml                          |    8 +
 framework/Reflection/lib/Horde/Reflection.php                     |    2 +-
 framework/Reflection/lib/Horde/Reflection/Cli.php                 |    2 +-
 framework/Reflection/lib/Horde/Reflection/Html.php                |    2 +-
 framework/Reflection/lib/Horde/Reflection/Wiki.php                |    2 +-
 framework/Release/lib/Horde/Release.php                           |   90 +-
 framework/Release/lib/Horde/Release/Freecode.php                  |  154 +
 framework/Release/lib/Horde/Release/Freshmeat.php                 |  154 -
 framework/Release/lib/Horde/Release/MailingList.php               |    9 +-
 framework/Release/lib/Horde/Release/Sentinel.php                  |    6 +-
 framework/Release/lib/Horde/Release/Whups.php                     |   44 +-
 framework/Release/package.xml                                     |   52 +-
 framework/Release/test/Horde/Release/TestCase.php                 |    2 +-
 .../Release/test/Horde/Release/Unit/Release/SentinelTest.php      |    2 +-
 framework/Release/test/Horde/Release/Unit/Release/WhupsTest.php   |  104 +
 framework/Release/test/Horde/Release/Unit/ReleaseTest.php         |    2 +-
 framework/Role/Horde.php                                          |    8 +-
 framework/Role/Horde/Role.php                                     |    8 +-
 framework/Role/package.xml                                        |    2 +-
 framework/Routes/doc/Horde/Routes/COPYING                         |    2 +-
 framework/Routes/lib/Horde/Routes/Matcher.php                     |    2 +-
 framework/Routes/lib/Horde/Routes/Utils.php                       |   37 +-
 framework/Routes/package.xml                                      |   45 +-
 framework/Rpc/lib/Horde/Rpc.php                                   |    2 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |   12 +-
 framework/Rpc/lib/Horde/Rpc/Exception.php                         |    2 +-
 framework/Rpc/lib/Horde/Rpc/Jsonrpc.php                           |    4 +-
 framework/Rpc/lib/Horde/Rpc/Soap.php                              |    2 +-
 framework/Rpc/lib/Horde/Rpc/Syncml.php                            |    2 +-
 framework/Rpc/lib/Horde/Rpc/Syncml/Wbxml.php                      |    2 +-
 framework/Rpc/lib/Horde/Rpc/Translation.php                       |    2 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                            |   22 +-
 framework/Rpc/lib/Horde/Rpc/Webdav2.php                           |    2 +-
 framework/Rpc/lib/Horde/Rpc/Xmlrpc.php                            |    2 +-
 framework/Rpc/locale/Horde_Rpc.pot                                |    2 +-
 framework/Rpc/locale/ar/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/bg/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/bs/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/ca/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/cs/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/da/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/de/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/el/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/en/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/es/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/et/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 1129 -> 1228 bytes
 framework/Rpc/locale/et/LC_MESSAGES/Horde_Rpc.po                  |   24 +-
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/fa/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/fi/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/fr/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/gl/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/he/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/hr/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 1260 -> 1370 bytes
 framework/Rpc/locale/hr/LC_MESSAGES/Horde_Rpc.po                  |   30 +-
 framework/Rpc/locale/hu/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/id/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/is/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/it/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/ja/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 1426 -> 1426 bytes
 framework/Rpc/locale/ja/LC_MESSAGES/Horde_Rpc.po                  |    6 +-
 framework/Rpc/locale/km/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/ko/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/lt/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/lv/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 1381 -> 1381 bytes
 framework/Rpc/locale/lv/LC_MESSAGES/Horde_Rpc.po                  |    4 +-
 framework/Rpc/locale/mk/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/nb/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/nl/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/nn/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/pl/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/pt/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/pt_BR/LC_MESSAGES/Horde_Rpc.po               |    2 +-
 framework/Rpc/locale/ro/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/ru/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/sl/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/sv/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/tr/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/uk/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/zh_CN/LC_MESSAGES/Horde_Rpc.po               |    2 +-
 framework/Rpc/locale/zh_TW/LC_MESSAGES/Horde_Rpc.po               |    2 +-
 framework/Rpc/package.xml                                         |    6 +-
 framework/Sabre/lib/Sabre/CalDAV/Backend/Horde.php                |    2 +-
 framework/Sabre/lib/Sabre/DAV/Auth/Backend/Horde.php              |    2 +-
 framework/Scheduler/lib/Horde/Scheduler.php                       |    6 +-
 framework/Scheduler/package.xml                                   |   56 +-
 framework/Scribe/doc/Horde/Scribe/COPYING                         |    2 +-
 framework/Secret/lib/Horde/Secret.php                             |    2 +-
 framework/Secret/lib/Horde/Secret/Exception.php                   |    2 +-
 framework/Secret/package.xml                                      |    2 +-
 framework/Secret/test/Horde/Secret/Unit/SecretTest.php            |    2 +-
 framework/Serialize/lib/Horde/Serialize.php                       |    2 +-
 framework/Serialize/lib/Horde/Serialize/Exception.php             |    2 +-
 framework/Serialize/package.xml                                   |   25 +-
 framework/Serialize/test/Horde/Serialize/Autoload.php             |   13 +-
 framework/Serialize/test/Horde/Serialize/JsonTest.php             |    2 +
 framework/Service_Facebook/doc/Horde/Service/Facebook/COPYING     |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php    |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Base.php    |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/BatchRequest.php  |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/ErrorCodes.php    |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Events.php  |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Exception.php     |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Fql.php     |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Friends.php |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Groups.php  |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Links.php   |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Notes.php   |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Notifications.php |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php  |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Streams.php |   43 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Translation.php   |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php   |   11 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php  |    2 +-
 framework/Service_Facebook/locale/Horde_Service_Facebook.pot      |    2 +-
 .../locale/ar/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/bg/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/bs/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/ca/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/cs/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/da/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/de/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/el/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/en/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/es/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/et/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 434 -> 654 bytes
 .../locale/et/LC_MESSAGES/Horde_Service_Facebook.po               |   22 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/fa/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/fi/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/fr/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/gl/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/he/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/hr/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 508 -> 745 bytes
 .../locale/hr/LC_MESSAGES/Horde_Service_Facebook.po               |   28 +-
 .../locale/hu/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/id/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/is/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/it/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/ja/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 676 -> 687 bytes
 .../locale/ja/LC_MESSAGES/Horde_Service_Facebook.po               |   16 +-
 .../locale/km/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/ko/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/lt/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/lv/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 757 -> 757 bytes
 .../locale/lv/LC_MESSAGES/Horde_Service_Facebook.po               |    4 +-
 .../locale/mk/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/nb/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/nl/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/nn/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/pl/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/pt/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/pt_BR/LC_MESSAGES/Horde_Service_Facebook.mo            |  Bin 677 -> 677 bytes
 .../locale/pt_BR/LC_MESSAGES/Horde_Service_Facebook.po            |    6 +-
 .../locale/ro/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/ru/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/sk/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/sl/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/sv/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/tr/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/uk/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/zh_CN/LC_MESSAGES/Horde_Service_Facebook.po            |    2 +-
 .../locale/zh_TW/LC_MESSAGES/Horde_Service_Facebook.po            |    2 +-
 framework/Service_Facebook/package.xml                            |   23 +-
 framework/Service_Gravatar/lib/Horde/Service/Gravatar.php         |    2 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/GravatarTest.php |    2 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |    2 +-
 framework/Service_Scribd/doc/Horde/Service/Scribd/COPYING         |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd.php             |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/Exception.php   |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/Request.php     |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/Response.php    |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/Result.php      |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/ResultSet.php   |    2 +-
 framework/Service_Scribd/lib/Horde/Service/Scribd/Translation.php |    2 +-
 framework/Service_Scribd/locale/Horde_Service_Scribd.pot          |    2 +-
 .../Service_Scribd/locale/ar/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/bg/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/bs/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/ca/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/cs/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/da/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/de/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/el/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/en/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/es/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/et/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 432 -> 507 bytes
 .../Service_Scribd/locale/et/LC_MESSAGES/Horde_Service_Scribd.po  |   13 +-
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/fa/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/fi/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/fr/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/gl/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/he/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/hr/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 506 -> 595 bytes
 .../Service_Scribd/locale/hr/LC_MESSAGES/Horde_Service_Scribd.po  |   19 +-
 .../Service_Scribd/locale/hu/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/id/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/is/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/it/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/ja/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 508 -> 508 bytes
 .../Service_Scribd/locale/ja/LC_MESSAGES/Horde_Service_Scribd.po  |    6 +-
 .../Service_Scribd/locale/km/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/ko/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/lt/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/lv/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 624 -> 624 bytes
 .../Service_Scribd/locale/lv/LC_MESSAGES/Horde_Service_Scribd.po  |    4 +-
 .../Service_Scribd/locale/mk/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/nb/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/nl/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/nn/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/pl/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/pt/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../locale/pt_BR/LC_MESSAGES/Horde_Service_Scribd.po              |    2 +-
 .../Service_Scribd/locale/ro/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/ru/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/sl/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/sv/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/tr/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../Service_Scribd/locale/uk/LC_MESSAGES/Horde_Service_Scribd.po  |    2 +-
 .../locale/zh_CN/LC_MESSAGES/Horde_Service_Scribd.po              |    2 +-
 .../locale/zh_TW/LC_MESSAGES/Horde_Service_Scribd.po              |    2 +-
 framework/Service_Scribd/package.xml                              |    2 +-
 framework/Service_Twitter/doc/Horde/Service/Twitter/COPYING       |    2 +-
 .../Service_Twitter/doc/Horde/Service/Twitter/twitter_browser.php |    2 +-
 .../Service_Twitter/doc/Horde/Service/Twitter/twitter_cli.php     |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter.php           |   22 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php   |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php      |    2 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php   |    2 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |    7 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php  |    2 +-
 framework/Service_Twitter/package.xml                             |   53 +-
 .../Service_UrlShortener/lib/Horde/Service/UrlShortener/Base.php  |   50 +
 .../lib/Horde/Service/UrlShortener/Exception.php                  |   17 +
 .../lib/Horde/Service/UrlShortener/TinyUrl.php                    |   48 +
 framework/Service_UrlShortener/package.xml                        |  136 +
 framework/Service_Vimeo/doc/Horde/Service/Vimeo/COPYING           |    2 +-
 framework/Service_Vimeo/lib/Horde/Service/Vimeo.php               |    2 +-
 framework/Service_Vimeo/lib/Horde/Service/Vimeo/Advanced.php      |    2 +-
 framework/Service_Vimeo/lib/Horde/Service/Vimeo/Exception.php     |    2 +-
 framework/Service_Vimeo/lib/Horde/Service/Vimeo/Simple.php        |    2 +-
 framework/Service_Vimeo/package.xml                               |   28 +-
 framework/Service_Weather/lib/Horde/Service/Weather.php           |   58 +
 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |  262 +
 .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php    |   79 +
 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   76 +
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |  133 +
 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |   91 +
 framework/Service_Weather/lib/Horde/Service/Weather/Exception.php |   14 +
 .../lib/Horde/Service/Weather/Exception/InvalidProperty.php       |   14 +
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |   98 +
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |   63 +
 .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php     |   70 +
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php    |   58 +
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |  271 +
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   86 +
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |  126 +
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |  127 +
 .../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php      |  101 +
 framework/Service_Weather/lib/Horde/Service/Weather/Station.php   |   43 +
 .../Service_Weather/lib/Horde/Service/Weather/Translation.php     |   51 +
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |  372 +
 .../lib/Horde/Service/Weather/WeatherUnderground_Strings.php      |  174 +
 framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php       |  351 +
 .../Service_Weather/lib/Horde/Service/Weather/Wwo_Strings.php     |   56 +
 framework/Service_Weather/locale/Horde_Service_Weather.pot        |  862 +
 .../locale/de/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 12109 bytes
 .../locale/de/LC_MESSAGES/Horde_Service_Weather.po                |  864 +
 .../locale/en_US/LC_MESSAGES/Horde_Service_Weather.po             |   34 +
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 7080 bytes
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.po                |  616 +
 .../locale/lv/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 639 bytes
 .../locale/lv/LC_MESSAGES/Horde_Service_Weather.po                |   34 +
 .../locale/nl/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 11806 bytes
 .../locale/nl/LC_MESSAGES/Horde_Service_Weather.po                |  863 +
 framework/Service_Weather/package.xml                             |  500 +
 framework/Service_Weather/test/Horde/Service/Weather/AllTests.php |   45 +
 framework/Service_Weather/test/Horde/Service/Weather/Autoload.php |   18 +
 .../Service_Weather/test/Horde/Service/Weather/GoogleTest.php     |  151 +
 .../test/Horde/Service/Weather/WundergroundTest.php               |  114 +
 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php  |  131 +
 .../test/Horde/Service/Weather/fixtures/boston_google.xml         |    1 +
 .../test/Horde/Service/Weather/fixtures/boston_google_de.xml      |    1 +
 .../test/Horde/Service/Weather/fixtures/boston_wunderground.json  |  508 +
 .../test/Horde/Service/Weather/fixtures/boston_wwo.json           |    1 +
 .../Service_Weather/themes/default/graphics/weather/23x23/0.png   |  Bin 0 -> 1143 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/1.png   |  Bin 0 -> 1172 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/10.png  |  Bin 0 -> 1149 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/11.png  |  Bin 0 -> 1205 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/12.png  |  Bin 0 -> 1221 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/13.png  |  Bin 0 -> 869 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/14.png  |  Bin 0 -> 1035 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/15.png  |  Bin 0 -> 449 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/16.png  |  Bin 0 -> 1164 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/17.png  |  Bin 0 -> 1154 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/18.png  |  Bin 0 -> 1202 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/19.png  |  Bin 0 -> 1014 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/2.png   |  Bin 0 -> 1179 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/20.png  |  Bin 0 -> 870 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/21.png  |  Bin 0 -> 998 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/22.png  |  Bin 0 -> 931 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/23.png  |  Bin 0 -> 593 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/24.png  |  Bin 0 -> 590 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/25.png  |  Bin 0 -> 1035 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/26.png  |  Bin 0 -> 1101 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/27.png  |  Bin 0 -> 1241 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/28.png  |  Bin 0 -> 1545 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/29.png  |  Bin 0 -> 1093 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/3.png   |  Bin 0 -> 1158 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/30.png  |  Bin 0 -> 1452 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/31.png  |  Bin 0 -> 1050 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/32.png  |  Bin 0 -> 1263 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/33.png  |  Bin 0 -> 1063 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/34.png  |  Bin 0 -> 1391 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/35.png  |  Bin 0 -> 1148 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/36.png  |  Bin 0 -> 1381 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/37.png  |  Bin 0 -> 1086 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/38.png  |  Bin 0 -> 1091 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/39.png  |  Bin 0 -> 1216 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/4.png   |  Bin 0 -> 1152 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/40.png  |  Bin 0 -> 1195 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/41.png  |  Bin 0 -> 1167 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/42.png  |  Bin 0 -> 1163 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/43.png  |  Bin 0 -> 1165 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/44.png  |  Bin 0 -> 1452 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/45.png  |  Bin 0 -> 1494 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/46.png  |  Bin 0 -> 1457 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/47.png  |  Bin 0 -> 1452 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/5.png   |  Bin 0 -> 1216 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/6.png   |  Bin 0 -> 1197 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/7.png   |  Bin 0 -> 1276 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/8.png   |  Bin 0 -> 1074 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/9.png   |  Bin 0 -> 873 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/na.png  |  Bin 0 -> 696 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/0.png   |  Bin 0 -> 956 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/1.png   |  Bin 0 -> 960 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/10.png  |  Bin 0 -> 942 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/11.png  |  Bin 0 -> 950 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/12.png  |  Bin 0 -> 982 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/13.png  |  Bin 0 -> 853 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/14.png  |  Bin 0 -> 938 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/15.png  |  Bin 0 -> 645 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/16.png  |  Bin 0 -> 1004 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/17.png  |  Bin 0 -> 952 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/18.png  |  Bin 0 -> 973 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/19.png  |  Bin 0 -> 996 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/2.png   |  Bin 0 -> 960 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/20.png  |  Bin 0 -> 903 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/21.png  |  Bin 0 -> 900 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/22.png  |  Bin 0 -> 889 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/23.png  |  Bin 0 -> 746 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/24.png  |  Bin 0 -> 745 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/25.png  |  Bin 0 -> 883 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/26.png  |  Bin 0 -> 970 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/27.png  |  Bin 0 -> 1069 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/28.png  |  Bin 0 -> 1134 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/29.png  |  Bin 0 -> 1019 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/3.png   |  Bin 0 -> 955 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/30.png  |  Bin 0 -> 1097 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/31.png  |  Bin 0 -> 1017 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/32.png  |  Bin 0 -> 1029 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/33.png  |  Bin 0 -> 1017 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/34.png  |  Bin 0 -> 1060 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/35.png  |  Bin 0 -> 956 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/36.png  |  Bin 0 -> 1054 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/37.png  |  Bin 0 -> 904 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/38.png  |  Bin 0 -> 907 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/39.png  |  Bin 0 -> 985 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/4.png   |  Bin 0 -> 955 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/40.png  |  Bin 0 -> 971 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/41.png  |  Bin 0 -> 1008 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/42.png  |  Bin 0 -> 1002 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/43.png  |  Bin 0 -> 1053 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/44.png  |  Bin 0 -> 1096 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/45.png  |  Bin 0 -> 649 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/46.png  |  Bin 0 -> 664 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/47.png  |  Bin 0 -> 642 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/5.png   |  Bin 0 -> 984 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/6.png   |  Bin 0 -> 969 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/7.png   |  Bin 0 -> 1007 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/8.png   |  Bin 0 -> 910 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/9.png   |  Bin 0 -> 890 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/na.png  |  Bin 0 -> 994 bytes
 .../themes/default/graphics/weather/wundergroundlogo.png          |  Bin 0 -> 11688 bytes
 framework/SessionHandler/lib/Horde/SessionHandler.php             |    2 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Exception.php   |    2 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Storage.php     |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Builtin.php   |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/External.php  |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php      |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Memcache.php  |    2 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Storage/Sql.php |   57 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Stack.php     |    2 +-
 .../Horde/SessionHandler/1_horde_sessionhandler_base_tables.php   |    3 +-
 framework/SessionHandler/package.xml                              |   45 +-
 framework/Share/lib/Horde/Share/Base.php                          |    2 +-
 framework/Share/lib/Horde/Share/Datatree.php                      |    2 +-
 framework/Share/lib/Horde/Share/Kolab.php                         |    2 +-
 framework/Share/lib/Horde/Share/Object/Kolab.php                  |    2 +-
 framework/Share/lib/Horde/Share/Sql.php                           |    2 +-
 framework/Share/lib/Horde/Share/Sqlng.php                         |    2 +-
 framework/Share/lib/Horde/Share/Translation.php                   |    2 +-
 framework/Share/locale/Horde_Share.pot                            |    2 +-
 framework/Share/locale/ar/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/bg/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/bs/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/ca/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/cs/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/da/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/de/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/el/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/en/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/es/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/et/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/fa/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/fi/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/fr/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/gl/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/he/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/hr/LC_MESSAGES/Horde_Share.mo              |  Bin 1340 -> 661 bytes
 framework/Share/locale/hr/LC_MESSAGES/Horde_Share.po              |   64 +-
 framework/Share/locale/hu/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/id/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/is/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/it/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/ja/LC_MESSAGES/Horde_Share.mo              |  Bin 592 -> 592 bytes
 framework/Share/locale/ja/LC_MESSAGES/Horde_Share.po              |   10 +-
 framework/Share/locale/km/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/ko/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/lt/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/lv/LC_MESSAGES/Horde_Share.mo              |  Bin 687 -> 687 bytes
 framework/Share/locale/lv/LC_MESSAGES/Horde_Share.po              |    4 +-
 framework/Share/locale/mk/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/nb/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/nl/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/nn/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/pl/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/pt/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/pt_BR/LC_MESSAGES/Horde_Share.po           |    2 +-
 framework/Share/locale/ro/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/ru/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/sk/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/sl/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/sv/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/tr/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/uk/LC_MESSAGES/Horde_Share.po              |    2 +-
 framework/Share/locale/zh_CN/LC_MESSAGES/Horde_Share.po           |    2 +-
 framework/Share/locale/zh_TW/LC_MESSAGES/Horde_Share.po           |    2 +-
 framework/Share/package.xml                                       |   44 +-
 framework/Share/test/Horde/Share/AllTests.php                     |    3 +-
 framework/Share/test/Horde/Share/Autoload.php                     |    2 +-
 framework/Share/test/Horde/Share/Base.php                         |    3 +-
 framework/Share/test/Horde/Share/Kolab/MockTest.php               |    6 +-
 framework/Share/test/Horde/Share/Kolab/UnitTest.php               |    2 +-
 framework/Share/test/Horde/Share/Sql/Base.php                     |    3 +-
 framework/Share/test/Horde/Share/Sql/MysqlTest.php                |    3 +-
 framework/Share/test/Horde/Share/Sql/MysqliTest.php               |    3 +-
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php            |    3 +-
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php            |    3 +-
 framework/Share/test/Horde/Share/Sql/Pdo/SqliteTest.php           |    3 +-
 framework/Share/test/Horde/Share/Sqlng/Base.php                   |    3 +-
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php              |    3 +-
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php             |    3 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php          |    3 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php          |    3 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/SqliteTest.php         |    3 +-
 framework/SpellChecker/lib/Horde/SpellChecker.php                 |    2 +-
 framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php          |    2 +-
 framework/Stream_Filter/lib/Horde/Stream/Filter/Bin2hex.php       |   36 +
 framework/Stream_Filter/lib/Horde/Stream/Filter/Crc32.php         |    6 +-
 framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php           |   16 +-
 framework/Stream_Filter/package.xml                               |   43 +-
 framework/Stream_Filter/test/Horde/Stream/Filter/Bin2hexTest.php  |   41 +
 framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/Combine.php     |    2 +-
 .../Stream_Wrapper/lib/Horde/Stream/Wrapper/CombineStream.php     |    2 +-
 framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php      |    2 +-
 .../Stream_Wrapper/lib/Horde/Stream/Wrapper/StringStream.php      |    2 +-
 framework/Stream_Wrapper/package.xml                              |    2 +-
 framework/Support/doc/Horde/Support/COPYING                       |    2 +-
 framework/Support/lib/Horde/Support/Array.php                     |   16 +-
 framework/Support/lib/Horde/Support/Backtrace.php                 |   10 +-
 framework/Support/lib/Horde/Support/CombineStream.php             |    2 +-
 framework/Support/lib/Horde/Support/ConsistentHash.php            |   20 +-
 framework/Support/lib/Horde/Support/Guid.php                      |   16 +-
 framework/Support/lib/Horde/Support/Inflector.php                 |   14 +-
 framework/Support/lib/Horde/Support/Memory.php                    |   10 +-
 framework/Support/lib/Horde/Support/Numerizer.php                 |    2 +-
 framework/Support/lib/Horde/Support/Numerizer/Locale/Base.php     |    2 +-
 framework/Support/lib/Horde/Support/Numerizer/Locale/De.php       |    2 +-
 framework/Support/lib/Horde/Support/Numerizer/Locale/Pt.php       |    2 +-
 framework/Support/lib/Horde/Support/Randomid.php                  |   18 +-
 framework/Support/lib/Horde/Support/Stack.php                     |   10 +-
 framework/Support/lib/Horde/Support/StringStream.php              |    2 +-
 framework/Support/lib/Horde/Support/Stub.php                      |   10 +-
 framework/Support/lib/Horde/Support/Timer.php                     |   10 +-
 framework/Support/lib/Horde/Support/Uuid.php                      |   16 +-
 framework/Support/package.xml                                     |   31 +-
 framework/Support/test/Horde/Support/ArrayTest.php                |    4 +-
 framework/Support/test/Horde/Support/Autoload.php                 |    3 +-
 framework/Support/test/Horde/Support/BacktraceTest.php            |    5 +-
 framework/Support/test/Horde/Support/CombineStreamTest.php        |    5 +-
 framework/Support/test/Horde/Support/ConsistentHashTest.php       |    4 +-
 framework/Support/test/Horde/Support/GuidTest.php                 |    4 +-
 framework/Support/test/Horde/Support/InflectorTest.php            |    5 +-
 framework/Support/test/Horde/Support/MemoryTest.php               |    9 +-
 framework/Support/test/Horde/Support/RandomidTest.php             |    4 +-
 framework/Support/test/Horde/Support/StackTest.php                |    4 +-
 framework/Support/test/Horde/Support/StringStreamTest.php         |    8 +-
 framework/Support/test/Horde/Support/StubTest.php                 |    5 +-
 framework/Support/test/Horde/Support/TimerTest.php                |    5 +-
 framework/Support/test/Horde/Support/UuidTest.php                 |    4 +-
 framework/SyncMl/lib/Horde/SyncMl.php                             |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend.php                     |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php               |   42 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend/Sql.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command.php                     |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Alert.php               |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Final.php               |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Get.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Map.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Put.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Replace.php             |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Results.php             |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Status.php              |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/Sync.php                |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Command/SyncHdr.php             |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/ContentHandler.php              |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/DataStore.php                   |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Device.php                      |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Device/Nokia.php                |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Device/P800.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Device/Sync4JMozilla.php        |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Device/Sync4j.php               |   12 +-
 framework/SyncMl/lib/Horde/SyncMl/Device/Synthesis.php            |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/DeviceInfo.php                  |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Property.php                    |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/PropertyParameter.php           |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/State.php                       |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Sync.php                        |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/SyncElement.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Translation.php                 |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/XmlOutput.php                   |    6 +-
 framework/SyncMl/locale/Horde_SyncMl.pot                          |    2 +-
 framework/SyncMl/locale/ar/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/bg/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/bs/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/ca/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/cs/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/da/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/de/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/el/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/en/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/es/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/et/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 424 -> 518 bytes
 framework/SyncMl/locale/et/LC_MESSAGES/Horde_SyncMl.po            |   14 +-
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/fa/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/fi/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/fr/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/gl/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/he/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/hr/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 581 -> 612 bytes
 framework/SyncMl/locale/hr/LC_MESSAGES/Horde_SyncMl.po            |   17 +-
 framework/SyncMl/locale/hu/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/id/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/is/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/it/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/ja/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/km/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/ko/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/lt/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/lv/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 638 -> 638 bytes
 framework/SyncMl/locale/lv/LC_MESSAGES/Horde_SyncMl.po            |    4 +-
 framework/SyncMl/locale/mk/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/nb/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/nl/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/nn/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/pl/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/pt/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/pt_BR/LC_MESSAGES/Horde_SyncMl.po         |    2 +-
 framework/SyncMl/locale/ro/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/ru/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/sk/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/sl/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/sv/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/tr/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/uk/LC_MESSAGES/Horde_SyncMl.po            |    2 +-
 framework/SyncMl/locale/zh_CN/LC_MESSAGES/Horde_SyncMl.po         |    2 +-
 framework/SyncMl/locale/zh_TW/LC_MESSAGES/Horde_SyncMl.po         |    2 +-
 framework/SyncMl/package.xml                                      |   40 +-
 framework/SyncMl/test/Horde/SyncMl/sif.phpt                       |    6 +-
 .../test/Horde/SyncMl/testcase_P900_tasksandcalendar/data.txt     |   24 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_10.xml    |    2 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_11.xml    |    6 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_20.xml    |    2 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_21.xml    |    6 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_30.xml    |    2 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_40.xml    |    2 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_50.xml    |    2 +-
 .../SyncMl/testcase_P900_tasksandcalendar/syncml_server_60.xml    |    2 +-
 .../Horde/SyncMl/testcase_funambol_outlook3015_calendar/data.txt  |   10 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_10.xml    |    2 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_11.xml    |    2 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_20.xml    |    2 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_21.xml    |    4 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_30.xml    |    2 +-
 .../Horde/SyncMl/testcase_synthesis_tasks/syncml_server_40.xml    |    2 +-
 framework/SyncMl/test/Horde/SyncMl/testpacket.php                 |   26 +-
 framework/SyncMl/test/Horde/SyncMl/testsync.php                   |    2 +-
 framework/Template/lib/Horde/Template.php                         |   15 +-
 framework/Template/package.xml                                    |   29 +-
 framework/Test/lib/Horde/Test/AllTests.php                        |    2 +-
 framework/Test/lib/Horde/Test/Autoload.php                        |   16 +-
 framework/Test/lib/Horde/Test/Case.php                            |    3 +-
 framework/Test/lib/Horde/Test/Exception.php                       |    2 +-
 framework/Test/lib/Horde/Test/Factory/Alarm.php                   |   44 +
 framework/Test/lib/Horde/Test/Factory/Cache.php                   |   44 +
 framework/Test/lib/Horde/Test/Factory/Db.php                      |    2 +-
 framework/Test/lib/Horde/Test/Factory/Group.php                   |    2 +-
 framework/Test/lib/Horde/Test/Factory/History.php                 |    2 +-
 framework/Test/lib/Horde/Test/Factory/KolabStorage.php            |    2 +-
 framework/Test/lib/Horde/Test/Factory/Perms.php                   |    2 +-
 framework/Test/lib/Horde/Test/Factory/Prefs.php                   |    2 +-
 framework/Test/lib/Horde/Test/Factory/Registry.php                |    2 +-
 framework/Test/lib/Horde/Test/Factory/Session.php                 |   48 +
 framework/Test/lib/Horde/Test/Factory/Share.php                   |    2 +-
 framework/Test/lib/Horde/Test/Functional.php                      |    2 +-
 framework/Test/lib/Horde/Test/Log.php                             |    2 +-
 framework/Test/lib/Horde/Test/Setup.php                           |    2 +-
 framework/Test/lib/Horde/Test/Stub/Cli.php                        |    2 +-
 framework/Test/lib/Horde/Test/Stub/Factory.php                    |   64 +
 framework/Test/lib/Horde/Test/Stub/Parser.php                     |    2 +-
 framework/Test/lib/Horde/Test/Stub/Registry.php                   |   25 +-
 framework/Test/package.xml                                        |   63 +-
 framework/Text_Diff/lib/Horde/Text/Diff.php                       |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Engine/Native.php         |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Engine/Shell.php          |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Engine/String.php         |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Engine/Xdiff.php          |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Exception.php             |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Mapped.php                |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Op/Add.php                |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Op/Base.php               |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Op/Change.php             |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Op/Copy.php               |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Op/Delete.php             |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Renderer.php              |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Renderer/Context.php      |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Renderer/Inline.php       |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/Renderer/Unified.php      |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/ThreeWay.php              |   18 +-
 framework/Text_Diff/lib/Horde/Text/Diff/ThreeWay/BlockBuilder.php |    4 +-
 framework/Text_Diff/lib/Horde/Text/Diff/ThreeWay/Op/Base.php      |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/ThreeWay/Op/Copy.php      |    2 +-
 framework/Text_Diff/package.xml                                   |   27 +-
 framework/Text_Diff/test/Horde/Text/Diff/Autoload.php             |    2 +-
 framework/Text_Diff/test/Horde/Text/Diff/RendererTest.php         |    2 +-
 framework/Text_Diff/test/Horde/Text/Diff/ThreeWayTest.php         |   51 +
 framework/Text_Filter/lib/Horde/Text/Filter.php                   |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Base.php              |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php            |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php        |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php      |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php            |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Environment.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Exception.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php   |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php  |    2 +-
 .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php  |   26 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php          |   97 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php      |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php        |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Translation.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Words.php             |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php               |   21 +-
 framework/Text_Filter/locale/Horde_Text_Filter.pot                |    2 +-
 framework/Text_Filter/locale/ar/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/bg/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/bs/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/ca/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/cs/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/da/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/de/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/el/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/en/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/es/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/et/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/fa/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/fi/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/fr/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/gl/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/he/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/hr/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 543 -> 574 bytes
 framework/Text_Filter/locale/hr/LC_MESSAGES/Horde_Text_Filter.po  |   17 +-
 framework/Text_Filter/locale/hu/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/id/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/is/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/it/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/ja/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 490 -> 490 bytes
 framework/Text_Filter/locale/ja/LC_MESSAGES/Horde_Text_Filter.po  |    6 +-
 framework/Text_Filter/locale/km/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/ko/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/lt/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/lv/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 600 -> 600 bytes
 framework/Text_Filter/locale/lv/LC_MESSAGES/Horde_Text_Filter.po  |    4 +-
 framework/Text_Filter/locale/mk/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/nb/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/nl/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/nn/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/pl/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/pt/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 .../Text_Filter/locale/pt_BR/LC_MESSAGES/Horde_Text_Filter.po     |    2 +-
 framework/Text_Filter/locale/ro/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/ru/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/sk/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/sl/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/sv/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/tr/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/uk/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 .../Text_Filter/locale/zh_CN/LC_MESSAGES/Horde_Text_Filter.po     |    2 +-
 .../Text_Filter/locale/zh_TW/LC_MESSAGES/Horde_Text_Filter.po     |    2 +-
 framework/Text_Filter/package.xml                                 |   63 +-
 framework/Text_Filter/test/Horde/Text/Filter/AllTests.php         |    2 +-
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   19 +
 framework/Text_Filter/test/Horde/Text/Filter/LinkurlsTest.php     |   27 +-
 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php          |  Bin 23510 -> 23500 bytes
 .../Text_Filter_Csstidy/doc/Horde/Text/Filter/Csstidy/COPYING     |  320 +-
 framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php   |    2 +-
 framework/Text_Flowed/lib/Horde/Text/Flowed.php                   |    2 +-
 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php         |   13 +-
 framework/Text_Textile/package.xml                                |   42 +-
 framework/Thrift/doc/Horde/Thrift/COPYING                         |    2 +-
 framework/Token/lib/Horde/Token.php                               |    2 +-
 framework/Token/lib/Horde/Token/Base.php                          |    4 +-
 framework/Token/lib/Horde/Token/Exception.php                     |    2 +-
 framework/Token/lib/Horde/Token/Exception/Expired.php             |    2 +-
 framework/Token/lib/Horde/Token/Exception/Invalid.php             |    2 +-
 framework/Token/lib/Horde/Token/Exception/Used.php                |    2 +-
 framework/Token/lib/Horde/Token/File.php                          |    2 +-
 framework/Token/lib/Horde/Token/Null.php                          |    2 +-
 framework/Token/lib/Horde/Token/Sql.php                           |    2 +-
 framework/Token/lib/Horde/Token/Translation.php                   |    2 +-
 framework/Token/locale/Horde_Token.pot                            |   11 +-
 framework/Token/locale/ar/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/bg/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/bs/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/ca/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/cs/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/da/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/de/LC_MESSAGES/Horde_Token.po              |   14 +-
 framework/Token/locale/el/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/en/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/es/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/et/LC_MESSAGES/Horde_Token.mo              |  Bin 423 -> 941 bytes
 framework/Token/locale/et/LC_MESSAGES/Horde_Token.po              |   22 +-
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/fa/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/fi/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/fr/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/gl/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/he/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/hr/LC_MESSAGES/Horde_Token.mo              |  Bin 846 -> 1024 bytes
 framework/Token/locale/hr/LC_MESSAGES/Horde_Token.po              |   26 +-
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/id/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/is/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/it/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.mo              |  Bin 1025 -> 1025 bytes
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.po              |   14 +-
 framework/Token/locale/km/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/ko/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/lt/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/lv/LC_MESSAGES/Horde_Token.mo              |  Bin 1078 -> 1078 bytes
 framework/Token/locale/lv/LC_MESSAGES/Horde_Token.po              |    4 +-
 framework/Token/locale/mk/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/nb/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/nl/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/nn/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/pl/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/pt/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/pt_BR/LC_MESSAGES/Horde_Token.po           |    2 +-
 framework/Token/locale/ro/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/ru/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/sk/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/sl/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/sv/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/tr/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/uk/LC_MESSAGES/Horde_Token.po              |    2 +-
 framework/Token/locale/zh_CN/LC_MESSAGES/Horde_Token.po           |    2 +-
 framework/Token/locale/zh_TW/LC_MESSAGES/Horde_Token.po           |    2 +-
 framework/Token/package.xml                                       |   69 +-
 framework/Token/test/Horde/Token/AllTests.php                     |    2 +-
 framework/Token/test/Horde/Token/Autoload.php                     |    2 +-
 framework/Token/test/Horde/Token/BackendTestCase.php              |    2 +-
 framework/Token/test/Horde/Token/Unit/FileTest.php                |    2 +-
 framework/Token/test/Horde/Token/Unit/SqlTest.php                 |   22 +-
 framework/Translation/lib/Horde/Translation.php                   |    2 +-
 framework/Translation/lib/Horde/Translation/Exception.php         |    2 +-
 framework/Translation/lib/Horde/Translation/Handler.php           |    2 +-
 framework/Translation/lib/Horde/Translation/Handler/Gettext.php   |    2 +-
 .../test/Horde/Translation/locale/de/LC_MESSAGES/Horde_Other.po   |    2 +-
 .../Horde/Translation/locale/de/LC_MESSAGES/Horde_Translation.po  |    2 +-
 framework/Tree/doc/Horde/Tree/COPYING                             |  317 +-
 framework/Tree/lib/Horde/Tree.php                                 |    4 +-
 framework/Tree/lib/Horde/Tree/Base.php                            |    2 +-
 framework/Tree/lib/Horde/Tree/Exception.php                       |    2 +-
 framework/Tree/lib/Horde/Tree/Html.php                            |    2 +-
 framework/Tree/lib/Horde/Tree/Jquerymobile.php                    |    2 +-
 framework/Tree/lib/Horde/Tree/Select.php                          |    2 +-
 framework/Tree/lib/Horde/Tree/Simplehtml.php                      |    2 +-
 framework/Tree/package.xml                                        |    2 +-
 framework/Url/lib/Horde/Url.php                                   |    2 +-
 framework/Url/lib/Horde/Url/Exception.php                         |    2 +-
 framework/Util/lib/Horde/Array.php                                |   12 +-
 framework/Util/lib/Horde/Array/Sort/Helper.php                    |    2 +-
 framework/Util/lib/Horde/Domhtml.php                              |   18 +-
 framework/Util/lib/Horde/String.php                               |   51 +-
 framework/Util/lib/Horde/Util.php                                 |   26 +-
 framework/Util/lib/Horde/Variables.php                            |    2 +-
 framework/Util/package.xml                                        |   48 +-
 framework/Util/test/Horde/Util/CsvTest.php                        |    2 +
 framework/Vcs/lib/Horde/Vcs.php                                   |  595 +-
 framework/Vcs/lib/Horde/Vcs/Base.php                              |  531 +
 framework/Vcs/lib/Horde/Vcs/Cvs.php                               |  102 +-
 framework/Vcs/lib/Horde/Vcs/Directory.php                         |  202 -
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php                    |  187 +
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php                     |  109 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php                     |   71 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php                     |   63 +
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php                     |   49 +-
 framework/Vcs/lib/Horde/Vcs/File.php                              |  286 -
 framework/Vcs/lib/Horde/Vcs/File/Base.php                         |  315 +
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php                          |  210 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php                          |  280 +-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php                          |  295 +
 framework/Vcs/lib/Horde/Vcs/File/Svn.php                          |  140 +-
 framework/Vcs/lib/Horde/Vcs/Git.php                               |  111 +-
 framework/Vcs/lib/Horde/Vcs/Log.php                               |  192 -
 framework/Vcs/lib/Horde/Vcs/Log/Base.php                          |  210 +
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php                           |   77 +-
 framework/Vcs/lib/Horde/Vcs/Log/Git.php                           |  110 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php                           |   99 +
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php                           |   39 +-
 framework/Vcs/lib/Horde/Vcs/Patchset.php                          |   42 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php                     |   48 +
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php                      |   21 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php                      |   35 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php                      |   34 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Base.php                     |  115 +
 framework/Vcs/lib/Horde/Vcs/QuickLog/Cvs.php                      |   17 +
 framework/Vcs/lib/Horde/Vcs/QuickLog/Git.php                      |   45 +
 framework/Vcs/lib/Horde/Vcs/QuickLog/Rcs.php                      |   17 +
 framework/Vcs/lib/Horde/Vcs/QuickLog/Svn.php                      |   18 +
 framework/Vcs/lib/Horde/Vcs/Rcs.php                               |   32 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |   65 +-
 framework/Vcs/package.xml                                         |  352 +-
 framework/Vcs/test/Horde/Vcs/AllTests.php                         |   36 +
 framework/Vcs/test/Horde/Vcs/Autoload.php                         |   20 +
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |  301 +
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |  410 +
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |  183 +
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |  264 +
 framework/Vcs/test/Horde/Vcs/TestBase.php                         |   26 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#checkoutlist     |   13 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#commitinfo       |   27 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#config           |   97 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#cvswrappers      |   19 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#loginfo          |   37 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#modules          |   25 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#notify           |   20 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#postadmin        |   21 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#postproxy        |   23 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#posttag          |   38 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#postwatch        |   21 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#preproxy         |   25 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#rcsinfo          |   13 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#taginfo          |   47 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/.#verifymsg        |   32 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/checkoutlist       |   13 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/checkoutlist,v     |   37 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/commitinfo         |   27 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/commitinfo,v       |   51 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/config             |   97 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/config,v           |  121 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/cvswrappers        |   19 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/cvswrappers,v      |   43 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |   10 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/loginfo            |   37 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/loginfo,v          |   61 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/modules            |   25 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/modules,v          |   49 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/notify             |   20 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/notify,v           |   44 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postadmin          |   21 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postadmin,v        |   45 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postproxy          |   23 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postproxy,v        |   47 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/posttag            |   38 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/posttag,v          |   62 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postwatch          |   21 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/postwatch,v        |   45 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/preproxy           |   25 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/preproxy,v         |   49 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/rcsinfo            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/rcsinfo,v          |   37 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/taginfo            |   47 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/taginfo,v          |   71 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags           |    2 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/verifymsg          |   32 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/verifymsg,v        |   56 +
 .../Vcs/test/Horde/Vcs/repos/cvs/module/Attic/deletedfile1,v      |   40 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v      |   27 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   64 +
 .../Vcs/test/Horde/Vcs/repos/cvs/module/uml\303\244\303\274te,v"  |   24 +
 framework/Vcs/test/Horde/Vcs/repos/git/HEAD                       |    1 +
 framework/Vcs/test/Horde/Vcs/repos/git/config                     |    4 +
 framework/Vcs/test/Horde/Vcs/repos/git/description                |    1 +
 .../Vcs/test/Horde/Vcs/repos/git/hooks/applypatch-msg.sample      |   15 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/commit-msg.sample    |   24 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/post-commit.sample   |    8 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/post-receive.sample  |   15 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/post-update.sample   |    8 +
 .../Vcs/test/Horde/Vcs/repos/git/hooks/pre-applypatch.sample      |   14 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/pre-commit.sample    |   46 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/pre-rebase.sample    |  172 +
 .../Vcs/test/Horde/Vcs/repos/git/hooks/prepare-commit-msg.sample  |   36 +
 framework/Vcs/test/Horde/Vcs/repos/git/hooks/update.sample        |  128 +
 framework/Vcs/test/Horde/Vcs/repos/git/info/exclude               |    6 +
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/2d/701be7faf94a5fad1942eb763b6c5c6cae540f   |    3 +
 .../repos/git/objects/36/bf507bfa95d55339af245e11ce479cfd2b5ee7   |  Bin 0 -> 81 bytes
 .../repos/git/objects/3b/cf41c666638b371cfa1f12a5daeac3ceec9453   |  Bin 0 -> 116 bytes
 .../repos/git/objects/42/b3bb703a7f0650d83381dcb4187c15d4aa57c8   |  Bin 0 -> 52 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/d0/0491fd7e5bb6fa28c517a0bb32b8b506539d4d   |  Bin 0 -> 17 bytes
 .../repos/git/objects/d8/561cd227c800ee5b0720701c8b6b77e6f6db4a   |  Bin 0 -> 133 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 .../repos/git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391   |  Bin 0 -> 15 bytes
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    1 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    1 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1             |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/dir1/file1_1               |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/dir1/file1_1,v             |   25 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   41 +
 "framework/Vcs/test/Horde/Vcs/repos/rcs/uml\303\244\303\274te,v"  |   24 +
 framework/Vcs/test/Horde/Vcs/repos/svn/README.txt                 |    5 +
 framework/Vcs/test/Horde/Vcs/repos/svn/conf/authz                 |   32 +
 framework/Vcs/test/Horde/Vcs/repos/svn/conf/passwd                |    8 +
 framework/Vcs/test/Horde/Vcs/repos/svn/conf/svnserve.conf         |   47 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/current                 |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/format                  |    2 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/fs-type                 |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/fsfs.conf               |   37 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/min-unpacked-rev        |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/rep-cache.db            |  Bin 0 -> 4096 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/0            |    5 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/1            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/3            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/0                |   11 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/1                |  Bin 0 -> 886 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/3                |   36 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/uuid                    |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/format                     |    1 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/post-commit.tmpl     |   50 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/post-lock.tmpl       |   45 +
 .../Vcs/test/Horde/Vcs/repos/svn/hooks/post-revprop-change.tmpl   |   57 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/post-unlock.tmpl     |   43 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/pre-commit.tmpl      |   85 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/pre-lock.tmpl        |   71 +
 .../Vcs/test/Horde/Vcs/repos/svn/hooks/pre-revprop-change.tmpl    |   66 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/pre-unlock.tmpl      |   63 +
 framework/Vcs/test/Horde/Vcs/repos/svn/hooks/start-commit.tmpl    |   68 +
 framework/Vcs/test/Horde/Vcs/repos/svn/locks/db-logs.lock         |    3 +
 framework/Vcs/test/Horde/Vcs/repos/svn/locks/db.lock              |    3 +
 framework/Vfs/lib/Horde/Vfs.php                                   |    2 +-
 framework/Vfs/lib/Horde/Vfs/Base.php                              |   13 +-
 framework/Vfs/lib/Horde/Vfs/Browser.php                           |    2 +-
 framework/Vfs/lib/Horde/Vfs/Exception.php                         |    2 +-
 framework/Vfs/lib/Horde/Vfs/File.php                              |   43 +-
 framework/Vfs/lib/Horde/Vfs/Ftp.php                               |   39 +-
 framework/Vfs/lib/Horde/Vfs/Gc.php                                |    6 +-
 framework/Vfs/lib/Horde/Vfs/Horde.php                             |    2 +-
 framework/Vfs/lib/Horde/Vfs/Kolab.php                             |    2 +-
 framework/Vfs/lib/Horde/Vfs/Musql.php                             |    7 +-
 framework/Vfs/lib/Horde/Vfs/Smb.php                               |   32 +-
 framework/Vfs/lib/Horde/Vfs/Sql.php                               |    5 +-
 framework/Vfs/lib/Horde/Vfs/SqlFile.php                           |    4 +-
 framework/Vfs/lib/Horde/Vfs/Ssh2.php                              |   62 +-
 framework/Vfs/lib/Horde/Vfs/Translation.php                       |    2 +-
 framework/Vfs/locale/Horde_Vfs.pot                                |    8 +-
 framework/Vfs/locale/ar/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/bg/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/bs/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/ca/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/cs/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/da/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/de/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 631 -> 631 bytes
 framework/Vfs/locale/de/LC_MESSAGES/Horde_Vfs.po                  |    8 +-
 framework/Vfs/locale/el/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/en/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/es/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/et/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/fa/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/fi/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/fr/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/gl/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/he/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/hr/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 688 -> 719 bytes
 framework/Vfs/locale/hr/LC_MESSAGES/Horde_Vfs.po                  |   21 +-
 framework/Vfs/locale/hu/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/id/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/is/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/it/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/ja/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 671 -> 671 bytes
 framework/Vfs/locale/ja/LC_MESSAGES/Horde_Vfs.po                  |   12 +-
 framework/Vfs/locale/km/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/ko/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/lt/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/lv/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 729 -> 729 bytes
 framework/Vfs/locale/lv/LC_MESSAGES/Horde_Vfs.po                  |    4 +-
 framework/Vfs/locale/mk/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/nb/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/nl/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/nn/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/pl/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/pt/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/pt_BR/LC_MESSAGES/Horde_Vfs.mo               |  Bin 641 -> 641 bytes
 framework/Vfs/locale/pt_BR/LC_MESSAGES/Horde_Vfs.po               |    8 +-
 framework/Vfs/locale/ro/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/ru/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/sk/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/sl/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/sv/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/tr/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/uk/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/zh_CN/LC_MESSAGES/Horde_Vfs.po               |    2 +-
 framework/Vfs/locale/zh_TW/LC_MESSAGES/Horde_Vfs.po               |    2 +-
 framework/Vfs/package.xml                                         |   80 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |   63 +
 framework/Vfs/test/Horde/Vfs/KolabTest.php                        |    6 +-
 framework/Vfs/test/Horde/Vfs/SmbTest.php                          |   26 +
 framework/View/lib/Horde/View/Base.php                            |    7 +-
 framework/View/lib/Horde/View/Helper/Benchmark.php                |    2 +-
 framework/View/lib/Horde/View/Helper/Benchmark/Timer.php          |    2 +-
 framework/View/lib/Horde/View/Helper/Block.php                    |    2 +-
 framework/View/lib/Horde/View/Helper/Capture.php                  |    2 +-
 framework/View/lib/Horde/View/Helper/Capture/Base.php             |    2 +-
 framework/View/lib/Horde/View/Helper/Capture/ContentFor.php       |    2 +-
 framework/View/lib/Horde/View/Helper/Date.php                     |    2 +-
 framework/View/lib/Horde/View/Helper/Debug.php                    |    2 +-
 framework/View/lib/Horde/View/Helper/Form.php                     |    2 +-
 framework/View/lib/Horde/View/Helper/Form/Builder.php             |    2 +-
 framework/View/lib/Horde/View/Helper/Form/InstanceTag/Base.php    |    2 +-
 framework/View/lib/Horde/View/Helper/Form/InstanceTag/Form.php    |    2 +-
 framework/View/lib/Horde/View/Helper/FormTag.php                  |    2 +-
 framework/View/lib/Horde/View/Helper/Javascript.php               |    2 +-
 framework/View/lib/Horde/View/Helper/Number.php                   |    2 +-
 framework/View/lib/Horde/View/Helper/Tag.php                      |    2 +-
 framework/View/lib/Horde/View/Helper/Text.php                     |    2 +-
 framework/View/lib/Horde/View/Helper/Text/Cycle.php               |    2 +-
 framework/View/lib/Horde/View/Helper/Url.php                      |    2 +-
 framework/View/package.xml                                        |   25 +-
 framework/View/test/Horde/View/AllTests.php                       |    2 +-
 framework/View/test/Horde/View/BaseTest.php                       |    2 +-
 framework/View/test/Horde/View/Helper/BenchmarkTest.php           |    2 +-
 framework/View/test/Horde/View/Helper/CaptureTest.php             |    2 +-
 framework/View/test/Horde/View/Helper/DateTest.php                |    2 +-
 framework/View/test/Horde/View/Helper/DebugTest.php               |    2 +-
 framework/View/test/Horde/View/Helper/FormTagTest.php             |    2 +-
 framework/View/test/Horde/View/Helper/FormTest.php                |    2 +-
 framework/View/test/Horde/View/Helper/JavascriptTest.php          |    2 +-
 framework/View/test/Horde/View/Helper/NumberTest.php              |    2 +-
 framework/View/test/Horde/View/Helper/TagTest.php                 |    2 +-
 framework/View/test/Horde/View/Helper/TextTest.php                |    2 +-
 framework/View/test/Horde/View/Helper/UrlTest.php                 |    2 +-
 framework/View/test/Horde/View/InterfaceTest.php                  |    2 +-
 framework/Xml_Element/doc/Horde/Xml/Element/COPYING               |    2 +-
 framework/Xml_Element/lib/Horde/Xml/Element.php                   |    2 +-
 framework/Xml_Element/package.xml                                 |   33 +-
 framework/Xml_Element/test/Horde/Xml/Element/Autoload.php         |    2 +-
 .../doc/Horde/Xml/Wbxml/examples/syncml_client_packet_2.xml       |   14 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml.php                       |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/ContentHandler.php        |    4 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Decoder.php               |   30 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd.php                   |   14 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMl.php            |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMlDevInf.php      |   12 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMlMetInf.php      |   12 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/DtdManager.php            |   22 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Encoder.php               |   25 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Exception.php             |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/HashTable.php             |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/LifoQueue.php             |    2 +-
 framework/Xml_Wbxml/package.xml                                   |   41 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/Autoload.php             |    2 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/DecodeTest.php           |    4 +-
 framework/Yaml/doc/Horde/Yaml/COPYING                             |    2 +-
 framework/Yaml/package.xml                                        |   27 +-
 framework/Yaml/test/Horde/Yaml/AllTests.php                       |    1 -
 framework/Yaml/test/Horde/Yaml/Autoload.php                       |   18 +
 framework/Yaml/test/Horde/Yaml/LoaderTest.php                     |    6 +-
 framework/admintools/horde-remove-pref.php                        |    2 +-
 framework/admintools/horde-sql-shell.php                          |    2 +-
 framework/bin/install_framework                                   |    4 +-
 framework/bin/test_framework                                      |   57 +-
 gollem/README                                                     |    2 +-
 gollem/clipboard.php                                              |   14 +-
 gollem/config/backends.php                                        |  405 +
 gollem/config/backends.php.dist                                   |  342 -
 gollem/config/mime_drivers.php                                    |   23 -
 gollem/docs/CHANGES                                               |   53 +-
 gollem/docs/CREDITS                                               |    1 +
 gollem/docs/INSTALL                                               |   53 +-
 gollem/docs/RELEASE_NOTES                                         |   35 +-
 gollem/docs/UPGRADING                                             |   54 +
 gollem/edit.php                                                   |   19 +-
 gollem/index.php                                                  |    2 +-
 gollem/js/clipboard.js                                            |   53 +
 gollem/js/edit.js                                                 |   21 +
 gollem/js/manager.js                                              |  149 +-
 gollem/js/selectlist.js                                           |   67 +-
 gollem/lib/Ajax/Application.php                                   |    2 +-
 gollem/lib/Api.php                                                |   12 +-
 gollem/lib/Application.php                                        |   29 +-
 gollem/lib/Auth.php                                               |    6 +-
 gollem/lib/Exception.php                                          |    2 +-
 gollem/lib/Factory/Vfs.php                                        |    2 +-
 gollem/lib/Factory/VfsDefault.php                                 |    2 +-
 gollem/lib/Gollem.php                                             |   33 +-
 gollem/lib/LoginTasks/SystemTask/Upgrade.php                      |    2 +-
 gollem/lib/Mime/Viewer/Images.php                                 |   48 -
 gollem/lib/Test.php                                               |    3 +-
 gollem/locale/bg/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/ca/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/cs/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/da/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 81422 -> 74764 bytes
 gollem/locale/de/LC_MESSAGES/gollem.po                            |  218 +-
 gollem/locale/es/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/et/LC_MESSAGES/gollem.mo                            |  Bin 143590 -> 75304 bytes
 gollem/locale/et/LC_MESSAGES/gollem.po                            |  477 +-
 gollem/locale/fr/LC_MESSAGES/gollem.mo                            |  Bin 63197 -> 82797 bytes
 gollem/locale/gollem.pot                                          |  208 +-
 gollem/locale/hr/LC_MESSAGES/gollem.mo                            |  Bin 166206 -> 78207 bytes
 gollem/locale/hr/LC_MESSAGES/gollem.po                            |  388 +-
 gollem/locale/it/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/ja/LC_MESSAGES/gollem.mo                            |  Bin 82304 -> 78034 bytes
 gollem/locale/ja/LC_MESSAGES/gollem.po                            |  257 +-
 gollem/locale/lv/LC_MESSAGES/gollem.mo                            |  Bin 78685 -> 72715 bytes
 gollem/locale/lv/LC_MESSAGES/gollem.po                            |    4 +-
 gollem/locale/nl/LC_MESSAGES/gollem.mo                            |  Bin 150898 -> 65499 bytes
 gollem/locale/pl/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/pt_BR/LC_MESSAGES/gollem.mo                         |  Bin 78315 -> 79332 bytes
 gollem/locale/pt_BR/LC_MESSAGES/gollem.po                         |  216 +-
 gollem/locale/ro/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/sk/LC_MESSAGES/gollem.mo                            |  Bin 78743 -> 78776 bytes
 gollem/locale/sk/LC_MESSAGES/gollem.po                            |  471 +-
 gollem/locale/sl/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/tr/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/uk/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/manager.php                                                |  179 +-
 gollem/package.xml                                                |  735 +
 gollem/permissions.php                                            |   16 +-
 gollem/quota.php                                                  |    7 +-
 gollem/selectlist.php                                             |   46 +-
 gollem/templates/clipboard/clipboard.html                         |   22 +-
 gollem/templates/edit/edit.inc                                    |   24 +-
 gollem/templates/manager/manager.html                             |   56 +-
 gollem/templates/quota/quota.html                                 |    6 +-
 gollem/templates/selectlist/selectlist.html                       |   14 +-
 gollem/themes/default/graphics/az.png                             |  Bin 0 -> 117 bytes
 gollem/themes/default/graphics/clipboard.png                      |  Bin 383 -> 379 bytes
 gollem/themes/default/graphics/copy.png                           |  Bin 218 -> 217 bytes
 gollem/themes/default/graphics/cut.png                            |  Bin 229 -> 228 bytes
 gollem/themes/default/graphics/download.png                       |  Bin 0 -> 190 bytes
 gollem/themes/default/graphics/edit.png                           |  Bin 0 -> 513 bytes
 gollem/themes/default/graphics/folder.png                         |  Bin 1144 -> 583 bytes
 gollem/themes/default/graphics/folder_create.png                  |  Bin 1098 -> 487 bytes
 gollem/themes/default/graphics/folder_goto.png                    |  Bin 1104 -> 488 bytes
 gollem/themes/default/graphics/folder_home.png                    |  Bin 1092 -> 481 bytes
 gollem/themes/default/graphics/folder_symlink.png                 |  Bin 1152 -> 580 bytes
 gollem/themes/default/graphics/gollem.png                         |  Bin 1092 -> 481 bytes
 gollem/themes/default/graphics/reload.png                         |  Bin 0 -> 261 bytes
 gollem/themes/default/graphics/za.png                             |  Bin 0 -> 119 bytes
 gollem/themes/default/screen.css                                  |   33 +
 gollem/themes/silver/graphics/download.png                        |  Bin 0 -> 620 bytes
 gollem/themes/silver/graphics/edit.png                            |  Bin 0 -> 807 bytes
 gollem/themes/silver/graphics/reload.png                          |  Bin 0 -> 630 bytes
 gollem/themes/silver/screen.css                                   |   25 +
 gollem/view.php                                                   |   61 +-
 hermes/LICENSE                                                    |    2 +-
 hermes/admin.php                                                  |    2 +-
 hermes/deliverables.php                                           |    6 +-
 hermes/docs/CHANGES                                               |    2 +-
 hermes/docs/INSTALL                                               |    2 +-
 hermes/entry.php                                                  |    4 +-
 hermes/index.php                                                  |    2 +-
 hermes/invoicing.php                                              |    2 +-
 hermes/lib/Ajax/Application.php                                   |    2 +-
 hermes/lib/Ajax/Imple/ClientAutoCompleter.php                     |    2 +-
 hermes/lib/Application.php                                        |    2 +-
 hermes/lib/Data/Hermescsv.php                                     |   36 +
 hermes/lib/Data/Hermestsv.php                                     |   43 +
 hermes/lib/Data/Hermesxls.php                                     |   17 +
 hermes/lib/Data/Iif.php                                           |   81 +
 hermes/lib/Data/hermes_csv.php                                    |   42 -
 hermes/lib/Data/hermes_tsv.php                                    |   45 -
 hermes/lib/Data/hermes_xls.php                                    |   21 -
 hermes/lib/Data/iif.php                                           |   68 -
 hermes/lib/Data/qbxml.php                                         |   18 -
 hermes/lib/Form/Admin/AddJobType.php                              |    2 +-
 hermes/lib/Form/Admin/DeleteJobType.php                           |    2 +-
 hermes/lib/Form/Admin/EditClientStepOne.php                       |    2 +-
 hermes/lib/Form/Admin/EditClientStepTwo.php                       |    2 +-
 hermes/lib/Form/Admin/EditJobTypeStepOne.php                      |    2 +-
 hermes/lib/Form/Admin/EditJobTypeStepTwo.php                      |    2 +-
 hermes/lib/Form/Deliverable.php                                   |    2 +-
 hermes/lib/Form/Deliverable/ClientSelector.php                    |    2 +-
 hermes/lib/Form/Export.php                                        |   13 +-
 hermes/lib/Form/JobType/Add.php                                   |    2 +-
 hermes/lib/Form/JobType/Edit/Step1.php                            |    2 +-
 hermes/lib/Form/Search.php                                        |    7 +-
 hermes/lib/Form/Time.php                                          |    2 +-
 hermes/lib/Form/Time/Entry.php                                    |    2 +-
 hermes/lib/LoginTasks/SystemTask/Upgrade.php                      |    2 +-
 hermes/lib/Slice.php                                              |    7 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 87994 -> 81536 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |   88 +-
 hermes/locale/es/LC_MESSAGES/hermes.po                            |    2 +-
 hermes/locale/hermes.pot                                          |   88 +-
 hermes/locale/lv/LC_MESSAGES/hermes.mo                            |  Bin 75995 -> 70397 bytes
 hermes/locale/lv/LC_MESSAGES/hermes.po                            |   76 +-
 hermes/locale/lv/help.xml                                         |   18 +-
 hermes/migration/1_hermes_base_tables.php                         |    2 +-
 hermes/migration/2_hermes_autoincrement.php                       |    2 +-
 hermes/package.xml                                                |   49 +-
 hermes/scripts/Sandals.wdgt/Default.png                           |  Bin 843 -> 142 bytes
 hermes/scripts/Sandals.wdgt/Icon.png                              |  Bin 4797 -> 4436 bytes
 hermes/scripts/Sandals.wdgt/lib/open_calendar.js                  |    2 +-
 hermes/scripts/Sandals.wdgt/lib/stripe.js                         |    2 +-
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png      |  Bin 298 -> 184 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png    |  Bin 477 -> 365 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png    |  Bin 360 -> 336 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png    |  Bin 227 -> 169 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png          |  Bin 368 -> 320 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png            |  Bin 547 -> 473 bytes
 hermes/scripts/purge.php                                          |    2 +-
 hermes/search.php                                                 |   14 +-
 hermes/start.php                                                  |    4 +-
 hermes/templates/index/index.inc                                  |   15 +-
 hermes/templates/index/search.inc                                 |  146 +-
 hermes/themes/default/graphics/alerts/message.png                 |  Bin 477 -> 365 bytes
 hermes/themes/default/graphics/back_quick.png                     |  Bin 189 -> 123 bytes
 hermes/themes/default/graphics/checkbox_off.png                   |  Bin 191 -> 116 bytes
 hermes/themes/default/graphics/checkbox_on.png                    |  Bin 416 -> 318 bytes
 hermes/themes/default/graphics/checkbox_over.png                  |  Bin 387 -> 293 bytes
 hermes/themes/default/graphics/clients.png                        |  Bin 757 -> 626 bytes
 hermes/themes/default/graphics/clockout.png                       |  Bin 560 -> 482 bytes
 hermes/themes/default/graphics/hermes.png                         |  Bin 547 -> 473 bytes
 hermes/themes/default/graphics/minus.png                          |  Bin 203 -> 181 bytes
 hermes/themes/default/graphics/picker.png                         |  Bin 368 -> 320 bytes
 hermes/themes/default/graphics/plus.png                           |  Bin 229 -> 208 bytes
 hermes/themes/default/graphics/search.png                         |  Bin 795 -> 662 bytes
 hermes/themes/default/graphics/timer-start.png                    |  Bin 474 -> 469 bytes
 hermes/themes/default/graphics/timer-stop.png                     |  Bin 529 -> 521 bytes
 hermes/themes/default/screen.css                                  |  211 +-
 hermes/themes/silver/graphics/checkbox_off.png                    |  Bin 191 -> 116 bytes
 hermes/themes/silver/graphics/checkbox_on.png                     |  Bin 416 -> 318 bytes
 hermes/themes/silver/graphics/checkbox_over.png                   |  Bin 387 -> 293 bytes
 hermes/themes/silver/graphics/clockout.png                        |  Bin 560 -> 482 bytes
 hermes/themes/silver/graphics/help.png                            |  Bin 0 -> 731 bytes
 hermes/themes/silver/graphics/hermes.png                          |  Bin 3727 -> 498 bytes
 hermes/themes/silver/graphics/logout.png                          |  Bin 0 -> 693 bytes
 hermes/themes/silver/graphics/prefs.png                           |  Bin 0 -> 551 bytes
 hermes/themes/silver/graphics/timer-start.png                     |  Bin 474 -> 469 bytes
 hermes/themes/silver/graphics/timer-stop.png                      |  Bin 529 -> 521 bytes
 hermes/themes/silver/ie7.css                                      |    3 +
 hermes/themes/silver/ie8.css                                      |    3 +
 hermes/themes/silver/screen.css                                   |   73 +-
 hermes/time.php                                                   |    2 +-
 horde/admin/activesync.php                                        |    2 +-
 horde/admin/alarms.php                                            |    2 +-
 horde/admin/cmdshell.php                                          |    4 +-
 horde/admin/config/config.php                                     |    4 +-
 horde/admin/config/diff.php                                       |    2 +-
 horde/admin/config/index.php                                      |    9 +-
 horde/admin/config/scripts.php                                    |    2 +-
 horde/admin/datatree.php                                          |    2 +-
 horde/admin/groups.php                                            |    2 +-
 horde/admin/locks.php                                             |   63 +
 horde/admin/perms/addchild.php                                    |    2 +-
 horde/admin/perms/delete.php                                      |    2 +-
 horde/admin/perms/edit.php                                        |   70 +-
 horde/admin/perms/index.php                                       |    2 +-
 horde/admin/phpshell.php                                          |    6 +-
 horde/admin/sessions.php                                          |    2 +-
 horde/admin/signup_confirm.php                                    |    2 +-
 horde/admin/sqlshell.php                                          |    2 +-
 horde/admin/user.php                                              |    2 +-
 horde/bin/horde-active-sessions                                   |    2 +-
 horde/bin/horde-alarms                                            |    2 +-
 horde/bin/horde-check-logger                                      |    2 +-
 horde/bin/horde-clear-cache                                       |   29 +-
 horde/bin/horde-crond                                             |    2 +-
 horde/bin/horde-db-migrate                                        |    2 +-
 horde/bin/horde-import-squirrelmail-prefs                         |    2 +-
 horde/bin/horde-memcache-stats                                    |    2 +-
 horde/bin/horde-run-task                                          |    2 +-
 horde/bin/horde-set-perms                                         |    2 +-
 horde/bin/horde-themes                                            |    2 +-
 horde/bin/horde-translation                                       |    9 +-
 horde/config/conf.xml                                             |  103 +-
 horde/config/hooks.php.dist                                       |    2 +-
 horde/config/prefs.php                                            |   21 -
 horde/config/registry.php                                         |    5 +
 horde/docs/CHANGES                                                |   41 +-
 horde/docs/CODING_STANDARDS                                       |    4 +-
 horde/docs/CREDITS                                                |    1 +
 horde/docs/INSTALL                                                |   37 +-
 horde/docs/PERFORMANCE                                            |   52 +-
 horde/docs/RELEASE_NOTES                                          |   17 +-
 horde/docs/TRANSLATIONS                                           |    7 +-
 horde/docs/UPGRADING                                              |   32 +
 horde/index.php                                                   |    6 +-
 horde/js/contextsensitive.js                                      |   13 +-
 horde/js/dragdrop2.js                                             |    2 +-
 horde/js/form_assign.js                                           |    2 +-
 horde/js/form_ghost.js                                            |    2 +-
 horde/js/form_helpers.js                                          |    2 +-
 horde/js/form_sections.js                                         |    2 +-
 horde/js/image.js                                                 |    2 +-
 horde/js/inplaceeditor.js                                         |    2 +-
 horde/js/jquery.mobile/images/ajax-loader.png                     |  Bin 503 -> 367 bytes
 horde/js/jquery.mobile/images/form-check-off.png                  |  Bin 364 -> 248 bytes
 horde/js/jquery.mobile/images/form-check-on.png                   |  Bin 460 -> 347 bytes
 horde/js/jquery.mobile/images/form-radio-off.png                  |  Bin 453 -> 339 bytes
 horde/js/jquery.mobile/images/form-radio-on.png                   |  Bin 519 -> 402 bytes
 horde/js/jquery.mobile/images/icon-search-black.png               |  Bin 1245 -> 294 bytes
 horde/js/jquery.mobile/images/icons-18-black.png                  |  Bin 907 -> 709 bytes
 horde/js/jquery.mobile/images/icons-18-white.png                  |  Bin 908 -> 706 bytes
 horde/js/jquery.mobile/images/icons-36-black.png                  |  Bin 1692 -> 1379 bytes
 horde/js/jquery.mobile/images/icons-36-white.png                  |  Bin 1692 -> 1379 bytes
 horde/js/keynavlist.js                                            |    3 +-
 horde/js/map/OpenLayers-debug.js                                  |43157 +++--
 horde/js/map/OpenLayers.js                                        | 1640 +-
 horde/js/map/bing.js                                              |  318 +
 horde/js/map/cloudmade.js                                         |    2 +-
 horde/js/map/google.js                                            | 1183 +-
 horde/js/map/horde.js                                             |  352 +-
 horde/js/map/img/cloud-popup-relative.png                         |  Bin 2426 -> 2313 bytes
 horde/js/map/img/marker.png                                       |  Bin 0 -> 545 bytes
 horde/js/map/img/measuring-stick-on.png                           |  Bin 307 -> 299 bytes
 horde/js/map/img/panning-hand-off.png                             |  Bin 777 -> 759 bytes
 horde/js/map/img/panning-hand-on.png                              |  Bin 812 -> 791 bytes
 horde/js/map/img/zoom-world-mini.png                              |  Bin 808 -> 802 bytes
 horde/js/map/img/zoombar.png                                      |  Bin 247 -> 247 bytes
 horde/js/map/lang/ar-SY.js                                        |   38 +
 horde/js/map/lang/ar_SY.js                                        |   31 -
 horde/js/map/lang/bg-BG.js                                        |   29 +
 horde/js/map/lang/bg_BG.js                                        |   26 -
 horde/js/map/lang/ca-ES.js                                        |  121 +
 horde/js/map/lang/ca_ES.js                                        |  100 -
 horde/js/map/lang/cs-CZ.js                                        |   65 +
 horde/js/map/lang/cs_CZ.js                                        |   73 -
 horde/js/map/lang/da-DK.js                                        |  112 +
 horde/js/map/lang/da_DK.js                                        |  123 -
 horde/js/map/lang/de-DE.js                                        |   77 +
 horde/js/map/lang/de_DE.js                                        |   85 -
 horde/js/map/lang/el-GR.js                                        |   19 +
 horde/js/map/lang/el_GR.js                                        |   21 -
 horde/js/map/lang/en-CA.js                                        |   21 +
 horde/js/map/lang/en_CA.js                                        |   25 -
 horde/js/map/lang/es-ES.js                                        |  122 +
 horde/js/map/lang/es_ES.js                                        |  125 -
 horde/js/map/lang/fi-FI.js                                        |   32 +
 horde/js/map/lang/fi_FI.js                                        |   38 -
 horde/js/map/lang/fr-FR.js                                        |   77 +
 horde/js/map/lang/fr_FR.js                                        |   84 -
 horde/js/map/lang/gl-ES.js                                        |   75 +
 horde/js/map/lang/gl_ES.js                                        |   83 -
 horde/js/map/lang/hr-HR.js                                        |   57 +
 horde/js/map/lang/hu-HU.js                                        |   76 +
 horde/js/map/lang/hu_HU.js                                        |   84 -
 horde/js/map/lang/id-ID.js                                        |   76 +
 horde/js/map/lang/id_ID.js                                        |   84 -
 horde/js/map/lang/is-IS.js                                        |   35 +
 horde/js/map/lang/is_IS.js                                        |   41 -
 horde/js/map/lang/it-IT.js                                        |  109 +
 horde/js/map/lang/it_IT.js                                        |  120 -
 horde/js/map/lang/ja-JP.js                                        |   76 +
 horde/js/map/lang/ja_JP.js                                        |   84 -
 horde/js/map/lang/km-KH.js                                        |   25 +
 horde/js/map/lang/km_KH.js                                        |   29 -
 horde/js/map/lang/nl-NL.js                                        |   75 +
 horde/js/map/lang/nl_NL.js                                        |   83 -
 horde/js/map/lang/nn-NO.js                                        |   27 +
 horde/js/map/lang/nn_NO.js                                        |   31 -
 horde/js/map/lang/no-NO.js                                        |  111 +
 horde/js/map/lang/pt-BR.js                                        |   76 +
 horde/js/map/lang/pt-PT.js                                        |   77 +
 horde/js/map/lang/pt_BR.js                                        |   84 -
 horde/js/map/lang/pt_PT.js                                        |   85 -
 horde/js/map/lang/ru-RU.js                                        |   78 +
 horde/js/map/lang/ru_RU.js                                        |   86 -
 horde/js/map/lang/sk-SK.js                                        |   67 +
 horde/js/map/lang/sk_SK.js                                        |   75 -
 horde/js/map/lang/sv-SE.js                                        |   67 +
 horde/js/map/lang/sv_SE.js                                        |   75 -
 horde/js/map/lang/te-TE.js                                        |   27 +
 horde/js/map/lang/vi-VI.js                                        |   75 +
 horde/js/map/lang/zh-CN.js                                        |  109 +
 horde/js/map/lang/zh-TW.js                                        |  110 +
 horde/js/map/lang/zh_CN.js                                        |  120 -
 horde/js/map/lang/zh_TW.js                                        |  121 -
 horde/js/map/map.js                                               |    6 +-
 horde/js/map/mapquest.js                                          |   43 +
 horde/js/map/mytopo.js                                            |   29 +
 horde/js/map/null.js                                              |    2 +-
 horde/js/map/ocm.js                                               |   32 +
 horde/js/map/osm.js                                               |   32 +
 horde/js/map/public.js                                            |    4 +-
 horde/js/map/theme/default/google.css                             |    7 +
 horde/js/map/theme/default/google.tidy.css                        |    1 +
 horde/js/map/theme/default/ie6-style.css                          |    3 +
 horde/js/map/theme/default/ie6-style.tidy.css                     |    1 +
 horde/js/map/theme/default/img/add_point_off.png                  |  Bin 1616 -> 572 bytes
 horde/js/map/theme/default/img/add_point_on.png                   |  Bin 1464 -> 366 bytes
 horde/js/map/theme/default/img/drag-rectangle-off.png             |  Bin 1202 -> 1024 bytes
 horde/js/map/theme/default/img/drag-rectangle-on.png              |  Bin 1218 -> 1041 bytes
 horde/js/map/theme/default/img/draw_line_off.png                  |  Bin 1567 -> 459 bytes
 horde/js/map/theme/default/img/draw_line_on.png                   |  Bin 1399 -> 243 bytes
 horde/js/map/theme/default/img/draw_point_off.png                 |  Bin 1612 -> 562 bytes
 horde/js/map/theme/default/img/draw_point_on.png                  |  Bin 1460 -> 357 bytes
 horde/js/map/theme/default/img/draw_polygon_off.png               |  Bin 1546 -> 436 bytes
 horde/js/map/theme/default/img/draw_polygon_on.png                |  Bin 1407 -> 248 bytes
 horde/js/map/theme/default/img/editing_tool_bar.png               |  Bin 3901 -> 1870 bytes
 horde/js/map/theme/default/img/move_feature_off.png               |  Bin 1543 -> 417 bytes
 horde/js/map/theme/default/img/move_feature_on.png                |  Bin 1379 -> 221 bytes
 horde/js/map/theme/default/img/navigation_history.png             |  Bin 7021 -> 4338 bytes
 horde/js/map/theme/default/img/pan-panel-NOALPHA.png              |  Bin 566 -> 452 bytes
 horde/js/map/theme/default/img/pan-panel.png                      |  Bin 1287 -> 568 bytes
 horde/js/map/theme/default/img/pan_off.png                        |  Bin 1696 -> 713 bytes
 horde/js/map/theme/default/img/pan_on.png                         |  Bin 1568 -> 570 bytes
 horde/js/map/theme/default/img/panning-hand-off.png               |  Bin 3875 -> 759 bytes
 horde/js/map/theme/default/img/panning-hand-on.png                |  Bin 3977 -> 791 bytes
 horde/js/map/theme/default/img/remove_point_off.png               |  Bin 1612 -> 567 bytes
 horde/js/map/theme/default/img/remove_point_on.png                |  Bin 1464 -> 363 bytes
 horde/js/map/theme/default/img/ruler.png                          |  Bin 1211 -> 510 bytes
 horde/js/map/theme/default/img/save_features_off.png              |  Bin 357 -> 272 bytes
 horde/js/map/theme/default/img/save_features_on.png               |  Bin 364 -> 275 bytes
 horde/js/map/theme/default/img/view_next_off.png                  |  Bin 1644 -> 883 bytes
 horde/js/map/theme/default/img/view_next_on.png                   |  Bin 1686 -> 1572 bytes
 horde/js/map/theme/default/img/view_previous_off.png              |  Bin 1553 -> 851 bytes
 horde/js/map/theme/default/img/view_previous_on.png               |  Bin 1592 -> 1521 bytes
 horde/js/map/theme/default/img/zoom-panel-NOALPHA.png             |  Bin 1173 -> 1039 bytes
 horde/js/map/theme/default/img/zoom-panel.png                     |  Bin 1624 -> 1123 bytes
 horde/js/map/theme/default/style.css                              |  256 +-
 horde/js/map/theme/default/style.tidy.css                         |    1 +
 horde/js/map/tilesathome.js                                       |   32 +
 horde/js/map/ve.js                                                |   38 +-
 horde/js/map/yahoo.js                                             |   26 +-
 horde/js/mobile.js                                                |    2 +-
 horde/js/plupload/i18n/cs.js                                      |   14 +
 horde/js/plupload/i18n/de.js                                      |   25 +
 horde/js/plupload/i18n/es.js                                      |   25 +
 horde/js/plupload/i18n/fi.js                                      |   33 +
 horde/js/plupload/i18n/fr.js                                      |   25 +
 horde/js/plupload/i18n/it.js                                      |   21 +
 horde/js/plupload/i18n/ja.js                                      |   37 +
 horde/js/plupload/i18n/lv.js                                      |   33 +
 horde/js/plupload/i18n/nl.js                                      |   21 +
 horde/js/plupload/i18n/pt-br.js                                   |   35 +
 horde/js/plupload/i18n/ru.js                                      |   21 +
 horde/js/plupload/jquery.plupload.queue.js                        |  326 -
 horde/js/plupload/plupload.browserplus.js                         |  338 +-
 horde/js/plupload/plupload.flash.js                               |  298 +-
 horde/js/plupload/plupload.flash.swf                              |  Bin 9805 -> 18752 bytes
 horde/js/plupload/plupload.full.js                                |    2 +
 horde/js/plupload/plupload.gears.js                               |  299 +-
 horde/js/plupload/plupload.html4.js                               |  335 +-
 horde/js/plupload/plupload.html5.js                               | 1397 +-
 horde/js/plupload/plupload.js                                     |  522 +-
 horde/js/plupload/plupload.silverlight.js                         |  360 +-
 horde/js/plupload/plupload.silverlight.xap                        |  Bin 42899 -> 43675 bytes
 horde/js/plupload/uploader.js                                     |  115 +-
 horde/js/popup.js                                                 |    2 +-
 horde/js/redbox.js                                                |    6 +-
 horde/js/sidebar.js                                               |    2 +-
 horde/js/slider2.js                                               |    2 +-
 horde/js/sorter.js                                                |    2 +-
 horde/js/twitterclient.js                                         |   41 +-
 horde/lib/Ajax/Application.php                                    |   24 +-
 horde/lib/Api.php                                                 |    5 +
 horde/lib/Application.php                                         |   14 +-
 horde/lib/Block/Account.php                                       |    2 +-
 horde/lib/Block/Account/Base.php                                  |    2 +-
 horde/lib/Block/Account/Finger.php                                |    2 +-
 horde/lib/Block/Account/Ldap.php                                  |    2 +-
 horde/lib/Block/Account/Localhost.php                             |    2 +-
 horde/lib/Block/Cloud.php                                         |   11 +-
 horde/lib/Block/FbStream.php                                      |    2 +-
 horde/lib/Block/Iframe.php                                        |    9 +-
 horde/lib/Block/TwitterTimeline.php                               |    3 +-
 horde/lib/Block/Weather.php                                       |  357 +
 horde/lib/Block/Weatherdotcom.php                                 |  418 -
 horde/lib/Block/WeatherdotcomStrings.php                          |  104 -
 horde/lib/LoginTasks/SystemTask/GarbageCollection.php             |    2 +-
 horde/lib/LoginTasks/SystemTask/Upgrade.php                       |   43 +-
 horde/lib/LoginTasks/Task/AdminCheck.php                          |    2 +-
 horde/lib/LoginTasks/Task/LastLogin.php                           |   21 +-
 horde/lib/LoginTasks/Task/TosAgreement.php                        |    2 +-
 horde/lib/Prefs/Ui.php                                            |    7 +-
 horde/lib/Test.php                                                |    8 +-
 horde/lib/core.php                                                |    6 +-
 horde/locale/bg/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/bs/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ca/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/cs/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/da/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 72758 -> 66834 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |  938 +-
 horde/locale/es/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/et/LC_MESSAGES/horde.mo                              |  Bin 46329 -> 67591 bytes
 horde/locale/et/LC_MESSAGES/horde.po                              | 2790 +-
 horde/locale/fr/LC_MESSAGES/horde.mo                              |  Bin 53993 -> 73560 bytes
 horde/locale/fr/LC_MESSAGES/horde.po                              | 2326 +-
 horde/locale/horde.pot                                            |  910 +-
 horde/locale/hr/LC_MESSAGES/horde.mo                              |  Bin 53793 -> 69944 bytes
 horde/locale/hr/LC_MESSAGES/horde.po                              | 2343 +-
 horde/locale/id/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/is/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ja/LC_MESSAGES/horde.mo                              |  Bin 72894 -> 68828 bytes
 horde/locale/ja/LC_MESSAGES/horde.po                              | 1537 +-
 horde/locale/ko/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/lt/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/lv/LC_MESSAGES/horde.mo                              |  Bin 70570 -> 64600 bytes
 horde/locale/lv/LC_MESSAGES/horde.po                              | 1101 +-
 horde/locale/nb/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/nl/LC_MESSAGES/horde.mo                              |  Bin 49166 -> 55837 bytes
 horde/locale/nl/LC_MESSAGES/horde.po                              | 2669 +-
 horde/locale/pt_BR/LC_MESSAGES/horde.mo                           |  Bin 69913 -> 71212 bytes
 horde/locale/pt_BR/LC_MESSAGES/horde.po                           |  466 +-
 horde/locale/ro/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ru/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/sl/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/tr/LC_MESSAGES/horde.po                              |    2 +-
 horde/login.php                                                   |    2 +-
 horde/package.xml                                                 |  541 +-
 horde/rpc.php                                                     |    2 +-
 horde/rpc/index.php                                               |    2 +-
 horde/scripts/cookie_login.php                                    |    2 +-
 horde/scripts/get_login.php                                       |    2 +-
 horde/scripts/http_login.php                                      |    2 +-
 horde/services/ajax.php                                           |    2 +-
 horde/services/cache.php                                          |    2 +-
 horde/services/cacheview.php                                      |    2 +-
 horde/services/changepassword.php                                 |    4 +-
 horde/services/confirm.php                                        |    2 +-
 horde/services/download/index.php                                 |    2 +-
 horde/services/facebook/index.php                                 |    2 +-
 horde/services/go.php                                             |    2 +-
 horde/services/help/index.php                                     |    2 +-
 horde/services/images/pixel.php                                   |    2 +-
 horde/services/images/view.php                                    |    2 +-
 horde/services/imple.php                                          |    2 +-
 horde/services/keyboard.php                                       |    2 +-
 horde/services/language.php                                       |    6 +-
 horde/services/logintasks.php                                     |    2 +-
 horde/services/obrowser/index.php                                 |    2 +-
 horde/services/portal/cloud_search.php                            |   30 +-
 horde/services/portal/edit.php                                    |    2 +-
 horde/services/portal/index.php                                   |    2 +-
 horde/services/portal/mobile.php                                  |    2 +-
 horde/services/prefs.php                                          |    2 +-
 horde/services/problem.php                                        |    2 +-
 horde/services/resetpassword.php                                  |    5 +-
 horde/services/shares/edit.php                                    |   27 +-
 horde/services/sidebar.php                                        |    2 +-
 horde/services/snooze.php                                         |    2 +-
 horde/services/twitter/index.php                                  |   70 +-
 horde/signup.php                                                  |    2 +-
 horde/templates/admin/alarms/list.html.php                        |    2 +-
 horde/templates/admin/locks/list.html.php                         |   30 +
 horde/templates/block/twitter-layout.html.php                     |    1 +
 horde/templates/login/login.inc                                   |    7 +-
 horde/templates/login/mobile.inc                                  |    2 +-
 horde/templates/login/resetpassword.inc                           |    2 +-
 horde/templates/login/signup.inc                                  |    2 +-
 horde/templates/shares/edit.inc                                   |   14 +-
 horde/templates/sidebar/sidebar.inc                               |    6 +-
 horde/test.php                                                    |    2 +-
 horde/themes/default/embed.css                                    |    2 +-
 horde/themes/default/graphics/about.png                           |  Bin 201 -> 181 bytes
 horde/themes/default/graphics/add_group.png                       |  Bin 641 -> 577 bytes
 horde/themes/default/graphics/add_perm.png                        |  Bin 287 -> 282 bytes
 horde/themes/default/graphics/administration.png                  |  Bin 335 -> 263 bytes
 horde/themes/default/graphics/alerts/error.png                    |  Bin 298 -> 184 bytes
 horde/themes/default/graphics/alerts/message.png                  |  Bin 477 -> 365 bytes
 horde/themes/default/graphics/alerts/success.png                  |  Bin 360 -> 336 bytes
 horde/themes/default/graphics/alerts/warning.png                  |  Bin 227 -> 169 bytes
 horde/themes/default/graphics/app-unknown.png                     |  Bin 759 -> 554 bytes
 horde/themes/default/graphics/avatars/alien.jpg                   |  Bin 5268 -> 4156 bytes
 horde/themes/default/graphics/avatars/aly.jpg                     |  Bin 4133 -> 3516 bytes
 horde/themes/default/graphics/avatars/ape.jpg                     |  Bin 4488 -> 3571 bytes
 horde/themes/default/graphics/avatars/au.jpg                      |  Bin 3229 -> 2652 bytes
 horde/themes/default/graphics/avatars/barbarian.jpg               |  Bin 4711 -> 3890 bytes
 horde/themes/default/graphics/avatars/bert.jpg                    |  Bin 4034 -> 3433 bytes
 horde/themes/default/graphics/avatars/bert2.jpg                   |  Bin 4328 -> 3644 bytes
 horde/themes/default/graphics/avatars/boo.jpg                     |  Bin 4580 -> 3803 bytes
 horde/themes/default/graphics/avatars/bret.jpg                    |  Bin 5127 -> 3877 bytes
 horde/themes/default/graphics/avatars/clown.jpg                   |  Bin 9994 -> 9392 bytes
 horde/themes/default/graphics/avatars/cocky.jpg                   |  Bin 4017 -> 3077 bytes
 horde/themes/default/graphics/avatars/einstein.jpg                |  Bin 4661 -> 3725 bytes
 horde/themes/default/graphics/avatars/elmo.jpg                    |  Bin 3169 -> 2587 bytes
 horde/themes/default/graphics/avatars/evil.jpg                    |  Bin 3716 -> 3215 bytes
 horde/themes/default/graphics/avatars/female1.jpg                 |  Bin 4584 -> 3944 bytes
 horde/themes/default/graphics/avatars/female2.jpg                 |  Bin 9325 -> 8800 bytes
 horde/themes/default/graphics/avatars/franc.jpg                   |  Bin 5564 -> 4272 bytes
 horde/themes/default/graphics/avatars/gremlin.jpg                 |  Bin 4508 -> 3662 bytes
 horde/themes/default/graphics/avatars/grover.jpg                  |  Bin 3669 -> 3170 bytes
 horde/themes/default/graphics/avatars/hump.jpg                    |  Bin 4769 -> 3838 bytes
 horde/themes/default/graphics/avatars/jeri.jpg                    |  Bin 3884 -> 3301 bytes
 horde/themes/default/graphics/avatars/kirk.jpg                    |  Bin 5360 -> 4131 bytes
 horde/themes/default/graphics/avatars/kryton.jpg                  |  Bin 4190 -> 3554 bytes
 horde/themes/default/graphics/avatars/male1.jpg                   |  Bin 3771 -> 3250 bytes
 horde/themes/default/graphics/avatars/male2.jpg                   |  Bin 3902 -> 3264 bytes
 horde/themes/default/graphics/avatars/man.jpg                     |  Bin 3692 -> 2943 bytes
 horde/themes/default/graphics/avatars/melon.jpg                   |  Bin 4747 -> 3840 bytes
 horde/themes/default/graphics/avatars/monkey.jpg                  |  Bin 8399 -> 7901 bytes
 horde/themes/default/graphics/avatars/neo.jpg                     |  Bin 4054 -> 3424 bytes
 horde/themes/default/graphics/avatars/ninja.jpg                   |  Bin 1226 -> 904 bytes
 horde/themes/default/graphics/avatars/picard.jpg                  |  Bin 4047 -> 3274 bytes
 horde/themes/default/graphics/avatars/puff.jpg                    |  Bin 3990 -> 3421 bytes
 horde/themes/default/graphics/avatars/rei.jpg                     |  Bin 4541 -> 3694 bytes
 horde/themes/default/graphics/avatars/rei2.jpg                    |  Bin 5065 -> 4090 bytes
 horde/themes/default/graphics/avatars/stan.jpg                    |  Bin 3942 -> 3398 bytes
 horde/themes/default/graphics/avatars/trin.jpg                    |  Bin 4394 -> 3702 bytes
 horde/themes/default/graphics/avatars/us.jpg                      |  Bin 4945 -> 3985 bytes
 horde/themes/default/graphics/avatars/vampire.jpg                 |  Bin 4231 -> 3199 bytes
 horde/themes/default/graphics/avatars/vampire2.jpg                |  Bin 3767 -> 2913 bytes
 horde/themes/default/graphics/avatars/wizard.jpg                  |  Bin 4924 -> 3868 bytes
 horde/themes/default/graphics/avatars/wolverine.jpg               |  Bin 5039 -> 4121 bytes
 horde/themes/default/graphics/avatars/woman.jpg                   |  Bin 3831 -> 2998 bytes
 horde/themes/default/graphics/avatars/woodie.jpg                  |  Bin 4416 -> 3300 bytes
 horde/themes/default/graphics/block.png                           |  Bin 494 -> 412 bytes
 horde/themes/default/graphics/block/down.png                      |  Bin 127 -> 115 bytes
 horde/themes/default/graphics/block/large_down.png                |  Bin 136 -> 125 bytes
 horde/themes/default/graphics/block/large_left.png                |  Bin 133 -> 122 bytes
 horde/themes/default/graphics/block/large_right.png               |  Bin 133 -> 122 bytes
 horde/themes/default/graphics/block/large_up.png                  |  Bin 139 -> 126 bytes
 horde/themes/default/graphics/block/left.png                      |  Bin 131 -> 122 bytes
 horde/themes/default/graphics/block/moon/firstquarter.png         |  Bin 1901 -> 972 bytes
 horde/themes/default/graphics/block/moon/fullmoon.png             |  Bin 1977 -> 1028 bytes
 horde/themes/default/graphics/block/moon/lastquarter.png          |  Bin 1926 -> 997 bytes
 horde/themes/default/graphics/block/moon/newmoon.png              |  Bin 1747 -> 784 bytes
 horde/themes/default/graphics/block/right.png                     |  Bin 130 -> 119 bytes
 horde/themes/default/graphics/block/sunrise/sunrise.png           |  Bin 279 -> 277 bytes
 horde/themes/default/graphics/block/sunrise/sunset.png            |  Bin 277 -> 274 bytes
 horde/themes/default/graphics/block/up.png                        |  Bin 127 -> 119 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/1.png     |  Bin 1173 -> 1172 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/10.png    |  Bin 1150 -> 1149 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/19.png    |  Bin 1080 -> 1014 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/21.png    |  Bin 999 -> 998 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/34.png    |  Bin 1395 -> 1391 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/40.png    |  Bin 1198 -> 1195 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/na.png    |  Bin 697 -> 696 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/0.png     |  Bin 1064 -> 956 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/1.png     |  Bin 1063 -> 960 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/10.png    |  Bin 1048 -> 942 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/11.png    |  Bin 1051 -> 950 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/12.png    |  Bin 1087 -> 982 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/13.png    |  Bin 960 -> 853 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/14.png    |  Bin 1040 -> 938 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/16.png    |  Bin 1104 -> 1004 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/17.png    |  Bin 1063 -> 952 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/18.png    |  Bin 1077 -> 973 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/19.png    |  Bin 1105 -> 996 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/2.png     |  Bin 1063 -> 960 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/20.png    |  Bin 1003 -> 903 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/21.png    |  Bin 1011 -> 900 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/22.png    |  Bin 995 -> 889 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/23.png    |  Bin 824 -> 746 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/24.png    |  Bin 824 -> 745 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/25.png    |  Bin 976 -> 883 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/26.png    |  Bin 1072 -> 970 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/27.png    |  Bin 1198 -> 1069 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/28.png    |  Bin 1235 -> 1134 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/29.png    |  Bin 1162 -> 1019 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/3.png     |  Bin 1064 -> 955 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/30.png    |  Bin 1210 -> 1097 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/31.png    |  Bin 1159 -> 1017 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/32.png    |  Bin 1167 -> 1029 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/33.png    |  Bin 1160 -> 1017 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/34.png    |  Bin 1190 -> 1060 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/35.png    |  Bin 1064 -> 956 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/36.png    |  Bin 1175 -> 1054 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/37.png    |  Bin 1007 -> 904 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/38.png    |  Bin 1010 -> 907 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/39.png    |  Bin 1086 -> 985 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/4.png     |  Bin 1064 -> 955 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/40.png    |  Bin 1072 -> 971 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/41.png    |  Bin 1105 -> 1008 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/42.png    |  Bin 1102 -> 1002 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/43.png    |  Bin 1161 -> 1053 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/44.png    |  Bin 1204 -> 1096 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/45.png    |  Bin 778 -> 649 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/46.png    |  Bin 795 -> 664 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/47.png    |  Bin 781 -> 642 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/5.png     |  Bin 1083 -> 984 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/6.png     |  Bin 1072 -> 969 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/7.png     |  Bin 1109 -> 1007 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/8.png     |  Bin 1017 -> 910 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/9.png     |  Bin 993 -> 890 bytes
 .../default/graphics/block/weatherdotcom/32x32/TWClogo_32px.png   |  Bin 2373 -> 2097 bytes
 horde/themes/default/graphics/calendar.png                        |  Bin 368 -> 320 bytes
 horde/themes/default/graphics/close.png                           |  Bin 235 -> 234 bytes
 horde/themes/default/graphics/color-picker-palette.png            |  Bin 72838 -> 68856 bytes
 horde/themes/default/graphics/colorpicker.png                     |  Bin 765 -> 485 bytes
 horde/themes/default/graphics/colorscale.png                      |  Bin 1801 -> 1529 bytes
 horde/themes/default/graphics/config.png                          |  Bin 180 -> 170 bytes
 horde/themes/default/graphics/data.png                            |  Bin 594 -> 583 bytes
 horde/themes/default/graphics/delete-small.png                    |  Bin 148 -> 135 bytes
 horde/themes/default/graphics/delete.png                          |  Bin 788 -> 491 bytes
 horde/themes/default/graphics/devel.png                           |  Bin 359 -> 311 bytes
 horde/themes/default/graphics/edit.png                            |  Bin 585 -> 513 bytes
 horde/themes/default/graphics/emoticons/angel.png                 |  Bin 332 -> 296 bytes
 horde/themes/default/graphics/emoticons/angelwink.png             |  Bin 377 -> 328 bytes
 horde/themes/default/graphics/emoticons/angry.png                 |  Bin 551 -> 463 bytes
 horde/themes/default/graphics/emoticons/annoyed.png               |  Bin 353 -> 308 bytes
 horde/themes/default/graphics/emoticons/bigfrown.png              |  Bin 429 -> 369 bytes
 horde/themes/default/graphics/emoticons/biggrin.png               |  Bin 467 -> 400 bytes
 horde/themes/default/graphics/emoticons/blush.png                 |  Bin 413 -> 356 bytes
 horde/themes/default/graphics/emoticons/clown.png                 |  Bin 717 -> 599 bytes
 horde/themes/default/graphics/emoticons/confused.png              |  Bin 312 -> 276 bytes
 horde/themes/default/graphics/emoticons/cool.png                  |  Bin 445 -> 381 bytes
 horde/themes/default/graphics/emoticons/coolgrin.png              |  Bin 512 -> 433 bytes
 horde/themes/default/graphics/emoticons/cooltongue.png            |  Bin 521 -> 441 bytes
 horde/themes/default/graphics/emoticons/dazed.png                 |  Bin 509 -> 431 bytes
 horde/themes/default/graphics/emoticons/devil.png                 |  Bin 557 -> 474 bytes
 horde/themes/default/graphics/emoticons/deviltongue.png           |  Bin 514 -> 439 bytes
 horde/themes/default/graphics/emoticons/disappointed.png          |  Bin 342 -> 300 bytes
 horde/themes/default/graphics/emoticons/embarrassed.png           |  Bin 507 -> 435 bytes
 horde/themes/default/graphics/emoticons/enraged.png               |  Bin 506 -> 433 bytes
 horde/themes/default/graphics/emoticons/frown.png                 |  Bin 296 -> 263 bytes
 horde/themes/default/graphics/emoticons/frustrated.png            |  Bin 321 -> 281 bytes
 horde/themes/default/graphics/emoticons/grin.png                  |  Bin 366 -> 322 bytes
 horde/themes/default/graphics/emoticons/hangover.png              |  Bin 388 -> 334 bytes
 horde/themes/default/graphics/emoticons/hippie.png                |  Bin 408 -> 351 bytes
 horde/themes/default/graphics/emoticons/hippiegrin.png            |  Bin 478 -> 404 bytes
 horde/themes/default/graphics/emoticons/hippietongue.png          |  Bin 478 -> 404 bytes
 horde/themes/default/graphics/emoticons/hurt.png                  |  Bin 408 -> 352 bytes
 horde/themes/default/graphics/emoticons/love.png                  |  Bin 466 -> 396 bytes
 horde/themes/default/graphics/emoticons/mad.png                   |  Bin 355 -> 310 bytes
 horde/themes/default/graphics/emoticons/mrt.png                   |  Bin 716 -> 598 bytes
 horde/themes/default/graphics/emoticons/punk.png                  |  Bin 461 -> 392 bytes
 horde/themes/default/graphics/emoticons/punkmohawk.png            |  Bin 722 -> 605 bytes
 horde/themes/default/graphics/emoticons/punktongue.png            |  Bin 526 -> 445 bytes
 horde/themes/default/graphics/emoticons/raspberry.png             |  Bin 434 -> 371 bytes
 horde/themes/default/graphics/emoticons/sad.png                   |  Bin 385 -> 335 bytes
 horde/themes/default/graphics/emoticons/shout.png                 |  Bin 427 -> 366 bytes
 horde/themes/default/graphics/emoticons/smile.png                 |  Bin 309 -> 275 bytes
 horde/themes/default/graphics/emoticons/tongueout.png             |  Bin 377 -> 325 bytes
 horde/themes/default/graphics/emoticons/vampire.png               |  Bin 377 -> 332 bytes
 horde/themes/default/graphics/emoticons/wink.png                  |  Bin 358 -> 312 bytes
 horde/themes/default/graphics/emoticons/winkgrin.png              |  Bin 427 -> 366 bytes
 horde/themes/default/graphics/emoticons/winktongue.png            |  Bin 425 -> 364 bytes
 horde/themes/default/graphics/emoticons/winktongueout.png         |  Bin 428 -> 364 bytes
 horde/themes/default/graphics/emoticons/worried.png               |  Bin 357 -> 316 bytes
 horde/themes/default/graphics/feed.png                            |  Bin 612 -> 520 bytes
 horde/themes/default/graphics/flags/be.png                        |  Bin 347 -> 346 bytes
 horde/themes/default/graphics/flags/dz.png                        |  Bin 507 -> 506 bytes
 horde/themes/default/graphics/flags/io.png                        |  Bin 628 -> 620 bytes
 horde/themes/default/graphics/flags/ki.png                        |  Bin 604 -> 584 bytes
 horde/themes/default/graphics/flags/ky.png                        |  Bin 585 -> 584 bytes
 horde/themes/default/graphics/flags/yu.png                        |  Bin 712 -> 711 bytes
 horde/themes/default/graphics/group.png                           |  Bin 757 -> 626 bytes
 horde/themes/default/graphics/help.png                            |  Bin 695 -> 583 bytes
 horde/themes/default/graphics/help_index.png                      |  Bin 584 -> 583 bytes
 horde/themes/default/graphics/horde-power2.png                    |  Bin 1551 -> 1513 bytes
 horde/themes/default/graphics/image/crop.png                      |  Bin 172 -> 133 bytes
 horde/themes/default/graphics/image/flip.png                      |  Bin 223 -> 221 bytes
 horde/themes/default/graphics/image/mirror.png                    |  Bin 212 -> 209 bytes
 horde/themes/default/graphics/image/rotate-180.png                |  Bin 317 -> 314 bytes
 horde/themes/default/graphics/image/rotate-270.png                |  Bin 230 -> 227 bytes
 horde/themes/default/graphics/image/rotate-90.png                 |  Bin 252 -> 250 bytes
 horde/themes/default/graphics/info.png                            |  Bin 304 -> 275 bytes
 horde/themes/default/graphics/info_icon.png                       |  Bin 477 -> 365 bytes
 horde/themes/default/graphics/layout.png                          |  Bin 261 -> 259 bytes
 horde/themes/default/graphics/login.png                           |  Bin 463 -> 319 bytes
 horde/themes/default/graphics/logout.png                          |  Bin 385 -> 337 bytes
 horde/themes/default/graphics/map.png                             |  Bin 354 -> 308 bytes
 horde/themes/default/graphics/map_eu.png                          |  Bin 767 -> 523 bytes
 horde/themes/default/graphics/mime/audio.png                      |  Bin 209 -> 189 bytes
 horde/themes/default/graphics/mime/binary.png                     |  Bin 325 -> 283 bytes
 horde/themes/default/graphics/mime/compressed.png                 |  Bin 1244 -> 767 bytes
 horde/themes/default/graphics/mime/deb.png                        |  Bin 453 -> 386 bytes
 horde/themes/default/graphics/mime/html.png                       |  Bin 603 -> 505 bytes
 horde/themes/default/graphics/mime/icalendar.png                  |  Bin 376 -> 305 bytes
 horde/themes/default/graphics/mime/image.png                      |  Bin 236 -> 201 bytes
 horde/themes/default/graphics/mime/mail.png                       |  Bin 597 -> 510 bytes
 horde/themes/default/graphics/mime/msexcel.png                    |  Bin 199 -> 183 bytes
 horde/themes/default/graphics/mime/mspowerpoint.png               |  Bin 506 -> 365 bytes
 horde/themes/default/graphics/mime/msword.png                     |  Bin 204 -> 186 bytes
 horde/themes/default/graphics/mime/ooo_draw.png                   |  Bin 233 -> 203 bytes
 horde/themes/default/graphics/mime/ooo_math.png                   |  Bin 166 -> 155 bytes
 horde/themes/default/graphics/mime/ooo_writer.png                 |  Bin 170 -> 157 bytes
 horde/themes/default/graphics/mime/pdf.png                        |  Bin 1191 -> 184 bytes
 horde/themes/default/graphics/mime/php.png                        |  Bin 300 -> 240 bytes
 horde/themes/default/graphics/mime/rpm.png                        |  Bin 765 -> 592 bytes
 horde/themes/default/graphics/mime/script-js.png                  |  Bin 199 -> 189 bytes
 horde/themes/default/graphics/mime/source-c.png                   |  Bin 174 -> 159 bytes
 horde/themes/default/graphics/mime/source-cpp.png                 |  Bin 178 -> 165 bytes
 horde/themes/default/graphics/mime/source-h.png                   |  Bin 168 -> 155 bytes
 horde/themes/default/graphics/mime/source-java.png                |  Bin 338 -> 284 bytes
 horde/themes/default/graphics/mime/source-python.png              |  Bin 353 -> 293 bytes
 horde/themes/default/graphics/mime/vcard.png                      |  Bin 331 -> 309 bytes
 horde/themes/default/graphics/mime/xml.png                        |  Bin 224 -> 189 bytes
 horde/themes/default/graphics/minus.png                           |  Bin 203 -> 181 bytes
 horde/themes/default/graphics/mobile.png                          |  Bin 486 -> 412 bytes
 horde/themes/default/graphics/mobile/display.jpg                  |  Bin 1421 -> 1132 bytes
 horde/themes/default/graphics/mobile/left.jpg                     |  Bin 1560 -> 1320 bytes
 horde/themes/default/graphics/mobile/right.jpg                    |  Bin 1568 -> 1294 bytes
 horde/themes/default/graphics/mobile/top.jpg                      |  Bin 4213 -> 3955 bytes
 horde/themes/default/graphics/myaccount.png                       |  Bin 797 -> 661 bytes
 horde/themes/default/graphics/nav/bottom-grey.png                 |  Bin 257 -> 254 bytes
 horde/themes/default/graphics/nav/bottom.png                      |  Bin 261 -> 258 bytes
 horde/themes/default/graphics/nav/down.png                        |  Bin 242 -> 241 bytes
 horde/themes/default/graphics/nav/first.png                       |  Bin 271 -> 268 bytes
 horde/themes/default/graphics/nav/left.png                        |  Bin 245 -> 243 bytes
 horde/themes/default/graphics/nav/right.png                       |  Bin 244 -> 242 bytes
 horde/themes/default/graphics/nav/top.png                         |  Bin 263 -> 261 bytes
 horde/themes/default/graphics/nav/up.png                          |  Bin 246 -> 244 bytes
 horde/themes/default/graphics/office.png                          |  Bin 703 -> 589 bytes
 horde/themes/default/graphics/organizing.png                      |  Bin 571 -> 566 bytes
 horde/themes/default/graphics/perms.png                           |  Bin 273 -> 243 bytes
 horde/themes/default/graphics/plus.png                            |  Bin 229 -> 208 bytes
 horde/themes/default/graphics/print.png                           |  Bin 537 -> 535 bytes
 horde/themes/default/graphics/reload.png                          |  Bin 264 -> 261 bytes
 horde/themes/default/graphics/save.png                            |  Bin 498 -> 495 bytes
 horde/themes/default/graphics/search.png                          |  Bin 795 -> 662 bytes
 horde/themes/default/graphics/shadow.png                          |  Bin 2021 -> 1910 bytes
 horde/themes/default/graphics/shell.png                           |  Bin 371 -> 325 bytes
 horde/themes/default/graphics/sql.png                             |  Bin 240 -> 215 bytes
 horde/themes/default/graphics/tree/blank.png                      |  Bin 150 -> 96 bytes
 horde/themes/default/graphics/tree/folder.png                     |  Bin 1144 -> 583 bytes
 horde/themes/default/graphics/tree/folderopen.png                 |  Bin 1118 -> 524 bytes
 horde/themes/default/graphics/tree/join.png                       |  Bin 177 -> 108 bytes
 horde/themes/default/graphics/tree/joinbottom.png                 |  Bin 180 -> 108 bytes
 horde/themes/default/graphics/tree/line.png                       |  Bin 173 -> 103 bytes
 horde/themes/default/graphics/tree/minus.png                      |  Bin 211 -> 126 bytes
 horde/themes/default/graphics/tree/minusbottom.png                |  Bin 208 -> 126 bytes
 horde/themes/default/graphics/tree/minusonly.png                  |  Bin 206 -> 121 bytes
 horde/themes/default/graphics/tree/minustop.png                   |  Bin 212 -> 125 bytes
 horde/themes/default/graphics/tree/nullonly.png                   |  Bin 201 -> 119 bytes
 horde/themes/default/graphics/tree/plus.png                       |  Bin 213 -> 131 bytes
 horde/themes/default/graphics/tree/plusbottom.png                 |  Bin 214 -> 130 bytes
 horde/themes/default/graphics/tree/plusonly.png                   |  Bin 213 -> 125 bytes
 horde/themes/default/graphics/tree/plustop.png                    |  Bin 215 -> 129 bytes
 horde/themes/default/graphics/uploader/up.png                     |  Bin 0 -> 480 bytes
 horde/themes/default/graphics/user.png                            |  Bin 797 -> 661 bytes
 horde/themes/default/graphics/website.png                         |  Bin 882 -> 727 bytes
 horde/themes/default/screen.css                                   |   61 +-
 horde/themes/hordevetica/graphics/about.png                       |  Bin 0 -> 657 bytes
 horde/themes/hordevetica/graphics/add_group.png                   |  Bin 0 -> 751 bytes
 horde/themes/hordevetica/graphics/add_perm.png                    |  Bin 0 -> 645 bytes
 horde/themes/hordevetica/graphics/administration.png              |  Bin 0 -> 663 bytes
 horde/themes/hordevetica/graphics/alerts/alarm.png                |  Bin 0 -> 735 bytes
 horde/themes/hordevetica/graphics/alerts/error.png                |  Bin 0 -> 671 bytes
 horde/themes/hordevetica/graphics/alerts/message.png              |  Bin 0 -> 724 bytes
 horde/themes/hordevetica/graphics/alerts/success.png              |  Bin 0 -> 726 bytes
 horde/themes/hordevetica/graphics/alerts/warning.png              |  Bin 0 -> 619 bytes
 horde/themes/hordevetica/graphics/az.png                          |  Bin 0 -> 147 bytes
 horde/themes/hordevetica/graphics/block.png                       |  Bin 0 -> 452 bytes
 horde/themes/hordevetica/graphics/block/large_up.png              |  Bin 0 -> 126 bytes
 horde/themes/hordevetica/graphics/calendar.png                    |  Bin 0 -> 572 bytes
 horde/themes/hordevetica/graphics/close.png                       |  Bin 0 -> 600 bytes
 horde/themes/hordevetica/graphics/colorpicker.png                 |  Bin 0 -> 876 bytes
 horde/themes/hordevetica/graphics/config.png                      |  Bin 0 -> 525 bytes
 horde/themes/hordevetica/graphics/data.png                        |  Bin 0 -> 755 bytes
 horde/themes/hordevetica/graphics/datatree.png                    |  Bin 0 -> 422 bytes
 horde/themes/hordevetica/graphics/delete-small.png                |  Bin 0 -> 259 bytes
 horde/themes/hordevetica/graphics/delete.png                      |  Bin 0 -> 362 bytes
 horde/themes/hordevetica/graphics/devel.png                       |  Bin 0 -> 512 bytes
 horde/themes/hordevetica/graphics/download.png                    |  Bin 0 -> 620 bytes
 horde/themes/hordevetica/graphics/edit-small.png                  |  Bin 0 -> 313 bytes
 horde/themes/hordevetica/graphics/edit.png                        |  Bin 0 -> 807 bytes
 horde/themes/hordevetica/graphics/external.png                    |  Bin 0 -> 918 bytes
 horde/themes/hordevetica/graphics/favicon.ico                     |  Bin 0 -> 1150 bytes
 horde/themes/hordevetica/graphics/feed.png                        |  Bin 0 -> 659 bytes
 horde/themes/hordevetica/graphics/group.png                       |  Bin 0 -> 699 bytes
 horde/themes/hordevetica/graphics/help.png                        |  Bin 0 -> 731 bytes
 horde/themes/hordevetica/graphics/help_index.png                  |  Bin 0 -> 622 bytes
 horde/themes/hordevetica/graphics/hide_panel.png                  |  Bin 0 -> 547 bytes
 horde/themes/hordevetica/graphics/horde.png                       |  Bin 0 -> 456 bytes
 horde/themes/hordevetica/graphics/image/crop.png                  |  Bin 0 -> 133 bytes
 horde/themes/hordevetica/graphics/info.png                        |  Bin 0 -> 725 bytes
 horde/themes/hordevetica/graphics/info_icon.png                   |  Bin 0 -> 725 bytes
 horde/themes/hordevetica/graphics/keyboard.png                    |  Bin 0 -> 566 bytes
 horde/themes/hordevetica/graphics/layout.png                      |  Bin 0 -> 519 bytes
 horde/themes/hordevetica/graphics/lhand.png                       |  Bin 0 -> 332 bytes
 horde/themes/hordevetica/graphics/locked.png                      |  Bin 0 -> 749 bytes
 horde/themes/hordevetica/graphics/login.png                       |  Bin 0 -> 687 bytes
 horde/themes/hordevetica/graphics/logout.png                      |  Bin 0 -> 693 bytes
 horde/themes/hordevetica/graphics/map.png                         |  Bin 0 -> 804 bytes
 horde/themes/hordevetica/graphics/map/marker-blue.png             |  Bin 0 -> 714 bytes
 horde/themes/hordevetica/graphics/map/marker-gold.png             |  Bin 0 -> 651 bytes
 horde/themes/hordevetica/graphics/map/marker-green.png            |  Bin 0 -> 702 bytes
 horde/themes/hordevetica/graphics/map/marker-shadow.png           |  Bin 0 -> 327 bytes
 horde/themes/hordevetica/graphics/map/marker.png                  |  Bin 0 -> 545 bytes
 horde/themes/hordevetica/graphics/map_eu.png                      |  Bin 0 -> 804 bytes
 horde/themes/hordevetica/graphics/menu-active.png                 |  Bin 0 -> 80 bytes
 horde/themes/hordevetica/graphics/menu.png                        |  Bin 0 -> 86 bytes
 horde/themes/hordevetica/graphics/mime/audio.png                  |  Bin 0 -> 607 bytes
 horde/themes/hordevetica/graphics/mime/binary.png                 |  Bin 0 -> 402 bytes
 horde/themes/hordevetica/graphics/mime/compressed.png             |  Bin 0 -> 672 bytes
 horde/themes/hordevetica/graphics/mime/deb.png                    |  Bin 0 -> 607 bytes
 horde/themes/hordevetica/graphics/mime/encryption.png             |  Bin 0 -> 749 bytes
 horde/themes/hordevetica/graphics/mime/html.png                   |  Bin 0 -> 542 bytes
 horde/themes/hordevetica/graphics/mime/icalendar.png              |  Bin 0 -> 642 bytes
 horde/themes/hordevetica/graphics/mime/image.png                  |  Bin 0 -> 512 bytes
 horde/themes/hordevetica/graphics/mime/mail.png                   |  Bin 0 -> 723 bytes
 horde/themes/hordevetica/graphics/mime/msexcel.png                |  Bin 0 -> 604 bytes
 horde/themes/hordevetica/graphics/mime/mspowerpoint.png           |  Bin 0 -> 543 bytes
 horde/themes/hordevetica/graphics/mime/msword.png                 |  Bin 0 -> 630 bytes
 horde/themes/hordevetica/graphics/mime/ooo_calc.png               |  Bin 0 -> 604 bytes
 horde/themes/hordevetica/graphics/mime/ooo_draw.png               |  Bin 0 -> 628 bytes
 horde/themes/hordevetica/graphics/mime/ooo_impress.png            |  Bin 0 -> 543 bytes
 horde/themes/hordevetica/graphics/mime/ooo_math.png               |  Bin 0 -> 294 bytes
 horde/themes/hordevetica/graphics/mime/ooo_writer.png             |  Bin 0 -> 630 bytes
 horde/themes/hordevetica/graphics/mime/pdf.png                    |  Bin 0 -> 530 bytes
 horde/themes/hordevetica/graphics/mime/php.png                    |  Bin 0 -> 479 bytes
 horde/themes/hordevetica/graphics/mime/rpm.png                    |  Bin 0 -> 607 bytes
 horde/themes/hordevetica/graphics/mime/script-js.png              |  Bin 0 -> 526 bytes
 horde/themes/hordevetica/graphics/mime/source-c.png               |  Bin 0 -> 527 bytes
 horde/themes/hordevetica/graphics/mime/source-cpp.png             |  Bin 0 -> 560 bytes
 horde/themes/hordevetica/graphics/mime/source-h.png               |  Bin 0 -> 543 bytes
 horde/themes/hordevetica/graphics/mime/source-java.png            |  Bin 0 -> 580 bytes
 horde/themes/hordevetica/graphics/mime/source-python.png          |  Bin 0 -> 402 bytes
 horde/themes/hordevetica/graphics/mime/text.png                   |  Bin 0 -> 342 bytes
 horde/themes/hordevetica/graphics/mime/vcard.png                  |  Bin 0 -> 533 bytes
 horde/themes/hordevetica/graphics/mime/video.png                  |  Bin 0 -> 637 bytes
 horde/themes/hordevetica/graphics/mime/xml.png                    |  Bin 0 -> 542 bytes
 horde/themes/hordevetica/graphics/minus.png                       |  Bin 0 -> 672 bytes
 horde/themes/hordevetica/graphics/mobile.png                      |  Bin 0 -> 488 bytes
 horde/themes/hordevetica/graphics/myaccount.png                   |  Bin 0 -> 693 bytes
 horde/themes/hordevetica/graphics/nav/bottom-grey.png             |  Bin 0 -> 286 bytes
 horde/themes/hordevetica/graphics/nav/bottom.png                  |  Bin 0 -> 514 bytes
 horde/themes/hordevetica/graphics/nav/down-grey.png               |  Bin 0 -> 293 bytes
 horde/themes/hordevetica/graphics/nav/down.png                    |  Bin 0 -> 345 bytes
 horde/themes/hordevetica/graphics/nav/first-grey.png              |  Bin 0 -> 408 bytes
 horde/themes/hordevetica/graphics/nav/first.png                   |  Bin 0 -> 485 bytes
 horde/themes/hordevetica/graphics/nav/last-grey.png               |  Bin 0 -> 406 bytes
 horde/themes/hordevetica/graphics/nav/last.png                    |  Bin 0 -> 485 bytes
 horde/themes/hordevetica/graphics/nav/left-grey.png               |  Bin 0 -> 293 bytes
 horde/themes/hordevetica/graphics/nav/left.png                    |  Bin 0 -> 350 bytes
 horde/themes/hordevetica/graphics/nav/right-grey.png              |  Bin 0 -> 290 bytes
 horde/themes/hordevetica/graphics/nav/right.png                   |  Bin 0 -> 345 bytes
 horde/themes/hordevetica/graphics/nav/top-grey.png                |  Bin 0 -> 276 bytes
 horde/themes/hordevetica/graphics/nav/top.png                     |  Bin 0 -> 495 bytes
 horde/themes/hordevetica/graphics/nav/up-grey.png                 |  Bin 0 -> 296 bytes
 horde/themes/hordevetica/graphics/nav/up.png                      |  Bin 0 -> 356 bytes
 horde/themes/hordevetica/graphics/office.png                      |  Bin 0 -> 793 bytes
 horde/themes/hordevetica/graphics/organizing.png                  |  Bin 0 -> 765 bytes
 horde/themes/hordevetica/graphics/perms.png                       |  Bin 0 -> 553 bytes
 horde/themes/hordevetica/graphics/phone.png                       |  Bin 0 -> 488 bytes
 horde/themes/hordevetica/graphics/plus.png                        |  Bin 0 -> 676 bytes
 horde/themes/hordevetica/graphics/popright.png                    |  Bin 0 -> 205 bytes
 horde/themes/hordevetica/graphics/prefs.png                       |  Bin 0 -> 551 bytes
 horde/themes/hordevetica/graphics/print.png                       |  Bin 0 -> 674 bytes
 horde/themes/hordevetica/graphics/problem.png                     |  Bin 0 -> 790 bytes
 horde/themes/hordevetica/graphics/reload.png                      |  Bin 0 -> 630 bytes
 horde/themes/hordevetica/graphics/required.png                    |  Bin 0 -> 433 bytes
 horde/themes/hordevetica/graphics/rhand.png                       |  Bin 0 -> 331 bytes
 horde/themes/hordevetica/graphics/save.png                        |  Bin 0 -> 620 bytes
 horde/themes/hordevetica/graphics/search.png                      |  Bin 0 -> 662 bytes
 horde/themes/hordevetica/graphics/shell.png                       |  Bin 0 -> 525 bytes
 horde/themes/hordevetica/graphics/show_panel.png                  |  Bin 0 -> 581 bytes
 horde/themes/hordevetica/graphics/sql.png                         |  Bin 0 -> 525 bytes
 horde/themes/hordevetica/graphics/tree/folder.png                 |  Bin 0 -> 537 bytes
 horde/themes/hordevetica/graphics/tree/folderopen.png             |  Bin 0 -> 688 bytes
 horde/themes/hordevetica/graphics/tree/leaf.png                   |  Bin 0 -> 635 bytes
 horde/themes/hordevetica/graphics/tree/rev-leaf.png               |  Bin 0 -> 635 bytes
 horde/themes/hordevetica/graphics/unlocked.png                    |  Bin 0 -> 727 bytes
 horde/themes/hordevetica/graphics/uploader/up.png                 |  Bin 0 -> 480 bytes
 horde/themes/hordevetica/graphics/user.png                        |  Bin 0 -> 668 bytes
 horde/themes/hordevetica/graphics/website.png                     |  Bin 0 -> 903 bytes
 horde/themes/hordevetica/graphics/za.png                          |  Bin 0 -> 146 bytes
 horde/themes/hordevetica/info.php                                 |   20 +
 horde/themes/hordevetica/screen.css                               |  260 +
 horde/themes/hordeweb/graphics/help_index.png                     |  Bin 458 -> 449 bytes
 horde/themes/hordeweb/graphics/login.png                          |  Bin 475 -> 454 bytes
 horde/themes/hordeweb/graphics/logout.png                         |  Bin 430 -> 425 bytes
 horde/themes/hordeweb/graphics/prefs.png                          |  Bin 522 -> 484 bytes
 horde/themes/hordeweb/graphics/problem.png                        |  Bin 371 -> 240 bytes
 horde/themes/hordeweb/graphics/ribbon.png                         |  Bin 925 -> 588 bytes
 horde/themes/hordeweb1/graphics/horde-halfgear-ie.png             |  Bin 1986 -> 1980 bytes
 horde/themes/ideas/graphics/background.png                        |  Bin 131589 -> 122967 bytes
 horde/themes/ideas/graphics/left_menu_bottom.png                  |  Bin 3573 -> 3557 bytes
 horde/themes/ideas/graphics/menu_top.png                          |  Bin 90 -> 89 bytes
 horde/themes/kolab/graphics/bg.png                                |  Bin 87 -> 86 bytes
 horde/themes/silver/graphics/block/large_up.png                   |  Bin 140 -> 126 bytes
 horde/themes/silver/graphics/currentTab_right.png                 |  Bin 326 -> 286 bytes
 horde/themes/silver/graphics/delete.png                           |  Bin 363 -> 362 bytes
 horde/themes/silver/graphics/horde.png                            |  Bin 462 -> 456 bytes
 horde/themes/silver/graphics/image/crop.png                       |  Bin 178 -> 133 bytes
 horde/themes/silver/graphics/tab_right.png                        |  Bin 2100 -> 1902 bytes
 horde/themes/silver/graphics/uploader/up.png                      |  Bin 0 -> 480 bytes
 horde/themes/silver/screen.css                                    |   16 +-
 horde/themes/tango-blue/graphics/block/large_left.png             |  Bin 1155 -> 1127 bytes
 horde/themes/tango-blue/graphics/block/large_right.png            |  Bin 1160 -> 1141 bytes
 horde/themes/tango-blue/graphics/block/sunrise/sunrise.png        |  Bin 287 -> 277 bytes
 horde/themes/tango-blue/graphics/block/sunrise/sunset.png         |  Bin 281 -> 274 bytes
 horde/themes/tango-blue/graphics/sql.png                          |  Bin 241 -> 215 bytes
 horde/util/barcode.php                                            |    2 +-
 horde/util/icon_browser.php                                       |    2 +-
 hylax/compose.php                                                 |    2 +-
 hylax/docs/COPYING                                                |  845 +-
 hylax/index.php                                                   |    2 +-
 hylax/lib/Application.php                                         |    2 +-
 hylax/lib/Driver.php                                              |    2 +-
 hylax/lib/Driver/hylafax.php                                      |    2 +-
 hylax/lib/Driver/spandsp.php                                      |    2 +-
 hylax/lib/Hylax.php                                               |    2 +-
 hylax/lib/Image.php                                               |    2 +-
 hylax/lib/SQL/Attributes.php                                      |    2 +-
 hylax/lib/Storage.php                                             |    2 +-
 hylax/lib/Storage/sql.php                                         |    2 +-
 hylax/send.php                                                    |    2 +-
 hylax/themes/default/graphics/fax.png                             |  Bin 586 -> 416 bytes
 hylax/themes/default/graphics/folder.png                          |  Bin 479 -> 407 bytes
 hylax/themes/default/graphics/hylax.png                           |  Bin 586 -> 416 bytes
 iPhoto2Ansel/AnselExportController.h                              |    2 +-
 iPhoto2Ansel/AnselExportController.m                              |    2 +-
 iPhoto2Ansel/AnselExportPluginBox.h                               |    2 +-
 iPhoto2Ansel/AnselExportPluginBox.m                               |    2 +-
 iPhoto2Ansel/CHANGES                                              |   11 +-
 iPhoto2Ansel/COPYING                                              |    2 +-
 iPhoto2Ansel/Info.plist                                           |   18 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml   |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml            |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml               |    2 +-
 iPhoto2Ansel/Resources/iPhotoPluginIcon.png                       |  Bin 19571 -> 18837 bytes
 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.h                   |    2 +-
 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.m                   |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnsel.h                               |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnsel.m                               |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselConstants.h                      |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselConstants.m                      |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselGallery.h                        |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselGallery.m                        |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.h         |    2 +-
 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.m         |    2 +-
 iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj               |   17 +-
 imp/attachment.php                                                |    5 +-
 imp/bin/imp-bounce-spam                                           |    2 +-
 imp/bin/imp-mailbox-decode                                        |   61 +
 imp/bin/imp-query-imap-cache                                      |   18 +-
 imp/compose-dimp.php                                              |   46 +-
 imp/compose-mimp.php                                              |   53 +-
 imp/compose.php                                                   |   91 +-
 imp/config/hooks.php.dist                                         |   10 +-
 imp/config/prefs.php                                              |   52 +-
 imp/contacts.php                                                  |   29 +-
 imp/docs/CHANGES                                                  |  135 +-
 imp/docs/CREDITS                                                  |    1 +
 imp/docs/INSTALL                                                  |  110 +-
 imp/docs/PERFORMANCE                                              |   42 +-
 imp/docs/RELEASE_NOTES                                            |   11 +-
 imp/docs/UPGRADING                                                |   19 +
 imp/folders-mimp.php                                              |    2 +-
 imp/folders.php                                                   |   34 +-
 imp/index-dimp.php                                                |   10 +-
 imp/index.php                                                     |    2 +-
 imp/js/base64url.js                                               |   74 -
 imp/js/compose-base.js                                            |   18 +-
 imp/js/compose-dimp.js                                            |   73 +-
 imp/js/compose.js                                                 |   73 +-
 imp/js/dialog.js                                                  |    4 +-
 imp/js/dimpbase.js                                                |  760 +-
 imp/js/dimpcore.js                                                |  115 +-
 imp/js/folderprefs.js                                             |    2 +-
 imp/js/imp.js                                                     |   18 +-
 imp/js/indices.js                                                 |  124 +
 imp/js/mailbox-dimp.js                                            |    2 +-
 imp/js/mailbox.js                                                 |    5 +-
 imp/js/message-dimp.js                                            |   46 +-
 imp/js/message.js                                                 |    4 +-
 imp/js/mobile.js                                                  |   89 +-
 imp/js/search.js                                                  |   45 +-
 imp/js/viewport.js                                                |  248 +-
 imp/lib/Ajax/Application.php                                      |  835 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |    2 +-
 imp/lib/Ajax/Imple/PassphraseDialog.php                           |    2 +-
 imp/lib/Ajax/Queue.php                                            |   16 +-
 imp/lib/Api.php                                                   |   10 +-
 imp/lib/Application.php                                           |   29 +-
 imp/lib/Auth.php                                                  |   65 +-
 imp/lib/Block/Newmail.php                                         |   20 +-
 imp/lib/Block/Summary.php                                         |    4 +-
 imp/lib/Compose.php                                               |  565 +-
 imp/lib/Compose/Exception.php                                     |    2 +-
 imp/lib/Compose/Stationery.php                                    |    2 +-
 imp/lib/Contents.php                                              |  560 +-
 imp/lib/Crypt/Pgp.php                                             |    3 +-
 imp/lib/Crypt/Smime.php                                           |   16 +-
 imp/lib/Dimp.php                                                  |   52 +-
 imp/lib/Exception.php                                             |    2 +-
 imp/lib/Factory/AuthImap.php                                      |    2 +-
 imp/lib/Factory/Compose.php                                       |    3 +-
 imp/lib/Factory/Contents.php                                      |    2 +-
 imp/lib/Factory/Flags.php                                         |    2 +-
 imp/lib/Factory/Identity.php                                      |    2 +-
 imp/lib/Factory/Imap.php                                          |   10 +-
 imp/lib/Factory/Imaptree.php                                      |    2 +-
 imp/lib/Factory/Mail.php                                          |    2 +-
 imp/lib/Factory/Mailbox.php                                       |    2 +-
 imp/lib/Factory/MailboxList.php                                   |    5 +-
 imp/lib/Factory/MimeViewer.php                                    |    2 +-
 imp/lib/Factory/Pgp.php                                           |    2 +-
 imp/lib/Factory/Quota.php                                         |    2 +-
 imp/lib/Factory/Search.php                                        |    2 +-
 imp/lib/Factory/Sentmail.php                                      |    2 +-
 imp/lib/Factory/Smime.php                                         |    2 +-
 imp/lib/Filter.php                                                |    5 +-
 imp/lib/Flag/Base.php                                             |    2 +-
 imp/lib/Flag/Imap.php                                             |    2 +-
 imp/lib/Flag/Imap/Answered.php                                    |    2 +-
 imp/lib/Flag/Imap/Deleted.php                                     |    2 +-
 imp/lib/Flag/Imap/Draft.php                                       |    2 +-
 imp/lib/Flag/Imap/Flagged.php                                     |    2 +-
 imp/lib/Flag/Imap/Forwarded.php                                   |    2 +-
 imp/lib/Flag/Imap/Junk.php                                        |    2 +-
 imp/lib/Flag/Imap/NotJunk.php                                     |    2 +-
 imp/lib/Flag/Imap/Seen.php                                        |    2 +-
 imp/lib/Flag/System/Attachment.php                                |    2 +-
 imp/lib/Flag/System/Encrypted.php                                 |    2 +-
 imp/lib/Flag/System/HighPriority.php                              |    2 +-
 imp/lib/Flag/System/List.php                                      |    2 +-
 imp/lib/Flag/System/LowPriority.php                               |    2 +-
 imp/lib/Flag/System/Match/Address.php                             |    2 +-
 imp/lib/Flag/System/Match/Flag.php                                |    2 +-
 imp/lib/Flag/System/Match/Header.php                              |    2 +-
 imp/lib/Flag/System/Personal.php                                  |    2 +-
 imp/lib/Flag/System/Signed.php                                    |    2 +-
 imp/lib/Flag/System/Unseen.php                                    |    2 +-
 imp/lib/Flag/User.php                                             |    2 +-
 imp/lib/Flags.php                                                 |   58 +-
 imp/lib/Folder.php                                                |  549 -
 imp/lib/IMP.php                                                   |   64 +-
 imp/lib/Imap.php                                                  |   52 +-
 imp/lib/Imap/Acl.php                                              |    2 +-
 imp/lib/Imap/Exception.php                                        |    2 +-
 imp/lib/Imap/PermanentFlags.php                                   |    2 +-
 imp/lib/Imap/Thread.php                                           |    2 +-
 imp/lib/Imap/Tree.php                                             |  274 +-
 imp/lib/Indices.php                                               |   32 +-
 imp/lib/Indices/Form.php                                          |   42 +
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php               |    2 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php                         |    2 +-
 imp/lib/LoginTasks/SystemTask/UpgradeAuth.php                     |    2 +-
 imp/lib/LoginTasks/Task/Autocreate.php                            |    2 +-
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php                 |   13 +-
 imp/lib/LoginTasks/Task/FilterOnLogin.php                         |    2 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php                         |    2 +-
 imp/lib/LoginTasks/Task/PurgeSpam.php                             |    2 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php                            |    2 +-
 imp/lib/LoginTasks/Task/RecoverDraft.php                          |    2 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php                 |  117 +-
 imp/lib/Mailbox.php                                               |  430 +-
 imp/lib/Mailbox/List.php                                          |  117 +-
 imp/lib/Mailbox/List/Track.php                                    |    2 +-
 imp/lib/Maillog.php                                               |   66 +-
 imp/lib/Menu/Dimp.php                                             |   51 +-
 imp/lib/Message.php                                               |  153 +-
 imp/lib/Mime/Status.php                                           |  143 +
 imp/lib/Mime/Viewer/Alternative.php                               |    9 +-
 imp/lib/Mime/Viewer/Appledouble.php                               |   16 +-
 imp/lib/Mime/Viewer/Audio.php                                     |   14 +-
 imp/lib/Mime/Viewer/Enriched.php                                  |    2 +-
 imp/lib/Mime/Viewer/Externalbody.php                              |    2 +-
 imp/lib/Mime/Viewer/Html.php                                      |  216 +-
 imp/lib/Mime/Viewer/Images.php                                    |   43 +-
 imp/lib/Mime/Viewer/Itip.php                                      |   34 +-
 imp/lib/Mime/Viewer/Mdn.php                                       |   14 +-
 imp/lib/Mime/Viewer/Partial.php                                   |   13 +-
 imp/lib/Mime/Viewer/Pdf.php                                       |   27 +-
 imp/lib/Mime/Viewer/Pgp.php                                       |  135 +-
 imp/lib/Mime/Viewer/Plain.php                                     |    7 +-
 imp/lib/Mime/Viewer/Related.php                                   |   45 +-
 imp/lib/Mime/Viewer/Rfc822.php                                    |    2 +-
 imp/lib/Mime/Viewer/Smil.php                                      |    2 +-
 imp/lib/Mime/Viewer/Smime.php                                     |   60 +-
 imp/lib/Mime/Viewer/Status.php                                    |   32 +-
 imp/lib/Mime/Viewer/Vcard.php                                     |    3 +-
 imp/lib/Mime/Viewer/Video.php                                     |   14 +-
 imp/lib/Mime/Viewer/Zip.php                                       |    3 +-
 imp/lib/Notification/Event/Status.php                             |    2 +-
 imp/lib/Notification/Handler/Decorator/ImapAlerts.php             |    2 +-
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php          |    2 +-
 imp/lib/Notification/Listener/AjaxStatus.php                      |    2 +-
 imp/lib/Prefs/Identity.php                                        |   38 +-
 imp/lib/Prefs/Ui.php                                              |   18 +-
 imp/lib/Quota.php                                                 |    2 +-
 imp/lib/Quota/Base.php                                            |    2 +-
 imp/lib/Quota/Command.php                                         |    2 +-
 imp/lib/Quota/Hook.php                                            |    2 +-
 imp/lib/Quota/Imap.php                                            |    2 +-
 imp/lib/Quota/Maildir.php                                         |    2 +-
 imp/lib/Quota/Mdaemon.php                                         |    2 +-
 imp/lib/Quota/Mercury32.php                                       |    2 +-
 imp/lib/Quota/Null.php                                            |    2 +-
 imp/lib/Quota/Sql.php                                             |    2 +-
 imp/lib/Search.php                                                |    7 +-
 imp/lib/Search/Element.php                                        |    2 +-
 imp/lib/Search/Element/Attachment.php                             |   17 +-
 imp/lib/Search/Element/Autogenerated.php                          |    2 +-
 imp/lib/Search/Element/Bulk.php                                   |    2 +-
 imp/lib/Search/Element/Contacts.php                               |    2 +-
 imp/lib/Search/Element/Date.php                                   |    8 +-
 imp/lib/Search/Element/Flag.php                                   |    2 +-
 imp/lib/Search/Element/Header.php                                 |    4 +-
 imp/lib/Search/Element/Mailinglist.php                            |    2 +-
 imp/lib/Search/Element/Or.php                                     |    2 +-
 imp/lib/Search/Element/Personal.php                               |    2 +-
 imp/lib/Search/Element/Recipient.php                              |    4 +-
 imp/lib/Search/Element/Size.php                                   |    6 +-
 imp/lib/Search/Element/Text.php                                   |    4 +-
 imp/lib/Search/Element/Within.php                                 |    2 +-
 imp/lib/Search/Filter.php                                         |    2 +-
 imp/lib/Search/Filter/Attachment.php                              |    2 +-
 imp/lib/Search/Filter/Autogenerated.php                           |    2 +-
 imp/lib/Search/Filter/Builtin.php                                 |    2 +-
 imp/lib/Search/Filter/Bulk.php                                    |    2 +-
 imp/lib/Search/Filter/Contacts.php                                |    2 +-
 imp/lib/Search/Filter/Mailinglist.php                             |    2 +-
 imp/lib/Search/Filter/Personal.php                                |    2 +-
 imp/lib/Search/Query.php                                          |    6 +-
 imp/lib/Search/Vfolder.php                                        |    2 +-
 imp/lib/Search/Vfolder/Builtin.php                                |    2 +-
 imp/lib/Search/Vfolder/Vinbox.php                                 |    2 +-
 imp/lib/Search/Vfolder/Vtrash.php                                 |    6 +-
 imp/lib/Sentmail.php                                              |    2 +-
 imp/lib/Sentmail/Base.php                                         |    2 +-
 imp/lib/Sentmail/Null.php                                         |    2 +-
 imp/lib/Sentmail/Sql.php                                          |    2 +-
 imp/lib/Spam.php                                                  |    4 +-
 imp/lib/Test.php                                                  |    2 +-
 imp/lib/Tree/Flist.php                                            |    2 +-
 imp/lib/Tree/Jquerymobile.php                                     |    2 +-
 imp/lib/Ui/Compose.php                                            |   44 +-
 imp/lib/Ui/Editor.php                                             |    2 +-
 imp/lib/Ui/Folder.php                                             |  116 +-
 imp/lib/Ui/Headers.php                                            |    2 +-
 imp/lib/Ui/Imageview.php                                          |    4 +-
 imp/lib/Ui/Mailbox.php                                            |   14 +-
 imp/lib/Ui/Message.php                                            |   17 +-
 imp/lib/Ui/Mimp.php                                               |    5 +-
 imp/lib/Ui/Search.php                                             |   60 +
 imp/lib/Views/Compose.php                                         |    7 +-
 imp/lib/Views/ListMessages.php                                    |  211 +-
 imp/lib/Views/ShowMessage.php                                     |   99 +-
 imp/locale/bg/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/bs/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/ca/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/cs/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/da/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 191625 -> 187508 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  | 2312 +-
 imp/locale/es/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/et/LC_MESSAGES/imp.mo                                  |  Bin 231056 -> 176767 bytes
 imp/locale/et/LC_MESSAGES/imp.po                                  | 6319 +-
 imp/locale/fr/LC_MESSAGES/imp.mo                                  |  Bin 173430 -> 194107 bytes
 imp/locale/fr/LC_MESSAGES/imp.po                                  | 2682 +-
 imp/locale/hr/LC_MESSAGES/imp.mo                                  |  Bin 261855 -> 183460 bytes
 imp/locale/hr/LC_MESSAGES/imp.po                                  | 6255 +-
 imp/locale/imp.pot                                                | 2276 +-
 imp/locale/is/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/it/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/ja/LC_MESSAGES/imp.mo                                  |  Bin 193664 -> 193081 bytes
 imp/locale/ja/LC_MESSAGES/imp.po                                  | 3556 +-
 imp/locale/km/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/ko/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/lt/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/lv/LC_MESSAGES/imp.mo                                  |  Bin 183976 -> 179076 bytes
 imp/locale/lv/LC_MESSAGES/imp.po                                  | 2069 +-
 imp/locale/lv/help.xml                                            | 1632 +-
 imp/locale/nb/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/nl/LC_MESSAGES/imp.mo                                  |  Bin 243051 -> 156465 bytes
 imp/locale/nl/LC_MESSAGES/imp.po                                  | 6039 +-
 imp/locale/pl/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/pt_BR/LC_MESSAGES/imp.mo                               |  Bin 185038 -> 187825 bytes
 imp/locale/pt_BR/LC_MESSAGES/imp.po                               | 2151 +-
 imp/locale/ro/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/sl/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/sv/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/th/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/tr/LC_MESSAGES/imp.po                                  |    2 +-
 imp/mailbox-mimp.php                                              |   22 +-
 imp/mailbox.php                                                   |   95 +-
 imp/message-dimp.php                                              |   19 +-
 imp/message-mimp.php                                              |   26 +-
 imp/message.php                                                   |   88 +-
 imp/migration/1_imp_base_tables.php                               |    2 +-
 imp/migration/2_imp_autoincrement_sentmail.php                    |    2 +-
 imp/mobile.php                                                    |    2 +-
 imp/package.xml                                                   |  258 +-
 imp/pgp.php                                                       |    2 +-
 imp/rss.php                                                       |    2 +-
 imp/saveimage.php                                                 |    2 +-
 imp/search-basic.php                                              |    2 +-
 imp/search.php                                                    |   38 +-
 imp/smime.php                                                     |    2 +-
 imp/templates/common-header.inc                                   |   13 +-
 imp/templates/dimp/compose/compose-base.html                      |    5 +-
 imp/templates/dimp/compose/compose.html                           |    5 +-
 imp/templates/dimp/index.inc                                      |   66 +-
 imp/templates/dimp/javascript_defs.php                            |   54 +-
 imp/templates/dimp/message/message.html                           |    5 +-
 imp/templates/imp/compose/compose.html                            |   15 +-
 imp/templates/imp/compose/redirect.html                           |    4 +-
 imp/templates/imp/contacts/contacts.html                          |    2 +-
 imp/templates/imp/javascript_defs.php                             |    2 +-
 imp/templates/imp/mailbox/actions.html                            |    3 +
 imp/templates/imp/mailbox/header.html                             |   10 +-
 imp/templates/imp/mailbox/navbar.html                             |   30 +-
 imp/templates/imp/menu/menu.html                                  |    2 +-
 imp/templates/imp/message/navbar_navigate.html                    |    4 +-
 imp/templates/imp/search/search-all.html                          |    2 +-
 imp/templates/imp/search/search.html                              |    3 +
 imp/templates/imp/thread/thread.html                              |    4 +-
 imp/templates/mimp/mailbox/mailbox.html                           |    4 +-
 imp/templates/mimp/mailbox/search.html                            |    2 +-
 imp/templates/mobile/javascript_defs.php                          |    4 +-
 imp/test/Imp/Stub/HtmlViewer.php                                  |    6 +-
 imp/test/Imp/Unit/ComposeTest.php                                 |   70 +
 imp/test/Imp/Unit/Mime/Viewer/HtmlTest.php                        |    6 +-
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |  119 +-
 imp/test/Imp/Unit/QuotaTest.php                                   |    6 +-
 imp/themes/burntorange/screen.css                                 |    3 +
 imp/themes/default/dimp/screen.css                                |   95 +-
 imp/themes/default/graphics/add_contact.png                       |  Bin 713 -> 600 bytes
 imp/themes/default/graphics/addressbook_add.png                   |  Bin 277 -> 275 bytes
 imp/themes/default/graphics/addressbook_browse.png                |  Bin 263 -> 260 bytes
 imp/themes/default/graphics/arrow_down.png                        |  Bin 0 -> 374 bytes
 imp/themes/default/graphics/arrow_up.png                          |  Bin 0 -> 368 bytes
 imp/themes/default/graphics/attachment.png                        |  Bin 352 -> 348 bytes
 imp/themes/default/graphics/blacklist.png                         |  Bin 477 -> 471 bytes
 imp/themes/default/graphics/calendar.png                          |  Bin 368 -> 320 bytes
 imp/themes/default/graphics/checkbox_off.png                      |  Bin 191 -> 116 bytes
 imp/themes/default/graphics/checkbox_on.png                       |  Bin 416 -> 318 bytes
 imp/themes/default/graphics/checkbox_over.png                     |  Bin 387 -> 293 bytes
 imp/themes/default/graphics/close.png                             |  Bin 235 -> 234 bytes
 imp/themes/default/graphics/compose.png                           |  Bin 479 -> 415 bytes
 imp/themes/default/graphics/delete.png                            |  Bin 788 -> 491 bytes
 imp/themes/default/graphics/drafts.png                            |  Bin 348 -> 345 bytes
 imp/themes/default/graphics/dragHandleVert.png                    |  Bin 132 -> 88 bytes
 imp/themes/default/graphics/edit.png                              |  Bin 585 -> 513 bytes
 imp/themes/default/graphics/empty_spam.png                        |  Bin 731 -> 727 bytes
 imp/themes/default/graphics/empty_trash.png                       |  Bin 731 -> 727 bytes
 imp/themes/default/graphics/encrypted.png                         |  Bin 401 -> 394 bytes
 imp/themes/default/graphics/fetchmail.png                         |  Bin 418 -> 359 bytes
 imp/themes/default/graphics/folders/drafts.png                    |  Bin 348 -> 345 bytes
 imp/themes/default/graphics/folders/inbox.png                     |  Bin 334 -> 330 bytes
 imp/themes/default/graphics/folders/minus.png                     |  Bin 251 -> 231 bytes
 imp/themes/default/graphics/folders/open.png                      |  Bin 333 -> 332 bytes
 imp/themes/default/graphics/folders/plus.png                      |  Bin 315 -> 280 bytes
 imp/themes/default/graphics/folders/sent.png                      |  Bin 395 -> 391 bytes
 imp/themes/default/graphics/folders/trash.png                     |  Bin 461 -> 457 bytes
 imp/themes/default/graphics/forward.png                           |  Bin 355 -> 304 bytes
 imp/themes/default/graphics/gallery.png                           |  Bin 498 -> 493 bytes
 imp/themes/default/graphics/group.png                             |  Bin 757 -> 626 bytes
 imp/themes/default/graphics/help.png                              |  Bin 695 -> 583 bytes
 imp/themes/default/graphics/ico_message_off.png                   |  Bin 576 -> 457 bytes
 imp/themes/default/graphics/imp.png                               |  Bin 334 -> 330 bytes
 imp/themes/default/graphics/info_icon.png                         |  Bin 477 -> 365 bytes
 imp/themes/default/graphics/key_down.png                          |  Bin 310 -> 209 bytes
 imp/themes/default/graphics/key_up.png                            |  Bin 307 -> 207 bytes
 imp/themes/default/graphics/logo.png                              |  Bin 2797 -> 2432 bytes
 imp/themes/default/graphics/logout.png                            |  Bin 385 -> 337 bytes
 imp/themes/default/graphics/mail_answered.png                     |  Bin 316 -> 312 bytes
 imp/themes/default/graphics/mail_clearflag.png                    |  Bin 474 -> 406 bytes
 imp/themes/default/graphics/mail_deleted.png                      |  Bin 788 -> 491 bytes
 imp/themes/default/graphics/mail_draft.png                        |  Bin 407 -> 400 bytes
 imp/themes/default/graphics/mail_flagged.png                      |  Bin 379 -> 375 bytes
 imp/themes/default/graphics/mail_forwarded.png                    |  Bin 355 -> 304 bytes
 imp/themes/default/graphics/mail_personal.png                     |  Bin 797 -> 661 bytes
 imp/themes/default/graphics/mail_priority_high.png                |  Bin 246 -> 244 bytes
 imp/themes/default/graphics/mail_seen.png                         |  Bin 340 -> 335 bytes
 imp/themes/default/graphics/mail_unseen.png                       |  Bin 347 -> 341 bytes
 imp/themes/default/graphics/manage_attachments.png                |  Bin 351 -> 0 bytes
 imp/themes/default/graphics/message_source.png                    |  Bin 334 -> 329 bytes
 imp/themes/default/graphics/mime/itip.png                         |  Bin 310 -> 302 bytes
 imp/themes/default/graphics/nav/first-grey.png                    |  Bin 0 -> 184 bytes
 imp/themes/default/graphics/nav/first.png                         |  Bin 0 -> 268 bytes
 imp/themes/default/graphics/nav/last-grey.png                     |  Bin 0 -> 263 bytes
 imp/themes/default/graphics/nav/last.png                          |  Bin 0 -> 267 bytes
 imp/themes/default/graphics/nav/left-grey.png                     |  Bin 0 -> 162 bytes
 imp/themes/default/graphics/nav/left.png                          |  Bin 0 -> 243 bytes
 imp/themes/default/graphics/nav/right-grey.png                    |  Bin 0 -> 167 bytes
 imp/themes/default/graphics/nav/right.png                         |  Bin 0 -> 242 bytes
 imp/themes/default/graphics/newmail.png                           |  Bin 554 -> 539 bytes
 imp/themes/default/graphics/newwin.png                            |  Bin 296 -> 257 bytes
 imp/themes/default/graphics/plus.png                              |  Bin 229 -> 208 bytes
 imp/themes/default/graphics/print.png                             |  Bin 537 -> 535 bytes
 imp/themes/default/graphics/quotaback.jpg                         |  Bin 619 -> 600 bytes
 imp/themes/default/graphics/reload.png                            |  Bin 264 -> 261 bytes
 imp/themes/default/graphics/reply.png                             |  Bin 395 -> 342 bytes
 imp/themes/default/graphics/replyall.png                          |  Bin 395 -> 342 bytes
 imp/themes/default/graphics/scroller.png                          |  Bin 127 -> 115 bytes
 imp/themes/default/graphics/scroller_back.png                     |  Bin 130 -> 112 bytes
 imp/themes/default/graphics/search.png                            |  Bin 795 -> 662 bytes
 imp/themes/default/graphics/select.png                            |  Bin 805 -> 676 bytes
 imp/themes/default/graphics/signed.png                            |  Bin 401 -> 394 bytes
 imp/themes/default/graphics/spellcheck.png                        |  Bin 199 -> 182 bytes
 imp/themes/default/graphics/warning.png                           |  Bin 227 -> 169 bytes
 imp/themes/default/rtl.css                                        |   26 +
 imp/themes/default/screen.css                                     |   70 +-
 imp/themes/silver/dimp/screen.css                                 |   29 +-
 imp/themes/silver/graphics/arrow_down.png                         |  Bin 0 -> 374 bytes
 imp/themes/silver/graphics/arrow_up.png                           |  Bin 0 -> 368 bytes
 imp/themes/silver/graphics/empty_trash.png                        |  Bin 363 -> 362 bytes
 imp/themes/silver/graphics/folders/options.png                    |  Bin 0 -> 699 bytes
 imp/themes/silver/graphics/mail_personal.png                      |  Bin 606 -> 685 bytes
 imp/themes/silver/graphics/manage_attachments.png                 |  Bin 391 -> 0 bytes
 imp/themes/silver/graphics/nav/first-grey.png                     |  Bin 0 -> 408 bytes
 imp/themes/silver/graphics/nav/first.png                          |  Bin 0 -> 485 bytes
 imp/themes/silver/graphics/nav/last-grey.png                      |  Bin 0 -> 406 bytes
 imp/themes/silver/graphics/nav/last.png                           |  Bin 0 -> 485 bytes
 imp/themes/silver/graphics/nav/left-grey.png                      |  Bin 0 -> 293 bytes
 imp/themes/silver/graphics/nav/left.png                           |  Bin 0 -> 350 bytes
 imp/themes/silver/graphics/nav/right-grey.png                     |  Bin 0 -> 290 bytes
 imp/themes/silver/graphics/nav/right.png                          |  Bin 0 -> 345 bytes
 imp/themes/silver/rtl.css                                         |   25 +
 imp/themes/silver/screen.css                                      |   55 +-
 imp/themes/tango-blue/graphics/manage_attachments.png             |  Bin 547 -> 0 bytes
 imp/themes/tango-blue/graphics/spellcheck.png                     |  Bin 313 -> 312 bytes
 imp/themes/tango-blue/screen.css                                  |    8 +-
 imp/thread.php                                                    |    6 +-
 imp/view.php                                                      |   30 +-
 ingo/LICENSE                                                      |    2 +-
 ingo/bin/ingo-convert-prefs-to-sql                                |    4 +-
 ingo/blacklist.php                                                |    4 +-
 ingo/docs/CHANGES                                                 |   19 +-
 ingo/docs/INSTALL                                                 |   17 +-
 ingo/docs/RELEASE_NOTES                                           |   15 +-
 ingo/filters.php                                                  |    4 +-
 ingo/forward.php                                                  |    6 +-
 ingo/index.php                                                    |    4 +-
 ingo/lib/Api.php                                                  |    2 +-
 ingo/lib/Application.php                                          |    6 +-
 ingo/lib/Block/Overview.php                                       |    2 +-
 ingo/lib/Exception.php                                            |    4 +-
 ingo/lib/Exception/Pear.php                                       |    4 +-
 ingo/lib/Ingo.php                                                 |    3 +-
 ingo/lib/LoginTasks/SystemTask/Upgrade.php                        |    6 +-
 ingo/lib/Script.php                                               |    2 +-
 ingo/lib/Script/Imap.php                                          |   12 +-
 ingo/lib/Script/Imap/Api.php                                      |    6 +-
 ingo/lib/Script/Imap/Live.php                                     |    4 +-
 ingo/lib/Script/Maildrop.php                                      |    2 +-
 ingo/lib/Script/Maildrop/Comment.php                              |    2 +-
 ingo/lib/Script/Maildrop/Recipe.php                               |    7 +-
 ingo/lib/Script/Maildrop/Variable.php                             |    2 +-
 ingo/lib/Script/Procmail.php                                      |    4 +-
 ingo/lib/Script/Procmail/Comment.php                              |    4 +-
 ingo/lib/Script/Procmail/Recipe.php                               |    4 +-
 ingo/lib/Script/Procmail/Variable.php                             |    4 +-
 ingo/lib/Script/Sieve.php                                         |    2 +-
 ingo/lib/Script/Sieve/Action.php                                  |    2 +-
 ingo/lib/Script/Sieve/Action/Addflag.php                          |    2 +-
 ingo/lib/Script/Sieve/Action/Discard.php                          |    2 +-
 ingo/lib/Script/Sieve/Action/Fileinto.php                         |    2 +-
 ingo/lib/Script/Sieve/Action/Flag.php                             |    2 +-
 ingo/lib/Script/Sieve/Action/Keep.php                             |    2 +-
 ingo/lib/Script/Sieve/Action/Notify.php                           |    2 +-
 ingo/lib/Script/Sieve/Action/Redirect.php                         |    2 +-
 ingo/lib/Script/Sieve/Action/Reject.php                           |    2 +-
 ingo/lib/Script/Sieve/Action/Removeflag.php                       |    2 +-
 ingo/lib/Script/Sieve/Action/Stop.php                             |    2 +-
 ingo/lib/Script/Sieve/Action/Vacation.php                         |    2 +-
 ingo/lib/Script/Sieve/Comment.php                                 |    2 +-
 ingo/lib/Script/Sieve/Else.php                                    |    2 +-
 ingo/lib/Script/Sieve/Elsif.php                                   |    2 +-
 ingo/lib/Script/Sieve/If.php                                      |    2 +-
 ingo/lib/Script/Sieve/Test.php                                    |    2 +-
 ingo/lib/Script/Sieve/Test/Address.php                            |    2 +-
 ingo/lib/Script/Sieve/Test/Allof.php                              |    2 +-
 ingo/lib/Script/Sieve/Test/Anyof.php                              |    2 +-
 ingo/lib/Script/Sieve/Test/Body.php                               |    2 +-
 ingo/lib/Script/Sieve/Test/Exists.php                             |    2 +-
 ingo/lib/Script/Sieve/Test/False.php                              |    2 +-
 ingo/lib/Script/Sieve/Test/Header.php                             |    2 +-
 ingo/lib/Script/Sieve/Test/Not.php                                |    2 +-
 ingo/lib/Script/Sieve/Test/Relational.php                         |    2 +-
 ingo/lib/Script/Sieve/Test/Size.php                               |    2 +-
 ingo/lib/Script/Sieve/Test/True.php                               |    2 +-
 ingo/lib/Storage.php                                              |    2 +-
 ingo/lib/Storage/Blacklist.php                                    |    2 +-
 ingo/lib/Storage/Filters.php                                      |    2 +-
 ingo/lib/Storage/Filters/Sql.php                                  |    2 +-
 ingo/lib/Storage/Forward.php                                      |    2 +-
 ingo/lib/Storage/Mock.php                                         |    2 +-
 ingo/lib/Storage/Prefs.php                                        |    2 +-
 ingo/lib/Storage/Rule.php                                         |    2 +-
 ingo/lib/Storage/Spam.php                                         |    2 +-
 ingo/lib/Storage/Sql.php                                          |    2 +-
 ingo/lib/Storage/Vacation.php                                     |    2 +-
 ingo/lib/Storage/VacationTest.php                                 |    2 +-
 ingo/lib/Storage/Whitelist.php                                    |    2 +-
 ingo/lib/Test.php                                                 |    2 +-
 ingo/lib/Transport.php                                            |    2 +-
 ingo/lib/Transport/Ldap.php                                       |    2 +-
 ingo/lib/Transport/Null.php                                       |    2 +-
 ingo/lib/Transport/Sivtest.php                                    |    4 +-
 ingo/lib/Transport/Timsieved.php                                  |    4 +-
 ingo/lib/Transport/Vfs.php                                        |    4 +-
 ingo/lib/Ui/VarRenderer/Ingo.php                                  |    4 +-
 ingo/lib/tests/AllTests.php                                       |    3 +-
 ingo/lib/tests/MaildropTest.php                                   |    2 +-
 ingo/lib/tests/ProcmailTest.php                                   |    2 +-
 ingo/lib/tests/ScriptTest.php                                     |    2 +-
 ingo/lib/tests/SieveTest.php                                      |    2 +-
 ingo/locale/ca/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/cs/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/da/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 90873 -> 84399 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                                |   52 +-
 ingo/locale/el/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/es/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/et/LC_MESSAGES/ingo.mo                                |  Bin 150925 -> 84383 bytes
 ingo/locale/et/LC_MESSAGES/ingo.po                                |  613 +-
 ingo/locale/fr/LC_MESSAGES/ingo.mo                                |  Bin 71906 -> 91559 bytes
 ingo/locale/fr/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/hr/LC_MESSAGES/ingo.mo                                |  Bin 173921 -> 87154 bytes
 ingo/locale/hr/LC_MESSAGES/ingo.po                                |  525 +-
 ingo/locale/ingo.pot                                              |   54 +-
 ingo/locale/it/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/ja/LC_MESSAGES/ingo.mo                                |  Bin 92097 -> 88106 bytes
 ingo/locale/ja/LC_MESSAGES/ingo.po                                |  263 +-
 ingo/locale/ko/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/lt/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/lv/LC_MESSAGES/ingo.mo                                |  Bin 87856 -> 81862 bytes
 ingo/locale/lv/LC_MESSAGES/ingo.po                                |   52 +-
 ingo/locale/nb/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/nl/LC_MESSAGES/ingo.mo                                |  Bin 158596 -> 73168 bytes
 ingo/locale/nl/LC_MESSAGES/ingo.po                                |   10 +-
 ingo/locale/pl/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/pt/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/pt_BR/LC_MESSAGES/ingo.mo                             |  Bin 87466 -> 88733 bytes
 ingo/locale/pt_BR/LC_MESSAGES/ingo.po                             |   52 +-
 ingo/locale/ro/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/sk/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/sl/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/tr/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/uk/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/zh_CN/LC_MESSAGES/ingo.po                             |    2 +-
 ingo/migration/1_ingo_base_tables.php                             |    6 +-
 ingo/migration/2_ingo_upgrade_autoincrement.php                   |    6 +-
 ingo/migration/3_ingo_upgrade_sqlng.php                           |    6 +-
 ingo/migration/4_ingo_upgrade_sqlhierarchical.php                 |    2 +-
 ingo/migration/5_ingo_upgrade_sqlnghierarchical.php               |    2 +-
 ingo/package.xml                                                  |   39 +-
 ingo/rule.php                                                     |    4 +-
 ingo/script.php                                                   |    4 +-
 ingo/spam.php                                                     |    6 +-
 ingo/templates/menu/menu.html                                     |    2 +-
 ingo/themes/default/graphics/blacklist.png                        |  Bin 477 -> 471 bytes
 ingo/themes/default/graphics/copy.png                             |  Bin 293 -> 286 bytes
 ingo/themes/default/graphics/disable.png                          |  Bin 477 -> 471 bytes
 ingo/themes/default/graphics/script.png                           |  Bin 482 -> 477 bytes
 ingo/vacation.php                                                 |    6 +-
 ingo/whitelist.php                                                |    4 +-
 jonah/LICENSE                                                     |    2 +-
 jonah/channels/delete.php                                         |    2 +-
 jonah/channels/edit.php                                           |    2 +-
 jonah/channels/index.php                                          |    2 +-
 jonah/delivery/html.php                                           |    2 +-
 jonah/delivery/index.php                                          |    2 +-
 jonah/delivery/rss.php                                            |    2 +-
 jonah/dispatcher.php                                              |    3 +-
 jonah/docs/INSTALL                                                |    2 +-
 jonah/feed.php                                                    |    2 +-
 jonah/index.php                                                   |    2 +-
 jonah/lib/Api.php                                                 |    4 +-
 jonah/lib/Block/Cloud.php                                         |    2 +-
 jonah/lib/Block/Delivery.php                                      |    2 +-
 jonah/lib/Block/News.php                                          |    2 +-
 jonah/lib/Block/NewsPopular.php                                   |    2 +-
 jonah/lib/Driver.php                                              |    2 +-
 jonah/lib/Driver/Sql.php                                          |    2 +-
 jonah/lib/Exception.php                                           |    2 +-
 jonah/lib/Factory/Driver.php                                      |    2 +-
 jonah/lib/FeedParser.php                                          |    2 +-
 jonah/lib/Form/Feed.php                                           |    2 +-
 jonah/lib/Form/Story.php                                          |    2 +-
 jonah/lib/Jonah.php                                               |    2 +-
 jonah/lib/Test.php                                                |    2 +-
 jonah/lib/View/Base.php                                           |    2 +-
 jonah/lib/View/ChannelDelete.php                                  |    2 +-
 jonah/lib/View/ChannelEdit.php                                    |    4 +-
 jonah/lib/View/ChannelList.php                                    |    2 +-
 jonah/lib/View/DeliveryHtml.php                                   |    2 +-
 jonah/lib/View/StoryDelete.php                                    |    4 +-
 jonah/lib/View/StoryEdit.php                                      |    4 +-
 jonah/lib/View/StoryList.php                                      |    2 +-
 jonah/lib/View/StoryPdf.php                                       |    2 +-
 jonah/lib/View/StoryView.php                                      |    2 +-
 jonah/lib/View/TagSearchList.php                                  |    2 +-
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 82628 -> 76186 bytes
 jonah/locale/de/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/es/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/fr/LC_MESSAGES/jonah.mo                              |  Bin 59222 -> 78828 bytes
 jonah/locale/fr/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/jonah.pot                                            |    2 +-
 jonah/locale/lv/LC_MESSAGES/jonah.mo                              |  Bin 78049 -> 72310 bytes
 jonah/locale/lv/LC_MESSAGES/jonah.po                              |   62 +-
 jonah/locale/lv/help.xml                                          |    6 +-
 jonah/locale/nl/LC_MESSAGES/jonah.mo                              |  Bin 157648 -> 72313 bytes
 jonah/locale/nl/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/ro/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/tr/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/zh_TW/LC_MESSAGES/jonah.po                           |    2 +-
 jonah/migration/1_jonah_base_tables.php                           |    2 +-
 jonah/migration/2_jonah_upgrade_autoincrement.php                 |    2 +-
 jonah/stories/delete.php                                          |    2 +-
 jonah/stories/edit.php                                            |    2 +-
 jonah/stories/index.php                                           |    2 +-
 jonah/stories/pdf.php                                             |    2 +-
 jonah/stories/results.php                                         |    2 +-
 jonah/stories/share.php                                           |    4 +-
 jonah/stories/view.php                                            |    2 +-
 jonah/themes/default/graphics/atom.png                            |  Bin 254 -> 253 bytes
 jonah/themes/default/graphics/editstory.png                       |  Bin 308 -> 275 bytes
 jonah/themes/default/graphics/feed.png                            |  Bin 714 -> 707 bytes
 jonah/themes/default/graphics/jonah.png                           |  Bin 308 -> 275 bytes
 jonah/themes/default/graphics/new.png                             |  Bin 288 -> 264 bytes
 klutz/backend.php                                                 |    2 +-
 klutz/comics.php                                                  |    2 +-
 klutz/docs/CHANGES                                                |    8 +-
 klutz/docs/CREDITS                                                |   17 +-
 klutz/index.php                                                   |    2 +-
 klutz/lib/Klutz.php                                               |    2 +-
 klutz/locale/cs/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/da/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 77542 -> 71020 bytes
 klutz/locale/de/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/es/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/fi/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/klutz.pot                                            |    2 +-
 klutz/locale/lv/LC_MESSAGES/klutz.mo                              |  Bin 0 -> 67794 bytes
 klutz/locale/lv/LC_MESSAGES/klutz.po                              |  235 +
 klutz/locale/ro/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/sv/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/migration/1_klutz_base_tables.php                           |    2 +-
 klutz/savecomic.php                                               |    2 +-
 klutz/themes/default/graphics/goto.png                            |  Bin 323 -> 318 bytes
 klutz/themes/default/graphics/klutz.png                           |  Bin 813 -> 215 bytes
 klutz/themes/default/graphics/today.png                           |  Bin 420 -> 413 bytes
 kolab/COPYING                                                     |  281 +
 kolab/README                                                      |   88 +
 kolab/config/conf.xml                                             |   13 +
 kolab/config/prefs.php                                            |    9 +
 kolab/docs/CHANGES                                                |    5 +
 kolab/docs/CREDITS                                                |   24 +
 kolab/docs/INSTALL                                                |  228 +
 kolab/docs/RELEASE_NOTES                                          |   48 +
 kolab/index.php                                                   |   21 +
 kolab/lib/Api.php                                                 |   17 +
 kolab/lib/Application.php                                         |   56 +
 kolab/lib/Block/Example.php                                       |   47 +
 kolab/lib/Driver.php                                              |   50 +
 kolab/lib/Driver/Sql.php                                          |   76 +
 kolab/lib/Exception.php                                           |   17 +
 kolab/lib/Factory/Driver.php                                      |   60 +
 kolab/lib/Test.php                                                |   56 +
 kolab/locale/.htaccess                                            |    1 +
 kolab/locale/en/help.xml                                          |   13 +
 kolab/locale/kolab.pot                                            |   34 +
 kolab/package.xml                                                 |  141 +
 kolab/test/Kolab/AllTests.php                                     |   36 +
 kolab/test/Kolab/Autoload.php                                     |   20 +
 kolab/test/Kolab/ExampleTest.php                                  |   28 +
 kolab/themes/default/graphics/favicon.ico                         |  Bin 0 -> 1038 bytes
 kolab/themes/default/graphics/kolab.png                           |  Bin 0 -> 1038 bytes
 kolab/themes/default/screen.css                                   |    1 +
 koward/lib/Koward.php                                             |    2 +-
 koward/lib/Koward/Cli.php                                         |    2 +-
 koward/lib/Koward/Exception.php                                   |    2 +-
 koward/lib/Koward/Test.php                                        |    2 +-
 koward/lib/Koward/Test/AllTests.php                               |    2 +-
 koward/lib/Koward/Test/Server/UserTest.php                        |    2 +-
 koward/test/Koward/AllTests.php                                   |    2 +-
 koward/test/Koward/KowardTest.php                                 |    2 +-
 koward/www/htdocs/horde/themes/graphics/alerts/error.png          |  Bin 298 -> 184 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/message.png        |  Bin 477 -> 365 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/success.png        |  Bin 360 -> 336 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/warning.png        |  Bin 227 -> 169 bytes
 koward/www/htdocs/horde/themes/graphics/logout.png                |  Bin 385 -> 337 bytes
 koward/www/htdocs/horde/themes/graphics/plus.png                  |  Bin 229 -> 208 bytes
 koward/www/htdocs/horde/themes/graphics/search.png                |  Bin 795 -> 662 bytes
 koward/www/htdocs/horde/themes/graphics/user.png                  |  Bin 797 -> 661 bytes
 .../www/htdocs/horde/themes/silver/graphics/currentTab_right.png  |  Bin 326 -> 286 bytes
 koward/www/htdocs/horde/themes/silver/graphics/delete.png         |  Bin 363 -> 362 bytes
 koward/www/htdocs/horde/themes/silver/graphics/tab_right.png      |  Bin 2100 -> 1902 bytes
 kronolith/add.php                                                 |    7 +-
 kronolith/attend.php                                              |    2 +-
 kronolith/attendees.php                                           |    6 +-
 kronolith/bin/kronolith-agenda                                    |    2 +-
 kronolith/bin/kronolith-import-icals                              |    2 +-
 kronolith/bin/kronolith-import-squirrelmail-calendar              |    2 +-
 kronolith/calendars/create.php                                    |    4 +-
 kronolith/calendars/delete.php                                    |    4 +-
 kronolith/calendars/edit.php                                      |    4 +-
 kronolith/calendars/index.php                                     |    2 +-
 kronolith/calendars/info.php                                      |    2 +-
 kronolith/calendars/remote_edit.php                               |    4 +-
 kronolith/calendars/remote_subscribe.php                          |    4 +-
 kronolith/calendars/remote_unsubscribe.php                        |    4 +-
 kronolith/calendars/subscribe.php                                 |    2 +-
 kronolith/config/prefs.php                                        |    4 +-
 kronolith/contacts.php                                            |    2 +-
 kronolith/data.php                                                |   10 +-
 kronolith/day.php                                                 |    2 +-
 kronolith/delete.php                                              |   10 +-
 kronolith/docs/CHANGES                                            |   75 +-
 kronolith/docs/INSTALL                                            |   19 +-
 kronolith/docs/RELEASE_NOTES                                      |   17 +-
 kronolith/edit.php                                                |    4 +-
 kronolith/event.php                                               |    2 +-
 kronolith/fb.php                                                  |    7 +-
 kronolith/feed/index.php                                          |    2 +-
 kronolith/index.php                                               |    2 +-
 kronolith/js/dragdrop2.js                                         |    2 +-
 kronolith/js/edit.js                                              |    6 +-
 kronolith/js/goto.js                                              |    4 +-
 kronolith/js/kronolith.js                                         |  119 +-
 kronolith/js/mobile.js                                            |    2 +-
 kronolith/lib/Ajax/Application.php                                |   45 +-
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php                 |    2 +-
 kronolith/lib/Ajax/Imple/Embed.php                                |    2 +-
 kronolith/lib/Ajax/Imple/TagActions.php                           |    2 +-
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php                     |    2 +-
 kronolith/lib/Api.php                                             |   81 +-
 kronolith/lib/Application.php                                     |   31 +-
 kronolith/lib/Calendar.php                                        |    2 +-
 kronolith/lib/Calendar/External.php                               |    2 +-
 kronolith/lib/Calendar/External/Tasks.php                         |    2 +-
 kronolith/lib/Calendar/Holiday.php                                |    2 +-
 kronolith/lib/Calendar/Internal.php                               |    2 +-
 kronolith/lib/Calendar/Remote.php                                 |    2 +-
 kronolith/lib/Calendar/Resource.php                               |  101 +
 kronolith/lib/Calendars/Base.php                                  |   70 +
 kronolith/lib/Calendars/Default.php                               |   48 +
 kronolith/lib/Calendars/Kolab.php                                 |   23 +
 kronolith/lib/Driver.php                                          |    2 +-
 kronolith/lib/Driver/Holidays.php                                 |    2 +-
 kronolith/lib/Driver/Horde.php                                    |    6 +-
 kronolith/lib/Driver/Ical.php                                     |   27 +-
 kronolith/lib/Driver/Kolab.php                                    |   40 +-
 kronolith/lib/Driver/Mock.php                                     |    2 +-
 kronolith/lib/Driver/Resource.php                                 |   19 +-
 kronolith/lib/Driver/Sql.php                                      |   48 +-
 kronolith/lib/Event.php                                           |   76 +-
 kronolith/lib/Event/Holidays.php                                  |   22 +-
 kronolith/lib/Event/Horde.php                                     |    2 +-
 kronolith/lib/Event/Ical.php                                      |    2 +-
 kronolith/lib/Event/Kolab.php                                     |  129 +-
 kronolith/lib/Event/Resource.php                                  |    2 +-
 kronolith/lib/Event/Sql.php                                       |    2 +-
 kronolith/lib/Exception.php                                       |    2 +-
 kronolith/lib/Factory/Calendars.php                               |   69 +
 kronolith/lib/FreeBusy.php                                        |    2 +-
 kronolith/lib/FreeBusy/View.php                                   |    2 +-
 kronolith/lib/FreeBusy/View/Day.php                               |    2 +-
 kronolith/lib/FreeBusy/View/Month.php                             |    2 +-
 kronolith/lib/FreeBusy/View/Week.php                              |    2 +-
 kronolith/lib/FreeBusy/View/Workweek.php                          |    2 +-
 kronolith/lib/Geo/Base.php                                        |    2 +-
 kronolith/lib/Geo/Mysql.php                                       |    2 +-
 kronolith/lib/Geo/Sql.php                                         |    2 +-
 kronolith/lib/Kronolith.php                                       |  100 +-
 kronolith/lib/LoginTasks/SystemTask/Upgrade.php                   |    2 +-
 kronolith/lib/LoginTasks/Task/PurgeEvents.php                     |    2 +-
 kronolith/lib/Notification/Listener/AjaxStatus.php                |    2 +-
 kronolith/lib/Resource.php                                        |   20 +-
 kronolith/lib/Resource/Base.php                                   |   25 +-
 kronolith/lib/Resource/Group.php                                  |    5 +-
 kronolith/lib/Resource/Single.php                                 |    9 +-
 kronolith/lib/Storage/Kolab.php                                   |    2 +-
 kronolith/lib/Tagger.php                                          |   32 +-
 kronolith/lib/Test.php                                            |    2 +-
 kronolith/locale/bg/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/ca/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/cs/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/da/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 133712 -> 127253 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  975 +-
 kronolith/locale/es/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/et/LC_MESSAGES/kronolith.mo                      |  Bin 168502 -> 124085 bytes
 kronolith/locale/et/LC_MESSAGES/kronolith.po                      | 3366 +-
 kronolith/locale/fr/LC_MESSAGES/kronolith.mo                      |  Bin 116280 -> 135373 bytes
 kronolith/locale/hr/LC_MESSAGES/kronolith.mo                      |  Bin 194525 -> 128327 bytes
 kronolith/locale/hr/LC_MESSAGES/kronolith.po                      | 2936 +-
 kronolith/locale/ja/LC_MESSAGES/kronolith.mo                      |  Bin 134718 -> 131111 bytes
 kronolith/locale/ja/LC_MESSAGES/kronolith.po                      | 1617 +-
 kronolith/locale/kronolith.pot                                    |  961 +-
 kronolith/locale/lt/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/lv/LC_MESSAGES/kronolith.mo                      |  Bin 130284 -> 124457 bytes
 kronolith/locale/lv/LC_MESSAGES/kronolith.po                      | 1064 +-
 kronolith/locale/lv/help.xml                                      |  482 +-
 kronolith/locale/nb/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/nl/LC_MESSAGES/kronolith.mo                      |  Bin 176216 -> 91352 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.po                      |    8 +-
 kronolith/locale/pl/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo                   |  Bin 129970 -> 131265 bytes
 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.po                   |  927 +-
 kronolith/locale/ro/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/sl/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/tr/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/zh_CN/LC_MESSAGES/kronolith.po                   |    2 +-
 kronolith/migration/10_kronolith_upgrade_exceptions.php           |    2 +-
 kronolith/migration/11_kronolith_upgrade_resourceemail.php        |    2 +-
 kronolith/migration/12_kronolith_upgrade_addzoom.php              |    2 +-
 kronolith/migration/13_kronolith_upgrade_systemshares.php         |    2 +-
 kronolith/migration/14_kronolith_upgrade_missingresourcefield.php |    2 +-
 kronolith/migration/15_kronolith_upgrade_sqlng.php                |    2 +-
 kronolith/migration/16_kronolith_upgrade_sqlhierarchical.php      |    2 +-
 kronolith/migration/17_kronolith_upgrade_sqlnghierarchical.php    |    2 +-
 kronolith/migration/18_kronolith_upgrade_categoriestotags.php     |    6 +-
 kronolith/migration/19_kronolith_upgrade_addmysqlgeo.php          |    2 +-
 kronolith/migration/1_kronolith_base_tables.php                   |    2 +-
 kronolith/migration/2_kronolith_upgrade_autoincrement.php         |    2 +-
 kronolith/migration/3_kronolith_upgrade_addallday.php             |    4 +-
 kronolith/migration/4_kronolith_upgrade_addalarmmethods.php       |    2 +-
 kronolith/migration/5_kronolith_upgrade_addcolor.php              |    2 +-
 kronolith/migration/6_kronolith_upgrade_addresources.php          |    2 +-
 kronolith/migration/7_kronolith_upgrade_resourceautoincrement.php |    2 +-
 kronolith/migration/8_kronolith_upgrade_addgeo.php                |    2 +-
 kronolith/migration/9_kronolith_upgrade_addurl.php                |    2 +-
 kronolith/mobile.php                                              |    2 +-
 kronolith/month.php                                               |    2 +-
 kronolith/new.php                                                 |   11 +-
 kronolith/package.xml                                             |  177 +-
 kronolith/perms.php                                               |    2 +-
 kronolith/resources/create.php                                    |    4 +-
 kronolith/resources/delete.php                                    |    4 +-
 kronolith/resources/edit.php                                      |    4 +-
 kronolith/resources/groups/create.php                             |    4 +-
 kronolith/resources/groups/delete.php                             |    4 +-
 kronolith/resources/groups/edit.php                               |    4 +-
 kronolith/resources/index.php                                     |    7 +-
 kronolith/search.php                                              |    2 +-
 kronolith/templates/agenda/notification.html.php                  |   19 +-
 kronolith/templates/agenda/notification.plain.php                 |    2 +-
 kronolith/templates/attendees/attendees.inc                       |    6 +-
 kronolith/templates/chunks/calendar.php                           |    2 +
 kronolith/templates/chunks/permissions.inc                        |    2 +
 kronolith/templates/delete/delete.inc                             |    2 +-
 kronolith/templates/delete/one.inc                                |    2 +-
 kronolith/templates/edit/edit.inc                                 |    5 +-
 kronolith/templates/index/day.inc                                 |    2 +-
 kronolith/templates/index/edit.inc                                |    9 +
 kronolith/templates/index/index.inc                               |   28 +-
 kronolith/templates/index/month.inc                               |    2 +-
 kronolith/templates/perms/perms.inc                               |   14 +-
 kronolith/templates/view/view.inc                                 |    6 +-
 kronolith/test/Kronolith/Autoload.php                             |    7 +
 kronolith/test/Kronolith/Integration/AllDayTest.php               |    2 +-
 kronolith/test/Kronolith/Integration/Driver/Base.php              |  139 +
 kronolith/test/Kronolith/Integration/Driver/KolabTest.php         |   47 +
 kronolith/test/Kronolith/Integration/Driver/Sql/Base.php          |   45 +
 .../test/Kronolith/Integration/Driver/Sql/Pdo/SqliteTest.php      |   62 +
 kronolith/test/Kronolith/Integration/FromIcalendarTest.php        |    2 +-
 kronolith/test/Kronolith/Integration/Kronolith/Base.php           |  110 +
 kronolith/test/Kronolith/Integration/Kronolith/KolabTest.php      |   52 +
 kronolith/test/Kronolith/Integration/Kronolith/Sql/Base.php       |   45 +
 .../test/Kronolith/Integration/Kronolith/Sql/Pdo/SqliteTest.php   |   58 +
 kronolith/test/Kronolith/Integration/ToIcalendarTest.php          |    2 +-
 kronolith/test/Kronolith/Stub/ShareFactory.php                    |   16 +
 kronolith/test/Kronolith/Stub/Tagger.php                          |   17 +
 kronolith/test/Kronolith/Stub/Types.php                           |    8 +
 kronolith/test/Kronolith/TestCase.php                             |  153 +-
 kronolith/test/Kronolith/Unit/KolabTest.php                       |   83 -
 kronolith/test/Kronolith/fixtures/export1.ics                     |    2 +-
 kronolith/test/Kronolith/fixtures/export2.ics                     |    2 +-
 kronolith/test/Kronolith/fixtures/export3.ics                     |    2 +-
 kronolith/test/Kronolith/fixtures/export4.ics                     |    2 +-
 kronolith/themes/default/graphics/addressbook_browse.png          |  Bin 263 -> 260 bytes
 kronolith/themes/default/graphics/alerts/error.png                |  Bin 298 -> 184 bytes
 kronolith/themes/default/graphics/alerts/message.png              |  Bin 477 -> 365 bytes
 kronolith/themes/default/graphics/alerts/success.png              |  Bin 360 -> 336 bytes
 kronolith/themes/default/graphics/alerts/warning.png              |  Bin 227 -> 169 bytes
 kronolith/themes/default/graphics/attendee-accepted.png           |  Bin 402 -> 388 bytes
 kronolith/themes/default/graphics/attendee-declined.png           |  Bin 535 -> 515 bytes
 kronolith/themes/default/graphics/attendee-none.png               |  Bin 533 -> 510 bytes
 kronolith/themes/default/graphics/attendee-tentative.png          |  Bin 392 -> 378 bytes
 kronolith/themes/default/graphics/attendees-000.png               |  Bin 219 -> 115 bytes
 kronolith/themes/default/graphics/attendees-fff.png               |  Bin 219 -> 115 bytes
 kronolith/themes/default/graphics/back_quick.png                  |  Bin 189 -> 123 bytes
 kronolith/themes/default/graphics/big_agenda.png                  |  Bin 4176 -> 3608 bytes
 kronolith/themes/default/graphics/big_alarm.png                   |  Bin 15893 -> 14849 bytes
 kronolith/themes/default/graphics/big_invitation.png              |  Bin 8911 -> 6408 bytes
 kronolith/themes/default/graphics/big_share.png                   |  Bin 3218 -> 2953 bytes
 kronolith/themes/default/graphics/checkbox_off.png                |  Bin 191 -> 116 bytes
 kronolith/themes/default/graphics/checkbox_on.png                 |  Bin 416 -> 318 bytes
 kronolith/themes/default/graphics/checkbox_over.png               |  Bin 387 -> 293 bytes
 kronolith/themes/default/graphics/close.png                       |  Bin 235 -> 234 bytes
 kronolith/themes/default/graphics/drag-handle.png                 |  Bin 147 -> 105 bytes
 kronolith/themes/default/graphics/exception-000.png               |  Bin 938 -> 131 bytes
 kronolith/themes/default/graphics/exception-fff.png               |  Bin 939 -> 131 bytes
 kronolith/themes/default/graphics/goto.png                        |  Bin 430 -> 425 bytes
 kronolith/themes/default/graphics/help.png                        |  Bin 0 -> 583 bytes
 kronolith/themes/default/graphics/left.png                        |  Bin 245 -> 243 bytes
 kronolith/themes/default/graphics/logout.png                      |  Bin 0 -> 337 bytes
 kronolith/themes/default/graphics/minus.png                       |  Bin 203 -> 181 bytes
 kronolith/themes/default/graphics/new_small.png                   |  Bin 224 -> 223 bytes
 kronolith/themes/default/graphics/new_task.png                    |  Bin 592 -> 500 bytes
 kronolith/themes/default/graphics/picker.png                      |  Bin 368 -> 320 bytes
 kronolith/themes/default/graphics/plus.png                        |  Bin 229 -> 208 bytes
 kronolith/themes/default/graphics/prefs.png                       |  Bin 0 -> 333 bytes
 kronolith/themes/default/graphics/print.png                       |  Bin 537 -> 535 bytes
 kronolith/themes/default/graphics/right.png                       |  Bin 244 -> 242 bytes
 kronolith/themes/default/graphics/tasks.png                       |  Bin 532 -> 529 bytes
 kronolith/themes/default/graphics/yearview.png                    |  Bin 219 -> 214 bytes
 kronolith/themes/default/ie7.css                                  |   23 +-
 kronolith/themes/default/ie8.css                                  |   12 +-
 kronolith/themes/default/screen.css                               |  308 +-
 kronolith/themes/default/webkit.css                               |    7 +
 kronolith/themes/silver/graphics/attendee-tentative.png           |  Bin 730 -> 381 bytes
 kronolith/themes/silver/graphics/attendees-000.png                |  Bin 219 -> 115 bytes
 kronolith/themes/silver/graphics/attendees-fff.png                |  Bin 219 -> 115 bytes
 kronolith/themes/silver/graphics/exception-000.png                |  Bin 938 -> 131 bytes
 kronolith/themes/silver/graphics/exception-fff.png                |  Bin 939 -> 131 bytes
 kronolith/themes/silver/graphics/help.png                         |  Bin 0 -> 731 bytes
 kronolith/themes/silver/graphics/logout.png                       |  Bin 0 -> 693 bytes
 kronolith/themes/silver/graphics/picker.png                       |  Bin 368 -> 320 bytes
 kronolith/themes/silver/graphics/prefs.png                        |  Bin 0 -> 551 bytes
 kronolith/themes/silver/ie7.css                                   |   39 +-
 kronolith/themes/silver/ie8.css                                   |   39 +-
 kronolith/themes/silver/screen.css                                |  100 +-
 kronolith/themes/tango-blue/graphics/addressbook_browse.png       |  Bin 263 -> 260 bytes
 kronolith/themes/tango-blue/graphics/attendee-tentative.png       |  Bin 558 -> 301 bytes
 kronolith/themes/tango-blue/graphics/attendees-000.png            |  Bin 219 -> 115 bytes
 kronolith/themes/tango-blue/graphics/attendees-fff.png            |  Bin 219 -> 115 bytes
 kronolith/themes/tango-blue/graphics/exception-000.png            |  Bin 938 -> 131 bytes
 kronolith/themes/tango-blue/graphics/exception-fff.png            |  Bin 939 -> 131 bytes
 kronolith/themes/tango-blue/graphics/goto.png                     |  Bin 324 -> 320 bytes
 kronolith/themes/tango-blue/graphics/minus.png                    |  Bin 203 -> 181 bytes
 kronolith/themes/tango-blue/graphics/picker.png                   |  Bin 368 -> 320 bytes
 kronolith/themes/tango-blue/graphics/plus.png                     |  Bin 229 -> 208 bytes
 kronolith/themes/tango-blue/graphics/yearview.png                 |  Bin 219 -> 214 bytes
 kronolith/view.php                                                |    2 +-
 kronolith/week.php                                                |    2 +-
 kronolith/workweek.php                                            |    2 +-
 kronolith/year.php                                                |    2 +-
 luxor/bin/luxor-indexer                                           |    2 +-
 luxor/docs/INSTALL                                                |    2 +-
 luxor/index.php                                                   |    2 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 74751 -> 68269 bytes
 luxor/locale/de/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/es/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/luxor.pot                                            |    2 +-
 luxor/locale/lv/LC_MESSAGES/luxor.mo                              |  Bin 72003 -> 66383 bytes
 luxor/locale/lv/LC_MESSAGES/luxor.po                              |   25 +-
 luxor/locale/ro/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/search.php                                                  |    2 +-
 luxor/source.php                                                  |    2 +-
 luxor/symbol.php                                                  |    2 +-
 luxor/themes/default/graphics/folder.png                          |  Bin 479 -> 407 bytes
 luxor/themes/default/graphics/luxor.png                           |  Bin 508 -> 439 bytes
 luxor/themes/default/graphics/parent.png                          |  Bin 428 -> 424 bytes
 mnemo/LICENSE                                                     |    2 +-
 mnemo/bin/mnemo-convert-to-utf8                                   |    4 +-
 mnemo/bin/mnemo-import-text-note                                  |    4 +-
 mnemo/config/conf.xml                                             |    8 +
 mnemo/data.php                                                    |    4 +-
 mnemo/docs/CHANGES                                                |   19 +-
 mnemo/docs/INSTALL                                                |   21 +-
 mnemo/docs/RELEASE_NOTES                                          |   15 +-
 mnemo/index.php                                                   |    4 +-
 mnemo/lib/Ajax/Application.php                                    |   15 +
 mnemo/lib/Ajax/Imple/EditNote.php                                 |    2 +-
 mnemo/lib/Api.php                                                 |    6 +-
 mnemo/lib/Application.php                                         |    6 +-
 mnemo/lib/Driver.php                                              |    4 +-
 mnemo/lib/Driver/Kolab.php                                        |    4 +-
 mnemo/lib/Driver/Sql.php                                          |    4 +-
 mnemo/lib/Exception.php                                           |    4 +-
 mnemo/lib/Factory/Driver.php                                      |    4 +-
 mnemo/lib/Factory/Notepads.php                                    |   89 +
 mnemo/lib/Form/CreateNotepad.php                                  |    2 +-
 mnemo/lib/Form/DeleteNotepad.php                                  |    2 +-
 mnemo/lib/Form/EditNotepad.php                                    |    2 +-
 mnemo/lib/Mnemo.php                                               |   37 +-
 mnemo/lib/Notepads/Base.php                                       |   95 +
 mnemo/lib/Notepads/Default.php                                    |   67 +
 mnemo/lib/Notepads/Kolab.php                                      |   40 +
 mnemo/list.php                                                    |    4 +-
 mnemo/locale/bg/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/cs/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/da/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 83008 -> 76518 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |   56 +-
 mnemo/locale/es/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/et/LC_MESSAGES/mnemo.mo                              |  Bin 0 -> 77030 bytes
 mnemo/locale/et/LC_MESSAGES/mnemo.po                              |  674 +
 mnemo/locale/fr/LC_MESSAGES/mnemo.mo                              |  Bin 64501 -> 83996 bytes
 mnemo/locale/hr/LC_MESSAGES/mnemo.mo                              |  Bin 166524 -> 79796 bytes
 mnemo/locale/hr/LC_MESSAGES/mnemo.po                              |  386 +-
 mnemo/locale/it/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/ja/LC_MESSAGES/mnemo.mo                              |  Bin 83330 -> 79452 bytes
 mnemo/locale/ja/LC_MESSAGES/mnemo.po                              |  116 +-
 mnemo/locale/lt/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/lv/LC_MESSAGES/mnemo.mo                              |  Bin 80561 -> 74536 bytes
 mnemo/locale/lv/LC_MESSAGES/mnemo.po                              |   39 +-
 mnemo/locale/lv/help.xml                                          |  120 +-
 mnemo/locale/mnemo.pot                                            |   56 +-
 mnemo/locale/nb/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/nl/LC_MESSAGES/mnemo.mo                              |  Bin 150087 -> 64674 bytes
 mnemo/locale/pl/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/pt_BR/LC_MESSAGES/mnemo.mo                           |  Bin 80408 -> 81650 bytes
 mnemo/locale/pt_BR/LC_MESSAGES/mnemo.po                           |   44 +-
 mnemo/locale/ro/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/sl/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/sv/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/tr/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/memo.php                                                    |    4 +-
 mnemo/migration/1_mnemo_base_tables.php                           |    6 +-
 mnemo/migration/2_mnemo_upgrade_autoincrement.php                 |    6 +-
 mnemo/migration/3_mnemo_upgrade_sqlng.php                         |    6 +-
 mnemo/migration/4_mnemo_upgrade_sqlhierarchical.php               |    2 +-
 mnemo/migration/5_mnemo_upgrade_sqlnghierarchical.php             |    2 +-
 mnemo/note/pdf.php                                                |    4 +-
 mnemo/notepads/create.php                                         |    6 +-
 mnemo/notepads/delete.php                                         |    6 +-
 mnemo/notepads/edit.php                                           |    6 +-
 mnemo/notepads/index.php                                          |    4 +-
 mnemo/notes/index.php                                             |    4 +-
 mnemo/package.xml                                                 |  101 +-
 mnemo/search.php                                                  |    4 +-
 mnemo/stickies.php                                                |   89 -
 mnemo/templates/memo/memo.inc                                     |    4 +-
 mnemo/templates/panel.inc                                         |    2 +-
 mnemo/templates/view/memo.inc                                     |   14 +-
 mnemo/test/Mnemo/AllTests.php                                     |   13 +-
 mnemo/test/Mnemo/Autoload.php                                     |    8 +-
 mnemo/test/Mnemo/TestCase.php                                     |  166 +-
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php                        |   21 +-
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php                      |   36 +-
 mnemo/test/Mnemo/Unit/Mnemo/Base.php                              |  108 +
 mnemo/test/Mnemo/Unit/Mnemo/KolabTest.php                         |   52 +
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Base.php                          |   37 +
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php                |   45 +
 mnemo/themes/default/graphics/add.png                             |  Bin 511 -> 504 bytes
 mnemo/themes/default/graphics/minus.png                           |  Bin 203 -> 181 bytes
 mnemo/themes/default/graphics/mnemo.png                           |  Bin 564 -> 554 bytes
 mnemo/themes/default/graphics/notepads.png                        |  Bin 564 -> 554 bytes
 mnemo/themes/default/graphics/plus.png                            |  Bin 229 -> 208 bytes
 mnemo/themes/silver/graphics/add.png                              |  Bin 641 -> 604 bytes
 mnemo/themes/silver/graphics/az.png                               |  Bin 302 -> 147 bytes
 mnemo/themes/silver/graphics/minus.png                            |  Bin 746 -> 672 bytes
 mnemo/themes/silver/graphics/plus.png                             |  Bin 733 -> 676 bytes
 mnemo/themes/silver/graphics/search.png                           |  Bin 692 -> 662 bytes
 mnemo/themes/silver/graphics/za.png                               |  Bin 302 -> 146 bytes
 mnemo/themes/tango-blue/graphics/add.png                          |  Bin 669 -> 455 bytes
 mnemo/themes/tango-blue/graphics/az.png                           |  Bin 656 -> 535 bytes
 mnemo/themes/tango-blue/graphics/mnemo.png                        |  Bin 574 -> 386 bytes
 mnemo/themes/tango-blue/graphics/notepads.png                     |  Bin 574 -> 386 bytes
 mnemo/themes/tango-blue/graphics/za.png                           |  Bin 685 -> 540 bytes
 mnemo/view.php                                                    |    4 +-
 nag/bin/nag-create-missing-add-histories-sql                      |    2 +-
 nag/bin/nag-import-vtodos                                         |    2 +-
 nag/config/prefs.php                                              |   14 +
 nag/data.php                                                      |    4 +-
 nag/docs/CHANGES                                                  |   35 +-
 nag/docs/INSTALL                                                  |   20 +-
 nag/docs/RELEASE_NOTES                                            |   13 +-
 nag/index.php                                                     |    2 +-
 nag/js/calendar.js                                                |   25 +-
 nag/js/task.js                                                    |   64 +
 nag/lib/Ajax/Application.php                                      |    2 +-
 nag/lib/Api.php                                                   |   71 +-
 nag/lib/Application.php                                           |   52 +-
 nag/lib/Block/Summary.php                                         |   42 +-
 nag/lib/Driver.php                                                |   18 +-
 nag/lib/Driver/Kolab.php                                          |    2 +-
 nag/lib/Exception.php                                             |    2 +-
 nag/lib/Form/Task.php                                             |    2 +-
 nag/lib/Form/Type/NagDue.php                                      |   28 +-
 nag/lib/Form/Type/NagMethod.php                                   |    3 -
 nag/lib/Form/Type/NagStart.php                                    |   12 +-
 nag/lib/Nag.php                                                   |   85 +-
 nag/lib/Task.php                                                  |   10 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |  249 +-
 nag/list.php                                                      |    2 +-
 nag/locale/bg/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/ca/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/cs/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/da/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 97361 -> 91347 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |  322 +-
 nag/locale/es/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/et/LC_MESSAGES/nag.mo                                  |  Bin 150948 -> 90416 bytes
 nag/locale/et/LC_MESSAGES/nag.po                                  | 1119 +-
 nag/locale/fr/LC_MESSAGES/nag.mo                                  |  Bin 78331 -> 97641 bytes
 nag/locale/hr/LC_MESSAGES/nag.mo                                  |  Bin 177951 -> 93746 bytes
 nag/locale/hr/LC_MESSAGES/nag.po                                  |  888 +-
 nag/locale/ja/LC_MESSAGES/nag.mo                                  |  Bin 98184 -> 94640 bytes
 nag/locale/ja/LC_MESSAGES/nag.po                                  |  432 +-
 nag/locale/lt/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/lv/LC_MESSAGES/nag.mo                                  |  Bin 94546 -> 89095 bytes
 nag/locale/lv/LC_MESSAGES/nag.po                                  |  395 +-
 nag/locale/lv/help.xml                                            |   38 +-
 nag/locale/nag.pot                                                |  310 +-
 nag/locale/nb/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                                  |  Bin 158417 -> 73197 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                                  |    8 +-
 nag/locale/pl/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/pt/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/pt_BR/LC_MESSAGES/nag.mo                               |  Bin 93859 -> 95683 bytes
 nag/locale/pt_BR/LC_MESSAGES/nag.po                               |  384 +-
 nag/locale/ro/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/sl/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/tr/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/uk/LC_MESSAGES/nag.po                                  |    2 +-
 nag/migration/1_nag_base_tables.php                               |    2 +-
 nag/migration/2_nag_upgrade_autoincrement.php                     |    2 +-
 nag/migration/3_nag_upgrade_addalarmmethods.php                   |    2 +-
 nag/migration/4_nag_upgrade_addcolor.php                          |    2 +-
 nag/migration/5_nag_upgrade_systemshares.php                      |    2 +-
 nag/migration/6_nag_upgrade_sqlng.php                             |    2 +-
 nag/migration/7_nag_upgrade_sqlhierarchical.php                   |    2 +-
 nag/migration/8_nag_upgrade_sqlnghierarchical.php                 |    2 +-
 nag/package.xml                                                   |   79 +-
 nag/search.php                                                    |    2 +-
 nag/task.php                                                      |   12 +-
 nag/tasklists/create.php                                          |    4 +-
 nag/tasklists/delete.php                                          |    4 +-
 nag/tasklists/edit.php                                            |    4 +-
 nag/tasklists/index.php                                           |    2 +-
 nag/tasklists/info.php                                            |    2 +-
 nag/tasks/index.php                                               |    2 +-
 nag/templates/javascript_defs.php                                 |   13 +
 nag/test/Nag/Autoload.php                                         |    4 -
 nag/test/Nag/Stub/DbFactory.php                                   |   16 -
 nag/test/Nag/Stub/Registry.php                                    |   19 -
 nag/test/Nag/TestCase.php                                         |    4 +-
 nag/test/Nag/Unit/Driver/Base.php                                 |    2 +-
 nag/test/Nag/Unit/Driver/KolabTest.php                            |    2 +-
 nag/test/Nag/Unit/Driver/Sql/Base.php                             |    2 +-
 nag/test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php                   |    2 +-
 nag/test/Nag/Unit/Factory/TasklistsTest.php                       |    2 +-
 nag/test/Nag/Unit/Form/Task/Base.php                              |    2 +-
 nag/test/Nag/Unit/Form/Task/KolabTest.php                         |    2 +-
 nag/test/Nag/Unit/Form/Task/Sql/Base.php                          |    2 +-
 nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php                |    2 +-
 nag/test/Nag/Unit/Nag/Base.php                                    |    2 +-
 nag/test/Nag/Unit/Nag/KolabTest.php                               |    2 +-
 nag/test/Nag/Unit/Nag/Sql/Base.php                                |    2 +-
 nag/test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php                      |    2 +-
 nag/themes/default/graphics/add.png                               |  Bin 592 -> 500 bytes
 nag/themes/default/graphics/big_alarm.png                         |  Bin 15893 -> 14849 bytes
 nag/themes/default/graphics/minus.png                             |  Bin 203 -> 181 bytes
 nag/themes/default/graphics/nag.png                               |  Bin 532 -> 529 bytes
 nag/themes/default/graphics/plus.png                              |  Bin 229 -> 208 bytes
 nag/themes/default/graphics/tasklists.png                         |  Bin 532 -> 529 bytes
 nag/view.php                                                      |    2 +-
 operator/export.php                                               |    2 +-
 operator/graphgen.php                                             |    2 +-
 operator/index.php                                                |    2 +-
 operator/lib/Driver.php                                           |    2 +-
 operator/lib/Driver/asterisksql.php                               |    2 +-
 operator/lib/Operator.php                                         |    2 +-
 operator/lib/api.php                                              |    2 +-
 operator/search.php                                               |    2 +-
 operator/themes/default/graphics/graphs.png                       |  Bin 478 -> 337 bytes
 operator/themes/default/graphics/operator.png                     |  Bin 589 -> 477 bytes
 operator/themes/silver/graphics/graphs.png                        |  Bin 710 -> 680 bytes
 operator/viewgraph.php                                            |    2 +-
 passwd/config/backends.php                                        |  393 +-
 passwd/config/conf.xml                                            |    4 +-
 passwd/config/hooks.php.dist                                      |    3 +-
 passwd/docs/CHANGES                                               |   31 +-
 passwd/docs/INSTALL                                               |   73 +-
 passwd/docs/RELEASE_NOTES                                         |   32 +-
 passwd/docs/TODO                                                  |    4 +-
 passwd/docs/UPGRADING                                             |   19 +-
 passwd/index.php                                                  |  191 +-
 passwd/js/passwd.js                                               |   28 +
 passwd/lib/Application.php                                        |   13 +-
 passwd/lib/Driver.php                                             |   90 +-
 passwd/lib/Driver/Adsi.php                                        |   46 +-
 passwd/lib/Driver/Composite.php                                   |   74 +-
 passwd/lib/Driver/Expect.php                                      |   47 +-
 passwd/lib/Driver/Expectpecl.php                                  |   63 +-
 passwd/lib/Driver/Horde.php                                       |   39 +-
 passwd/lib/Driver/Http.php                                        |   44 +-
 passwd/lib/Driver/Kolab.php                                       |   34 +-
 passwd/lib/Driver/Ldap.php                                        |   52 +-
 passwd/lib/Driver/Pine.php                                        |  241 +-
 passwd/lib/Driver/Poppassd.php                                    |   99 +-
 passwd/lib/Driver/Procopen.php                                    |   37 +-
 passwd/lib/Driver/Pspasswd.php                                    |   74 +-
 passwd/lib/Driver/Servuftp.php                                    |  159 +-
 passwd/lib/Driver/Smbldap.php                                     |   57 +-
 passwd/lib/Driver/Smbpasswd.php                                   |   37 +-
 passwd/lib/Driver/Soap.php                                        |   52 +-
 passwd/lib/Driver/Sql.php                                         |   78 +-
 passwd/lib/Driver/Vmailmgr.php                                    |   39 +-
 passwd/lib/Driver/Vpopmail.php                                    |   86 +-
 passwd/lib/Exception.php                                          |   10 +
 passwd/lib/Factory/Driver.php                                     |  102 +-
 passwd/lib/Passwd.php                                             |   37 +-
 passwd/lib/Test.php                                               |   10 +-
 passwd/locale/bg/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/cs/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/da/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 81416 -> 72162 bytes
 passwd/locale/de/LC_MESSAGES/passwd.po                            |  249 +-
 passwd/locale/de/help.xml                                         |    1 -
 passwd/locale/en/help.xml                                         |    1 -
 passwd/locale/es/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/es/help.xml                                         |    1 -
 passwd/locale/et/LC_MESSAGES/passwd.mo                            |  Bin 143069 -> 73117 bytes
 passwd/locale/et/LC_MESSAGES/passwd.po                            |  305 +-
 passwd/locale/fi/help.xml                                         |    1 -
 passwd/locale/fr/LC_MESSAGES/passwd.mo                            |  Bin 60076 -> 79698 bytes
 passwd/locale/hr/LC_MESSAGES/passwd.mo                            |  Bin 165660 -> 75688 bytes
 passwd/locale/hr/LC_MESSAGES/passwd.po                            |  304 +-
 passwd/locale/hu/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/hu/help.xml                                         |    1 -
 passwd/locale/ja/LC_MESSAGES/passwd.mo                            |  Bin 82405 -> 75552 bytes
 passwd/locale/ja/LC_MESSAGES/passwd.po                            |  291 +-
 passwd/locale/lt/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/lv/LC_MESSAGES/passwd.mo                            |  Bin 79089 -> 73571 bytes
 passwd/locale/lv/LC_MESSAGES/passwd.po                            |   22 +-
 passwd/locale/lv/help.xml                                         |   17 +-
 passwd/locale/nl/LC_MESSAGES/passwd.mo                            |  Bin 143885 -> 58144 bytes
 passwd/locale/nl/help.xml                                         |    1 -
 passwd/locale/passwd.pot                                          |  240 +-
 passwd/locale/pl/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/pt_BR/LC_MESSAGES/passwd.mo                         |  Bin 75791 -> 76970 bytes
 passwd/locale/pt_BR/LC_MESSAGES/passwd.po                         |    2 +-
 passwd/locale/ro/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/ru/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/ru/help.xml                                         |    1 -
 passwd/locale/sk/LC_MESSAGES/passwd.mo                            |  Bin 76346 -> 79125 bytes
 passwd/locale/sk/LC_MESSAGES/passwd.po                            |  289 +-
 passwd/locale/sl/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/tr/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/package.xml                                                |  224 +-
 passwd/scripts/kpasswd_expect                                     |   58 -
 passwd/scripts/passwd-expect                                      |  267 +
 passwd/scripts/passwd-expect-kerberos                             |   58 +
 passwd/scripts/passwd_expect                                      |  268 -
 passwd/templates/index.html.php                                   |   89 +
 passwd/templates/main/main.inc                                    |  146 -
 passwd/test/Passwd/Autoload.php                                   |    2 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |   21 +-
 pastie/LICENSE.ASL                                                |    2 +-
 pastie/LICENSE.BSDL                                               |    2 +-
 pastie/index.php                                                  |    2 +-
 pastie/lib/Application.php                                        |    2 +-
 pastie/lib/Driver.php                                             |    2 +-
 pastie/lib/Driver/Sql.php                                         |    2 +-
 pastie/lib/Pastie.php                                             |    2 +-
 pastie/lib/Test.php                                               |    2 +-
 pastie/paste.php                                                  |    2 +-
 pastie/themes/default/graphics/pastie.png                         |  Bin 383 -> 379 bytes
 pastie/view.php                                                   |    2 +-
 sam/blacklist.php                                                 |    4 +-
 sam/docs/CHANGES                                                  |    1 +
 sam/docs/CREDITS                                                  |   22 +-
 sam/docs/INSTALL                                                  |    2 +-
 sam/index.php                                                     |    2 +-
 sam/lib/Application.php                                           |    2 +-
 sam/lib/Driver/Amavisd/Sql.php                                    |    2 +-
 sam/lib/Driver/Spamd/Base.php                                     |    2 +-
 sam/lib/Driver/Spamd/Ftp.php                                      |    2 +-
 sam/lib/Driver/Spamd/Ldap.php                                     |    2 +-
 sam/lib/Driver/Spamd/Sql.php                                      |    2 +-
 sam/lib/Exception.php                                             |    2 +-
 sam/lib/Factory/Driver.php                                        |    2 +-
 sam/lib/Form/Blacklist.php                                        |    2 +-
 sam/lib/Form/List.php                                             |    2 +-
 sam/lib/Form/Options.php                                          |    2 +-
 sam/lib/Form/Whitelist.php                                        |    2 +-
 sam/lib/Sam.php                                                   |    2 +-
 sam/locale/cs/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 159966 -> 70302 bytes
 sam/locale/de/LC_MESSAGES/sam.po                                  |  117 +-
 sam/locale/es/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/et/LC_MESSAGES/sam.mo                                  |  Bin 137544 -> 71507 bytes
 sam/locale/et/LC_MESSAGES/sam.po                                  |  169 +-
 sam/locale/fr/LC_MESSAGES/sam.mo                                  |  Bin 149817 -> 75889 bytes
 sam/locale/it/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/lv/LC_MESSAGES/sam.mo                                  |  Bin 0 -> 67521 bytes
 sam/locale/lv/LC_MESSAGES/sam.po                                  |  253 +
 sam/locale/ro/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/sam.pot                                                |  123 +-
 sam/migration/1_sam_base_tables.php                               |    2 +-
 sam/package.xml                                                   |    2 +
 sam/spam.php                                                      |    4 +-
 sam/themes/default/graphics/blacklist.png                         |  Bin 563 -> 471 bytes
 sam/themes/default/graphics/whitelist.png                         |  Bin 1180 -> 167 bytes
 sam/themes/silver/graphics/blacklist.png                          |  Bin 655 -> 600 bytes
 sam/themes/silver/graphics/sam.png                                |  Bin 702 -> 687 bytes
 sam/themes/silver/graphics/whitelist.png                          |  Bin 537 -> 481 bytes
 sam/whitelist.php                                                 |    4 +-
 sesha/admin.php                                                   |    6 +-
 sesha/docs/CHANGES                                                |    3 +-
 sesha/docs/CREDITS                                                |    1 +
 sesha/lib/Driver/Sql.php                                          |    2 +-
 sesha/lib/Forms/Category.php                                      |    2 +-
 sesha/lib/Forms/Property.php                                      |    2 +-
 sesha/lib/Sesha.php                                               |    2 +-
 sesha/lib/Ui/VarRenderer/Stockedit_Html.php                       |    2 +-
 sesha/locale/es/LC_MESSAGES/sesha.mo                              |  Bin 0 -> 156330 bytes
 sesha/locale/es/LC_MESSAGES/sesha.po                              |  491 +
 sesha/locale/es_ES/LC_MESSAGES/sesha.mo                           |  Bin 156330 -> 0 bytes
 sesha/locale/es_ES/LC_MESSAGES/sesha.po                           |  491 -
 sesha/locale/lt/LC_MESSAGES/sesha.mo                              |  Bin 0 -> 145678 bytes
 sesha/locale/lt/LC_MESSAGES/sesha.po                              |  485 +
 sesha/locale/lt_LT/LC_MESSAGES/sesha.mo                           |  Bin 145678 -> 0 bytes
 sesha/locale/lt_LT/LC_MESSAGES/sesha.po                           |  485 -
 sesha/locale/lv/LC_MESSAGES/sesha.mo                              |  Bin 0 -> 70399 bytes
 sesha/locale/lv/LC_MESSAGES/sesha.po                              |  543 +
 sesha/locale/sesha.pot                                            |  241 +-
 sesha/po/README                                                   |    1 -
 sesha/search.php                                                  |    2 +-
 sesha/stock.php                                                   |    2 +-
 sesha/templates/menu.inc                                          |    2 +-
 sesha/themes/default/graphics/sesha.png                           |  Bin 1175 -> 966 bytes
 shout/lib/Ajax/Application.php                                    |    2 +-
 shout/themes/default/graphics/admin.png                           |  Bin 612 -> 553 bytes
 shout/themes/default/graphics/conference-add.png                  |  Bin 807 -> 751 bytes
 shout/themes/default/graphics/conference.png                      |  Bin 753 -> 699 bytes
 shout/themes/default/graphics/delete-small.png                    |  Bin 148 -> 135 bytes
 shout/themes/default/graphics/device-add.png                      |  Bin 633 -> 529 bytes
 shout/themes/default/graphics/dialplan.png                        |  Bin 582 -> 561 bytes
 shout/themes/default/graphics/digit-2.png                         |  Bin 2175 -> 1290 bytes
 shout/themes/default/graphics/digit-3.png                         |  Bin 2266 -> 1309 bytes
 shout/themes/default/graphics/digit-4.png                         |  Bin 2184 -> 2132 bytes
 shout/themes/default/graphics/digit-5.png                         |  Bin 1949 -> 1931 bytes
 shout/themes/default/graphics/digit-6.png                         |  Bin 2409 -> 2160 bytes
 shout/themes/default/graphics/digit-7.png                         |  Bin 2186 -> 2057 bytes
 shout/themes/default/graphics/digit-8.png                         |  Bin 2297 -> 2167 bytes
 shout/themes/default/graphics/digit-9.png                         |  Bin 2565 -> 2218 bytes
 shout/themes/default/graphics/digit-bg.png                        |  Bin 15443 -> 13214 bytes
 shout/themes/default/graphics/edit.png                            |  Bin 450 -> 391 bytes
 shout/themes/default/graphics/extension-add.png                   |  Bin 731 -> 665 bytes
 shout/themes/default/graphics/extension.png                       |  Bin 797 -> 661 bytes
 shout/themes/default/graphics/menu-add.png                        |  Bin 739 -> 739 bytes
 shout/themes/default/graphics/menu-delete.png                     |  Bin 740 -> 740 bytes
 shout/themes/default/graphics/menu-edit.png                       |  Bin 807 -> 807 bytes
 shout/themes/default/graphics/recording-add.png                   |  Bin 684 -> 624 bytes
 shout/themes/default/graphics/recordings.png                      |  Bin 610 -> 551 bytes
 shout/themes/default/graphics/shout.png                           |  Bin 589 -> 477 bytes
 shout/themes/default/graphics/telephone-pole.png                  |  Bin 684 -> 515 bytes
 shout/themes/default/graphics/transparency.png                    |  Bin 83 -> 70 bytes
 skeleton/LICENSE.ASL                                              |    2 +-
 skeleton/LICENSE.BSDL                                             |    2 +-
 skeleton/docs/INSTALL                                             |    6 +-
 skeleton/index.php                                                |    2 +-
 skeleton/lib/Api.php                                              |   13 +
 skeleton/lib/Application.php                                      |    2 +-
 skeleton/lib/Driver.php                                           |    2 +-
 skeleton/lib/Driver/Sql.php                                       |    2 +-
 skeleton/lib/Exception.php                                        |    2 +-
 skeleton/lib/Factory/Driver.php                                   |    2 +-
 skeleton/lib/Test.php                                             |    2 +-
 skeleton/list.php                                                 |    2 +-
 skeleton/locale/skeleton.pot                                      |    6 +-
 skeleton/test/Skeleton/Autoload.php                               |    6 +-
 skeleton/test/Skeleton/ExampleTest.php                            |    2 +-
 timeobjects/docs/CHANGES                                          |   51 +
 timeobjects/docs/COPYING                                          |    2 +-
 timeobjects/docs/RELEASE_NOTES                                    |   13 -
 timeobjects/lib/Api.php                                           |   60 +-
 timeobjects/lib/Application.php                                   |    2 +-
 timeobjects/lib/Driver.php                                        |    2 +-
 timeobjects/lib/Driver/Base.php                                   |    2 +-
 timeobjects/lib/Driver/FacebookEvents.php                         |    2 +-
 timeobjects/lib/Driver/Weather.php                                |  243 +
 timeobjects/lib/Driver/Weatherdotcom.php                          |  262 -
 timeobjects/lib/Exception.php                                     |    2 +-
 timeobjects/lib/Factory/Driver.php                                |   23 +-
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 73463 -> 66837 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.po                  |  113 +-
 timeobjects/locale/et/LC_MESSAGES/timeobjects.mo                  |  Bin 0 -> 68306 bytes
 timeobjects/locale/et/LC_MESSAGES/timeobjects.po                  |  136 +
 timeobjects/locale/fi/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/ja/LC_MESSAGES/timeobjects.mo                  |  Bin 72937 -> 69425 bytes
 timeobjects/locale/ja/LC_MESSAGES/timeobjects.po                  |  114 +-
 timeobjects/locale/lv/LC_MESSAGES/timeobjects.mo                  |  Bin 71212 -> 66193 bytes
 timeobjects/locale/lv/LC_MESSAGES/timeobjects.po                  |    8 +-
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.mo                  |  Bin 0 -> 56418 bytes
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.po                  |   72 +
 timeobjects/locale/timeobjects.pot                                |   89 +-
 timeobjects/package.xml                                           |   94 +-
 trean/LICENSE                                                     |    2 +-
 trean/add.php                                                     |    2 +-
 trean/bookmark.php                                                |    2 +-
 trean/browse.php                                                  |    2 +-
 trean/data.php                                                    |    2 +-
 trean/docs/INSTALL                                                |    2 +-
 trean/edit.php                                                    |    2 +-
 trean/favicon.php                                                 |    2 +-
 trean/index.php                                                   |    2 +-
 trean/lib/Api.php                                                 |    2 +-
 trean/lib/Application.php                                         |    2 +-
 trean/lib/Block/Bookmarks.php                                     |    2 +-
 trean/lib/Block/Highestrated.php                                  |    2 +-
 trean/lib/Block/Mostclicked.php                                   |    2 +-
 trean/lib/Bookmarks.php                                           |    2 +-
 trean/lib/Trean.php                                               |    2 +-
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 85506 -> 79024 bytes
 trean/locale/de/LC_MESSAGES/trean.po                              |   24 +-
 trean/locale/es/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/fr/LC_MESSAGES/trean.mo                              |  Bin 59517 -> 79099 bytes
 trean/locale/fr/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/it/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/lv/LC_MESSAGES/trean.mo                              |  Bin 80253 -> 74990 bytes
 trean/locale/lv/LC_MESSAGES/trean.po                              |   85 +-
 trean/locale/nb/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/nl/LC_MESSAGES/trean.mo                              |  Bin 152512 -> 66875 bytes
 trean/locale/nl/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/pl/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/sl/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/tr/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/trean.pot                                            |   24 +-
 trean/perms.php                                                   |    2 +-
 trean/redirect.php                                                |    2 +-
 trean/reports.php                                                 |    2 +-
 trean/scripts/url_cron.php                                        |    2 +-
 trean/search.php                                                  |    2 +-
 trean/templates/edit/delete_folder_confirmation.inc               |    4 +-
 trean/themes/default/graphics/add.png                             |  Bin 421 -> 364 bytes
 trean/themes/default/graphics/data.png                            |  Bin 594 -> 583 bytes
 trean/themes/default/graphics/delete.png                          |  Bin 482 -> 414 bytes
 trean/themes/default/graphics/edit.png                            |  Bin 463 -> 398 bytes
 trean/themes/default/graphics/http/1xx.png                        |  Bin 477 -> 365 bytes
 trean/themes/default/graphics/http/2xx.png                        |  Bin 360 -> 336 bytes
 trean/themes/default/graphics/http/3xx.png                        |  Bin 477 -> 365 bytes
 trean/themes/default/graphics/http/4xx.png                        |  Bin 227 -> 169 bytes
 trean/themes/default/graphics/http/5xx.png                        |  Bin 298 -> 184 bytes
 trean/themes/default/graphics/http/error.png                      |  Bin 298 -> 184 bytes
 trean/themes/default/graphics/minus.png                           |  Bin 203 -> 181 bytes
 trean/themes/default/graphics/perms.png                           |  Bin 273 -> 243 bytes
 trean/themes/default/graphics/plus.png                            |  Bin 229 -> 208 bytes
 trean/themes/default/graphics/protocol/ftp.png                    |  Bin 673 -> 667 bytes
 trean/themes/default/graphics/protocol/http.png                   |  Bin 677 -> 676 bytes
 trean/themes/default/graphics/protocol/https.png                  |  Bin 677 -> 676 bytes
 trean/themes/default/graphics/search.png                          |  Bin 795 -> 662 bytes
 trean/themes/default/graphics/trean.png                           |  Bin 305 -> 300 bytes
 trean/themes/silver/graphics/az.png                               |  Bin 302 -> 147 bytes
 trean/themes/silver/graphics/folders/folder_create.png            |  Bin 668 -> 626 bytes
 trean/themes/silver/graphics/folders/folder_delete.png            |  Bin 666 -> 652 bytes
 trean/themes/silver/graphics/folders/folder_edit.png              |  Bin 733 -> 689 bytes
 trean/themes/silver/graphics/http/1xx.png                         |  Bin 778 -> 724 bytes
 trean/themes/silver/graphics/http/2xx.png                         |  Bin 781 -> 726 bytes
 trean/themes/silver/graphics/http/3xx.png                         |  Bin 778 -> 724 bytes
 trean/themes/silver/graphics/http/4xx.png                         |  Bin 666 -> 619 bytes
 trean/themes/silver/graphics/http/5xx.png                         |  Bin 701 -> 671 bytes
 trean/themes/silver/graphics/http/error.png                       |  Bin 701 -> 671 bytes
 trean/themes/silver/graphics/minus.png                            |  Bin 746 -> 672 bytes
 trean/themes/silver/graphics/plus.png                             |  Bin 733 -> 676 bytes
 trean/themes/silver/graphics/reports.png                          |  Bin 918 -> 889 bytes
 trean/themes/silver/graphics/trean.png                            |  Bin 749 -> 718 bytes
 trean/themes/silver/graphics/za.png                               |  Bin 302 -> 146 bytes
 turba/LICENSE                                                     |    2 +-
 turba/add.php                                                     |    4 +-
 turba/addressbooks/create.php                                     |    4 +-
 turba/addressbooks/delete.php                                     |    4 +-
 turba/addressbooks/edit.php                                       |    4 +-
 turba/addressbooks/index.php                                      |    6 +-
 turba/bin/turba-import-squirrelmail-file-abook                    |    4 +-
 turba/bin/turba-import-squirrelmail-sql-abook                     |    4 +-
 turba/bin/turba-import-vcards                                     |    4 +-
 turba/bin/turba-public-to-horde-share                             |    4 +-
 turba/browse.php                                                  |    4 +-
 turba/config/backends.php                                         |  376 +-
 turba/config/hooks.php.dist                                       |    2 +-
 turba/contact.php                                                 |    4 +-
 turba/data.php                                                    |    8 +-
 turba/delete.php                                                  |    6 +-
 turba/deletefile.php                                              |    4 +-
 turba/docs/CHANGES                                                |   34 +-
 turba/docs/INSTALL                                                |   23 +-
 turba/docs/RELEASE_NOTES                                          |   11 +-
 turba/edit.php                                                    |    4 +-
 turba/index.php                                                   |    4 +-
 turba/js/columnprefs.js                                           |    6 +-
 turba/js/search.js                                                |    4 +-
 turba/lib/Api.php                                                 |   43 +-
 turba/lib/Application.php                                         |    4 +-
 turba/lib/Block/Minisearch.php                                    |   11 +-
 turba/lib/Data/Ldif.php                                           |    6 +-
 turba/lib/Driver.php                                              |   69 +-
 turba/lib/Driver/Facebook.php                                     |    6 +-
 turba/lib/Driver/Favourites.php                                   |    6 +-
 turba/lib/Driver/Group.php                                        |    6 +-
 turba/lib/Driver/Imsp.php                                         |    6 +-
 turba/lib/Driver/Kolab.php                                        |   25 +-
 turba/lib/Driver/Ldap.php                                         |    6 +-
 turba/lib/Driver/Prefs.php                                        |    6 +-
 turba/lib/Driver/Share.php                                        |    6 +-
 turba/lib/Driver/Sql.php                                          |   29 +-
 turba/lib/Driver/Vbook.php                                        |    6 +-
 turba/lib/Exception.php                                           |    6 +-
 turba/lib/Factory/Driver.php                                      |    2 +-
 turba/lib/Form/CreateAddressBook.php                              |    2 +-
 turba/lib/Form/DeleteAddressBook.php                              |    2 +-
 turba/lib/Form/EditAddressBook.php                                |    2 +-
 turba/lib/List.php                                                |    6 +-
 turba/lib/LoginTasks/SystemTask/Upgrade.php                       |    6 +-
 turba/lib/Object.php                                              |    2 +-
 turba/lib/Test.php                                                |    8 +-
 turba/lib/Turba.php                                               |   10 +-
 turba/lib/View/Browse.php                                         |   10 +-
 turba/lib/View/Duplicates.php                                     |    4 +-
 turba/locale/bg/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/ca/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/cs/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/da/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 103501 -> 97918 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |  383 +-
 turba/locale/es/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/et/LC_MESSAGES/turba.mo                              |  Bin 157926 -> 96670 bytes
 turba/locale/et/LC_MESSAGES/turba.po                              | 1428 +-
 turba/locale/fr/LC_MESSAGES/turba.mo                              |  Bin 84638 -> 104117 bytes
 turba/locale/hr/LC_MESSAGES/turba.mo                              |  Bin 184943 -> 99883 bytes
 turba/locale/hr/LC_MESSAGES/turba.po                              | 1049 +-
 turba/locale/is/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/it/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/ja/LC_MESSAGES/turba.mo                              |  Bin 104235 -> 101393 bytes
 turba/locale/ja/LC_MESSAGES/turba.po                              |  576 +-
 turba/locale/ko/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/lt/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/lv/LC_MESSAGES/turba.mo                              |  Bin 99758 -> 95011 bytes
 turba/locale/lv/LC_MESSAGES/turba.po                              |  439 +-
 turba/locale/lv/help.xml                                          |    1 -
 turba/locale/nb/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/nl/LC_MESSAGES/turba.mo                              |  Bin 167057 -> 82232 bytes
 turba/locale/pl/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/pt_BR/LC_MESSAGES/turba.mo                           |  Bin 99228 -> 101613 bytes
 turba/locale/pt_BR/LC_MESSAGES/turba.po                           |  437 +-
 turba/locale/ro/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/sl/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/tr/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/turba.pot                                            |  383 +-
 turba/merge.php                                                   |    4 +-
 turba/migration/1_turba_base_tables.php                           |    6 +-
 turba/migration/2_turba_upgrade_autoincrement.php                 |    6 +-
 turba/migration/3_turba_upgrade_sqlng.php                         |    6 +-
 turba/migration/4_turba_upgrade_sqlhierarchical.php               |   10 +-
 turba/migration/5_turba_upgrade_sqlnghierarchical.php             |   10 +-
 turba/migration/6_turba_upgrade_updateschema.php                  |   10 +-
 turba/minisearch.php                                              |    4 +-
 turba/package.xml                                                 |  110 +-
 turba/search.php                                                  |    4 +-
 turba/templates/browse/column_headers.inc                         |    6 +-
 turba/templates/browse/header.inc                                 |    2 +-
 turba/templates/browse/row.inc                                    |   11 +-
 turba/test/Turba/Autoload.php                                     |    3 -
 turba/test/Turba/Integration/ApiTest.php                          |   69 -
 turba/test/Turba/TestCase.php                                     |  289 +-
 turba/test/Turba/ToDo/ApiTest.php                                 |   74 +
 turba/test/Turba/ToDo/BrowsePageTest.php                          |    3 +-
 turba/test/Turba/ToDo/DriverTest.php                              |   20 +-
 turba/test/Turba/ToDo/GroupTest.php                               |    3 +-
 turba/test/Turba/ToDo/KolabTest.php                               |    3 +-
 turba/test/Turba/ToDo/KolabTestBase.php                           |   22 +-
 turba/test/Turba/ToDo/ListTest.php                                |    3 +-
 turba/test/Turba/ToDo/ListViewTest.php                            |    3 +-
 turba/test/Turba/ToDo/ViewBrowseTest.php                          |    3 +-
 turba/test/Turba/ToDo/ViewListTest.php                            |    3 +-
 turba/test/Turba/ToDo/az.png                                      |  Bin 117 -> 0 bytes
 turba/test/Turba/ToDo/tovcard.phpt                                |  143 -
 turba/test/Turba/Unit/Driver/Base.php                             |  109 +
 turba/test/Turba/Unit/Driver/KolabTest.php                        |   20 +-
 turba/test/Turba/Unit/Driver/Sql/Base.php                         |   50 +
 turba/test/Turba/Unit/Driver/Sql/Pdo/SqliteTest.php               |   49 +
 turba/test/Turba/Unit/DriverTest.php                              |  185 +
 turba/test/Turba/Unit/Turba/Base.php                              |  126 +
 turba/test/Turba/Unit/Turba/KolabTest.php                         |   52 +
 turba/test/Turba/Unit/Turba/Sql/Base.php                          |   42 +
 turba/test/Turba/Unit/Turba/Sql/Pdo/SqliteTest.php                |   45 +
 turba/test/Turba/fixtures/az.png                                  |  Bin 0 -> 117 bytes
 turba/themes/default/graphics/contact.png                         |  Bin 393 -> 391 bytes
 turba/themes/default/graphics/edit.png                            |  Bin 0 -> 513 bytes
 turba/themes/default/graphics/menu/browse.png                     |  Bin 263 -> 260 bytes
 turba/themes/default/graphics/menu/new.png                        |  Bin 452 -> 447 bytes
 turba/themes/default/graphics/mime/vcard.png                      |  Bin 0 -> 309 bytes
 turba/themes/default/graphics/new.png                             |  Bin 452 -> 447 bytes
 turba/themes/default/graphics/turba.png                           |  Bin 393 -> 391 bytes
 turba/themes/default/screen.css                                   |   13 +
 turba/themes/silver/graphics/edit.png                             |  Bin 0 -> 807 bytes
 turba/themes/silver/graphics/mime/vcard.png                       |  Bin 0 -> 533 bytes
 turba/themes/silver/graphics/search.png                           |  Bin 0 -> 662 bytes
 turba/themes/silver/screen.css                                    |   14 +
 turba/vcard.php                                                   |    4 +-
 turba/view.php                                                    |    4 +-
 ulaform/delete.php                                                |    4 +-
 ulaform/deletefield.php                                           |    4 +-
 ulaform/display.php                                               |    2 +-
 ulaform/docs/INSTALL                                              |    2 +-
 ulaform/edit.php                                                  |    4 +-
 ulaform/fields.php                                                |    4 +-
 ulaform/forms.php                                                 |    2 +-
 ulaform/genhtml.php                                               |    4 +-
 ulaform/index.php                                                 |    2 +-
 ulaform/lib/Action.php                                            |    2 +-
 ulaform/lib/Action/Mailto.php                                     |    2 +-
 ulaform/lib/Action/Sql.php                                        |    2 +-
 ulaform/lib/Api.php                                               |    2 +-
 ulaform/lib/Application.php                                       |    2 +-
 ulaform/lib/Block/Form.php                                        |    2 +-
 ulaform/lib/Driver.php                                            |    2 +-
 ulaform/lib/Driver/Sql.php                                        |    2 +-
 ulaform/lib/Exception.php                                         |    2 +-
 ulaform/lib/Factory/Action.php                                    |    2 +-
 ulaform/lib/Factory/Driver.php                                    |    2 +-
 ulaform/lib/Test.php                                              |    2 +-
 ulaform/lib/Ulaform.php                                           |    2 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 78535 -> 72045 bytes
 ulaform/locale/de/LC_MESSAGES/ulaform.po                          |    2 +-
 ulaform/locale/es/LC_MESSAGES/ulaform.po                          |    2 +-
 ulaform/locale/it/LC_MESSAGES/ulaform.po                          |    2 +-
 ulaform/locale/lt/LC_MESSAGES/ulaform.po                          |    2 +-
 ulaform/locale/lv/LC_MESSAGES/ulaform.mo                          |  Bin 73858 -> 69680 bytes
 ulaform/locale/lv/LC_MESSAGES/ulaform.po                          |  130 +-
 ulaform/locale/lv/help.xml                                        |    4 +-
 ulaform/locale/ulaform.pot                                        |    2 +-
 ulaform/migration/1_ulaform_base_tables.php                       |    2 +-
 ulaform/migration/2_ulaform_upgrade_autoincrement.php             |    2 +-
 ulaform/migration/3_ulaform_upgrade_actions.php                   |    2 +-
 ulaform/sortfields.php                                            |    4 +-
 ulaform/themes/default/graphics/html.png                          |  Bin 603 -> 505 bytes
 ulaform/themes/default/graphics/new.png                           |  Bin 474 -> 470 bytes
 ulaform/themes/default/graphics/sort.png                          |  Bin 553 -> 536 bytes
 vilma/LICENSE                                                     |    2 +-
 vilma/docs/INSTALL                                                |    2 +-
 vilma/domains/delete.php                                          |    4 +-
 vilma/domains/edit.php                                            |    4 +-
 vilma/domains/index.php                                           |    2 +-
 vilma/index.php                                                   |    2 +-
 vilma/lib/Driver.php                                              |    2 +-
 vilma/lib/Driver/Sql.php                                          |    2 +-
 vilma/lib/MailboxDriver.php                                       |    2 +-
 vilma/lib/MailboxDriver/Imap.php                                  |    2 +-
 vilma/lib/MailboxDriver/Maildrop.php                              |    2 +-
 vilma/lib/MailboxDriver/Null.php                                  |    2 +-
 vilma/lib/Test.php                                                |    2 +-
 vilma/lib/Vilma.php                                               |    2 +-
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 84102 -> 77628 bytes
 vilma/locale/de/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/es/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/it/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/lt/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/lv/LC_MESSAGES/vilma.mo                              |  Bin 70727 -> 72011 bytes
 vilma/locale/lv/LC_MESSAGES/vilma.po                              |  450 +-
 vilma/locale/vilma.pot                                            |    2 +-
 vilma/migration/1_vilma_base_tables.php                           |    2 +-
 vilma/migration/2_vilma_drop_domainkey.php                        |    2 +-
 vilma/themes/default/graphics/display.png                         |  Bin 178 -> 177 bytes
 vilma/themes/default/graphics/domain.png                          |  Bin 882 -> 727 bytes
 vilma/themes/default/graphics/vilma.png                           |  Bin 265 -> 263 bytes
 vilma/users/delete.php                                            |    4 +-
 vilma/users/edit.php                                              |    4 +-
 vilma/users/editAlias.php                                         |    4 +-
 vilma/users/editForward.php                                       |    4 +-
 vilma/users/index.php                                             |    2 +-
 vilma/virtuals/delete.php                                         |    4 +-
 vilma/virtuals/edit.php                                           |    4 +-
 vilma/virtuals/index.php                                          |    2 +-
 whups/LICENSE                                                     |    2 +-
 whups/README                                                      |    2 +-
 whups/admin/index.php                                             |   14 +-
 whups/bin/whups-bugzilla-import                                   |   11 +-
 whups/bin/whups-convert-sql-shares-to-sqlng                       |    9 +-
 whups/bin/whups-convert-to-utf8                                   |  262 +
 whups/bin/whups-git-hook                                          |    8 +-
 whups/bin/whups-mail-filter                                       |    9 +-
 whups/bin/whups-obliterate                                        |    2 +-
 whups/bin/whups-reminders                                         |   17 +-
 whups/bin/whups-svn-hook                                          |    8 +-
 whups/config/conf.xml                                             |    9 +-
 whups/data.php                                                    |    2 +-
 whups/docs/CHANGES                                                |   67 +-
 whups/docs/CREDITS                                                |    2 +
 whups/docs/INSTALL                                                |  164 +-
 whups/docs/RELEASE_NOTES                                          |   28 +-
 whups/index.php                                                   |    2 +-
 whups/lib/Ajax/Imple/ContactAutoCompleter.php                     |    2 +-
 whups/lib/Api.php                                                 |   12 +-
 whups/lib/Application.php                                         |   27 +-
 whups/lib/Driver.php                                              |  131 +-
 whups/lib/Driver/Sql.php                                          |   81 +-
 whups/lib/Factory/Driver.php                                      |    2 +-
 whups/lib/Form/Action/whups_reload.php                            |    2 +-
 whups/lib/Form/AddListener.php                                    |    2 +-
 whups/lib/Form/Admin/AddAttribute.php                             |    2 +-
 whups/lib/Form/Admin/AddPriority.php                              |    2 +-
 whups/lib/Form/Admin/AddQueue.php                                 |    2 +-
 whups/lib/Form/Admin/AddReply.php                                 |    2 +-
 whups/lib/Form/Admin/AddState.php                                 |    2 +-
 whups/lib/Form/Admin/AddType.php                                  |    2 +-
 whups/lib/Form/Admin/AddUser.php                                  |    2 +-
 whups/lib/Form/Admin/AddVersion.php                               |    2 +-
 whups/lib/Form/Admin/CloneType.php                                |    2 +-
 whups/lib/Form/Admin/DefaultPriority.php                          |    2 +-
 whups/lib/Form/Admin/DefaultState.php                             |    2 +-
 whups/lib/Form/Admin/DeleteAttribute.php                          |    2 +-
 whups/lib/Form/Admin/DeletePriority.php                           |    2 +-
 whups/lib/Form/Admin/DeleteQueue.php                              |    2 +-
 whups/lib/Form/Admin/DeleteReply.php                              |    2 +-
 whups/lib/Form/Admin/DeleteState.php                              |    2 +-
 whups/lib/Form/Admin/DeleteType.php                               |    2 +-
 whups/lib/Form/Admin/DeleteVersion.php                            |    2 +-
 whups/lib/Form/Admin/EditAttributeStepOne.php                     |    2 +-
 whups/lib/Form/Admin/EditAttributeStepTwo.php                     |    2 +-
 whups/lib/Form/Admin/EditPriorityStepOne.php                      |    2 +-
 whups/lib/Form/Admin/EditPriorityStepTwo.php                      |    2 +-
 whups/lib/Form/Admin/EditQueueStepOne.php                         |    2 +-
 whups/lib/Form/Admin/EditQueueStepTwo.php                         |    7 +-
 whups/lib/Form/Admin/EditReplyStepOne.php                         |    2 +-
 whups/lib/Form/Admin/EditReplyStepTwo.php                         |    2 +-
 whups/lib/Form/Admin/EditStateStepOne.php                         |    2 +-
 whups/lib/Form/Admin/EditStateStepTwo.php                         |    2 +-
 whups/lib/Form/Admin/EditTypeStepOne.php                          |    2 +-
 whups/lib/Form/Admin/EditTypeStepTwo.php                          |    2 +-
 whups/lib/Form/Admin/EditUser.php                                 |    2 +-
 whups/lib/Form/Admin/EditVersionStepOne.php                       |    2 +-
 whups/lib/Form/Admin/EditVersionStepTwo.php                       |    2 +-
 whups/lib/Form/DeleteListener.php                                 |    2 +-
 whups/lib/Form/InsertBranch.php                                   |    2 +-
 whups/lib/Form/Query/Delete.php                                   |    2 +-
 whups/lib/Form/Query/Parameter.php                                |    2 +-
 whups/lib/Form/Query/UserCriterion.php                            |    2 +-
 whups/lib/Form/Queue/StepOne.php                                  |    2 +-
 whups/lib/Form/Queue/StepThree.php                                |    2 +-
 whups/lib/Form/Queue/StepTwo.php                                  |    2 +-
 whups/lib/Form/Renderer/Comment.php                               |   50 +-
 whups/lib/Form/Renderer/Query.php                                 |    2 +-
 whups/lib/Form/SendReminder.php                                   |    2 +-
 whups/lib/Form/SetTypeStepOne.php                                 |    2 +-
 whups/lib/Form/SetTypeStepTwo.php                                 |    2 +-
 whups/lib/Form/Ticket/CreateStepFour.php                          |    2 +-
 whups/lib/Form/Ticket/CreateStepOne.php                           |    2 +-
 whups/lib/Form/Ticket/CreateStepThree.php                         |   32 +-
 whups/lib/Form/Ticket/CreateStepTwo.php                           |    2 +-
 whups/lib/Form/Ticket/Delete.php                                  |    2 +-
 whups/lib/Form/Ticket/Edit.php                                    |    2 +-
 whups/lib/Form/TicketDetails.php                                  |    6 +-
 whups/lib/LoginTasks/SystemTask/Upgrade.php                       |    2 +-
 whups/lib/Mail.php                                                |   14 +-
 whups/lib/Mime/Viewer/Zip.php                                     |    2 +-
 whups/lib/Query.php                                               |    2 +-
 whups/lib/Query/Manager.php                                       |    2 +-
 whups/lib/Reports.php                                             |    2 +-
 whups/lib/Scheduler.php                                           |   35 +
 whups/lib/Scheduler/Whups.php                                     |   36 -
 whups/lib/Ticket.php                                              |   29 +-
 whups/lib/Ui/VarRenderer/Whups.php                                |    2 +-
 whups/lib/View/Base.php                                           |    2 +-
 whups/lib/View/Results.php                                        |    2 +-
 whups/lib/View/SavedQueries.php                                   |    2 +-
 whups/lib/Whups.php                                               |  523 +-
 whups/lib/tests/ApiTest.php                                       |    2 +-
 whups/lib/tests/TestBase.php                                      |    2 +-
 whups/locale/bg/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 113660 -> 107850 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |  494 +-
 whups/locale/es/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/fr/LC_MESSAGES/whups.mo                              |  Bin 89209 -> 108777 bytes
 whups/locale/hu/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/it/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/lt/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/lv/LC_MESSAGES/whups.mo                              |  Bin 0 -> 87735 bytes
 whups/locale/lv/LC_MESSAGES/whups.po                              | 2433 +
 whups/locale/lv/help.xml                                          |    4 +-
 whups/locale/nb/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/nl/LC_MESSAGES/whups.mo                              |  Bin 174263 -> 88901 bytes
 whups/locale/nl/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/pl/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/pt_BR/LC_MESSAGES/whups.mo                           |  Bin 98961 -> 100284 bytes
 whups/locale/pt_BR/LC_MESSAGES/whups.po                           |    2 +-
 whups/locale/ro/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/sl/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/tr/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/uk/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/whups.pot                                            |  494 +-
 whups/migration/1_whups_base_tables.php                           |    4 +-
 whups/migration/2_whups_autoincrement_shares.php                  |    2 +-
 whups/migration/3_whups_upgrade_sqlng.php                         |    2 +-
 whups/migration/4_whups_upgrade_sqlhierarchical.php               |    4 +-
 whups/migration/5_whups_upgrade_sqlnghierarchical.php             |    4 +-
 whups/migration/6_whups_upgrade_transactions.php                  |    2 +-
 whups/migration/7_whups_upgrade_autoincrement.php                 |    2 +-
 whups/migration/8_whups_add_attribute_index.php                   |   40 +
 whups/mybugs.php                                                  |    2 +-
 whups/mybugs_edit.php                                             |    2 +-
 whups/opensearch.php                                              |    2 +-
 whups/package.xml                                                 | 1006 +
 whups/query/index.php                                             |    4 +-
 whups/query/rss.php                                               |    2 +-
 whups/query/run.php                                               |    2 +-
 whups/queue/index.php                                             |    2 +-
 whups/queue/rss.php                                               |    2 +-
 whups/reports.php                                                 |    2 +-
 whups/search.php                                                  |    6 +-
 whups/search/rss.php                                              |    2 +-
 whups/templates/menu.inc                                          |    2 +-
 whups/templates/view/results.inc                                  |   10 +-
 whups/themes/default/graphics/create.png                          |  Bin 366 -> 363 bytes
 whups/themes/default/graphics/search.png                          |  Bin 427 -> 424 bytes
 whups/themes/default/graphics/whups.png                           |  Bin 352 -> 351 bytes
 whups/themes/hordeweb/graphics/admin.png                          |  Bin 444 -> 428 bytes
 whups/themes/hordeweb/graphics/create.png                         |  Bin 476 -> 452 bytes
 whups/themes/hordeweb/graphics/query.png                          |  Bin 475 -> 473 bytes
 whups/themes/hordeweb/graphics/reports.png                        |  Bin 438 -> 431 bytes
 whups/themes/hordeweb/graphics/search.png                         |  Bin 480 -> 454 bytes
 whups/themes/hordeweb/graphics/whups.png                          |  Bin 450 -> 428 bytes
 whups/themes/hordeweb/screen.css                                  |    3 +
 whups/ticket/comment.php                                          |    4 +-
 whups/ticket/create.php                                           |    2 +-
 whups/ticket/delete.php                                           |    4 +-
 whups/ticket/delete_attachment.php                                |    2 +-
 whups/ticket/delete_history.php                                   |    2 +-
 whups/ticket/index.php                                            |    4 +-
 whups/ticket/queue.php                                            |    8 +-
 whups/ticket/rss.php                                              |    2 +-
 whups/ticket/type.php                                             |    6 +-
 whups/ticket/update.php                                           |    9 +-
 whups/ticket/watch.php                                            |    6 +-
 whups/view.php                                                    |    2 +-
 wicked/bin/wicked-convert-to-utf8                                 |    2 +-
 wicked/config/conf.xml                                            |    7 +-
 wicked/data/BBCode/Wiki/TextFormat                                |  269 +
 wicked/data/Cowiki/Wiki/TextFormat                                |  418 +
 wicked/data/Creole/Wiki/AddingPages                               |    4 +
 wicked/data/Creole/Wiki/Home                                      |    5 +
 wicked/data/Creole/Wiki/Page                                      |    1 +
 wicked/data/Creole/Wiki/SandBox                                   |    5 +
 wicked/data/Creole/Wiki/TextFormat                                |  247 +
 wicked/data/Creole/Wiki/Usage                                     |    5 +
 wicked/data/Default/AddingPages                                   |    4 -
 wicked/data/Default/HowToUseWiki                                  |    5 -
 wicked/data/Default/SandBox                                       |    5 -
 wicked/data/Default/Wiki/AddingPages                              |    4 +
 wicked/data/Default/Wiki/Home                                     |    5 +
 wicked/data/Default/Wiki/Page                                     |    1 +
 wicked/data/Default/Wiki/SandBox                                  |    5 +
 wicked/data/Default/Wiki/TextFormat                               |  430 +
 wicked/data/Default/Wiki/Usage                                    |    5 +
 wicked/data/Default/WikiHome                                      |    5 -
 wicked/data/Default/WikiPage                                      |    1 -
 wicked/data/Default/WikiTextFormat                                |  438 -
 wicked/data/Mediawiki/AddingPages                                 |    4 -
 wicked/data/Mediawiki/HowToUseWiki                                |    5 -
 wicked/data/Mediawiki/SandBox                                     |    5 -
 wicked/data/Mediawiki/Wiki/AddingPages                            |    4 +
 wicked/data/Mediawiki/Wiki/Home                                   |    5 +
 wicked/data/Mediawiki/Wiki/Page                                   |    1 +
 wicked/data/Mediawiki/Wiki/SandBox                                |    5 +
 wicked/data/Mediawiki/Wiki/TextFormat                             |  417 +
 wicked/data/Mediawiki/Wiki/Usage                                  |    5 +
 wicked/data/Mediawiki/WikiHome                                    |    5 -
 wicked/data/Mediawiki/WikiPage                                    |    1 -
 wicked/data/Mediawiki/WikiTextFormat                              |  417 -
 wicked/data/Tiki/SmashWordsTogether                               |    1 +
 wicked/data/Tiki/Wiki/AddingPages                                 |    4 +
 wicked/data/Tiki/Wiki/Home                                        |    5 +
 wicked/data/Tiki/Wiki/Page                                        |    1 +
 wicked/data/Tiki/Wiki/SandBox                                     |    5 +
 wicked/data/Tiki/Wiki/TextFormat                                  |  379 +
 wicked/data/Tiki/Wiki/Usage                                       |    5 +
 wicked/diff.php                                                   |    4 +-
 wicked/display.php                                                |    8 +-
 wicked/docs/CHANGES                                               |   35 +-
 wicked/docs/CREDITS                                               |    1 +
 wicked/docs/INSTALL                                               |   54 +-
 wicked/docs/RELEASE_NOTES                                         |   38 +
 wicked/docs/TODO                                                  |    2 +-
 wicked/docs/lighttpd-wicked.conf                                  |    4 +-
 wicked/history.php                                                |    4 +-
 wicked/index.php                                                  |    2 +-
 wicked/lib/Api.php                                                |    2 +-
 wicked/lib/Application.php                                        |    4 +-
 wicked/lib/Block/Page.php                                         |    4 +-
 wicked/lib/Driver.php                                             |    2 +-
 wicked/lib/Driver/Sql.php                                         |   16 +-
 wicked/lib/Exception.php                                          |    2 +-
 wicked/lib/Factory/Driver.php                                     |    2 +-
 wicked/lib/Page.php                                               |   32 +-
 wicked/lib/Page/AddPage.php                                       |    3 +-
 wicked/lib/Page/AllPages.php                                      |    2 +-
 wicked/lib/Page/AttachedFiles.php                                 |    2 +-
 wicked/lib/Page/BackLinks.php                                     |    2 +-
 wicked/lib/Page/DeletePage.php                                    |    6 +-
 wicked/lib/Page/EditPage.php                                      |    2 +-
 wicked/lib/Page/LeastPopular.php                                  |    2 +-
 wicked/lib/Page/LikePages.php                                     |    2 +-
 wicked/lib/Page/MergeOrRename.php                                 |    2 +-
 wicked/lib/Page/MostPopular.php                                   |    2 +-
 wicked/lib/Page/NewPage.php                                       |    2 +-
 wicked/lib/Page/RecentChanges.php                                 |    2 +-
 wicked/lib/Page/RevertPage.php                                    |    2 +-
 wicked/lib/Page/Search.php                                        |   15 +-
 wicked/lib/Page/StandardPage.php                                  |   16 +-
 wicked/lib/Page/SyncDiff.php                                      |    2 +-
 wicked/lib/Page/SyncPages.php                                     |    5 +-
 wicked/lib/Sync.php                                               |    2 +-
 wicked/lib/Sync/Wicked.php                                        |    2 +-
 wicked/lib/Test.php                                               |   10 +-
 wicked/lib/Text_Wiki/Parse/BBCode/Attribute.php                   |   52 +
 wicked/lib/Text_Wiki/Parse/BBCode/Code2.php                       |   10 +
 wicked/lib/Text_Wiki/Parse/Cowiki/Attribute.php                   |   52 +
 wicked/lib/Text_Wiki/Parse/Cowiki/Code2.php                       |   10 +
 wicked/lib/Text_Wiki/Parse/Cowiki/Freelink2.php                   |   10 +
 wicked/lib/Text_Wiki/Parse/Cowiki/Wikilink2.php                   |   10 +
 wicked/lib/Text_Wiki/Parse/Creole/Attribute.php                   |   52 +
 wicked/lib/Text_Wiki/Parse/Creole/Wikilink2.php                   |   10 +
 wicked/lib/Text_Wiki/Parse/Default/Attribute.php                  |    2 +-
 wicked/lib/Text_Wiki/Parse/Mediawiki/Attribute.php                |   52 +
 wicked/lib/Text_Wiki/Parse/Mediawiki/Code2.php                    |   10 +
 wicked/lib/Text_Wiki/Parse/Mediawiki/Image2.php                   |    2 +-
 wicked/lib/Text_Wiki/Parse/Mediawiki/Wikilink2.php                |   63 +
 wicked/lib/Text_Wiki/Parse/Tiki/Attribute.php                     |   52 +
 wicked/lib/Text_Wiki/Parse/Tiki/Code2.php                         |   10 +
 wicked/lib/Text_Wiki/Parse/Tiki/Freelink2.php                     |   10 +
 wicked/lib/Text_Wiki/Parse/Tiki/Wikilink2.php                     |   10 +
 wicked/lib/Text_Wiki/Render/Rst.php                               |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Bold.php                          |   49 +
 wicked/lib/Text_Wiki/Render/Rst/Code.php                          |   43 +
 wicked/lib/Text_Wiki/Render/Rst/Deflist.php                       |   10 +-
 wicked/lib/Text_Wiki/Render/Rst/Freelink.php                      |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Heading.php                       |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Links.php                         |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/List.php                          |   64 +
 wicked/lib/Text_Wiki/Render/Rst/Newline.php                       |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Paragraph.php                     |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Raw.php                           |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Toc.php                           |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Tt.php                            |    4 +-
 wicked/lib/Text_Wiki/Render/Rst/Url.php                           |    2 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Image2.php                      |    2 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php                   |    4 +-
 wicked/lib/Wicked.php                                             |   13 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 89175 -> 81099 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |  267 +-
 wicked/locale/es/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/it/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/ja/LC_MESSAGES/wicked.mo                            |  Bin 87326 -> 83284 bytes
 wicked/locale/ja/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/lv/LC_MESSAGES/wicked.mo                            |  Bin 70811 -> 69243 bytes
 wicked/locale/lv/LC_MESSAGES/wicked.po                            |  431 +-
 wicked/locale/lv/help.xml                                         |    6 +-
 wicked/locale/pt_BR/LC_MESSAGES/wicked.mo                         |  Bin 85828 -> 85684 bytes
 wicked/locale/pt_BR/LC_MESSAGES/wicked.po                         |  261 +-
 wicked/locale/sk/LC_MESSAGES/wicked.mo                            |  Bin 0 -> 84905 bytes
 wicked/locale/sk/LC_MESSAGES/wicked.po                            | 1013 +
 wicked/locale/sl/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/uk/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/wicked.pot                                          |  251 +-
 wicked/locale/zh_TW/LC_MESSAGES/wicked.po                         |    2 +-
 wicked/migration/1_wicked_base_tables.php                         |    2 +-
 wicked/migration/2_wicked_autoincrement_page_id.php               |    2 +-
 wicked/migration/3_wicked_unsigned_ints.php                       |    2 +-
 wicked/migration/4_wicked_single_revisions.php                    |    2 +-
 wicked/migration/5_wicked_rename_pages.php                        |   67 +
 wicked/opensearch.php                                             |    2 +-
 wicked/package.xml                                                |  394 +-
 wicked/preview.php                                                |    2 +-
 wicked/templates/pagelist/results_header.html                     |    2 +-
 wicked/test/Wicked/AllTests.php                                   |    2 +-
 wicked/test/Wicked/Autoload.php                                   |    2 +-
 wicked/test/Wicked/TestCase.php                                   |    7 +-
 wicked/test/Wicked/Unit/Driver/SqlTest.php                        |    2 +-
 wicked/test/Wicked/Unit/RstTest.php                               |  130 +-
 wicked/test/Wicked/fixtures/cli_modular.rst                       |  125 +
 wicked/test/Wicked/fixtures/cli_modular.wiki                      |  110 +
 wicked/themes/default/graphics/AllPages.png                       |  Bin 677 -> 667 bytes
 wicked/themes/default/graphics/HowToUseWiki.png                   |  Bin 370 -> 0 bytes
 wicked/themes/default/graphics/PageSearch.png                     |  Bin 521 -> 517 bytes
 wicked/themes/default/graphics/RecentChanges.png                  |  Bin 547 -> 473 bytes
 wicked/themes/default/graphics/SyncPages.png                      |  Bin 571 -> 566 bytes
 wicked/themes/default/graphics/TitleSearch.png                    |  Bin 521 -> 517 bytes
 wicked/themes/default/graphics/WikiHome.png                       |  Bin 420 -> 413 bytes
 wicked/themes/default/graphics/WikiUsage.png                      |  Bin 0 -> 365 bytes
 wicked/themes/default/screen.css                                  |    9 +-
 wicked/themes/hordeweb/graphics/AllPages.png                      |  Bin 464 -> 455 bytes
 wicked/themes/hordeweb/graphics/HowToUseWiki.png                  |  Bin 454 -> 0 bytes
 wicked/themes/hordeweb/graphics/PageSearch.png                    |  Bin 460 -> 441 bytes
 wicked/themes/hordeweb/graphics/RecentChanges.png                 |  Bin 421 -> 350 bytes
 wicked/themes/hordeweb/graphics/SyncPages.png                     |  Bin 478 -> 458 bytes
 wicked/themes/hordeweb/graphics/TitleSearch.png                   |  Bin 460 -> 441 bytes
 wicked/themes/hordeweb/graphics/WikiHome.png                      |  Bin 476 -> 474 bytes
 wicked/themes/hordeweb/graphics/WikiUsage.png                     |  Bin 0 -> 437 bytes
 wicked/themes/hordeweb/graphics/wicked.png                        |  Bin 464 -> 455 bytes
 wicked/view.php                                                   |    4 +-
 7527 files changed, 188156 insertions(+), 115328 deletions(-)

http://git.horde.org/horde-git/-/commit/aa5be6bf2b6f081aa5b5504434fc349b03227265

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

commit 88c13b813164271893a60ab1f22688944fb5842d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Jan 13 17:31:21 2012 +0000

    use property_id attribute instead of array index because array index of db query result is not property id

 sesha/lib/Forms/PropertyList.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/88c13b813164271893a60ab1f22688944fb5842d

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

commit ddb8e6344ba6b7089bcc4d56a0c9b2baf97ba032
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Jan 13 17:32:18 2012 +0000

    fix getProperty wrong assumption that property_id is array index in result
    fix parameter format of getProperties call in getProperty: use array
    
    fix deleteProperty query: use delete() instead of query()
    
    Now deleting properties wrox

 sesha/lib/Driver/Sql.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/ddb8e6344ba6b7089bcc4d56a0c9b2baf97ba032

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

commit e9dd52036946c400acd5ee7a1ef17d1d6efd36b3
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 10:08:29 2012 +0000

    fix getCategory

 sesha/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/e9dd52036946c400acd5ee7a1ef17d1d6efd36b3

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

commit d19b50c26982530658bdf32829a3b9968fd101e6
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 10:12:59 2012 +0000

    fix Category form: Use real property id, not the array index

 sesha/lib/Forms/Category.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d19b50c26982530658bdf32829a3b9968fd101e6

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

commit a5a7f289a065efc9c6781693734e8fec7d014fda
Merge: d19b50c 4179322
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 10:31:06 2012 +0000

    Merge branch 'master' into sesha

 imp/docs/CHANGES               |    1 +
 imp/folders-mimp.php           |    2 +-
 imp/folders.php                |    7 -------
 imp/js/dimpbase.js             |    8 ++++++--
 imp/lib/Ajax/Application.php   |   25 +++++++++++--------------
 imp/lib/Imap/Tree.php          |   21 +++++++++++++++------
 imp/lib/Tree/Simplehtml.php    |   30 ++++++++++++++++++++++++++++++
 imp/lib/Views/ListMessages.php |   12 +++++++-----
 imp/package.xml                |   10 +++++++---
 9 files changed, 78 insertions(+), 38 deletions(-)

http://git.horde.org/horde-git/-/commit/a5a7f289a065efc9c6781693734e8fec7d014fda

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

commit dd668e1116c82ab5b94695ed64e31ceeac909bcf
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 11:10:02 2012 +0000

    use selectOne instead of fetching the row object

 sesha/lib/Driver/Sql.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/dd668e1116c82ab5b94695ed64e31ceeac909bcf

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

commit 97eadeb5313e6cac8fa94ad9094a8f0d1a068827
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 11:14:36 2012 +0000

    Pass the parameters to the prepared sql

 sesha/lib/Driver/Sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/97eadeb5313e6cac8fa94ad9094a8f0d1a068827

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

commit c97c3f828997bee6cc3686277c3cd73ecdb9a9a7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 11:25:53 2012 +0000

    again, use category ids instead of array keys

 sesha/config/prefs.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c97c3f828997bee6cc3686277c3cd73ecdb9a9a7

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

commit 9afd05e45dc824fdc0bb52d031686af29cf9e1e0
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 11:42:22 2012 +0000

    return properties as id-keyed array

 sesha/lib/Driver/Sql.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9afd05e45dc824fdc0bb52d031686af29cf9e1e0

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

commit bea0aa8ef511652063e45bd919a57a9e072ce444
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 14:53:16 2012 +0000

    a first iteration of the German translation

 sesha/locale/de/LC_MESSAGES/sesha.mo |  Bin 0 -> 74966 bytes
 sesha/locale/de/LC_MESSAGES/sesha.po |  250 ++++++++++++----------------------
 2 files changed, 87 insertions(+), 163 deletions(-)
 create mode 100644 sesha/locale/de/LC_MESSAGES/sesha.mo

http://git.horde.org/horde-git/-/commit/bea0aa8ef511652063e45bd919a57a9e072ce444

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

commit b50c5dfeb6d97183c4afd0d2ade3a229146836b2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 15:06:38 2012 +0000

    First attempt at a package.xml

 sesha/package.xml |  226 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 226 insertions(+), 0 deletions(-)
 create mode 100644 sesha/package.xml

http://git.horde.org/horde-git/-/commit/b50c5dfeb6d97183c4afd0d2ade3a229146836b2

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

commit 36727fbfe4cdb73ba567c05af11d174d3278552e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 15:20:23 2012 +0000

    Set license to GPL-2.0, current text version

 sesha/COPYING     |   20 ++++++++++----------
 sesha/package.xml |    4 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/36727fbfe4cdb73ba567c05af11d174d3278552e

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

commit 7c07085f9fcca64faf059b17fb393d542cf88a39
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 15:40:35 2012 +0000

    required dependencies

 sesha/package.xml |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7c07085f9fcca64faf059b17fb393d542cf88a39

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

commit 026f263152c0c92706e44df5a895c94392bea32d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 15:50:01 2012 +0000

    [rla] Converted to Horde 4 Framework

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

http://git.horde.org/horde-git/-/commit/026f263152c0c92706e44df5a895c94392bea32d

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

commit 46a6dbb57874add981df17a937c2f2faa51d9ae7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 12:12:40 2012 +0000

    Added the role and some obvious base requirements

 sesha/package.xml |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/46a6dbb57874add981df17a937c2f2faa51d9ae7

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

commit b06989eae74ef1631181e067320b62a3e26be506
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 12:38:48 2012 +0000

    Add property "locked =>false" to sesha_default view for consistency

 sesha/config/prefs.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b06989eae74ef1631181e067320b62a3e26be506

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

commit 9f3b0907a9b20324948fba584bb6107b5777c0a2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 13:47:17 2012 +0000

    array_sum doesn't turn these strings into constant values anymore

 sesha/list.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9f3b0907a9b20324948fba584bb6107b5777c0a2

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

commit 390b13bf64c3fe1ab5739b77cc7a9ef15a634289
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 13:48:26 2012 +0000

    don't use the same alias symbol p twice
    use selectAll, not getAll

 sesha/lib/Driver/Sql.php |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/390b13bf64c3fe1ab5739b77cc7a9ef15a634289

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

commit f0d23a2df8b1ed79e2d1210f94b690fe18be7038
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 13:49:23 2012 +0000

    pass by reference is now the default behavior

 sesha/lib/Forms/Search.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f0d23a2df8b1ed79e2d1210f94b690fe18be7038

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

commit b924d177b4630e0573efad898ece928dfc6c6445
Merge: bc92e1e f0d23a2
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 16 14:43:51 2012 +0000

    Merge branch 'sesha'

 sesha/COPYING                                               |   20 +-
 sesha/admin.php                                             |  272 ++--
 sesha/config/conf.xml                                       |    2 +-
 sesha/config/prefs.php                                      |   69 +
 sesha/config/prefs.php.dist                                 |   53 -
 sesha/docs/CHANGES                                          |    1 +
 sesha/index.php                                             |   15 +-
 sesha/lib/Api.php                                           |  100 ++
 sesha/lib/Application.php                                   |   58 +
 sesha/lib/Driver.php                                        |   44 +-
 sesha/lib/Driver/Sql.php                                    |  774 +++++++++
 sesha/lib/Driver/sql.php                                    |  900 -----------
 sesha/lib/Exception.php                                     |   14 +
 sesha/lib/Factory/Driver.php                                |   36 +
 sesha/lib/Forms/Category.php                                |   80 +-
 sesha/lib/Forms/CategoryDelete.php                          |   28 +
 sesha/lib/Forms/CategoryList.php                            |   38 +
 sesha/lib/Forms/Property.php                                |  112 +-
 sesha/lib/Forms/PropertyDelete.php                          |   28 +
 sesha/lib/Forms/PropertyList.php                            |   40 +
 sesha/lib/Forms/Search.php                                  |    7 +-
 sesha/lib/Forms/Stock.php                                   |   96 +-
 sesha/lib/Forms/Type/Client.php                             |   49 +
 sesha/lib/Sesha.php                                         |   27 +-
 sesha/lib/UI/VarRenderer/stockedit_html.php                 |   18 -
 sesha/lib/Ui/VarRenderer/Stockedit_Html.php                 |   18 +
 sesha/lib/api.php                                           |  115 --
 sesha/lib/base.php                                          |   49 -
 sesha/lib/version.php                                       |    1 -
 sesha/list.php                                              |   47 +-
 sesha/locale/de/LC_MESSAGES/sesha.mo                        |  Bin 0 -> 74966 bytes
 sesha/locale/de/LC_MESSAGES/sesha.po                        |  496 ++++++
 sesha/migration/1_sesha_base_tables.php                     |   92 ++
 sesha/migration/2_sesha_upgrade_autoincrement.php           |   55 +
 sesha/package.xml                                           |  296 ++++
 sesha/scripts/sql/sesha.mssql.sql                           |   46 -
 sesha/scripts/sql/sesha.sql                                 |   46 -
 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql |    2 -
 sesha/search.php                                            |   13 +-
 sesha/stock.php                                             |  133 +-
 sesha/templates/menu.inc                                    |    1 +
 sesha/test/Sesha/AllTests.php                               |   36 +
 sesha/test/Sesha/Autoload.php                               |   23 +
 sesha/test/Sesha/TestCase.php                               |   49 +
 sesha/test/Sesha/Unit/Driver/SqlTest.php                    |   52 +
 sesha/themes/default/graphics/az.png                        |  Bin 0 -> 117 bytes
 sesha/themes/default/graphics/favicon.ico                   |  Bin 0 -> 1150 bytes
 sesha/themes/default/graphics/sesha.png                     |  Bin 0 -> 966 bytes
 sesha/themes/default/graphics/stock.png                     |  Bin 0 -> 463 bytes
 sesha/themes/default/graphics/za.png                        |  Bin 0 -> 119 bytes
 sesha/themes/default/screen.css                             |   33 +
 sesha/themes/graphics/az.png                                |  Bin 117 -> 0 bytes
 sesha/themes/graphics/favicon.ico                           |  Bin 1150 -> 0 bytes
 sesha/themes/graphics/sesha.png                             |  Bin 966 -> 0 bytes
 sesha/themes/graphics/stock.png                             |  Bin 463 -> 0 bytes
 sesha/themes/graphics/za.png                                |  Bin 119 -> 0 bytes
 sesha/themes/screen.css                                     |   33 -
 57 files changed, 2788 insertions(+), 1729 deletions(-)

http://git.horde.org/horde-git/-/commit/b924d177b4630e0573efad898ece928dfc6c6445




More information about the commits mailing list