[commits] Horde branch master updated. e66c0b4d9b40c9af8b9040a47ba1e92542a487ea

Jan Schneider jan at horde.org
Mon Apr 8 09:57:22 UTC 2013


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

from: c1dcda111db7d297d7a0f61452f844b51c614b53

b5c79a1 6.1 version
4fba0ac [mms] Importing a PGP personal key now only requires the private key.
ed40a7d [mms] Add Horde_Crypt_Pgp#getPublicKeyFromPrivateKey().
b8d5082 Move this method to Horde_Crypt_Pgp, where it belongs.
0b15510 Merge branch 'master' into imp_6_1
01eb5d5 [mms] Collapse multiple mailbox export options in dynamic mailbox view to single action.
74aa64b Remove subfolder searching option
bc80cea Remove unnecessary comments (is just duplication of description)
8abf2a4 Merge branch 'master' into imp_6_1
2c1a3a0 [mms] Use new Horde_Imap_Client sync features to synchronize browser data in dynamic mailbox page.
b2793f5 Merge branch 'master' into imp_6_1
6ccfed1 Merge branch 'imap-client_2_2' into imp_6_1
e0ce1c5 [mms] Better UI for changing quicksearch criteria in dynamic mailbox screen.
7d0173f [mms] Add message thread view to dynamic mailbox preview.
b64d23d Merge branch 'thread' into imp_6_1
efa53c4 Remove unneded preferences comments
5e53873 horde no longer requires Horde_Template
b2b8dae Forgot to add this file
72bee2d Add collapsible formatting to smartmobile portal page
78a7012 Convert scripts to Horde_Argv
ee6ca48 Update json parser
52f1c81 Fixes from jshint
18c212d Merge branch 'master' into horde_5_1
8fefa04 This config option isn't used anymore
8eb5392 Merge branch 'master' into horde_5_1
2083125 Remove cache compression option
54a69f4 Merge branch 'master' into horde_5_1
cb5f314 Add Note support to the core activesync libraries.
52f447c Sniff out if we have a Notes API capable of activesync or not.
2d8bf88 Remove unused method.
6e7379a Merge branch 'master' into horde_5_1
6c701e5 Fix typos
1b8f9c7 Place these methods together
89a1787 Missing break
32c80fa Actually retreive the change sets and notes from the backend.
9dd8ca8 [mms] Add 'ajaxaction_data' hook.
3701b10 Add notes to allowed collection name.
c69bb34 Accept device info from device.
704dcd5 Merge branch 'master' into horde_5_1
b7872e8 PEAR 'packages' and PECL 'extensions'
7a19b0d horde_lz4 is preferred over lzf
bb39506 Call the correct API.
ff555ff Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches.
11b109d Merge branch 'master' into horde_5_1
687c832 Bump version.
ef19e4b Fix action.
330855e Fix rendering diffs.
049ee58 [jan] Check all installed PEAR packages when checking for updates.
b6d2262 Merge branch 'master' into horde_5_1
1dc2ef7 Finish implementation of EAS 14+ SENDMAIL/SMARTREPLY/SMARTFORWARD requests.
36cb70f Fix bad merge.
070f35f Merge branch 'master' into horde_5_1
0eba094 Merge branch 'master' into horde_5_1
f6ab6ad Merge branch 'master' into horde_5_1
239d6fc Implement freebusy support for EAS 14+
28db6e0 Cache the GAL since we might poll it multiple times in one request.
5afd8da Initial support in Core for synching LASTEXECUTEDVERB for reply/forward state.
8124c24 Bump required version for H5.1
498ff6c phpdoc
8a6bd06 Revert this, no need for the empty check here.
ec0f5dc No reason for this to be private.
7c81d26 This functionality makes much more sense in the connector.
2747984 Merge branch 'master' into horde_5_1
8092805 This is a string value.
1ebbd09 Log the incoming reply/forward actions.
b532475 Set the IMAP flag too.
31998ac Use the IMAP flags if we don't have a more detailed Maillog.
2567c83 Parse error.
a79d4ac Merge branch 'master' into horde_5_1
15a2a41 First pass at returning images with GAL results.
5cde11b Pass the photos option
bae6687 Parse error
4b79e08 RANGE is optional in requests, don't assume it's there.
c580cc9 Existence check.
1a0608e Merge branch 'master' into horde_5_1
81e1a95 Increment the picture counter.
6c66e16 Use new name.
2ab92ef Correct parameter name.
4d0adac phpdoc, Correct parameter name.
27ef554 Driver support for returning pictures in RESOLVERECIPIENTS requests.
9dc3c45 Correct parameter name.
91b643f Fix constant names.
1fc61b6 Parse error.
4c057d6 Merge branch 'master' into horde_5_1
9c108e4 Merge branch 'master' into horde_5_1
6a3809b Merge branch 'master' into horde_5_1
0d3feb0 Use common status codes.
8d88530 Merge branch 'master' into horde_5_1
7e23285 changes
fd9b940 Update configuration options for EAS version.
22edb80 Merge branch 'master' into horde_5_1
358c4f2 This should throw a Horde_Exception_NotFound
2c703f5 Merge branch 'master' into horde_5_1
5d9411a needle/haystack haystack/needle ... whatever.
e66c0b4 Merge branch 'horde_5_1'

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

commit b5c79a148bbdda8c76321b8fd1d89ebc4f44d292
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 30 13:40:54 2012 -0600

    6.1 version

 imp/docs/CHANGES        |    6 ++++++
 imp/lib/Application.php |    2 +-
 imp/package.xml         |   20 +++++++++++++++-----
 3 files changed, 22 insertions(+), 6 deletions(-)

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

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

commit 4fba0acc9449600a765f548837f19e6bb31c9825
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 30 13:49:28 2012 -0600

    [mms] Importing a PGP personal key now only requires the private key.

 imp/docs/CHANGES                           |    1 +
 imp/lib/Crypt/Pgp.php                      |   35 ++++++++++++++++++++++++++++
 imp/locale/en/help.xml                     |   11 +++++---
 imp/package.xml                            |    4 +-
 imp/pgp.php                                |   19 +++++---------
 imp/templates/pgp/import_key.html.php      |    6 ++--
 imp/templates/prefs/pgpprivatekey.html.php |    4 +-
 7 files changed, 57 insertions(+), 23 deletions(-)

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

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

commit ed40a7d06a9b93bae4a1c9dab0f76f7affd05d38
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:08:49 2012 -0600

    [mms] Add Horde_Crypt_Pgp#getPublicKeyFromPrivateKey().

 framework/Crypt/lib/Horde/Crypt/Pgp.php |   27 +++++++++++++++++++++++++++
 framework/Crypt/package.xml             |   12 ++++++------
 2 files changed, 33 insertions(+), 6 deletions(-)

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

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

commit b8d50825cb7bf9e6244159aa126057e36d5be707
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:09:32 2012 -0600

    Move this method to Horde_Crypt_Pgp, where it belongs.

 imp/lib/Crypt/Pgp.php |   29 -----------------------------
 imp/package.xml       |    2 +-
 2 files changed, 1 insertions(+), 30 deletions(-)

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

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

commit 0b15510a4f086bbba48b2ef9e926d2ae3018c1b5
Merge: b8d5082 e5e3856
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 13:34:58 2012 -0600

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    4 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    5 -
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   28 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    7 +-
 framework/ActiveSync/package.xml                                  |   25 +-
 framework/Core/lib/Horde.php                                      |    1 +
 framework/Core/package.xml                                        |   21 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    7 +
 framework/DataTree/doc/Horde/DataTree/COPYING                     |  458 +++++
 framework/DataTree/package.xml                                    |   81 +
 framework/Date/lib/Horde/Date.php                                 |   16 +-
 framework/Date/package.xml                                        |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  212 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php          |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   39 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   21 +-
 framework/Imap_Client/package.xml                                 |    6 +
 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   76 -
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |   63 -
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |  276 ---
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |  126 --
 framework/Service_Weather/package.xml                             |   18 +-
 framework/Stream/package.xml                                      |   14 +-
 horde/admin/sqlshell.php                                          |    3 +-
 horde/config/conf.xml                                             |    6 -
 horde/config/hooks.php.dist                                       |    9 +-
 horde/docs/CHANGES                                                |    3 +
 horde/docs/UPGRADING                                              |   11 +
 horde/js/topbar.js                                                |    2 +-
 horde/lib/Block/Weather.php                                       |    8 +-
 horde/package.xml                                                 |    8 +-
 horde/services/download/index.php                                 |   12 +-
 horde/services/help/index.php                                     |    3 +
 horde/templates/admin/sqlshell.html.php                           |    2 +
 horde/templates/topbar/_menubar.html.php                          |    2 -
 horde/themes/default/block/screen.css                             |    3 +
 imp/config/backends.php                                           |    6 +-
 imp/config/prefs.php                                              |    2 +-
 imp/docs/CHANGES                                                  |    9 +
 imp/docs/INSTALL                                                  |    3 +-
 imp/js/compose-dimp.js                                            |    7 +-
 imp/js/dimpbase.js                                                |   21 +-
 imp/js/message-dimp.js                                            |    9 +-
 imp/js/signaturehtml.js                                           |    9 +-
 imp/lib/Dynamic/Mailbox.php                                       |   29 +-
 imp/lib/Dynamic/Message.php                                       |    7 +-
 imp/lib/IMP.php                                                   |   10 +-
 imp/lib/Imap/Tree.php                                             |    2 +-
 imp/lib/Mailbox.php                                               |    4 +-
 imp/lib/Mailbox/List.php                                          |    1 -
 imp/locale/de/help.xml                                            |   46 +-
 imp/package.xml                                                   |    6 +
 imp/templates/dynamic/mailbox.html.php                            |    2 +-
 ingo/docs/CHANGES                                                 |    4 +
 ingo/lib/Factory/Transport.php                                    |    2 +-
 ingo/lib/Storage/Filters/Sql.php                                  |    4 +-
 ingo/package.xml                                                  |    5 +-
 ingo/templates/blacklist/blacklist.inc                            |    4 +-
 ingo/templates/whitelist/whitelist.inc                            |    4 +-
 kronolith/attendees.php                                           |    2 +-
 kronolith/lib/Resource/Single.php                                 |    4 +-
 mnemo/templates/memo/memo.inc                                     |    2 +-
 nag/lib/Form/Task.php                                             |    2 +-
 turba/lib/Ajax/Application/Handler/Minisearch.php                 |   29 +-
 66 files changed, 994 insertions(+), 835 deletions(-)

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

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

commit 01eb5d5588d5d05b2c878c19210641aab45b7940
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 14:04:13 2012 -0600

    [mms] Collapse multiple mailbox export options in dynamic mailbox view to single action.

 imp/docs/CHANGES                      |    2 ++
 imp/folders.php                       |    2 +-
 imp/js/dimpbase.js                    |   14 ++++++++------
 imp/lib/Application.php               |   17 ++++++++++-------
 imp/lib/Dynamic/Mailbox.php           |   11 +++++------
 imp/package.xml                       |    2 ++
 imp/themes/default/dynamic/screen.css |    6 ++++++
 7 files changed, 34 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/01eb5d5588d5d05b2c878c19210641aab45b7940

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

commit 74aa64b67fdbf506ea9991b8ab4865371cc2d4f0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 22:33:34 2012 -0600

    Remove subfolder searching option
    
    Adds complexity to menu for very little gain - it is trivial to select
    this option on the search page itself, which a user will need to alter
    anyway since they need to enter search terms

 imp/js/dimpbase.js          |    5 +----
 imp/lib/Dynamic/Mailbox.php |    2 --
 2 files changed, 1 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/74aa64b67fdbf506ea9991b8ab4865371cc2d4f0

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

commit bc80cea681e472a7e7f97a478589d1f8d6c9feb0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 4 23:36:23 2012 -0700

    Remove unnecessary comments (is just duplication of description)

 imp/config/prefs.php |  122 +++++++-------------------------------------------
 1 files changed, 16 insertions(+), 106 deletions(-)

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

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

commit 8abf2a48be5ad331c70eb4ec39fb7b68ef3ba610
Merge: bc80cea 83918fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 4 23:39:28 2012 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/config/prefs.php
    	imp/package.xml

 framework/Core/js/prototype.js                                    |   10 +-
 framework/Core/lib/Horde/Core/Script/Package/Datejs.php           |    2 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   15 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |    8 -
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  123 +--
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php        |  174 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php      |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |   35 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Map.php           |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   55 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php   |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |    4 +-
 framework/Imap_Client/package.xml                                 |   53 +-
 framework/Stream/lib/Horde/Stream/Temp.php                        |   12 +-
 framework/Stream/package.xml                                      |   38 +-
 horde/templates/login/smartmobile.html.php                        |    4 -
 imp/config/hooks.php.dist                                         |    8 +-
 imp/config/prefs.php                                              |   79 +--
 imp/docs/CHANGES                                                  |    7 +
 imp/docs/INSTALL                                                  |   27 +-
 imp/docs/PERFORMANCE                                              |   16 +-
 imp/js/dimpbase.js                                                |    8 +-
 imp/js/search.js                                                  |   10 +-
 imp/lib/Crypt/Smime.php                                           |    4 +-
 imp/lib/Dynamic/Mailbox.php                                       |    1 -
 imp/lib/Imap.php                                                  |   21 +-
 imp/lib/Imap/Acl.php                                              |   45 +-
 imp/lib/Imap/Tree.php                                             |    2 +-
 imp/lib/Mailbox.php                                               |    4 +-
 imp/lib/Prefs/Special/Acl.php                                     |    8 +-
 imp/package.xml                                                   |    4 +
 imp/templates/prefs/smimeprivatekey.html.php                      |    5 +-
 imp/templates/search/search.html.php                              |    8 +-
 imp/templates/smime/import_key.html.php                           |    2 +-
 imp/themes/default/graphics/delete.png                            |  Bin 412 -> 408 bytes
 imp/themes/default/screen.css                                     |   40 +-
 ingo/rule.php                                                     |    2 +-
 ingo/templates/blacklist/blacklist.inc                            |   34 +-
 ingo/templates/filters/footer.inc                                 |    2 +-
 ingo/templates/filters/header.inc                                 |   23 +-
 ingo/templates/filters/settings.inc                               |    2 +-
 ingo/templates/rule/filter.inc                                    |    8 +-
 ingo/templates/rule/footer.inc                                    |   46 +-
 ingo/templates/rule/header.inc                                    |   26 +-
 ingo/templates/script/activate.inc                                |    2 +-
 ingo/templates/script/header.inc                                  |    2 +-
 ingo/templates/script/script.inc                                  |    2 +-
 ingo/templates/whitelist/whitelist.inc                            |   22 +-
 ingo/themes/default/screen.css                                    |   14 +
 50 files changed, 652 insertions(+), 379 deletions(-)

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

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

commit 2c1a3a08316d40bedc6bbd579234a562958ae2c0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 23:37:58 2012 -0700

    [mms] Use new Horde_Imap_Client sync features to synchronize browser data in dynamic mailbox page.

 imp/lib/Ajax/Application/ListMessages.php |   41 ++++++++--------------
 imp/lib/Imap.php                          |   52 +++++++++++++++++++++++-----
 imp/lib/Mailbox.php                       |    2 +-
 imp/package.xml                           |    2 +-
 4 files changed, 59 insertions(+), 38 deletions(-)

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

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

commit b2793f5d6a2967319c396648f0bf0cd3d5fc61c6
Merge: 2c1a3a0 0b1a4f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 23:47:18 2012 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/package.xml

 agora/locale/ja/LC_MESSAGES/agora.mo                              |  Bin 84435 -> 84704 bytes
 ansel/locale/ja/LC_MESSAGES/ansel.mo                              |  Bin 100650 -> 100822 bytes
 ansel/locale/sk/LC_MESSAGES/ansel.mo                              |  Bin 105560 -> 103720 bytes
 bundles/groupware/docs/INSTALL                                    |   44 +-
 bundles/webmail/docs/INSTALL                                      |   40 +-
 bundles/webmail/docs/PERFORMANCE                                  |   28 +-
 chora/locale/sk/LC_MESSAGES/chora.mo                              |  Bin 72124 -> 70290 bytes
 content/lib/Objects/Manager.php                                   |    4 +
 framework/ActiveSync/doc/Horde/ActiveSync/UPGRADING               |    6 +
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    6 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    1 +
 framework/ActiveSync/locale/ja/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 1006 -> 1034 bytes
 framework/ActiveSync/locale/ja/LC_MESSAGES/Horde_ActiveSync.po    |   21 +-
 .../Horde/ActiveSync/12_horde_activesync_longtextcachefield.php   |   20 +
 framework/ActiveSync/package.xml                                  |   27 +-
 framework/Alarm/locale/ja/LC_MESSAGES/Horde_Alarm.mo              |  Bin 817 -> 845 bytes
 framework/Alarm/locale/ja/LC_MESSAGES/Horde_Alarm.po              |   15 +-
 framework/Alarm/locale/nl/LC_MESSAGES/Horde_Alarm.mo              |  Bin 423 -> 808 bytes
 framework/Alarm/locale/nl/LC_MESSAGES/Horde_Alarm.po              |   34 +-
 framework/Alarm/package.xml                                       |    4 +-
 framework/Argv/locale/ja/LC_MESSAGES/Horde_Argv.mo                |  Bin 1648 -> 1676 bytes
 framework/Argv/locale/ja/LC_MESSAGES/Horde_Argv.po                |    7 +-
 framework/Argv/locale/nl/LC_MESSAGES/Horde_Argv.mo                |  Bin 422 -> 1522 bytes
 framework/Argv/locale/nl/LC_MESSAGES/Horde_Argv.po                |   73 +-
 framework/Argv/package.xml                                        |    4 +-
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.mo                |  Bin 3044 -> 3072 bytes
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.po                |    5 +-
 framework/Browser/locale/ja/LC_MESSAGES/Horde_Browser.mo          |  Bin 1580 -> 1606 bytes
 framework/Browser/locale/ja/LC_MESSAGES/Horde_Browser.po          |    5 +-
 framework/Browser/locale/nl/LC_MESSAGES/Horde_Browser.mo          |  Bin 1136 -> 1365 bytes
 framework/Browser/locale/nl/LC_MESSAGES/Horde_Browser.po          |   33 +-
 framework/Browser/package.xml                                     |    4 +-
 framework/Cli/locale/ja/LC_MESSAGES/Horde_Cli.mo                  |  Bin 747 -> 775 bytes
 framework/Cli/locale/ja/LC_MESSAGES/Horde_Cli.po                  |    5 +-
 framework/Cli/locale/nl/LC_MESSAGES/Horde_Cli.mo                  |  Bin 421 -> 759 bytes
 framework/Cli/locale/nl/LC_MESSAGES/Horde_Cli.po                  |   37 +-
 framework/Cli/package.xml                                         |    4 +-
 framework/Compress/locale/ja/LC_MESSAGES/Horde_Compress.mo        |  Bin 997 -> 1025 bytes
 framework/Compress/locale/ja/LC_MESSAGES/Horde_Compress.po        |    9 +-
 framework/Compress/locale/nl/LC_MESSAGES/Horde_Compress.mo        |  Bin 426 -> 973 bytes
 framework/Compress/locale/nl/LC_MESSAGES/Horde_Compress.po        |   42 +-
 framework/Compress/package.xml                                    |    4 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   12 +-
 framework/Core/locale/ja/LC_MESSAGES/Horde_Core.mo                |  Bin 20501 -> 20703 bytes
 framework/Core/locale/ja/LC_MESSAGES/Horde_Core.po                |  330 +-
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.mo                |  Bin 422 -> 19396 bytes
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.po                | 1230 ++-
 framework/Core/package.xml                                        |   12 +-
 framework/Crypt/locale/ja/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7485 -> 7624 bytes
 framework/Crypt/locale/ja/LC_MESSAGES/Horde_Crypt.po              |   26 +-
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.mo              |  Bin 423 -> 7391 bytes
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.po              |  370 +-
 framework/Crypt/package.xml                                       |    2 +
 framework/Data/locale/ja/LC_MESSAGES/Horde_Data.mo                |  Bin 1438 -> 1453 bytes
 framework/Data/locale/ja/LC_MESSAGES/Horde_Data.po                |    4 +-
 framework/Data/locale/nl/LC_MESSAGES/Horde_Data.mo                |  Bin 422 -> 1374 bytes
 framework/Data/locale/nl/LC_MESSAGES/Horde_Data.po                |   51 +-
 framework/Data/package.xml                                        |    4 +-
 framework/Date/locale/ja/LC_MESSAGES/Horde_Date.mo                |  Bin 1072 -> 1087 bytes
 framework/Date/locale/ja/LC_MESSAGES/Horde_Date.po                |    4 +-
 framework/Date/locale/nl/LC_MESSAGES/Horde_Date.mo                |  Bin 422 -> 1210 bytes
 framework/Date/locale/nl/LC_MESSAGES/Horde_Date.po                |   77 +-
 framework/Date/package.xml                                        |    2 +
 framework/Exception/locale/ja/LC_MESSAGES/Horde_Exception.mo      |  Bin 575 -> 603 bytes
 framework/Exception/locale/ja/LC_MESSAGES/Horde_Exception.po      |    7 +-
 framework/Exception/locale/nl/LC_MESSAGES/Horde_Exception.mo      |  Bin 427 -> 592 bytes
 framework/Exception/locale/nl/LC_MESSAGES/Horde_Exception.po      |   22 +-
 framework/Exception/package.xml                                   |    4 +-
 framework/Form/lib/Horde/Form.php                                 |   38 +-
 framework/Form/locale/ja/LC_MESSAGES/Horde_Form.mo                |  Bin 11385 -> 11480 bytes
 framework/Form/locale/ja/LC_MESSAGES/Horde_Form.po                |  219 +-
 framework/Icalendar/locale/ja/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 506 -> 534 bytes
 framework/Icalendar/locale/ja/LC_MESSAGES/Horde_Icalendar.po      |    5 +-
 framework/Icalendar/locale/nl/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 427 -> 556 bytes
 framework/Icalendar/locale/nl/LC_MESSAGES/Horde_Icalendar.po      |   18 +-
 framework/Icalendar/package.xml                                   |    4 +-
 framework/Image/locale/ja/LC_MESSAGES/Horde_Image.mo              |  Bin 14405 -> 14471 bytes
 framework/Image/locale/ja/LC_MESSAGES/Horde_Image.po              |    7 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   49 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php      |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/locale/ja/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7060 -> 7289 bytes
 framework/Imap_Client/locale/ja/LC_MESSAGES/Horde_Imap_Client.po  |  109 +-
 framework/Imap_Client/package.xml                                 |   38 +-
 framework/Imsp/locale/ja/LC_MESSAGES/Horde_Imsp.mo                |  Bin 536 -> 564 bytes
 framework/Imsp/locale/ja/LC_MESSAGES/Horde_Imsp.po                |    5 +-
 framework/Imsp/locale/nl/LC_MESSAGES/Horde_Imsp.mo                |  Bin 426 -> 558 bytes
 framework/Imsp/locale/nl/LC_MESSAGES/Horde_Imsp.po                |   18 +-
 framework/Imsp/package.xml                                        |    4 +-
 framework/Itip/locale/ja/LC_MESSAGES/Horde_Itip.mo                |  Bin 1477 -> 1505 bytes
 framework/Itip/locale/ja/LC_MESSAGES/Horde_Itip.po                |    5 +-
 framework/Itip/locale/nl/LC_MESSAGES/Horde_Itip.mo                |  Bin 422 -> 1558 bytes
 framework/Itip/locale/nl/LC_MESSAGES/Horde_Itip.po                |   60 +-
 framework/Itip/package.xml                                        |    4 +-
 framework/Kolab_Cli/locale/ja/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 4195 -> 4223 bytes
 framework/Kolab_Cli/locale/ja/LC_MESSAGES/Horde_Kolab_Cli.po      |   31 +-
 .../Kolab_FreeBusy/locale/ja/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 2215 -> 2243 bytes
 .../Kolab_FreeBusy/locale/ja/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |    7 +-
 .../Kolab_Resource/locale/ja/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 1026 -> 1054 bytes
 .../Kolab_Resource/locale/ja/LC_MESSAGES/Horde_Kolab_Resource.po  |    7 +-
 .../Kolab_Storage/locale/ja/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 8955 -> 6929 bytes
 .../Kolab_Storage/locale/ja/LC_MESSAGES/Horde_Kolab_Storage.po    |  331 +-
 framework/LoginTasks/locale/ja/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 645 -> 673 bytes
 framework/LoginTasks/locale/ja/LC_MESSAGES/Horde_LoginTasks.po    |    7 +-
 framework/LoginTasks/locale/nl/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 428 -> 705 bytes
 framework/LoginTasks/locale/nl/LC_MESSAGES/Horde_LoginTasks.po    |   34 +-
 framework/LoginTasks/package.xml                                  |    4 +-
 framework/Mime/locale/ja/LC_MESSAGES/Horde_Mime.mo                |  Bin 1327 -> 1355 bytes
 framework/Mime/locale/ja/LC_MESSAGES/Horde_Mime.po                |    5 +-
 framework/Mime/locale/nl/LC_MESSAGES/Horde_Mime.mo                |  Bin 422 -> 1326 bytes
 framework/Mime/locale/nl/LC_MESSAGES/Horde_Mime.po                |   66 +-
 framework/Mime/package.xml                                        |    4 +-
 framework/Mime_Viewer/locale/ja/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1502 -> 1530 bytes
 framework/Mime_Viewer/locale/ja/LC_MESSAGES/Horde_Mime_Viewer.po  |    5 +-
 framework/Mime_Viewer/locale/nl/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 429 -> 1538 bytes
 framework/Mime_Viewer/locale/nl/LC_MESSAGES/Horde_Mime_Viewer.po  |  104 +-
 framework/Mime_Viewer/package.xml                                 |    4 +-
 framework/Model/locale/ja/LC_MESSAGES/Horde_Model.mo              |  Bin 7395 -> 7423 bytes
 framework/Model/locale/ja/LC_MESSAGES/Horde_Model.po              |    5 +-
 framework/Nls/locale/ja/LC_MESSAGES/Horde_Nls.mo                  |  Bin 25592 -> 25620 bytes
 framework/Nls/locale/ja/LC_MESSAGES/Horde_Nls.po                  |    5 +-
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.mo                  |  Bin 20440 -> 20747 bytes
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.po                  |   28 +-
 framework/Nls/package.xml                                         |    4 +-
 framework/Perms/locale/ja/LC_MESSAGES/Horde_Perms.mo              |  Bin 835 -> 863 bytes
 framework/Perms/locale/ja/LC_MESSAGES/Horde_Perms.po              |    7 +-
 framework/Perms/locale/nl/LC_MESSAGES/Horde_Perms.mo              |  Bin 423 -> 887 bytes
 framework/Perms/locale/nl/LC_MESSAGES/Horde_Perms.po              |   38 +-
 framework/Perms/package.xml                                       |    4 +-
 framework/Prefs/locale/ja/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1057 -> 1085 bytes
 framework/Prefs/locale/ja/LC_MESSAGES/Horde_Prefs.po              |    5 +-
 framework/Prefs/locale/nl/LC_MESSAGES/Horde_Prefs.mo              |  Bin 423 -> 1053 bytes
 framework/Prefs/locale/nl/LC_MESSAGES/Horde_Prefs.po              |   52 +-
 framework/Prefs/package.xml                                       |    4 +-
 framework/Push/locale/ja/LC_MESSAGES/Horde_Push.mo                |  Bin 1074 -> 1102 bytes
 framework/Push/locale/ja/LC_MESSAGES/Horde_Push.po                |    7 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |    6 +-
 framework/Rpc/locale/ja/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 1613 -> 1641 bytes
 framework/Rpc/locale/ja/LC_MESSAGES/Horde_Rpc.po                  |    5 +-
 framework/Rpc/locale/nl/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 421 -> 1508 bytes
 framework/Rpc/locale/nl/LC_MESSAGES/Horde_Rpc.po                  |   58 +-
 framework/Rpc/package.xml                                         |    6 +-
 .../locale/ja/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 687 -> 715 bytes
 .../locale/ja/LC_MESSAGES/Horde_Service_Facebook.po               |   11 +-
 .../locale/nl/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 434 -> 700 bytes
 .../locale/nl/LC_MESSAGES/Horde_Service_Facebook.po               |   23 +-
 framework/Service_Facebook/package.xml                            |    4 +-
 .../Service_Scribd/locale/ja/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 508 -> 536 bytes
 .../Service_Scribd/locale/ja/LC_MESSAGES/Horde_Service_Scribd.po  |    7 +-
 framework/Service_Weather/doc/Horde/Service/Weather/UPGRADING     |   17 +
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 7080 -> 10067 bytes
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.po                |  592 +-
 .../locale/nl/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 11806 -> 11884 bytes
 .../locale/nl/LC_MESSAGES/Horde_Service_Weather.po                |  460 +-
 framework/Share/locale/ja/LC_MESSAGES/Horde_Share.mo              |  Bin 592 -> 620 bytes
 framework/Share/locale/ja/LC_MESSAGES/Horde_Share.po              |    7 +-
 framework/Share/locale/nl/LC_MESSAGES/Horde_Share.mo              |  Bin 423 -> 624 bytes
 framework/Share/locale/nl/LC_MESSAGES/Horde_Share.po              |   19 +-
 framework/Share/package.xml                                       |    4 +-
 framework/SyncMl/locale/ja/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 548 -> 576 bytes
 framework/SyncMl/locale/ja/LC_MESSAGES/Horde_SyncMl.po            |    9 +-
 framework/SyncMl/locale/nl/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 424 -> 597 bytes
 framework/SyncMl/locale/nl/LC_MESSAGES/Horde_SyncMl.po            |   18 +-
 framework/SyncMl/package.xml                                      |    4 +-
 framework/Text_Filter/locale/ja/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 490 -> 518 bytes
 framework/Text_Filter/locale/ja/LC_MESSAGES/Horde_Text_Filter.po  |    7 +-
 framework/Text_Filter/locale/nl/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 429 -> 530 bytes
 framework/Text_Filter/locale/nl/LC_MESSAGES/Horde_Text_Filter.po  |   19 +-
 framework/Text_Filter/package.xml                                 |    4 +-
 framework/Timezone/lib/Horde/Timezone/Zone.php                    |    6 +
 framework/Timezone/package.xml                                    |    4 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php          |   23 +-
 framework/Timezone/test/Horde/Timezone/fixtures/etcetera          |   81 +
 framework/Timezone/test/Horde/Timezone/fixtures/etcetera.ics      |    3 +
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.mo              |  Bin 1025 -> 1410 bytes
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.po              |   16 +-
 framework/Token/locale/nl/LC_MESSAGES/Horde_Token.mo              |  Bin 423 -> 1323 bytes
 framework/Token/locale/nl/LC_MESSAGES/Horde_Token.po              |   35 +-
 framework/Token/package.xml                                       |    4 +-
 framework/Vfs/locale/ja/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 671 -> 699 bytes
 framework/Vfs/locale/ja/LC_MESSAGES/Horde_Vfs.po                  |   11 +-
 framework/Vfs/locale/nl/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 421 -> 671 bytes
 framework/Vfs/locale/nl/LC_MESSAGES/Horde_Vfs.po                  |   26 +-
 framework/Vfs/package.xml                                         |    4 +-
 gollem/locale/ja/LC_MESSAGES/gollem.mo                            |  Bin 76754 -> 77051 bytes
 gollem/locale/ja/LC_MESSAGES/gollem.po                            |   39 +-
 gollem/locale/sk/LC_MESSAGES/gollem.mo                            |  Bin 73684 -> 71900 bytes
 hermes/js/hermes.js                                               |   96 +
 hermes/templates/dynamic/search.inc                               |    2 -
 hermes/themes/default/dynamic/screen.css                          |    3 +-
 horde/config/hooks.php.dist                                       |   12 +
 horde/docs/CHANGES                                                |    3 +-
 horde/docs/CREDITS                                                |    1 +
 horde/locale/ja/LC_MESSAGES/horde.mo                              |  Bin 67425 -> 67722 bytes
 horde/locale/ja/LC_MESSAGES/horde.po                              |  905 +-
 horde/locale/sk/LC_MESSAGES/horde.mo                              |  Bin 65143 -> 63338 bytes
 horde/locale/sk/LC_MESSAGES/horde.po                              | 1669 +-
 horde/package.xml                                                 |    6 +-
 horde/rpc.php                                                     |    2 +-
 horde/services/download/index.php                                 |   12 +-
 imp/config/backends.php                                           |    2 +-
 imp/docs/CHANGES                                                  |    3 +
 imp/docs/CREDITS                                                  |    1 +
 imp/lib/Imap.php                                                  |   29 +-
 imp/locale/ja/LC_MESSAGES/imp.mo                                  |  Bin 192516 -> 188657 bytes
 imp/locale/ja/LC_MESSAGES/imp.po                                  | 2817 ++--
 imp/locale/sk/LC_MESSAGES/imp.mo                                  |  Bin 184276 -> 177054 bytes
 imp/locale/sk/LC_MESSAGES/imp.po                                  | 4804 ++---
 imp/package.xml                                                   |    2 +
 ingo/docs/CHANGES                                                 |    1 +
 ingo/docs/CREDITS                                                 |    1 +
 ingo/locale/ja/LC_MESSAGES/ingo.mo                                |  Bin 87492 -> 88287 bytes
 ingo/locale/ja/LC_MESSAGES/ingo.po                                |  414 +-
 ingo/locale/sk/LC_MESSAGES/ingo.mo                                |  Bin 83030 -> 82465 bytes
 ingo/locale/sk/LC_MESSAGES/ingo.po                                |  574 +-
 ingo/package.xml                                                  |    2 +
 kronolith/attend.php                                              |   11 +-
 kronolith/docs/CHANGES                                            |    7 +
 kronolith/lib/Application.php                                     |   10 +-
 kronolith/lib/Event.php                                           |    2 +-
 kronolith/lib/Kronolith.php                                       |   50 +-
 kronolith/lib/Resource/Single.php                                 |    4 +-
 kronolith/locale/ja/LC_MESSAGES/kronolith.mo                      |  Bin 130928 -> 130226 bytes
 kronolith/locale/ja/LC_MESSAGES/kronolith.po                      | 1315 +-
 kronolith/locale/sk/LC_MESSAGES/kronolith.mo                      |  Bin 125234 -> 123411 bytes
 kronolith/package.xml                                             |   10 +-
 mnemo/lib/Application.php                                         |    5 +-
 mnemo/locale/ja/LC_MESSAGES/mnemo.mo                              |  Bin 77931 -> 77857 bytes
 mnemo/locale/ja/LC_MESSAGES/mnemo.po                              |  242 +-
 mnemo/locale/sk/LC_MESSAGES/mnemo.mo                              |  Bin 75712 -> 73928 bytes
 nag/lib/Application.php                                           |    4 -
 nag/locale/ja/LC_MESSAGES/nag.mo                                  |  Bin 93782 -> 94180 bytes
 nag/locale/ja/LC_MESSAGES/nag.po                                  |  801 +-
 nag/locale/sk/LC_MESSAGES/nag.mo                                  |  Bin 89090 -> 87322 bytes
 passwd/locale/ja/LC_MESSAGES/passwd.mo                            |  Bin 74189 -> 74484 bytes
 passwd/locale/ja/LC_MESSAGES/passwd.po                            |   19 +-
 passwd/locale/sk/LC_MESSAGES/passwd.mo                            |  Bin 73989 -> 72255 bytes
 timeobjects/locale/ja/LC_MESSAGES/timeobjects.mo                  |  Bin 67958 -> 68231 bytes
 timeobjects/locale/ja/LC_MESSAGES/timeobjects.po                  |    5 +-
 turba/docs/CHANGES                                                |    1 +
 turba/docs/CREDITS                                                |    1 +
 turba/lib/Application.php                                         |    7 +-
 turba/locale/ja/LC_MESSAGES/turba.mo                              |  Bin 100632 -> 100626 bytes
 turba/locale/ja/LC_MESSAGES/turba.po                              |  516 +-
 turba/locale/sk/LC_MESSAGES/turba.mo                              |  Bin 96213 -> 94557 bytes
 turba/locale/sk/LC_MESSAGES/turba.po                              |  816 +-
 turba/package.xml                                                 |    4 +-
 wicked/locale/ja/LC_MESSAGES/wicked.mo                            |  Bin 81961 -> 82230 bytes
 wicked/locale/sk/LC_MESSAGES/wicked.mo                            |  Bin 79805 -> 78042 bytes
 252 files changed, 11647 insertions(+), 9104 deletions(-)

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

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

commit 6ccfed1c5c9a1b1ffdc7a967485907d25012a1b1
Merge: b2793f5 303efdc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 23:47:27 2012 -0700

    Merge branch 'imap-client_2_2' into imp_6_1

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING           |   17 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                 |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php            |  156 ++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Deprecated.php |  100 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php       |  203 +++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Exception/Sync.php  |   25 +
 framework/Imap_Client/package.xml                               |   20 +-
 7 files changed, 480 insertions(+), 51 deletions(-)

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

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

commit e0ce1c5066d3dc1c82bb0dec20e2fd2a96673dd2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 23:49:28 2012 -0700

    [mms] Better UI for changing quicksearch criteria in dynamic mailbox screen.

 imp/docs/CHANGES            |    1 +
 imp/js/dimpbase.js          |   25 ++++++++++++-------------
 imp/lib/Dynamic/Mailbox.php |    7 ++-----
 imp/package.xml             |    2 ++
 4 files changed, 17 insertions(+), 18 deletions(-)

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

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

commit 7d0173f5b7c3f67a3fd4a2135aaeafda0f04b434
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 16 00:10:51 2012 -0700

    [mms] Add message thread view to dynamic mailbox preview.

 imp/docs/CHANGES                           |    1 +
 imp/js/dimpbase.js                         |   10 ++++
 imp/lib/Dynamic/Mailbox.php                |    4 +-
 imp/lib/Mailbox/List/Track.php             |    3 +-
 imp/package.xml                            |   18 +++++---
 imp/templates/basic/thread/thread.html.php |   28 ------------
 imp/templates/thread/thread.html.php       |   30 +++++++++++++
 imp/themes/default/basic/screen.css        |   20 ---------
 imp/themes/default/dynamic/screen.css      |    3 +
 imp/themes/default/graphics/thread.png     |  Bin 0 -> 108 bytes
 imp/themes/default/screen.css              |   11 +++++
 imp/thread.php                             |   63 +++++++++++++++++++---------
 12 files changed, 113 insertions(+), 78 deletions(-)
 delete mode 100644 imp/templates/basic/thread/thread.html.php
 create mode 100644 imp/templates/thread/thread.html.php
 create mode 100644 imp/themes/default/graphics/thread.png

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

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

commit b64d23d54a7b00c4a76bb4face5d9cec5e22093f
Merge: e0ce1c5 7d0173f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 6 01:53:53 2012 -0700

    Merge branch 'thread' into imp_6_1
    
    Conflicts:
    	imp/package.xml

 framework/Auth/lib/Horde/Auth.php                                 |    4 -
 framework/Auth/lib/Horde/Auth/Base.php                            |   10 -
 framework/Auth/lib/Horde/Auth/Translation.php                     |    1 -
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |    6 -
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |    2 -
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |    4 -
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php               |    6 -
 framework/Http/lib/Horde/Http/Request/Mock.php                    |    4 -
 framework/Icalendar/lib/Horde/Icalendar.php                       |    3 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |   12 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/InvalidRoot.php |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php         |    6 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Helper.php      |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Parser.php      |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AddressType.php  |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AttendeeRole.php |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/AttendeeStatus.php            |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate.php             |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate/V1.php          |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Base.php   |    4 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean.php      |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean/True.php |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Color.php  |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Background.php          |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Foreground.php          |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Composite.php    |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Address.php         |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Attendee.php        |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Name.php            |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Phone.php           |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence.php      |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence/V1.php   |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/SimplePerson.php    |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/CreationDate.php |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/CreationDate/V1.php           |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date.php   |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date/V1.php      |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime.php     |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime/V1.php  |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate.php    |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Integer.php      |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/ModificationDate.php          |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Multiple.php     |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Address.php          |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Attendee.php         |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Boolean.php          |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Date.php             |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Phone.php            |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/SimplePerson.php     |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/String.php           |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/PhoneType.php    |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/PrefsApplication.php          |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/ProductId.php    |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceInterval.php        |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange.php           |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange/V1.php        |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Root.php   |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Sensitivity.php  |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String.php |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String/Empty.php |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/String/Empty/List.php         |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/String/MaybeMissing.php       |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/TaskCompletion.php            |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskPriority.php |    2 -
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskStatus.php   |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Uid.php    |    2 -
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Interface.php        |    3 +-
 .../Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Interface.php  |    3 +-
 .../lib/Horde/Kolab/FreeBusy/Freebusy/Factory/Kolab.php           |    3 +-
 .../lib/Horde/Kolab/FreeBusy/User/Decorator/Log.php               |    3 +-
 framework/Kolab_Storage/doc/Horde/Kolab/Storage/OLD/Folder.php    |    2 -
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |   14 -
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php          |   19 +--
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   16 -
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |    6 -
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |   22 +--
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query/History.php  |    4 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Base.php           |    4 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Cache.php          |    4 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences.php            |    4 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Base.php       |    4 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php      |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php        |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php        |    2 -
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |    2 -
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element.php          |    4 +-
 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element/Other.php    |    4 +-
 .../Kolab/Storage/Folder/Namespace/Element/SharedWithPrefix.php   |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Cache.php    |    2 -
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl.php      |    4 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl/Base.php |    4 +-
 .../lib/Horde/Kolab/Storage/List/Query/Acl/Cache.php              |    4 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync.php             |    4 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php        |    4 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php       |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Base.php |    2 -
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Stub/Driver.php  |    4 +-
 framework/Memcache/lib/Horde/Memcache.php                         |    6 -
 framework/Prefs/lib/Horde/Prefs/Storage/Base.php                  |    2 -
 framework/Prefs/lib/Horde/Prefs/Storage/File.php                  |    2 -
 framework/Prefs/lib/Horde/Prefs/Storage/KolabImap.php             |    2 -
 framework/Prefs/lib/Horde/Prefs/Storage/Sql.php                   |    2 -
 framework/Rdo/lib/Horde/Rdo/Query.php                             |    2 -
 framework/Routes/lib/Horde/Routes/Matcher.php                     |    4 +-
 framework/Share/lib/Horde/Share/Kolab.php                         |    2 -
 framework/Test/lib/Horde/Test/Factory/Alarm.php                   |    4 +-
 framework/Test/lib/Horde/Test/Factory/Cache.php                   |    4 +-
 framework/Test/lib/Horde/Test/Factory/Db.php                      |    4 +-
 framework/Test/lib/Horde/Test/Factory/Group.php                   |    4 +-
 framework/Test/lib/Horde/Test/Factory/History.php                 |    4 +-
 framework/Test/lib/Horde/Test/Factory/KolabStorage.php            |    4 +-
 framework/Test/lib/Horde/Test/Factory/Perms.php                   |    4 +-
 framework/Test/lib/Horde/Test/Factory/Prefs.php                   |    4 +-
 framework/Test/lib/Horde/Test/Factory/Registry.php                |    4 +-
 framework/Test/lib/Horde/Test/Factory/Session.php                 |    4 +-
 framework/Test/lib/Horde/Test/Factory/Share.php                   |    4 +-
 framework/Test/lib/Horde/Test/Log.php                             |    2 -
 framework/Test/lib/Horde/Test/Setup.php                           |    2 -
 framework/Test/lib/Horde/Test/Stub/Cli.php                        |    4 +-
 framework/Test/lib/Horde/Test/Stub/Factory.php                    |    4 +-
 framework/Test/lib/Horde/Test/Stub/Parser.php                     |    4 +-
 framework/Test/lib/Horde/Test/Stub/Registry.php                   |    4 +-
 framework/Text_Diff/lib/Horde/Text/Diff.php                       |    4 -
 framework/Util/lib/Horde/String.php                               |    2 -
 horde/locale/en/help.xml                                          |   36 +--
 imp/docs/CHANGES                                                  |    1 +
 imp/js/dimpbase.js                                                |   10 +
 imp/lib/Dynamic/Mailbox.php                                       |    4 +-
 imp/lib/Mailbox/List/Track.php                                    |    3 +-
 imp/package.xml                                                   |   18 +-
 imp/templates/basic/search/search-basic.html.php                  |    6 +-
 imp/templates/basic/thread/thread.html.php                        |   28 --
 imp/templates/thread/thread.html.php                              |   30 ++
 imp/themes/default/basic/screen.css                               |   26 +--
 imp/themes/default/dynamic/screen.css                             |    3 +
 imp/themes/default/graphics/thread.png                            |  Bin 0 -> 108 bytes
 imp/themes/default/screen.css                                     |   11 +
 imp/thread.php                                                    |   63 +++--
 ingo/locale/en/help.xml                                           |    2 +-
 141 files changed, 176 insertions(+), 502 deletions(-)

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

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

commit efa53c41e9ac531aa9ce3be613b226149c67b4ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 6 02:20:45 2012 -0700

    Remove unneded preferences comments

 horde/config/prefs.php |   40 +++++++++++-----------------------------
 1 files changed, 11 insertions(+), 29 deletions(-)

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

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

commit 5e5387378f1c1370be53504ac65a0280b41d3af2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 31 03:07:01 2013 -0700

    horde no longer requires Horde_Template

 horde/admin/config/config.php                   |   20 ++--
 horde/admin/config/diff.php                     |   48 +++++-----
 horde/admin/config/index.php                    |   25 +++---
 horde/js/obrowser.js                            |   15 +++
 horde/lib/Prefs/Special/Activesync.php          |   11 ++-
 horde/lib/Prefs/Special/Category.php            |   46 +++++-----
 horde/lib/Prefs/Special/Facebook.php            |   42 +++++-----
 horde/lib/Prefs/Special/Syncml.php              |   16 ++--
 horde/lib/Prefs/Special/Twitter.php             |   31 ++++---
 horde/package.xml                               |    7 --
 horde/services/logintasks.php                   |   36 ++++----
 horde/services/obrowser/index.php               |   54 +++---------
 horde/templates/admin/config/config.html        |   11 ---
 horde/templates/admin/config/config.html.php    |   13 +++
 horde/templates/admin/config/diff.html          |   11 ---
 horde/templates/admin/config/diff.html.php      |   11 +++
 horde/templates/admin/config/index.html         |  109 ----------------------
 horde/templates/admin/config/index.html.php     |  110 +++++++++++++++++++++++
 horde/templates/logintasks/logintasks.html      |   38 --------
 horde/templates/logintasks/logintasks.html.php  |   37 ++++++++
 horde/templates/logintasks/smartmobile.html     |   42 ---------
 horde/templates/logintasks/smartmobile.html.php |   58 ++++++++++++
 horde/templates/prefs/activesync.html           |   49 ----------
 horde/templates/prefs/activesync.html.php       |   51 +++++++++++
 horde/templates/prefs/category.html             |   42 ---------
 horde/templates/prefs/category.html.php         |   42 +++++++++
 horde/templates/prefs/facebook.html             |   52 -----------
 horde/templates/prefs/facebook.html.php         |   66 ++++++++++++++
 horde/templates/prefs/syncml.html               |   36 --------
 horde/templates/prefs/syncml.html.php           |   36 ++++++++
 horde/templates/prefs/twitter.html              |   23 -----
 horde/templates/prefs/twitter.html.php          |   20 ++++
 32 files changed, 610 insertions(+), 598 deletions(-)
 create mode 100644 horde/js/obrowser.js
 delete mode 100644 horde/templates/admin/config/config.html
 create mode 100644 horde/templates/admin/config/config.html.php
 delete mode 100644 horde/templates/admin/config/diff.html
 create mode 100644 horde/templates/admin/config/diff.html.php
 delete mode 100644 horde/templates/admin/config/index.html
 create mode 100644 horde/templates/admin/config/index.html.php
 delete mode 100644 horde/templates/logintasks/logintasks.html
 create mode 100644 horde/templates/logintasks/logintasks.html.php
 delete mode 100644 horde/templates/logintasks/smartmobile.html
 create mode 100644 horde/templates/logintasks/smartmobile.html.php
 delete mode 100644 horde/templates/prefs/activesync.html
 create mode 100644 horde/templates/prefs/activesync.html.php
 delete mode 100644 horde/templates/prefs/category.html
 create mode 100644 horde/templates/prefs/category.html.php
 delete mode 100644 horde/templates/prefs/facebook.html
 create mode 100644 horde/templates/prefs/facebook.html.php
 delete mode 100644 horde/templates/prefs/syncml.html
 create mode 100644 horde/templates/prefs/syncml.html.php
 delete mode 100644 horde/templates/prefs/twitter.html
 create mode 100644 horde/templates/prefs/twitter.html.php

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

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

commit b2b8dae5cd94827e924971eb6add4c4d7bf70bde
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 31 11:54:50 2013 -0700

    Forgot to add this file

 horde/templates/services/obrowser.html.php |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 horde/templates/services/obrowser.html.php

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

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

commit 72bee2d9e1ea5522dd25ef45a3dca53eecb14d60
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 7 13:21:11 2013 -0700

    Add collapsible formatting to smartmobile portal page

 horde/package.xml                      |    2 +-
 horde/templates/portal/smartmobile.inc |   19 +++++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/72bee2d9e1ea5522dd25ef45a3dca53eecb14d60

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

commit 78a7012c37852ddfc26b745a4c8a06272264880c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 17 22:27:07 2013 -0700

    Convert scripts to Horde_Argv

 horde/bin/horde-clear-cache    |   35 +++++----------
 horde/bin/horde-memcache-stats |   98 +++++++++++++++++++---------------------
 horde/bin/horde-run-task       |   68 ++++++++++-----------------
 horde/bin/horde-themes         |   56 +++++++---------------
 horde/bin/horde-translation    |   13 +++--
 5 files changed, 108 insertions(+), 162 deletions(-)

http://git.horde.org/horde-git/-/commit/78a7012c37852ddfc26b745a4c8a06272264880c

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

commit ee6ca482c0e1ff76a81024bcf2cad390e949845f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 18 19:32:01 2013 -0700

    Update json parser

 horde/js/json2.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

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

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

commit 52f1c81e0e24cdcc8e5b6706316b40ffb133a7a4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 18 19:32:16 2013 -0700

    Fixes from jshint

 horde/js/activesyncadmin.js  |    2 +-
 horde/js/activesyncprefs.js  |    2 +-
 horde/js/categoryprefs.js    |    2 +-
 horde/js/contextsensitive.js |    6 +++---
 horde/js/dragdrop2.js        |    2 +-
 horde/js/facebookclient.js   |   15 ++++++++-------
 horde/js/form_ghost.js       |    4 ++--
 horde/js/form_sections.js    |    8 ++++----
 horde/js/quickfinder.js      |    4 ++--
 horde/js/sidebar.js          |    2 +-
 horde/js/slider2.js          |    2 +-
 horde/js/syncmlprefs.js      |    3 ++-
 horde/js/topbar.js           |    6 +++---
 horde/js/twitterclient.js    |   12 ++++++------
 14 files changed, 36 insertions(+), 34 deletions(-)

http://git.horde.org/horde-git/-/commit/52f1c81e0e24cdcc8e5b6706316b40ffb133a7a4

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

commit 18c212dea0213e503194fd5789cabb97a16d1d30
Merge: 52f1c81 444726c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 18 21:18:31 2013 -0700

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	horde/bin/horde-clear-cache
    	horde/bin/horde-memcache-stats
    	horde/bin/horde-run-task
    	horde/bin/horde-translation
    	horde/config/prefs.php
    	horde/package.xml
    	horde/templates/prefs/activesync.html
    	imp/docs/CHANGES
    	imp/js/dimpbase.js
    	imp/lib/Application.php
    	imp/lib/Dynamic/Mailbox.php
    	imp/package.xml
    	imp/themes/default/dynamic/screen.css

 .gitattributes                                                    |   12 +-
 .gitignore                                                        |   38 +-
 .travis.yml                                                       |   15 +
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h         |    2 +-
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m         |    2 +-
 ApertureToAnselExportPlugin/COPYING                               |    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/KeychainPlugin/KeychainPlugIn.h                         |    2 +-
 Dashboard/KeychainPlugin/KeychainPlugIn.m                         |    2 +-
 Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch                |    2 +-
 agora/ban.php                                                     |    2 +-
 agora/deleteforum.php                                             |    2 +-
 agora/editforum.php                                               |    2 +-
 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                                              |    2 +-
 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                                          |    4 +-
 agora/lib/Form/Message.php                                        |    2 +-
 agora/lib/Form/Search.php                                         |    4 +-
 agora/lib/Tree/Flat.php                                           |    2 +-
 agora/lib/View.php                                                |    2 +-
 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 81321 -> 81281 bytes
 agora/locale/de/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/es/LC_MESSAGES/agora.mo                              |  Bin 83364 -> 80945 bytes
 agora/locale/es/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/fr/LC_MESSAGES/agora.mo                              |  Bin 77537 -> 70318 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.po                              |    2 +-
 agora/locale/lt/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/lv/LC_MESSAGES/agora.mo                              |  Bin 82890 -> 75116 bytes
 agora/locale/lv/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/ro/LC_MESSAGES/agora.po                              |    2 +-
 agora/locale/sl/LC_MESSAGES/agora.po                              |    2 +-
 agora/messages/abuse.php                                          |    2 +-
 agora/messages/delete.php                                         |    2 +-
 agora/messages/edit.php                                           |    2 +-
 agora/messages/index.php                                          |    2 +-
 agora/messages/lock.php                                           |    2 +-
 agora/messages/merge.php                                          |    2 +-
 agora/messages/move.php                                           |    2 +-
 agora/messages/split.php                                          |    2 +-
 agora/migration/1_agora_base_tables.php                           |    2 +-
 agora/migration/2_agora_upgrade_autoincrement.php                 |    2 +-
 agora/moderate.php                                                |    2 +-
 agora/moderators.php                                              |    2 +-
 agora/owner.php                                                   |    2 +-
 agora/rss/index.php                                               |    2 +-
 agora/rss/messages.php                                            |    2 +-
 agora/rss/threads.php                                             |    2 +-
 agora/search.php                                                  |    2 +-
 agora/threads.php                                                 |    2 +-
 agora/view.php                                                    |    2 +-
 ansel/browse.php                                                  |    7 +-
 ansel/browse_edit.php                                             |    2 +-
 ansel/config/conf.xml                                             |   12 -
 ansel/disclamer.php                                               |    2 +-
 ansel/docs/CREDITS                                                |    3 +
 ansel/edit_dates.php                                              |    2 +-
 ansel/faces/claim.php                                             |    2 +-
 ansel/faces/custom.php                                            |    2 +-
 ansel/faces/face.php                                              |    2 +-
 ansel/faces/gallery.php                                           |    2 +-
 ansel/faces/image.php                                             |    2 +-
 ansel/faces/img.php                                               |    2 +-
 ansel/faces/name.php                                              |    2 +-
 ansel/faces/report.php                                            |    2 +-
 ansel/faces/savecustom.php                                        |    2 +-
 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                                                 |   96 +-
 ansel/gallery/captions.php                                        |    2 +-
 ansel/gallery/delete.php                                          |   84 -
 ansel/gallery/sort.php                                            |    2 +-
 ansel/group.php                                                   |    2 +-
 ansel/image.php                                                   |  858 +-
 ansel/img/download.php                                            |    2 +-
 ansel/img/ecard.php                                               |    2 +-
 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                                              |    2 +-
 ansel/img/upload_preview.php                                      |    2 +-
 ansel/index.php                                                   |    2 +-
 ansel/js/imagefaces.js                                            |    4 +-
 ansel/js/map.js                                                   |    2 +-
 ansel/js/map_edit.js                                              |    2 +-
 ansel/js/resizeimage.js                                           |   12 +
 ansel/js/smartmobile.js                                           |    2 +-
 ansel/js/tagactions.js                                            |   47 -
 ansel/js/togglewidget.js                                          |   21 +-
 ansel/js/views/common.js                                          |  112 +
 ansel/js/views/image.js                                           |   57 +
 ansel/js/widgets/geotag.js                                        |    8 +-
 ansel/js/widgets/tagactions.js                                    |   66 +
 ansel/lib/ActionHandler.php                                       | 1046 +
 ansel/lib/Ajax/Application.php                                    |    2 +-
 ansel/lib/Ajax/Application/Handler.php                            |   62 +-
 ansel/lib/Ajax/Imple/EditCaption.php                              |   13 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |    2 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php                    |    2 +-
 ansel/lib/Ajax/Imple/ToggleGalleryActions.php                     |    4 +-
 ansel/lib/Ajax/Imple/ToggleOtherGalleries.php                     |    4 +-
 ansel/lib/Ansel.php                                               |   30 +-
 ansel/lib/Api.php                                                 |    9 +-
 ansel/lib/Application.php                                         |   90 +-
 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                          |   57 +-
 ansel/lib/Exception.php                                           |    2 +-
 ansel/lib/Faces.php                                               |    2 +-
 ansel/lib/Faces/Base.php                                          |    2 +-
 ansel/lib/Factory/Storage.php                                     |    2 +-
 ansel/lib/Form/Ecard.php                                          |    2 +-
 ansel/lib/Form/Image.php                                          |    4 +-
 ansel/lib/Form/ImageDate.php                                      |    4 +-
 ansel/lib/Form/Upload.php                                         |    2 +-
 ansel/lib/Form/Watermark.php                                      |    4 +-
 ansel/lib/Gallery.php                                             |    2 +-
 ansel/lib/Gallery/Decorator/Date.php                              |    2 +-
 ansel/lib/GalleryMode/Base.php                                    |    4 +-
 ansel/lib/GalleryMode/Date.php                                    |    2 +-
 ansel/lib/GalleryMode/Normal.php                                  |    2 +-
 ansel/lib/Image.php                                               |   36 +-
 ansel/lib/ImageGenerator.php                                      |    2 +-
 ansel/lib/ImageGenerator/Mini.php                                 |    2 +-
 ansel/lib/ImageGenerator/SquareThumb.php                          |    2 +-
 ansel/lib/LoginTasks/SystemTask/Upgrade.php                       |    2 +-
 ansel/lib/Prefs/Special/GallerySelect.php                         |    4 +-
 ansel/lib/Prefs/Special/GalleryStyle.php                          |   44 +
 ansel/lib/Queue/ProcessThumbs.php                                 |    2 +-
 ansel/lib/Report.php                                              |    4 +-
 ansel/lib/Search.php                                              |  101 -
 ansel/lib/Search/Tag.php                                          |  305 -
 ansel/lib/Search/exif.php                                         |   42 -
 ansel/lib/Storage.php                                             |   39 +-
 ansel/lib/TagBrowser.php                                          |  128 +
 ansel/lib/Tagger.php                                              |    2 +-
 ansel/lib/Test.php                                                |    2 +-
 ansel/lib/Tile/DateGallery.php                                    |   79 +-
 ansel/lib/Tile/Gallery.php                                        |  114 +-
 ansel/lib/Tile/Image.php                                          |  138 +-
 ansel/lib/View/Ansel.php                                          |    8 +-
 ansel/lib/View/Base.php                                           |    4 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php                   |    2 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php                          |    2 +-
 ansel/lib/View/EmbeddedRenderer/Slideshow.php                     |    2 +-
 ansel/lib/View/Gallery.php                                        |   56 +-
 ansel/lib/View/GalleryProperties.php                              |   19 +-
 ansel/lib/View/GalleryRenderer/Base.php                           |  175 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                        |  120 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |  129 +-
 ansel/lib/View/Image.php                                          |  490 +-
 ansel/lib/View/List.php                                           |    4 +-
 ansel/lib/View/Results.php                                        |  243 +-
 ansel/lib/View/Slideshow.php                                      |    5 +-
 ansel/lib/View/Upload.php                                         |   44 +-
 ansel/lib/Widget.php                                              |    2 +-
 ansel/lib/Widget/Actions.php                                      |  187 +-
 ansel/lib/Widget/Base.php                                         |    9 +-
 ansel/lib/Widget/GalleryFaces.php                                 |    2 +-
 ansel/lib/Widget/Geotag.php                                       |  187 +-
 ansel/lib/Widget/ImageFaces.php                                   |    2 +-
 ansel/lib/Widget/Links.php                                        |    4 +-
 ansel/lib/Widget/OtherGalleries.php                               |   94 +-
 ansel/lib/Widget/Tags.php                                         |   94 +-
 ansel/locale/ansel.pot                                            |  356 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 106721 -> 106504 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po                              |  366 +-
 ansel/locale/es/LC_MESSAGES/ansel.mo                              |  Bin 115509 -> 113020 bytes
 ansel/locale/es/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/fr/LC_MESSAGES/ansel.mo                              |  Bin 117196 -> 108033 bytes
 ansel/locale/fr/LC_MESSAGES/ansel.po                              | 2939 +-
 ansel/locale/it/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/ja/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/lt/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/lv/LC_MESSAGES/ansel.mo                              |  Bin 103167 -> 95269 bytes
 ansel/locale/lv/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/sk/LC_MESSAGES/ansel.mo                              |  Bin 103720 -> 104838 bytes
 ansel/locale/sk/LC_MESSAGES/ansel.po                              |  665 +-
 ansel/locale/sl/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/locale/tr/LC_MESSAGES/ansel.po                              |    2 +-
 ansel/map_edit.php                                                |  128 +-
 ansel/migration/10_ansel_upgrade_computestylehashes.php           |    2 +-
 ansel/migration/1_ansel_base_tables.php                           |    2 +-
 ansel/migration/2_ansel_upgrade_autoincrement.php                 |    2 +-
 ansel/migration/3_ansel_upgrade_style.php                         |    2 +-
 ansel/migration/4_ansel_upgrade_tagstocontent.php                 |    2 +-
 ansel/migration/5_ansel_upgrade_categoriestotags.php              |    2 +-
 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/package.xml                                                 |  162 +-
 ansel/perms.php                                                   |    2 +-
 ansel/preview.php                                                 |    2 +-
 ansel/protect.php                                                 |    2 +-
 ansel/report.php                                                  |    2 +-
 ansel/rss.php                                                     |    2 +-
 ansel/smartmobile.php                                             |    2 +-
 ansel/templates/browse/new.inc                                    |    3 +
 ansel/templates/gallery/delete_confirmation.inc                   |    4 +-
 ansel/templates/gallery/properties.html.php                       |   29 +-
 ansel/templates/image/crop_image.inc                              |    6 +-
 ansel/templates/image/plupload.inc                                |    2 +-
 ansel/templates/image/resize_image.inc                            |   39 +-
 ansel/templates/map_edit.html.php                                 |   37 +
 ansel/templates/tile/dategallery.html.php                         |    4 +
 ansel/templates/tile/dategallery.inc                              |    4 -
 ansel/templates/tile/gallery.html.php                             |   16 +
 ansel/templates/tile/gallery.inc                                  |   14 -
 ansel/templates/tile/gallerymini.html.php                         |    6 +
 ansel/templates/tile/gallerymini.inc                              |    4 -
 ansel/templates/tile/image.html.php                               |   27 +
 ansel/templates/tile/image.inc                                    |   27 -
 ansel/templates/view/api/gallery.html.php                         |   43 +
 ansel/templates/view/gallery.html.php                             |   93 +
 ansel/templates/view/gallery.inc                                  |  171 -
 ansel/templates/view/gallerylightbox.inc                          |  204 -
 ansel/templates/view/image.html.php                               |   95 +
 ansel/templates/view/image.inc                                    |  143 -
 ansel/templates/view/results.html.php                             |   95 +
 ansel/templates/view/results.inc                                  |  140 -
 ansel/templates/view/slideshow.inc                                |    4 -
 ansel/templates/widgets/actions.html.php                          |   59 +
 ansel/templates/widgets/begin.html.php                            |    3 +
 ansel/templates/widgets/end.html.php                              |    1 +
 ansel/templates/widgets/geotag.html.php                           |   30 +
 ansel/templates/widgets/othergalleries.html.php                   |    9 +
 ansel/templates/widgets/tags.html.php                             |   17 +
 ansel/test/Ansel/AllTests.php                                     |   49 +-
 ansel/test/Ansel/Autoload.php                                     |    6 +-
 ansel/test/Ansel/TestCase.php                                     |    2 +-
 ansel/test/Ansel/Unit/Base.php                                    |    9 +-
 ansel/test/Ansel/Unit/ImageTest.php                               |    9 +-
 ansel/test/Ansel/bootstrap.php                                    |    3 +
 ansel/test/Ansel/phpunit.xml                                      |    2 +-
 ansel/themes/default/cropper.css                                  |    4 +-
 ansel/themes/default/graphics/add.png                             |  Bin 496 -> 4687 bytes
 ansel/themes/default/graphics/allgalleries.png                    |  Bin 0 -> 4948 bytes
 ansel/themes/default/graphics/ansel.png                           |  Bin 493 -> 454 bytes
 ansel/themes/default/graphics/arrow_switch.png                    |  Bin 650 -> 680 bytes
 ansel/themes/default/graphics/bookmark.png                        |  Bin 0 -> 292 bytes
 ansel/themes/default/graphics/browse.png                          |  Bin 492 -> 578 bytes
 ansel/themes/default/graphics/down.png                            |  Bin 241 -> 384 bytes
 ansel/themes/default/graphics/faces.png                           |  Bin 0 -> 609 bytes
 ansel/themes/default/graphics/favicon.ico                         |  Bin 1386 -> 1742 bytes
 ansel/themes/default/graphics/galleries.png                       |  Bin 492 -> 4817 bytes
 ansel/themes/default/graphics/image_add.png                       |  Bin 208 -> 0 bytes
 ansel/themes/default/graphics/marqueeHoriz.gif                    |  Bin 0 -> 1125 bytes
 ansel/themes/default/graphics/marqueeVert.gif                     |  Bin 0 -> 1141 bytes
 ansel/themes/default/graphics/mygalleries.png                     |  Bin 492 -> 454 bytes
 ansel/themes/default/graphics/photomarker-shadow.png              |  Bin 0 -> 947 bytes
 ansel/themes/default/graphics/photomarker.png                     |  Bin 0 -> 598 bytes
 ansel/themes/default/graphics/plus.png                            |  Bin 0 -> 626 bytes
 ansel/themes/default/graphics/problem.png                         |  Bin 124 -> 591 bytes
 ansel/themes/default/graphics/slideshow_next.png                  |  Bin 255 -> 451 bytes
 ansel/themes/default/graphics/slideshow_pause.png                 |  Bin 259 -> 222 bytes
 ansel/themes/default/graphics/slideshow_play.png                  |  Bin 234 -> 345 bytes
 ansel/themes/default/graphics/slideshow_prev.png                  |  Bin 264 -> 451 bytes
 ansel/themes/default/graphics/success.png                         |  Bin 336 -> 0 bytes
 ansel/themes/default/graphics/text.png                            |  Bin 104 -> 4109 bytes
 ansel/themes/default/graphics/twitter.png                         |  Bin 493 -> 0 bytes
 ansel/themes/default/graphics/up.png                              |  Bin 244 -> 370 bytes
 ansel/themes/default/screen.css                                   |   73 +-
 ansel/view.php                                                    |   13 +-
 ansel/xppublish.php                                               |    2 +-
 beatnik/autogenerate.php                                          |    2 +-
 beatnik/commit.php                                                |    4 +-
 beatnik/config/autogenerate.php.dist                              |    8 -
 beatnik/delete.php                                                |    2 +-
 beatnik/editrec.php                                               |    4 +-
 beatnik/index.php                                                 |    4 +-
 beatnik/lib/Application.php                                       |    2 +-
 beatnik/lib/Driver/pdnsgsql.php                                   |    2 +-
 beatnik/lib/Driver/sql.php                                        |    2 +-
 beatnik/lib/Forms/Autogenerate.php                                |    2 +-
 beatnik/lib/Forms/DeleteRecord.php                                |    2 +-
 beatnik/lib/Forms/EditRecord.php                                  |    2 +-
 beatnik/listzones.php                                             |    4 +-
 beatnik/locale/beatnik.pot                                        |   32 +-
 beatnik/locale/fi/LC_MESSAGES/beatnik.po                          |    2 +-
 beatnik/locale/lv/LC_MESSAGES/beatnik.mo                          |  Bin 77147 -> 69284 bytes
 beatnik/locale/lv/LC_MESSAGES/beatnik.po                          |    2 +-
 beatnik/locale/sl/LC_MESSAGES/beatnik.po                          |    2 +-
 beatnik/scripts/export_config.php                                 |    2 +-
 beatnik/templates/listzones/footer.inc                            |    8 -
 beatnik/templates/listzones/header.inc                            |    9 -
 beatnik/templates/listzones/row.inc                               |    9 -
 beatnik/templates/menu.inc                                        |    4 +-
 beatnik/templates/view/footer.inc                                 |    8 -
 beatnik/templates/view/header.inc                                 |    7 -
 beatnik/templates/view/record.inc                                 |    6 -
 beatnik/viewzone.php                                              |    4 +-
 bundles/groupware/docs/CHANGES                                    |  563 +-
 bundles/groupware/docs/INSTALL                                    |   27 +-
 bundles/groupware/docs/PERFORMANCE                                |   44 +-
 bundles/groupware/docs/RELEASE_NOTES                              |   53 +-
 bundles/groupware/lib/Bundle.php                                  |    4 +-
 bundles/groupware/package.xml                                     |   76 +-
 bundles/kolab_webmail/kronolith/config/hooks.php                  |   59 -
 bundles/kolab_webmail/lib/Bundle.php                              |    2 +-
 bundles/kolab_webmail/mnemo/config/hooks.php                      |   59 -
 bundles/kolab_webmail/nag/config/hooks.php                        |   59 -
 bundles/kolab_webmail/turba/config/hooks.php                      |   22 -
 bundles/webmail/docs/CHANGES                                      |  676 +-
 bundles/webmail/docs/INSTALL                                      |   27 +-
 bundles/webmail/docs/PERFORMANCE                                  |   49 +-
 bundles/webmail/docs/RELEASE_NOTES                                |   76 +-
 bundles/webmail/lib/Bundle.php                                    |    4 +-
 bundles/webmail/package.xml                                       |   80 +-
 chora/annotate.php                                                |    2 +-
 chora/app/helpers/Diff.php                                        |    2 +-
 chora/browsedir.php                                               |    2 +-
 chora/browsefile.php                                              |    2 +-
 chora/co.php                                                      |    2 +-
 chora/commit.php                                                  |    7 +-
 chora/cvsgraph.php                                                |    2 +-
 chora/diff.php                                                    |    2 +-
 chora/history.php                                                 |    2 +-
 chora/index.php                                                   |    2 +-
 chora/lib/Application.php                                         |    2 +-
 chora/lib/Chora.php                                               |    2 +-
 chora/lib/Exception.php                                           |    2 +-
 chora/lib/Readme/Collection.php                                   |    2 +-
 chora/lib/Renderer/File.php                                       |    2 +-
 chora/lib/Renderer/File/Html.php                                  |    2 +-
 chora/lib/Renderer/File/Plain.php                                 |    2 +-
 chora/lib/Test.php                                                |    2 +-
 chora/locale/cs/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/da/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71461 -> 71421 bytes
 chora/locale/de/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/es/LC_MESSAGES/chora.mo                              |  Bin 73548 -> 71112 bytes
 chora/locale/es/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/fr/LC_MESSAGES/chora.mo                              |  Bin 80332 -> 73209 bytes
 chora/locale/it/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/lv/LC_MESSAGES/chora.mo                              |  Bin 75872 -> 68028 bytes
 chora/locale/lv/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/nl/LC_MESSAGES/chora.mo                              |  Bin 67082 -> 69930 bytes
 chora/locale/ro/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/ru/LC_MESSAGES/chora.po                              |    4 +-
 chora/locale/sk/LC_MESSAGES/chora.mo                              |  Bin 70290 -> 71458 bytes
 chora/locale/sk/LC_MESSAGES/chora.po                              |    2 +-
 chora/locale/zh_CN/LC_MESSAGES/chora.po                           |    2 +-
 chora/patchsets.php                                               |    4 +-
 chora/stats.php                                                   |    2 +-
 components/bin/horde-components                                   |    6 +-
 components/data/distribute/debian/templates-php-horde-ansel/rules |   16 +
 .../data/distribute/debian/templates-php-horde-content/rules      |    6 +-
 .../data/distribute/debian/templates-php-horde-gollem/rules       |   16 +
 .../data/distribute/debian/templates-php-horde-groupware/rules    |   13 +-
 components/data/distribute/debian/templates-php-horde-imp/rules   |    6 +-
 components/data/distribute/debian/templates-php-horde-ingo/rules  |    6 +-
 components/data/distribute/debian/templates-php-horde-jonah/rules |    6 +-
 .../distribute/debian/templates-php-horde-kolab-webmail/rules     |   30 +-
 .../data/distribute/debian/templates-php-horde-kronolith/rules    |    6 +-
 components/data/distribute/debian/templates-php-horde-mnemo/rules |    6 +-
 components/data/distribute/debian/templates-php-horde-nag/rules   |    6 +-
 .../data/distribute/debian/templates-php-horde-passwd/rules       |    6 +-
 components/data/distribute/debian/templates-php-horde-sesha/rules |   16 +
 components/data/distribute/debian/templates-php-horde-turba/rules |    6 +-
 .../data/distribute/debian/templates-php-horde-ulaform/rules      |    6 +-
 .../data/distribute/debian/templates-php-horde-webmail/rules      |   17 +-
 components/data/distribute/debian/templates-php-horde-whups/rules |   16 +
 .../data/distribute/debian/templates-php-horde-wicked/rules       |    6 +-
 components/data/distribute/debian/templates-php-horde/rules       |    6 +-
 components/data/distribute/debian/templates/changelog             |    2 +-
 components/data/distribute/debian/templates/control               |    4 +-
 components/data/distribute/debian/templates/pearrc                |    2 +-
 components/data/distribute/debian/templates/watch                 |    4 +-
 components/data/distribute/openSUSE/components.php                |   18 +-
 components/data/qc_standards/phpmd.xml                            |    1 +
 components/lib/Components.php                                     |    2 +-
 components/lib/Components/Component.php                           |    2 +-
 components/lib/Components/Component/Archive.php                   |    2 +-
 components/lib/Components/Component/Base.php                      |    2 +-
 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                  |    2 +-
 components/lib/Components/Component/Match.php                     |    2 +-
 components/lib/Components/Component/Remote.php                    |    2 +-
 components/lib/Components/Component/Resolver.php                  |    2 +-
 components/lib/Components/Component/Source.php                    |    2 +-
 components/lib/Components/Config.php                              |    2 +-
 components/lib/Components/Config/Application.php                  |    2 +-
 components/lib/Components/Config/Base.php                         |    2 +-
 components/lib/Components/Config/Bootstrap.php                    |    2 +-
 components/lib/Components/Config/Cli.php                          |    2 +-
 components/lib/Components/Config/File.php                         |    2 +-
 components/lib/Components/Configs.php                             |    2 +-
 components/lib/Components/Constants.php                           |    2 +-
 components/lib/Components/Dependencies.php                        |    2 +-
 components/lib/Components/Dependencies/Bootstrap.php              |    2 +-
 components/lib/Components/Dependencies/Injector.php               |    2 +-
 components/lib/Components/Exception.php                           |    2 +-
 components/lib/Components/Exception/Pear.php                      |    2 +-
 components/lib/Components/Helper/ChangeLog.php                    |    2 +-
 components/lib/Components/Helper/Commit.php                       |    2 +-
 components/lib/Components/Helper/Dependencies.php                 |    2 +-
 components/lib/Components/Helper/DocsOrigin.php                   |    2 +-
 components/lib/Components/Helper/Installer.php                    |    2 +-
 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                      |    2 +-
 components/lib/Components/Helper/Website.php                      |    2 +-
 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                 |    2 +-
 components/lib/Components/Module/Distribute.php                   |    2 +-
 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                           |    4 +-
 components/lib/Components/Module/Release.php                      |    2 +-
 components/lib/Components/Module/Snapshot.php                     |    2 +-
 components/lib/Components/Module/Update.php                       |    2 +-
 components/lib/Components/Module/Webdocs.php                      |    2 +-
 components/lib/Components/Output.php                              |    2 +-
 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                        |    4 +-
 components/lib/Components/Qc/Task/Cpd.php                         |   12 +-
 components/lib/Components/Qc/Task/Cs.php                          |    7 +-
 components/lib/Components/Qc/Task/Dcd.php                         |   79 +
 components/lib/Components/Qc/Task/Lint.php                        |    4 +-
 components/lib/Components/Qc/Task/Loc.php                         |   73 +
 components/lib/Components/Qc/Task/Md.php                          |    4 +-
 components/lib/Components/Qc/Task/Unit.php                        |   15 +-
 components/lib/Components/Qc/Tasks.php                            |    4 +-
 components/lib/Components/Release/Notes.php                       |    2 +-
 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      |   13 +-
 components/lib/Components/Release/Task/CommitPreRelease.php       |    2 +-
 components/lib/Components/Release/Task/CurrentSentinel.php        |    2 +-
 components/lib/Components/Release/Task/Freecode.php               |    2 +-
 components/lib/Components/Release/Task/NextSentinel.php           |   13 +-
 components/lib/Components/Release/Task/NextVersion.php            |   14 +-
 components/lib/Components/Release/Task/Package.php                |    2 +-
 components/lib/Components/Release/Task/Sentinel.php               |    2 +-
 components/lib/Components/Release/Task/TagRelease.php             |    2 +-
 components/lib/Components/Release/Task/Timestamp.php              |    2 +-
 components/lib/Components/Release/Tasks.php                       |    2 +-
 components/lib/Components/Runner/Change.php                       |    2 +-
 components/lib/Components/Runner/CiPrebuild.php                   |    2 +-
 components/lib/Components/Runner/CiSetup.php                      |    2 +-
 components/lib/Components/Runner/Dependencies.php                 |    2 +-
 components/lib/Components/Runner/Distribute.php                   |    2 +-
 components/lib/Components/Runner/Fetchdocs.php                    |    2 +-
 components/lib/Components/Runner/Installer.php                    |    2 +-
 components/lib/Components/Runner/Qc.php                           |   10 +-
 components/lib/Components/Runner/Release.php                      |    2 +-
 components/lib/Components/Runner/Snapshot.php                     |    2 +-
 components/lib/Components/Runner/Update.php                       |    2 +-
 components/lib/Components/Runner/Webdocs.php                      |    2 +-
 components/package.xml                                            |   44 +-
 components/test/Components/AllTests.php                           |   49 +-
 components/test/Components/Autoload.php                           |    7 +-
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    9 +-
 .../Components/Integration/Components/Module/DistributeTest.php   |    9 +-
 .../Components/Integration/Components/Module/DocumentTest.php     |    9 +-
 .../Components/Integration/Components/Module/InstallerTest.php    |    9 +-
 .../test/Components/Integration/Components/Module/ReleaseTest.php |    9 +-
 components/test/Components/StoryTestCase.php                      |    2 +-
 components/test/Components/TestCase.php                           |    2 +-
 .../Components/Unit/Components/Component/DependencyListTest.php   |    9 +-
 .../test/Components/Unit/Components/Component/DependencyTest.php  |    7 +-
 .../test/Components/Unit/Components/Component/IdentifyTest.php    |    9 +-
 .../test/Components/Unit/Components/Component/ResolverTest.php    |    7 +-
 components/test/Components/Unit/Components/Config/FileTest.php    |    9 +-
 components/test/Components/Unit/Components/ConfigsTest.php        |    9 +-
 .../test/Components/Unit/Components/Helper/DocsOriginTest.php     |    9 +-
 components/test/Components/Unit/Components/Helper/RootTest.php    |    9 +-
 .../test/Components/Unit/Components/Helper/TemplatesTest.php      |    9 +-
 .../Components/Unit/Components/Helper/VersionDescriptionTest.php  |    9 +-
 .../Components/Unit/Components/Helper/VersionStabilityTest.php    |    9 +-
 components/test/Components/Unit/Components/Helper/VersionTest.php |    9 +-
 .../test/Components/Unit/Components/Module/DependenciesTest.php   |    9 +-
 .../test/Components/Unit/Components/Module/SnapshotTest.php       |    9 +-
 components/test/Components/Unit/Components/Module/UpdateTest.php  |    9 +-
 .../Unit/Components/Release/Task/CurrentSentinelTest.php          |    9 +-
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    9 +-
 .../test/Components/Unit/Components/Release/Task/PackageTest.php  |    9 +-
 .../Components/Unit/Components/Release/Task/TimestampTest.php     |    9 +-
 components/test/Components/Unit/ComponentsTest.php                |    9 +-
 components/test/Components/bootstrap.php                          |    3 +
 components/test/Components/phpunit.xml                            |    2 +-
 .../test/distribute/debian/templates-php-horde-content/rules      |    6 +-
 .../Components/test/distribute/debian/templates-php-horde/rules   |    6 +-
 content/bin/content-object-add                                    |    2 +-
 content/bin/content-object-delete                                 |    2 +-
 content/bin/content-tag                                           |    2 +-
 content/bin/content-tag-add                                       |    2 +-
 content/bin/content-tag-delete                                    |    2 +-
 content/bin/content-untag                                         |    2 +-
 content/docs/CHANGES                                              |   18 +-
 content/lib/Application.php                                       |    4 +-
 content/lib/Indexer.php                                           |   14 +-
 content/lib/Objects/Manager.php                                   |    2 +-
 content/lib/Objects/Object.php                                    |    2 +-
 content/lib/Objects/ObjectMapper.php                              |    2 +-
 content/lib/Tagger.php                                            |   12 +-
 content/lib/Tags/Tag.php                                          |    2 +-
 content/lib/Tags/TagMapper.php                                    |    2 +-
 content/lib/Types/Manager.php                                     |    6 +-
 content/lib/Users/Manager.php                                     |    2 +-
 content/package.xml                                               |   88 +-
 content/test/Content/AllTests.php                                 |   27 +-
 content/test/Content/Autoload.php                                 |    8 +-
 content/test/Content/Base.php                                     |   37 +-
 content/test/Content/Sql/Base.php                                 |    6 +
 content/test/Content/Sql/MysqlTest.php                            |    2 +-
 content/test/Content/Sql/MysqliTest.php                           |    2 +-
 content/test/Content/bootstrap.php                                |    3 +
 content/test/Content/phpunit.xml                                  |    1 +
 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/fi/LC_MESSAGES/folks.po                              |    2 +-
 folks/locale/lv/LC_MESSAGES/folks.mo                              |  Bin 78613 -> 70758 bytes
 folks/locale/lv/LC_MESSAGES/folks.po                              |    2 +-
 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 +-
 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   26 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   77 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   36 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception.php           |    8 +-
 .../ActiveSync/lib/Horde/ActiveSync/Exception/FolderExists.php    |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Exception/FolderGone.php      |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Exception/InvalidRequest.php  |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Exception/StaleState.php      |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception/StateGone.php |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Base.php         |   39 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Collection.php   |   26 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |  136 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |  323 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |  170 +-
 .../ActiveSync/lib/Horde/ActiveSync/Interface/ImapFactory.php     |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Interface/LoggerFactory.php   |    4 +-
 .../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php        |   23 +-
 .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php   |   25 +-
 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |   24 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attachment.php  |   33 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php    |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   15 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |  224 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php   |   34 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php        |   36 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php      |   29 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php        |   69 +-
 .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php    |   86 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php  |   23 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |   21 +-
 .../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php    |   24 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Policies.php            |   11 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |  191 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |   18 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   28 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    8 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetHierarchy.php      |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   10 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |   18 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |   61 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |   63 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ResolveRecipients.php |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |   23 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php    |   21 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php    |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php      |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php  |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |  338 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ValidateCert.php      |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php              |  115 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |   37 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |  277 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php                |   61 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php            |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Translation.php         |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php               |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php               |   75 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |   51 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   51 +-
 framework/ActiveSync/locale/Horde_ActiveSync.pot                  |   28 +-
 framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 1008 -> 1008 bytes
 framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.po    |   30 +-
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 0 -> 944 bytes
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po    |   70 +
 framework/ActiveSync/locale/fr/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 0 -> 1026 bytes
 framework/ActiveSync/locale/fr/LC_MESSAGES/Horde_ActiveSync.po    |   73 +
 framework/ActiveSync/locale/nl/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 0 -> 1020 bytes
 framework/ActiveSync/locale/nl/LC_MESSAGES/Horde_ActiveSync.po    |   73 +
 .../Horde/ActiveSync/13_horde_activesync_booleanfields.php        |   42 +
 .../Horde/ActiveSync/14_horde_activesync_binarystatefield.php     |   20 +
 .../Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php  |   23 +
 framework/ActiveSync/package.xml                                  |  358 +-
 framework/ActiveSync/test/Horde/ActiveSync/AllTests.php           |   35 +-
 framework/ActiveSync/test/Horde/ActiveSync/CacheTest.php          |   56 +-
 framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php     |  Bin 4449 -> 0 bytes
 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php    |  346 -
 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php         |    1 +
 framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php         |   65 +
 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php     |   22 +
 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php |   90 +
 .../test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php         |   27 +
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php       |    1 +
 framework/ActiveSync/test/Horde/ActiveSync/bootstrap.php          |    3 +
 framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist          |   24 +
 .../test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt          |  Bin 13 -> 0 bytes
 .../test/Horde/ActiveSync/fixtures/default_policies.wbxml         |  Bin 66 -> 30 bytes
 .../test/Horde/ActiveSync/fixtures/default_policies.xml           |  Bin 745 -> 129 bytes
 .../test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml    |   29 +
 framework/ActiveSync/test/Horde/ActiveSync/phpunit.xml            |    1 +
 .../test/Horde/ActiveSync/{137c3bb0-838d-499a-9f0e-fb6c0761da51}1 |    1 -
 framework/Alarm/lib/Horde/Alarm.php                               |    2 +-
 framework/Alarm/lib/Horde/Alarm/Exception.php                     |    2 +-
 framework/Alarm/lib/Horde/Alarm/Handler.php                       |    2 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php               |    4 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Mail.php                  |    2 +-
 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                           |   10 +-
 framework/Alarm/lib/Horde/Alarm/Translation.php                   |    2 +-
 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              |    2 +-
 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.mo              |  Bin 822 -> 822 bytes
 framework/Alarm/locale/es/LC_MESSAGES/Horde_Alarm.po              |    8 +-
 framework/Alarm/locale/et/LC_MESSAGES/Horde_Alarm.po              |    2 +-
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 380 -> 762 bytes
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po              |   31 +-
 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.mo              |  Bin 461 -> 827 bytes
 framework/Alarm/locale/fr/LC_MESSAGES/Horde_Alarm.po              |   36 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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                                       |   60 +-
 framework/Alarm/test/Horde/Alarm/AllTests.php                     |   35 +-
 framework/Alarm/test/Horde/Alarm/HandlerTest.php                  |    4 +-
 framework/Alarm/test/Horde/Alarm/bootstrap.php                    |    3 +
 framework/Alarm/test/Horde/Alarm/phpunit.xml                      |    1 +
 framework/Argv/doc/Horde/Argv/ADVANCED                            |  397 +
 framework/Argv/doc/Horde/Argv/CALLBACKS                           |  237 +
 framework/Argv/doc/Horde/Argv/COPYING                             |    2 +-
 framework/Argv/doc/Horde/Argv/DOCS_ORIGIN                         |   17 +
 framework/Argv/doc/Horde/Argv/EXTEND                              |  157 +
 framework/Argv/doc/Horde/Argv/README                              |  309 +
 framework/Argv/lib/Horde/Argv/Option.php                          |  102 +-
 framework/Argv/lib/Horde/Argv/Parser.php                          |   17 -
 framework/Argv/lib/Horde/Argv/Translation.php                     |    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.po                |    2 +-
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo                |  Bin 379 -> 585 bytes
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po                |   70 +-
 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.mo                |  Bin 461 -> 1560 bytes
 framework/Argv/locale/fr/LC_MESSAGES/Horde_Argv.po                |   66 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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                                        |   85 +-
 framework/Argv/test/Horde/Argv/AllTests.php                       |   42 +-
 framework/Argv/test/Horde/Argv/bootstrap.php                      |    3 +
 framework/Argv/test/Horde/Argv/phpunit.xml                        |    1 +
 framework/Auth/lib/Horde/Auth.php                                 |    2 +-
 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                            |    2 +-
 framework/Auth/lib/Horde/Auth/Ipbasic.php                         |    2 +-
 framework/Auth/lib/Horde/Auth/Kolab.php                           |    2 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |    6 +-
 framework/Auth/lib/Horde/Auth/Login.php                           |    2 +-
 framework/Auth/lib/Horde/Auth/Msad.php                            |    4 +-
 framework/Auth/lib/Horde/Auth/Pam.php                             |    4 +-
 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                             |    6 +-
 framework/Auth/lib/Horde/Auth/Smbclient.php                       |    6 +-
 framework/Auth/lib/Horde/Auth/Sql.php                             |    2 +-
 framework/Auth/lib/Horde/Auth/Translation.php                     |    2 +-
 framework/Auth/locale/Horde_Auth.pot                              |   26 +-
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo                |  Bin 3104 -> 3104 bytes
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po                |   28 +-
 framework/Auth/locale/es/LC_MESSAGES/Horde_Auth.mo                |  Bin 3120 -> 3352 bytes
 framework/Auth/locale/es/LC_MESSAGES/Horde_Auth.po                |   37 +-
 framework/Auth/locale/et/LC_MESSAGES/Horde_Auth.po                |    2 +-
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 742 bytes
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po                |  100 +
 framework/Auth/locale/fi/LC_MESSAGES/Horde_Auth.mo                |  Bin 3175 -> 3175 bytes
 framework/Auth/locale/fi/LC_MESSAGES/Horde_Auth.po                |   28 +-
 framework/Auth/locale/fr/LC_MESSAGES/Horde_Auth.mo                |  Bin 0 -> 3473 bytes
 framework/Auth/locale/fr/LC_MESSAGES/Horde_Auth.po                |  119 +
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.mo                |  Bin 3072 -> 3072 bytes
 framework/Auth/locale/ja/LC_MESSAGES/Horde_Auth.po                |   30 +-
 framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.po                |    2 +-
 framework/Auth/package.xml                                        |   77 +-
 framework/Auth/test/Horde/Auth/AllTests.php                       |   37 +-
 framework/Auth/test/Horde/Auth/Autoload.php                       |    5 -
 framework/Auth/test/Horde/Auth/TestCase.php                       |  Bin 1747 -> 1747 bytes
 framework/Auth/test/Horde/Auth/Unit/AuthTest.php                  |   11 +-
 framework/Auth/test/Horde/Auth/Unit/KolabTest.php                 |   10 +-
 framework/Auth/test/Horde/Auth/Unit/PasswdTest.php                |   10 +-
 framework/Auth/test/Horde/Auth/Unit/Sql/Base.php                  |    5 -
 framework/Auth/test/Horde/Auth/bootstrap.php                      |    3 +
 framework/Auth/test/Horde/Auth/phpunit.xml                        |    2 +-
 framework/Autoloader/package.xml                                  |   34 +-
 framework/Autoloader/test/Horde/Autoloader/AllTests.php           |   30 +-
 framework/Autoloader/test/Horde/Autoloader/bootstrap.php          |    3 +
 framework/Autoloader/test/Horde/Autoloader/phpunit.xml            |    1 +
 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune       |    2 +-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   34 +-
 framework/Autoloader_Cache/package.xml                            |   27 +-
 framework/Browser/lib/Horde/Browser.php                           |   44 +-
 framework/Browser/lib/Horde/Browser/Exception.php                 |    2 +-
 framework/Browser/lib/Horde/Browser/Translation.php               |    2 +-
 framework/Browser/locale/Horde_Browser.pot                        |   14 +-
 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.mo          |  Bin 1396 -> 1396 bytes
 framework/Browser/locale/es/LC_MESSAGES/Horde_Browser.po          |   16 +-
 framework/Browser/locale/et/LC_MESSAGES/Horde_Browser.po          |    2 +-
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1112 -> 1149 bytes
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po          |   26 +-
 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.po          |    2 +-
 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.po          |    2 +-
 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.po          |    2 +-
 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.po       |    2 +-
 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                                     |   50 +-
 framework/Cache/lib/Horde/Cache.php                               |    2 +-
 framework/Cache/lib/Horde/Cache/Exception.php                     |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Apc.php                   |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Base.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php          |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php                  |    8 +-
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php              |    3 +-
 framework/Cache/lib/Horde/Cache/Storage/Mock.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Null.php                  |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Session.php               |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Sql.php                   |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Stack.php                 |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php                |    2 +-
 framework/Cache/package.xml                                       |   23 +-
 framework/Cli/lib/Horde/Cli.php                                   |    2 +-
 framework/Cli/lib/Horde/Cli/Translation.php                       |    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.mo                  |  Bin 671 -> 763 bytes
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.po                  |   20 +-
 framework/Cli/locale/et/LC_MESSAGES/Horde_Cli.po                  |    2 +-
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 378 -> 696 bytes
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po                  |   34 +-
 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.mo                  |  Bin 614 -> 792 bytes
 framework/Cli/locale/fr/LC_MESSAGES/Horde_Cli.po                  |   35 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.mo                  |  Bin 653 -> 750 bytes
 framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.po                  |   26 +-
 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                                         |   49 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular.php                   |   30 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Exception.php         |    2 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php            |    2 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/ModuleProvider.php    |    2 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Modules.php           |    3 +-
 framework/Cli_Modular/package.xml                                 |   25 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/AllTests.php         |   41 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Autoload.php         |    9 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/TestCase.php         |    2 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModularTest.php |    7 +-
 .../test/Horde/Cli/Modular/Unit/ModuleProviderTest.php            |    7 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/Unit/ModulesTest.php |    7 +-
 framework/Cli_Modular/test/Horde/Cli/Modular/bootstrap.php        |    3 +
 framework/Cli_Modular/test/Horde/Cli/Modular/phpunit.xml          |    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               |    2 +-
 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                     |   59 +-
 framework/Compress/locale/Horde_Compress.pot                      |    8 +-
 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.mo        |  Bin 939 -> 939 bytes
 framework/Compress/locale/de/LC_MESSAGES/Horde_Compress.po        |   10 +-
 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.mo        |  Bin 982 -> 982 bytes
 framework/Compress/locale/es/LC_MESSAGES/Horde_Compress.po        |   12 +-
 framework/Compress/locale/et/LC_MESSAGES/Horde_Compress.po        |    2 +-
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo        |  Bin 383 -> 731 bytes
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po        |   39 +-
 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.mo        |  Bin 634 -> 1018 bytes
 framework/Compress/locale/fr/LC_MESSAGES/Horde_Compress.po        |   43 +-
 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.po        |    2 +-
 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.po        |    2 +-
 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.po        |    2 +-
 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.po     |    2 +-
 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                                    |   60 +-
 framework/Compress/test/Horde/Compress/AllTests.php               |   33 +-
 framework/Compress/test/Horde/Compress/bootstrap.php              |    3 +
 framework/Compress/test/Horde/Compress/phpunit.xml                |    1 +
 framework/Constraint/doc/Horde/Constraint/COPYING                 |    2 +-
 framework/Constraint/package.xml                                  |   34 +-
 framework/Constraint/test/Horde/Constraint/AllTests.php           |   31 +-
 framework/Constraint/test/Horde/Constraint/bootstrap.php          |    3 +
 framework/Constraint/test/Horde/Constraint/phpunit.xml            |    1 +
 framework/Controller/doc/Horde/Controller/COPYING                 |    2 +-
 framework/Controller/lib/Horde/Controller/Exception.php           |    2 +-
 framework/Controller/lib/Horde/Controller/FilterRunner.php        |    2 +-
 framework/Controller/package.xml                                  |   32 +-
 framework/Controller/test/Horde/Controller/AllTests.php           |   38 +-
 framework/Controller/test/Horde/Controller/Autoload.php           |   18 -
 framework/Controller/test/Horde/Controller/FilterRunnerTest.php   |    1 -
 framework/Controller/test/Horde/Controller/MockRequestTest.php    |    9 +-
 framework/Controller/test/Horde/Controller/StreamTest.php         |    7 +-
 framework/Controller/test/Horde/Controller/bootstrap.php          |    3 +
 framework/Controller/test/Horde/Controller/phpunit.xml            |    2 +-
 framework/Core/js/accesskeys.js                                   |    9 +-
 framework/Core/js/autocomplete.js                                 |    4 +-
 framework/Core/js/calendar.js                                     |   12 +-
 framework/Core/js/colorpicker.js                                  |   18 +-
 framework/Core/js/date/date.js                                    |  128 +-
 framework/Core/js/dialog.js                                       |    6 +-
 framework/Core/js/form_assign.js                                  |  120 +-
 framework/Core/js/form_helpers.js                                 |   14 +-
 framework/Core/js/growler-jquery.js                               |    6 +-
 framework/Core/js/growler.js                                      |   40 +-
 framework/Core/js/horde-jquery.js                                 |    4 +-
 framework/Core/js/horde.js                                        |    6 +-
 framework/Core/js/hordecore.js                                    |   51 +-
 framework/Core/js/hordetree.js                                    |   10 +-
 framework/Core/js/image.js                                        |    2 +-
 framework/Core/js/imple.js                                        |    2 +-
 framework/Core/js/inplaceeditor.js                                |    2 +-
 framework/Core/js/jquery.mobile/jquery.js                         | 8274 +++--
 framework/Core/js/jquery.mobile/jquery.min.js                     |    6 +-
 framework/Core/js/jquery.mobile/jquery.mobile.js                  | 5531 ++--
 framework/Core/js/jquery.mobile/jquery.mobile.min.css             |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.min.js              |  186 +-
 framework/Core/js/jquery.mobile/plugins/autocomplete.js           |   21 +-
 framework/Core/js/jquery.mobile/plugins/swipebutton.js            |    2 +-
 framework/Core/js/keynavlist.js                                   |    2 +-
 framework/Core/js/liquidmetal.js                                  |    2 +-
 framework/Core/js/map/OpenLayers-debug.js                         |    8 -
 framework/Core/js/map/OpenLayers.js                               | 1943 +-
 framework/Core/js/map/bing.js                                     |    2 +-
 framework/Core/js/map/cloudmade.js                                |    2 +-
 framework/Core/js/map/google.js                                   |    2 +-
 framework/Core/js/map/horde.js                                    |   24 +-
 framework/Core/js/map/mapquest.js                                 |    2 +-
 framework/Core/js/map/mytopo.js                                   |    2 +-
 framework/Core/js/map/ocm.js                                      |    2 +-
 framework/Core/js/map/osm.js                                      |    2 +-
 framework/Core/js/map/yahoo.js                                    |    2 +-
 framework/Core/js/open_html_helper.js                             |    2 +-
 framework/Core/js/prettyautocomplete.js                           |   12 +-
 framework/Core/js/smartmobile.js                                  |   11 +-
 framework/Core/js/sorter.js                                       |   18 +-
 framework/Core/js/sourceselect.js                                 |    9 +-
 framework/Core/js/spellchecker.js                                 |   12 +-
 framework/Core/js/tables.js                                       |    8 +-
 framework/Core/js/toggle_quotes.js                                |    2 +-
 framework/Core/js/tooltips.js                                     |    2 +-
 framework/Core/lib/Horde.php                                      |   13 +-
 framework/Core/lib/Horde/Config.php                               |    8 +-
 framework/Core/lib/Horde/Config/Form.php                          |    2 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php            |   20 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |  499 +-
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php         |   44 +-
 framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php       |   20 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php                |   13 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler.php        |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Chunk.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Email.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Imple.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Noop.php   |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Prefs.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple.php                      |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php        |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Ajax.php   |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Base.php   |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Local.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Pretty.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    6 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php    |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/InPlaceEditor.php        |   19 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |   23 +-
 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response.php                   |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php         |    2 +-
 .../Core/lib/Horde/Core/Ajax/Response/HordeCore/JsonHtml.php      |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore/NoAuth.php  |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore/Reload.php  |    2 +-
 .../lib/Horde/Core/Ajax/Response/HordeCore/SessionTimeout.php     |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/Notifications.php     |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/Prototypejs.php       |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Response/Raw.php               |    2 +-
 framework/Core/lib/Horde/Core/Alarm/Handler/Notify.php            |    2 +-
 framework/Core/lib/Horde/Core/Auth/Application.php                |   18 +-
 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                       |    2 +-
 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                |    2 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php                |    2 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Null.php                |    2 +-
 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            |    3 +-
 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/Data/Storage.php                    |    2 +-
 framework/Core/lib/Horde/Core/Db/Migration.php                    |    2 +-
 framework/Core/lib/Horde/Core/Editor/Ckeditor.php                 |   10 +-
 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                   |    2 +-
 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                      |    2 +-
 framework/Core/lib/Horde/Core/Factory/DbPear.php                  |    2 +-
 framework/Core/lib/Horde/Core/Factory/Editor.php                  |    4 +-
 framework/Core/lib/Horde/Core/Factory/ElasticSearch.php           |    2 +-
 framework/Core/lib/Horde/Core/Factory/Group.php                   |    8 +-
 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             |    2 +-
 framework/Core/lib/Horde/Core/Factory/KolabSession.php            |    2 +-
 framework/Core/lib/Horde/Core/Factory/KolabStorage.php            |    2 +-
 framework/Core/lib/Horde/Core/Factory/LanguageDetect.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/Notification.php            |   19 +-
 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                   |    4 +-
 framework/Core/lib/Horde/Core/Factory/SessionHandler.php          |    7 +-
 framework/Core/lib/Horde/Core/Factory/Share.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/ShareBase.php               |    2 +-
 framework/Core/lib/Horde/Core/Factory/SpellChecker.php            |   77 +
 framework/Core/lib/Horde/Core/Factory/TextFilter.php              |    2 +-
 framework/Core/lib/Horde/Core/Factory/ThemesCache.php             |    2 +-
 framework/Core/lib/Horde/Core/Factory/Timezone.php                |    2 +-
 framework/Core/lib/Horde/Core/Factory/Topbar.php                  |    2 +-
 framework/Core/lib/Horde/Core/Factory/Tree.php                    |    2 +-
 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                 |    2 +-
 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                      |    6 +-
 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   |    2 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Syntaxhighlighter.php   |    2 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php               |   19 +-
 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 +-
 .../Core/lib/Horde/Core/Notification/Listener/DynamicStatus.php   |    2 +-
 .../lib/Horde/Core/Notification/Listener/SmartmobileStatus.php    |    2 +-
 framework/Core/lib/Horde/Core/Notification/Storage/Session.php    |    2 +-
 framework/Core/lib/Horde/Core/Perms.php                           |    2 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                        |    4 +-
 framework/Core/lib/Horde/Core/Prefs/Cache/Session.php             |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Identity.php                  |    8 +-
 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                        |   16 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Special.php                |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php                |   12 +-
 framework/Core/lib/Horde/Core/Script/Package/Datejs.php           |    9 +-
 framework/Core/lib/Horde/Core/Script/Package/Dialog.php           |    2 +-
 framework/Core/lib/Horde/Core/Script/Package/Keynavlist.php       |    2 +-
 framework/Core/lib/Horde/Core/Script/Package/Popup.php            |    2 +-
 framework/Core/lib/Horde/Core/Secret.php                          |    2 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |   19 +-
 framework/Core/lib/Horde/Core/Share/FactoryCallback.php           |    2 +-
 framework/Core/lib/Horde/Core/Smartmobile/Url.php                 |    2 +-
 framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php         |    9 +-
 framework/Core/lib/Horde/Core/TagBrowser.php                      |    7 +-
 framework/Core/lib/Horde/Core/Tagger.php                          |   70 +-
 framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php              |    2 +-
 framework/Core/lib/Horde/Core/Text/Filter/Emails.php              |    2 +-
 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/Topbar.php                          |    4 +-
 framework/Core/lib/Horde/Core/Translation.php                     |   12 +-
 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php              |    2 +-
 framework/Core/lib/Horde/Core/Tree/Renderer/Javascript.php        |    2 +-
 framework/Core/lib/Horde/Core/Tree/Renderer/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                     |    5 +-
 framework/Core/lib/Horde/Core/Ui/ModalFormRenderer.php            |   16 +-
 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                     |    4 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer.php                  |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php     |    2 +-
 framework/Core/lib/Horde/Core/Ui/Widget.php                       |    2 +-
 framework/Core/lib/Horde/Core/View/Helper/Accesskey.php           |    2 +-
 framework/Core/lib/Horde/Core/View/Helper/Help.php                |    2 +-
 framework/Core/lib/Horde/Core/View/Helper/Image.php               |    2 +-
 framework/Core/lib/Horde/Core/View/Helper/Label.php               |    2 +-
 framework/Core/lib/Horde/ErrorHandler.php                         |   11 +-
 framework/Core/lib/Horde/Exception/AuthenticationFailure.php      |    2 +-
 framework/Core/lib/Horde/Exception/PushApp.php                    |    2 +-
 framework/Core/lib/Horde/Help.php                                 |    4 +-
 framework/Core/lib/Horde/Menu.php                                 |    4 +-
 framework/Core/lib/Horde/PageOutput.php                           |   59 +-
 framework/Core/lib/Horde/Registry.php                             |   20 +-
 framework/Core/lib/Horde/Registry/Api.php                         |   27 +-
 framework/Core/lib/Horde/Registry/Application.php                 |    6 +-
 framework/Core/lib/Horde/Registry/Caller.php                      |    2 +-
 framework/Core/lib/Horde/Registry/Nlsconfig.php                   |    2 +-
 framework/Core/lib/Horde/Script/File.php                          |    2 +-
 framework/Core/lib/Horde/Script/File/External.php                 |    2 +-
 framework/Core/lib/Horde/Script/File/JsDir.php                    |    2 +-
 framework/Core/lib/Horde/Script/File/JsFramework.php              |    2 +-
 framework/Core/lib/Horde/Script/List.php                          |    2 +-
 framework/Core/lib/Horde/Script/Package.php                       |    2 +-
 framework/Core/lib/Horde/Session.php                              |   69 +-
 framework/Core/lib/Horde/Session/Null.php                         |  311 +-
 framework/Core/lib/Horde/Themes.php                               |    2 +-
 framework/Core/lib/Horde/Themes/Cache.php                         |   10 +-
 framework/Core/lib/Horde/Themes/Css.php                           |    2 +-
 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                              |  200 +-
 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 19930 -> 19930 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |  202 +-
 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.mo                |  Bin 16711 -> 19768 bytes
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.po                |  707 +-
 framework/Core/locale/et/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo                |  Bin 0 -> 5850 bytes
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po                | 1308 +-
 framework/Core/locale/fa/LC_MESSAGES/Horde_Core.po                |    2 +-
 framework/Core/locale/fi/LC_MESSAGES/Horde_Core.mo                |  Bin 19125 -> 19125 bytes
 framework/Core/locale/fi/LC_MESSAGES/Horde_Core.po                |   52 +-
 framework/Core/locale/fr/LC_MESSAGES/Horde_Core.mo                |  Bin 10834 -> 20140 bytes
 framework/Core/locale/fr/LC_MESSAGES/Horde_Core.po                |  998 +-
 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.po                |    2 +-
 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 20703 -> 20703 bytes
 framework/Core/locale/ja/LC_MESSAGES/Horde_Core.po                |   54 +-
 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.po                |    2 +-
 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.mo                |  Bin 19396 -> 19335 bytes
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.po                |   16 +-
 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.po             |    2 +-
 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.mo                |  Bin 16427 -> 19588 bytes
 framework/Core/locale/sk/LC_MESSAGES/Horde_Core.po                |  724 +-
 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                                        |  230 +-
 framework/Core/test/Horde/Core/ActiveSyncTests.php                |  149 +
 framework/Core/test/Horde/Core/AllTests.php                       |   37 +-
 framework/Core/test/Horde/Core/Autoload.php                       |   17 -
 framework/Core/test/Horde/Core/Factory/GroupTest.php              |    9 +-
 framework/Core/test/Horde/Core/Factory/KolabServerTest.php        |    9 +-
 framework/Core/test/Horde/Core/Factory/KolabSessionTest.php       |    9 +-
 framework/Core/test/Horde/Core/RegistryTest.php                   |    2 +-
 framework/Core/test/Horde/Core/SmartmobileUrlTest.php             |    5 -
 framework/Core/test/Horde/Core/Stub/Registry.php                  |    2 +-
 framework/Core/test/Horde/Core/UrlTest.php                        |  247 +-
 framework/Core/test/Horde/Core/bootstrap.php                      |    3 +
 framework/Core/test/Horde/Core/phpunit.xml                        |    2 +-
 framework/Crypt/lib/Horde/Crypt.php                               |    2 +-
 framework/Crypt/lib/Horde/Crypt/Exception.php                     |    2 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |    4 +-
 framework/Crypt/lib/Horde/Crypt/Smime.php                         |    6 +-
 framework/Crypt/lib/Horde/Crypt/Translation.php                   |   13 +-
 framework/Crypt/locale/Horde_Crypt.pot                            |   38 +-
 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.mo              |  Bin 7765 -> 7765 bytes
 framework/Crypt/locale/de/LC_MESSAGES/Horde_Crypt.po              |   40 +-
 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.mo              |  Bin 8605 -> 7498 bytes
 framework/Crypt/locale/es/LC_MESSAGES/Horde_Crypt.po              |  216 +-
 framework/Crypt/locale/et/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 380 -> 805 bytes
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po              |  392 +-
 framework/Crypt/locale/fa/LC_MESSAGES/Horde_Crypt.po              |    2 +-
 framework/Crypt/locale/fi/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7291 -> 7291 bytes
 framework/Crypt/locale/fi/LC_MESSAGES/Horde_Crypt.po              |   40 +-
 framework/Crypt/locale/fr/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7992 -> 7566 bytes
 framework/Crypt/locale/fr/LC_MESSAGES/Horde_Crypt.po              |  284 +-
 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.po              |    2 +-
 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 7624 -> 7624 bytes
 framework/Crypt/locale/ja/LC_MESSAGES/Horde_Crypt.po              |   42 +-
 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.po              |    2 +-
 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.mo              |  Bin 7391 -> 7453 bytes
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.po              |   11 +-
 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.po           |    2 +-
 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.mo              |  Bin 8534 -> 7402 bytes
 framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.po              |  258 +-
 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                                       |   65 +-
 framework/Crypt/test/Horde/Crypt/AllTests.php                     |   37 +-
 framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php             |    7 +-
 framework/Crypt/test/Horde/Crypt/bootstrap.php                    |    3 +
 framework/Crypt/test/Horde/Crypt/conf.php.dist                    |    2 +
 framework/Crypt/test/Horde/Crypt/phpunit.xml                      |    1 +
 framework/Crypt_Blowfish/doc/Horde/Crypt/Blowfish/COPYING         |  458 +
 .../Crypt_Blowfish/doc/Horde/Crypt/Blowfish/ORIGINAL_LICENSE      |   30 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish.php             |  178 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Base.php        |  128 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Exception.php   |   25 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Mcrypt.php      |   85 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php     |   56 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php.php         |   75 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Base.php    |  459 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Cbc.php     |   73 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Ecb.php     |   65 +
 framework/Crypt_Blowfish/package.xml                              |  193 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/AllTests.php   |    3 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/CbcTest.php    |   76 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/EcbTest.php    |   76 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/bootstrap.php  |    3 +
 .../Crypt_Blowfish/test/Horde/Crypt/Blowfish/fixtures/vectors.txt |   41 +
 .../test/Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt            |   33 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/phpunit.xml    |    1 +
 framework/Data/lib/Horde/Data.php                                 |    2 +-
 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/Exception/Charset.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/Storage.php                         |    2 +-
 framework/Data/lib/Horde/Data/Storage/Mock.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/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.mo                |  Bin 1199 -> 1330 bytes
 framework/Data/locale/es/LC_MESSAGES/Horde_Data.po                |   20 +-
 framework/Data/locale/et/LC_MESSAGES/Horde_Data.po                |    2 +-
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo                |  Bin 379 -> 851 bytes
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po                |   45 +-
 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.mo                |  Bin 550 -> 1349 bytes
 framework/Data/locale/fr/LC_MESSAGES/Horde_Data.po                |   47 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.mo                |  Bin 596 -> 1306 bytes
 framework/Data/locale/sk/LC_MESSAGES/Horde_Data.po                |   41 +-
 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                                        |   62 +-
 framework/Data/test/Horde/Data/AllTests.php                       |   35 +-
 framework/Data/test/Horde/Data/bootstrap.php                      |    3 +
 framework/Data/test/Horde/Data/phpunit.xml                        |    1 +
 framework/DataTree/package.xml                                    |   21 +-
 framework/Date/lib/Horde/Date.php                                 |   26 +-
 framework/Date/lib/Horde/Date/Exception.php                       |    2 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |   29 +-
 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/lib/Horde/Date/Utils.php                           |    6 +-
 framework/Date/locale/Horde_Date.pot                              |   14 +-
 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                |   16 +-
 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.mo                |  Bin 1200 -> 1200 bytes
 framework/Date/locale/es/LC_MESSAGES/Horde_Date.po                |    6 +-
 framework/Date/locale/et/LC_MESSAGES/Horde_Date.po                |    2 +-
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo                |  Bin 0 -> 488 bytes
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po                |   90 +-
 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.mo                |  Bin 645 -> 1236 bytes
 framework/Date/locale/fr/LC_MESSAGES/Horde_Date.po                |   70 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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                                        |   68 +-
 framework/Date/test/Horde/Date/AllTests.php                       |   34 +-
 framework/Date/test/Horde/Date/Autoload.php                       |   20 -
 framework/Date/test/Horde/Date/DateTest.php                       |   18 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |    5 +-
 framework/Date/test/Horde/Date/SpanTest.php                       |    2 -
 framework/Date/test/Horde/Date/UtilsTest.php                      |    2 -
 framework/Date/test/Horde/Date/bootstrap.php                      |    3 +
 framework/Date/test/Horde/Date/phpunit.xml                        |    1 +
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php       |   31 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php    |   76 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php    |    2 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Token.php             |    6 +-
 framework/Date_Parser/package.xml                                 |   34 +-
 framework/Date_Parser/test/Horde/Date/Parser/AllTests.php         |   34 +-
 framework/Date_Parser/test/Horde/Date/Parser/ParserTest.php       |   39 +
 framework/Date_Parser/test/Horde/Date/Parser/TokenTest.php        |   13 +
 framework/Date_Parser/test/Horde/Date/Parser/bootstrap.php        |    3 +
 framework/Date_Parser/test/Horde/Date/Parser/phpunit.xml          |    1 +
 framework/Db/bin/horde-db-migrate-component                       |    2 +-
 framework/Db/doc/Horde/Db/COPYING                                 |    2 +-
 framework/Db/lib/Horde/Db.php                                     |    2 +-
 framework/Db/lib/Horde/Db/Adapter.php                             |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base.php                        |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Column.php                 |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/ColumnDefinition.php       |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Index.php                  |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/Table.php                  |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php        |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php                       |    4 +-
 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                |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php                      |    2 +-
 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                   |    4 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php                  |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php           |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |    2 +-
 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               |    2 +-
 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                                          |   60 +-
 framework/Db/test/Horde/Db/Adapter/MissingTest.php                |   31 -
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinition.php     |  121 +
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php |  131 -
 framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php           |    2 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinition.php      |   76 +
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinitionTest.php  |   86 -
 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php                 |   90 -
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  |  133 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php                |   90 -
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |  133 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php             |   90 -
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              |  134 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php              |   76 +
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php             |   94 -
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              |   10 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php             |   63 +
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php            |   80 -
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             |   14 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |    9 +-
 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php      |    4 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php   |    9 +-
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |    9 +-
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php          |    4 +-
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php |    9 +-
 framework/Db/test/Horde/Db/AllTests.php                           |   94 +-
 framework/Db/test/Horde/Db/Migration/BaseTest.php                 |    2 +-
 framework/Db/test/Horde/Db/Migration/MigratorTest.php             |    4 +-
 framework/Db/test/Horde/Db/bootstrap.php                          |    3 +
 framework/Db/test/Horde/Db/fixtures/unit_tests.sql                |    2 +-
 framework/Db/test/Horde/Db/phpunit.xml                            |    1 +
 framework/Editor/js/LICENSE.html                                  | 1327 -
 framework/Editor/js/ckeditor.js                                   |    1 -
 framework/Editor/js/ckeditor/LICENSE.html                         | 1327 +
 framework/Editor/js/ckeditor/ckeditor.js                          |    1 +
 framework/Editor/js/ckeditor/ckeditor_basic.js                    |    1 +
 framework/Editor/js/ckeditor/config.js                            |    1 +
 framework/Editor/js/ckeditor/contents.css                         |   25 +
 framework/Editor/js/ckeditor/images/spacer.gif                    |  Bin 0 -> 43 bytes
 framework/Editor/js/ckeditor/lang/_languages.js                   |    1 +
 framework/Editor/js/ckeditor/lang/af.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ar.js                           |    1 +
 framework/Editor/js/ckeditor/lang/bg.js                           |    1 +
 framework/Editor/js/ckeditor/lang/bn.js                           |    1 +
 framework/Editor/js/ckeditor/lang/bs.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ca.js                           |    1 +
 framework/Editor/js/ckeditor/lang/cs.js                           |    1 +
 framework/Editor/js/ckeditor/lang/cy.js                           |    1 +
 framework/Editor/js/ckeditor/lang/da.js                           |    1 +
 framework/Editor/js/ckeditor/lang/de.js                           |    1 +
 framework/Editor/js/ckeditor/lang/el.js                           |    1 +
 framework/Editor/js/ckeditor/lang/en-au.js                        |    1 +
 framework/Editor/js/ckeditor/lang/en-ca.js                        |    1 +
 framework/Editor/js/ckeditor/lang/en-gb.js                        |    1 +
 framework/Editor/js/ckeditor/lang/en.js                           |    1 +
 framework/Editor/js/ckeditor/lang/eo.js                           |    1 +
 framework/Editor/js/ckeditor/lang/es.js                           |    1 +
 framework/Editor/js/ckeditor/lang/et.js                           |    1 +
 framework/Editor/js/ckeditor/lang/eu.js                           |    1 +
 framework/Editor/js/ckeditor/lang/fa.js                           |    1 +
 framework/Editor/js/ckeditor/lang/fi.js                           |    1 +
 framework/Editor/js/ckeditor/lang/fo.js                           |    1 +
 framework/Editor/js/ckeditor/lang/fr-ca.js                        |    1 +
 framework/Editor/js/ckeditor/lang/fr.js                           |    1 +
 framework/Editor/js/ckeditor/lang/gl.js                           |    1 +
 framework/Editor/js/ckeditor/lang/gu.js                           |    1 +
 framework/Editor/js/ckeditor/lang/he.js                           |    1 +
 framework/Editor/js/ckeditor/lang/hi.js                           |    1 +
 framework/Editor/js/ckeditor/lang/hr.js                           |    1 +
 framework/Editor/js/ckeditor/lang/hu.js                           |    1 +
 framework/Editor/js/ckeditor/lang/id.js                           |    1 +
 framework/Editor/js/ckeditor/lang/is.js                           |    1 +
 framework/Editor/js/ckeditor/lang/it.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ja.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ka.js                           |    1 +
 framework/Editor/js/ckeditor/lang/km.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ko.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ku.js                           |    1 +
 framework/Editor/js/ckeditor/lang/lt.js                           |    1 +
 framework/Editor/js/ckeditor/lang/lv.js                           |    1 +
 framework/Editor/js/ckeditor/lang/mk.js                           |    1 +
 framework/Editor/js/ckeditor/lang/mn.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ms.js                           |    1 +
 framework/Editor/js/ckeditor/lang/nb.js                           |    1 +
 framework/Editor/js/ckeditor/lang/nl.js                           |    1 +
 framework/Editor/js/ckeditor/lang/no.js                           |    1 +
 framework/Editor/js/ckeditor/lang/pl.js                           |    1 +
 framework/Editor/js/ckeditor/lang/pt-br.js                        |    1 +
 framework/Editor/js/ckeditor/lang/pt.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ro.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ru.js                           |    1 +
 framework/Editor/js/ckeditor/lang/sk.js                           |    1 +
 framework/Editor/js/ckeditor/lang/sl.js                           |    1 +
 framework/Editor/js/ckeditor/lang/sr-latn.js                      |    1 +
 framework/Editor/js/ckeditor/lang/sr.js                           |    1 +
 framework/Editor/js/ckeditor/lang/sv.js                           |    1 +
 framework/Editor/js/ckeditor/lang/th.js                           |    1 +
 framework/Editor/js/ckeditor/lang/tr.js                           |    1 +
 framework/Editor/js/ckeditor/lang/ug.js                           |    1 +
 framework/Editor/js/ckeditor/lang/uk.js                           |    1 +
 framework/Editor/js/ckeditor/lang/vi.js                           |    1 +
 framework/Editor/js/ckeditor/lang/zh-cn.js                        |    1 +
 framework/Editor/js/ckeditor/lang/zh.js                           |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/cs.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/cy.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/da.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/de.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/el.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/en.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/eo.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/fa.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/fi.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/fr.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/gu.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/he.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/it.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/ku.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/lv.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/mk.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/nb.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/nl.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/no.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/pt-br.js       |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/ro.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/sk.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/tr.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/ug.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/vi.js          |    1 +
 framework/Editor/js/ckeditor/plugins/a11yhelp/lang/zh-cn.js       |    1 +
 framework/Editor/js/ckeditor/plugins/about/dialogs/about.js       |    1 +
 .../Editor/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png    |  Bin 0 -> 2759 bytes
 framework/Editor/js/ckeditor/plugins/adobeair/plugin.js           |    1 +
 framework/Editor/js/ckeditor/plugins/ajax/plugin.js               |    1 +
 framework/Editor/js/ckeditor/plugins/autogrow/plugin.js           |    1 +
 framework/Editor/js/ckeditor/plugins/bbcode/plugin.js             |    1 +
 framework/Editor/js/ckeditor/plugins/clipboard/dialogs/paste.js   |    1 +
 .../Editor/js/ckeditor/plugins/colordialog/dialogs/colordialog.js |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/bg.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/cs.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/cy.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/da.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/de.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/el.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/en.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/eo.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/et.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/fa.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/fi.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/fr.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/gu.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/he.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/hr.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/it.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/ku.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/lv.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/nb.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/nl.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/no.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/pl.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/pt-br.js       |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/sk.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/tr.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/ug.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/uk.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/vi.js          |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/lang/zh-cn.js       |    1 +
 framework/Editor/js/ckeditor/plugins/devtools/plugin.js           |    1 +
 framework/Editor/js/ckeditor/plugins/div/dialogs/div.js           |    1 +
 framework/Editor/js/ckeditor/plugins/docprops/dialogs/docprops.js |    1 +
 framework/Editor/js/ckeditor/plugins/docprops/plugin.js           |    1 +
 framework/Editor/js/ckeditor/plugins/find/dialogs/find.js         |    1 +
 framework/Editor/js/ckeditor/plugins/flash/dialogs/flash.js       |    1 +
 framework/Editor/js/ckeditor/plugins/flash/images/placeholder.png |  Bin 0 -> 256 bytes
 framework/Editor/js/ckeditor/plugins/forms/dialogs/button.js      |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/checkbox.js    |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/form.js        |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/hiddenfield.js |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/radio.js       |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/select.js      |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/textarea.js    |    1 +
 framework/Editor/js/ckeditor/plugins/forms/dialogs/textfield.js   |    1 +
 framework/Editor/js/ckeditor/plugins/forms/images/hiddenfield.gif |  Bin 0 -> 105 bytes
 framework/Editor/js/ckeditor/plugins/iframe/dialogs/iframe.js     |    1 +
 .../Editor/js/ckeditor/plugins/iframe/images/placeholder.png      |  Bin 0 -> 264 bytes
 framework/Editor/js/ckeditor/plugins/iframedialog/plugin.js       |    1 +
 framework/Editor/js/ckeditor/plugins/image/dialogs/image.js       |    1 +
 framework/Editor/js/ckeditor/plugins/link/dialogs/anchor.js       |    1 +
 framework/Editor/js/ckeditor/plugins/link/dialogs/link.js         |    1 +
 framework/Editor/js/ckeditor/plugins/link/images/anchor.gif       |  Bin 0 -> 184 bytes
 .../Editor/js/ckeditor/plugins/liststyle/dialogs/liststyle.js     |    1 +
 .../Editor/js/ckeditor/plugins/pagebreak/images/pagebreak.gif     |  Bin 0 -> 54 bytes
 .../Editor/js/ckeditor/plugins/pastefromword/filter/default.js    |    1 +
 .../Editor/js/ckeditor/plugins/pastetext/dialogs/pastetext.js     |    1 +
 .../Editor/js/ckeditor/plugins/placeholder/dialogs/placeholder.js |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/bg.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/cs.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/cy.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/da.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/de.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/el.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/en.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/eo.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/et.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/fa.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/fi.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/fr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/he.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/hr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/it.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/ku.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/lv.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/nb.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/nl.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/no.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/pl.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/pt-br.js    |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/sk.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/tr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/ug.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/uk.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/vi.js       |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/lang/zh-cn.js    |    1 +
 framework/Editor/js/ckeditor/plugins/placeholder/placeholder.gif  |  Bin 0 -> 96 bytes
 framework/Editor/js/ckeditor/plugins/placeholder/plugin.js        |    1 +
 framework/Editor/js/ckeditor/plugins/preview/preview.html         |   10 +
 framework/Editor/js/ckeditor/plugins/scayt/dialogs/options.js     |    1 +
 framework/Editor/js/ckeditor/plugins/scayt/dialogs/toolbar.css    |    6 +
 .../js/ckeditor/plugins/showblocks/images/block_address.png       |  Bin 0 -> 152 bytes
 .../js/ckeditor/plugins/showblocks/images/block_blockquote.png    |  Bin 0 -> 154 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_div.png    |  Bin 0 -> 127 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h1.png     |  Bin 0 -> 119 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h2.png     |  Bin 0 -> 127 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h3.png     |  Bin 0 -> 123 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h4.png     |  Bin 0 -> 123 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h5.png     |  Bin 0 -> 126 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h6.png     |  Bin 0 -> 123 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_p.png      |  Bin 0 -> 115 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_pre.png    |  Bin 0 -> 127 bytes
 framework/Editor/js/ckeditor/plugins/smiley/dialogs/smiley.js     |    1 +
 .../Editor/js/ckeditor/plugins/smiley/images/angel_smile.gif      |  Bin 0 -> 465 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/angry_smile.gif      |  Bin 0 -> 443 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/broken_heart.gif     |  Bin 0 -> 192 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/confused_smile.gif   |  Bin 0 -> 464 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/cry_smile.gif  |  Bin 0 -> 468 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/devil_smile.gif      |  Bin 0 -> 436 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/embaressed_smile.gif |  Bin 0 -> 442 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/envelope.gif   |  Bin 0 -> 426 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/heart.gif      |  Bin 0 -> 183 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/kiss.gif       |  Bin 0 -> 241 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/lightbulb.gif  |  Bin 0 -> 368 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/omg_smile.gif  |  Bin 0 -> 451 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/regular_smile.gif    |  Bin 0 -> 450 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/sad_smile.gif  |  Bin 0 -> 460 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/shades_smile.gif     |  Bin 0 -> 449 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/teeth_smile.gif      |  Bin 0 -> 442 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/thumbs_down.gif      |  Bin 0 -> 408 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/thumbs_up.gif  |  Bin 0 -> 396 bytes
 .../Editor/js/ckeditor/plugins/smiley/images/tounge_smile.gif     |  Bin 0 -> 446 bytes
 .../ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif  |  Bin 0 -> 452 bytes
 framework/Editor/js/ckeditor/plugins/smiley/images/wink_smile.gif |  Bin 0 -> 458 bytes
 .../Editor/js/ckeditor/plugins/specialchar/dialogs/specialchar.js |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/cs.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/cy.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/de.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/el.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/en.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/eo.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/et.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/fa.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/fi.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/fr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/he.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/hr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/it.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/ku.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/lv.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/nb.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/nl.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/no.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/pt-br.js    |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/sk.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/tr.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/ug.js       |    1 +
 framework/Editor/js/ckeditor/plugins/specialchar/lang/zh-cn.js    |    1 +
 framework/Editor/js/ckeditor/plugins/styles/styles/default.js     |    1 +
 framework/Editor/js/ckeditor/plugins/stylesheetparser/plugin.js   |    1 +
 .../ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js   |    1 +
 .../ckeditor/plugins/syntaxhighlight/images/syntaxhighlight.gif   |  Bin 0 -> 94 bytes
 framework/Editor/js/ckeditor/plugins/syntaxhighlight/lang/en.js   |    1 +
 framework/Editor/js/ckeditor/plugins/syntaxhighlight/plugin.js    |    1 +
 framework/Editor/js/ckeditor/plugins/table/dialogs/table.js       |    1 +
 framework/Editor/js/ckeditor/plugins/tableresize/plugin.js        |    1 +
 .../Editor/js/ckeditor/plugins/tabletools/dialogs/tableCell.js    |    1 +
 .../Editor/js/ckeditor/plugins/templates/dialogs/templates.js     |    1 +
 .../Editor/js/ckeditor/plugins/templates/templates/default.js     |    1 +
 .../js/ckeditor/plugins/templates/templates/images/template1.gif  |  Bin 0 -> 375 bytes
 .../js/ckeditor/plugins/templates/templates/images/template2.gif  |  Bin 0 -> 333 bytes
 .../js/ckeditor/plugins/templates/templates/images/template3.gif  |  Bin 0 -> 422 bytes
 framework/Editor/js/ckeditor/plugins/uicolor/dialogs/uicolor.js   |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/bg.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/cs.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/cy.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/da.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/de.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/el.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/en.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/eo.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/et.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/fa.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/fi.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/fr.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/he.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/hr.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/it.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/ku.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/lv.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/mk.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/nb.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/nl.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/no.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/pl.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/pt-br.js        |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/sk.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/tr.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/ug.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/uk.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/vi.js           |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/lang/zh-cn.js        |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/plugin.js            |    1 +
 framework/Editor/js/ckeditor/plugins/uicolor/uicolor.gif          |  Bin 0 -> 1108 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_bg.png      |  Bin 0 -> 1019 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png   |  Bin 0 -> 133 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/picker_mask.png |  Bin 0 -> 10560 bytes
 .../js/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png       |  Bin 0 -> 125 bytes
 framework/Editor/js/ckeditor/plugins/uicolor/yui/assets/yui.css   |    6 +
 framework/Editor/js/ckeditor/plugins/uicolor/yui/yui.js           |    1 +
 framework/Editor/js/ckeditor/plugins/wsc/dialogs/ciframe.html     |   49 +
 framework/Editor/js/ckeditor/plugins/wsc/dialogs/tmpFrameset.html |   52 +
 framework/Editor/js/ckeditor/plugins/wsc/dialogs/wsc.css          |    6 +
 framework/Editor/js/ckeditor/plugins/wsc/dialogs/wsc.js           |    1 +
 framework/Editor/js/ckeditor/plugins/xml/plugin.js                |    1 +
 framework/Editor/js/ckeditor/skins/kama/dialog.css                |   10 +
 framework/Editor/js/ckeditor/skins/kama/editor.css                |   13 +
 framework/Editor/js/ckeditor/skins/kama/icons.png                 |  Bin 0 -> 4627 bytes
 framework/Editor/js/ckeditor/skins/kama/icons_rtl.png             |  Bin 0 -> 4639 bytes
 framework/Editor/js/ckeditor/skins/kama/images/dialog_sides.gif   |  Bin 0 -> 48 bytes
 framework/Editor/js/ckeditor/skins/kama/images/dialog_sides.png   |  Bin 0 -> 126 bytes
 .../Editor/js/ckeditor/skins/kama/images/dialog_sides_rtl.png     |  Bin 0 -> 131 bytes
 framework/Editor/js/ckeditor/skins/kama/images/mini.gif           |  Bin 0 -> 183 bytes
 framework/Editor/js/ckeditor/skins/kama/images/noimage.png        |  Bin 0 -> 2114 bytes
 framework/Editor/js/ckeditor/skins/kama/images/sprites.png        |  Bin 0 -> 5485 bytes
 framework/Editor/js/ckeditor/skins/kama/images/sprites_ie6.png    |  Bin 0 -> 2558 bytes
 framework/Editor/js/ckeditor/skins/kama/images/toolbar_start.gif  |  Bin 0 -> 105 bytes
 framework/Editor/js/ckeditor/skins/kama/skin.js                   |    1 +
 framework/Editor/js/ckeditor/skins/kama/templates.css             |    6 +
 framework/Editor/js/ckeditor/skins/office2003/dialog.css          |   10 +
 framework/Editor/js/ckeditor/skins/office2003/editor.css          |   14 +
 framework/Editor/js/ckeditor/skins/office2003/icons.png           |  Bin 0 -> 4627 bytes
 framework/Editor/js/ckeditor/skins/office2003/icons_rtl.png       |  Bin 0 -> 4639 bytes
 .../Editor/js/ckeditor/skins/office2003/images/dialog_sides.gif   |  Bin 0 -> 48 bytes
 .../Editor/js/ckeditor/skins/office2003/images/dialog_sides.png   |  Bin 0 -> 127 bytes
 .../js/ckeditor/skins/office2003/images/dialog_sides_rtl.png      |  Bin 0 -> 131 bytes
 framework/Editor/js/ckeditor/skins/office2003/images/mini.gif     |  Bin 0 -> 183 bytes
 framework/Editor/js/ckeditor/skins/office2003/images/noimage.png  |  Bin 0 -> 2114 bytes
 framework/Editor/js/ckeditor/skins/office2003/images/sprites.png  |  Bin 0 -> 5040 bytes
 .../Editor/js/ckeditor/skins/office2003/images/sprites_ie6.png    |  Bin 0 -> 2371 bytes
 framework/Editor/js/ckeditor/skins/office2003/skin.js             |    1 +
 framework/Editor/js/ckeditor/skins/office2003/templates.css       |    6 +
 framework/Editor/js/ckeditor/skins/v2/dialog.css                  |    9 +
 framework/Editor/js/ckeditor/skins/v2/editor.css                  |   13 +
 framework/Editor/js/ckeditor/skins/v2/icons.png                   |  Bin 0 -> 4627 bytes
 framework/Editor/js/ckeditor/skins/v2/icons_rtl.png               |  Bin 0 -> 4639 bytes
 framework/Editor/js/ckeditor/skins/v2/images/dialog_sides.gif     |  Bin 0 -> 48 bytes
 framework/Editor/js/ckeditor/skins/v2/images/dialog_sides.png     |  Bin 0 -> 126 bytes
 framework/Editor/js/ckeditor/skins/v2/images/dialog_sides_rtl.png |  Bin 0 -> 131 bytes
 framework/Editor/js/ckeditor/skins/v2/images/mini.gif             |  Bin 0 -> 183 bytes
 framework/Editor/js/ckeditor/skins/v2/images/noimage.png          |  Bin 0 -> 2114 bytes
 framework/Editor/js/ckeditor/skins/v2/images/sprites.png          |  Bin 0 -> 2213 bytes
 framework/Editor/js/ckeditor/skins/v2/images/sprites_ie6.png      |  Bin 0 -> 404 bytes
 framework/Editor/js/ckeditor/skins/v2/images/toolbar_start.gif    |  Bin 0 -> 105 bytes
 framework/Editor/js/ckeditor/skins/v2/skin.js                     |    1 +
 framework/Editor/js/ckeditor/skins/v2/templates.css               |    6 +
 framework/Editor/js/ckeditor/themes/default/theme.js              |    1 +
 framework/Editor/js/ckeditor_basic.js                             |    1 -
 framework/Editor/js/config.js                                     |    1 -
 framework/Editor/js/contents.css                                  |   25 -
 framework/Editor/js/images/spacer.gif                             |  Bin 43 -> 0 bytes
 framework/Editor/js/lang/_languages.js                            |    1 -
 framework/Editor/js/lang/af.js                                    |    1 -
 framework/Editor/js/lang/ar.js                                    |    1 -
 framework/Editor/js/lang/bg.js                                    |    1 -
 framework/Editor/js/lang/bn.js                                    |    1 -
 framework/Editor/js/lang/bs.js                                    |    1 -
 framework/Editor/js/lang/ca.js                                    |    1 -
 framework/Editor/js/lang/cs.js                                    |    1 -
 framework/Editor/js/lang/cy.js                                    |    1 -
 framework/Editor/js/lang/da.js                                    |    1 -
 framework/Editor/js/lang/de.js                                    |    1 -
 framework/Editor/js/lang/el.js                                    |    1 -
 framework/Editor/js/lang/en-au.js                                 |    1 -
 framework/Editor/js/lang/en-ca.js                                 |    1 -
 framework/Editor/js/lang/en-gb.js                                 |    1 -
 framework/Editor/js/lang/en.js                                    |    1 -
 framework/Editor/js/lang/eo.js                                    |    1 -
 framework/Editor/js/lang/es.js                                    |    1 -
 framework/Editor/js/lang/et.js                                    |    1 -
 framework/Editor/js/lang/eu.js                                    |    1 -
 framework/Editor/js/lang/fa.js                                    |    1 -
 framework/Editor/js/lang/fi.js                                    |    1 -
 framework/Editor/js/lang/fo.js                                    |    1 -
 framework/Editor/js/lang/fr-ca.js                                 |    1 -
 framework/Editor/js/lang/fr.js                                    |    1 -
 framework/Editor/js/lang/gl.js                                    |    1 -
 framework/Editor/js/lang/gu.js                                    |    1 -
 framework/Editor/js/lang/he.js                                    |    1 -
 framework/Editor/js/lang/hi.js                                    |    1 -
 framework/Editor/js/lang/hr.js                                    |    1 -
 framework/Editor/js/lang/hu.js                                    |    1 -
 framework/Editor/js/lang/id.js                                    |    1 -
 framework/Editor/js/lang/is.js                                    |    1 -
 framework/Editor/js/lang/it.js                                    |    1 -
 framework/Editor/js/lang/ja.js                                    |    1 -
 framework/Editor/js/lang/ka.js                                    |    1 -
 framework/Editor/js/lang/km.js                                    |    1 -
 framework/Editor/js/lang/ko.js                                    |    1 -
 framework/Editor/js/lang/ku.js                                    |    1 -
 framework/Editor/js/lang/lt.js                                    |    1 -
 framework/Editor/js/lang/lv.js                                    |    1 -
 framework/Editor/js/lang/mk.js                                    |    1 -
 framework/Editor/js/lang/mn.js                                    |    1 -
 framework/Editor/js/lang/ms.js                                    |    1 -
 framework/Editor/js/lang/nb.js                                    |    1 -
 framework/Editor/js/lang/nl.js                                    |    1 -
 framework/Editor/js/lang/no.js                                    |    1 -
 framework/Editor/js/lang/pl.js                                    |    1 -
 framework/Editor/js/lang/pt-br.js                                 |    1 -
 framework/Editor/js/lang/pt.js                                    |    1 -
 framework/Editor/js/lang/ro.js                                    |    1 -
 framework/Editor/js/lang/ru.js                                    |    1 -
 framework/Editor/js/lang/sk.js                                    |    1 -
 framework/Editor/js/lang/sl.js                                    |    1 -
 framework/Editor/js/lang/sr-latn.js                               |    1 -
 framework/Editor/js/lang/sr.js                                    |    1 -
 framework/Editor/js/lang/sv.js                                    |    1 -
 framework/Editor/js/lang/th.js                                    |    1 -
 framework/Editor/js/lang/tr.js                                    |    1 -
 framework/Editor/js/lang/ug.js                                    |    1 -
 framework/Editor/js/lang/uk.js                                    |    1 -
 framework/Editor/js/lang/vi.js                                    |    1 -
 framework/Editor/js/lang/zh-cn.js                                 |    1 -
 framework/Editor/js/lang/zh.js                                    |    1 -
 framework/Editor/js/plugins/a11yhelp/dialogs/a11yhelp.js          |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/cs.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/cy.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/da.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/de.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/el.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/en.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/eo.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/fa.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/fi.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/fr.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/gu.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/he.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/it.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/ku.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/mk.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/nb.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/nl.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/no.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/pt-br.js                |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/ro.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/sk.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/tr.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/ug.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/vi.js                   |    1 -
 framework/Editor/js/plugins/a11yhelp/lang/zh-cn.js                |    1 -
 framework/Editor/js/plugins/about/dialogs/about.js                |    1 -
 framework/Editor/js/plugins/about/dialogs/logo_ckeditor.png       |  Bin 2759 -> 0 bytes
 framework/Editor/js/plugins/adobeair/plugin.js                    |    1 -
 framework/Editor/js/plugins/ajax/plugin.js                        |    1 -
 framework/Editor/js/plugins/autogrow/plugin.js                    |    1 -
 framework/Editor/js/plugins/bbcode/plugin.js                      |    1 -
 framework/Editor/js/plugins/clipboard/dialogs/paste.js            |    1 -
 framework/Editor/js/plugins/colordialog/dialogs/colordialog.js    |    1 -
 framework/Editor/js/plugins/devtools/lang/bg.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/cs.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/cy.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/da.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/de.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/el.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/en.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/eo.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/et.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/fa.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/fi.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/fr.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/gu.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/he.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/hr.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/it.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/ku.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/nb.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/nl.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/no.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/pl.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/pt-br.js                |    1 -
 framework/Editor/js/plugins/devtools/lang/sk.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/tr.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/ug.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/uk.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/vi.js                   |    1 -
 framework/Editor/js/plugins/devtools/lang/zh-cn.js                |    1 -
 framework/Editor/js/plugins/devtools/plugin.js                    |    1 -
 framework/Editor/js/plugins/div/dialogs/div.js                    |    1 -
 framework/Editor/js/plugins/docprops/dialogs/docprops.js          |    1 -
 framework/Editor/js/plugins/docprops/plugin.js                    |    1 -
 framework/Editor/js/plugins/find/dialogs/find.js                  |    1 -
 framework/Editor/js/plugins/flash/dialogs/flash.js                |    1 -
 framework/Editor/js/plugins/flash/images/placeholder.png          |  Bin 256 -> 0 bytes
 framework/Editor/js/plugins/forms/dialogs/button.js               |    1 -
 framework/Editor/js/plugins/forms/dialogs/checkbox.js             |    1 -
 framework/Editor/js/plugins/forms/dialogs/form.js                 |    1 -
 framework/Editor/js/plugins/forms/dialogs/hiddenfield.js          |    1 -
 framework/Editor/js/plugins/forms/dialogs/radio.js                |    1 -
 framework/Editor/js/plugins/forms/dialogs/select.js               |    1 -
 framework/Editor/js/plugins/forms/dialogs/textarea.js             |    1 -
 framework/Editor/js/plugins/forms/dialogs/textfield.js            |    1 -
 framework/Editor/js/plugins/forms/images/hiddenfield.gif          |  Bin 105 -> 0 bytes
 framework/Editor/js/plugins/iframe/dialogs/iframe.js              |    1 -
 framework/Editor/js/plugins/iframe/images/placeholder.png         |  Bin 264 -> 0 bytes
 framework/Editor/js/plugins/iframedialog/plugin.js                |    1 -
 framework/Editor/js/plugins/image/dialogs/image.js                |    1 -
 framework/Editor/js/plugins/link/dialogs/anchor.js                |    1 -
 framework/Editor/js/plugins/link/dialogs/link.js                  |    1 -
 framework/Editor/js/plugins/link/images/anchor.gif                |  Bin 184 -> 0 bytes
 framework/Editor/js/plugins/liststyle/dialogs/liststyle.js        |    1 -
 framework/Editor/js/plugins/pagebreak/images/pagebreak.gif        |  Bin 54 -> 0 bytes
 framework/Editor/js/plugins/pastefromword/filter/default.js       |    1 -
 framework/Editor/js/plugins/pastetext/dialogs/pastetext.js        |    1 -
 framework/Editor/js/plugins/placeholder/dialogs/placeholder.js    |    1 -
 framework/Editor/js/plugins/placeholder/lang/bg.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/cs.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/cy.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/da.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/de.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/el.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/en.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/eo.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/et.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/fa.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/fi.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/fr.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/he.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/hr.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/it.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/ku.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/nb.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/nl.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/no.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/pl.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/pt-br.js             |    1 -
 framework/Editor/js/plugins/placeholder/lang/sk.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/tr.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/ug.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/uk.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/vi.js                |    1 -
 framework/Editor/js/plugins/placeholder/lang/zh-cn.js             |    1 -
 framework/Editor/js/plugins/placeholder/placeholder.gif           |  Bin 96 -> 0 bytes
 framework/Editor/js/plugins/placeholder/plugin.js                 |    1 -
 framework/Editor/js/plugins/preview/preview.html                  |   10 -
 framework/Editor/js/plugins/scayt/dialogs/options.js              |    1 -
 framework/Editor/js/plugins/scayt/dialogs/toolbar.css             |    6 -
 framework/Editor/js/plugins/showblocks/images/block_address.png   |  Bin 152 -> 0 bytes
 .../Editor/js/plugins/showblocks/images/block_blockquote.png      |  Bin 154 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_div.png       |  Bin 127 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h1.png        |  Bin 119 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h2.png        |  Bin 127 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h3.png        |  Bin 123 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h4.png        |  Bin 123 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h5.png        |  Bin 126 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_h6.png        |  Bin 123 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_p.png         |  Bin 115 -> 0 bytes
 framework/Editor/js/plugins/showblocks/images/block_pre.png       |  Bin 127 -> 0 bytes
 framework/Editor/js/plugins/smiley/dialogs/smiley.js              |    1 -
 framework/Editor/js/plugins/smiley/images/angel_smile.gif         |  Bin 465 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/angry_smile.gif         |  Bin 443 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/broken_heart.gif        |  Bin 192 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/confused_smile.gif      |  Bin 464 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/cry_smile.gif           |  Bin 468 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/devil_smile.gif         |  Bin 436 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/embaressed_smile.gif    |  Bin 442 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/envelope.gif            |  Bin 426 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/heart.gif               |  Bin 183 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/kiss.gif                |  Bin 241 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/lightbulb.gif           |  Bin 368 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/omg_smile.gif           |  Bin 451 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/regular_smile.gif       |  Bin 450 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/sad_smile.gif           |  Bin 460 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/shades_smile.gif        |  Bin 449 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/teeth_smile.gif         |  Bin 442 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/thumbs_down.gif         |  Bin 408 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/thumbs_up.gif           |  Bin 396 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/tounge_smile.gif        |  Bin 446 -> 0 bytes
 .../Editor/js/plugins/smiley/images/whatchutalkingabout_smile.gif |  Bin 452 -> 0 bytes
 framework/Editor/js/plugins/smiley/images/wink_smile.gif          |  Bin 458 -> 0 bytes
 framework/Editor/js/plugins/specialchar/dialogs/specialchar.js    |    1 -
 framework/Editor/js/plugins/specialchar/lang/cs.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/cy.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/de.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/el.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/en.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/eo.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/et.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/fa.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/fi.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/fr.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/he.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/hr.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/it.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/ku.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/nb.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/nl.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/no.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/pt-br.js             |    1 -
 framework/Editor/js/plugins/specialchar/lang/tr.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/ug.js                |    1 -
 framework/Editor/js/plugins/specialchar/lang/zh-cn.js             |    1 -
 framework/Editor/js/plugins/styles/styles/default.js              |    1 -
 framework/Editor/js/plugins/stylesheetparser/plugin.js            |    1 -
 .../Editor/js/plugins/syntaxhighlight/dialogs/syntaxhighlight.js  |    1 -
 .../Editor/js/plugins/syntaxhighlight/images/syntaxhighlight.gif  |  Bin 94 -> 0 bytes
 framework/Editor/js/plugins/syntaxhighlight/lang/en.js            |    1 -
 framework/Editor/js/plugins/syntaxhighlight/plugin.js             |    1 -
 framework/Editor/js/plugins/table/dialogs/table.js                |    1 -
 framework/Editor/js/plugins/tableresize/plugin.js                 |    1 -
 framework/Editor/js/plugins/tabletools/dialogs/tableCell.js       |    1 -
 framework/Editor/js/plugins/templates/dialogs/templates.js        |    1 -
 framework/Editor/js/plugins/templates/templates/default.js        |    1 -
 .../Editor/js/plugins/templates/templates/images/template1.gif    |  Bin 375 -> 0 bytes
 .../Editor/js/plugins/templates/templates/images/template2.gif    |  Bin 333 -> 0 bytes
 .../Editor/js/plugins/templates/templates/images/template3.gif    |  Bin 422 -> 0 bytes
 framework/Editor/js/plugins/uicolor/dialogs/uicolor.js            |    1 -
 framework/Editor/js/plugins/uicolor/lang/bg.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/cs.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/cy.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/da.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/de.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/el.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/en.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/eo.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/et.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/fa.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/fi.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/fr.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/he.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/hr.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/it.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/ku.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/mk.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/nb.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/nl.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/no.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/pl.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/pt-br.js                 |    1 -
 framework/Editor/js/plugins/uicolor/lang/sk.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/tr.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/ug.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/uk.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/vi.js                    |    1 -
 framework/Editor/js/plugins/uicolor/lang/zh-cn.js                 |    1 -
 framework/Editor/js/plugins/uicolor/plugin.js                     |    1 -
 framework/Editor/js/plugins/uicolor/uicolor.gif                   |  Bin 1108 -> 0 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/hue_bg.png         |  Bin 1019 -> 0 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/hue_thumb.png      |  Bin 133 -> 0 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/picker_mask.png    |  Bin 10560 -> 0 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/picker_thumb.png   |  Bin 125 -> 0 bytes
 framework/Editor/js/plugins/uicolor/yui/assets/yui.css            |    6 -
 framework/Editor/js/plugins/uicolor/yui/yui.js                    |    1 -
 framework/Editor/js/plugins/wsc/dialogs/ciframe.html              |   49 -
 framework/Editor/js/plugins/wsc/dialogs/tmpFrameset.html          |   52 -
 framework/Editor/js/plugins/wsc/dialogs/wsc.css                   |    6 -
 framework/Editor/js/plugins/wsc/dialogs/wsc.js                    |    1 -
 framework/Editor/js/plugins/xml/plugin.js                         |    1 -
 framework/Editor/js/skins/kama/dialog.css                         |   10 -
 framework/Editor/js/skins/kama/editor.css                         |   13 -
 framework/Editor/js/skins/kama/icons.png                          |  Bin 4627 -> 0 bytes
 framework/Editor/js/skins/kama/icons_rtl.png                      |  Bin 4639 -> 0 bytes
 framework/Editor/js/skins/kama/images/dialog_sides.gif            |  Bin 48 -> 0 bytes
 framework/Editor/js/skins/kama/images/dialog_sides.png            |  Bin 126 -> 0 bytes
 framework/Editor/js/skins/kama/images/dialog_sides_rtl.png        |  Bin 131 -> 0 bytes
 framework/Editor/js/skins/kama/images/mini.gif                    |  Bin 183 -> 0 bytes
 framework/Editor/js/skins/kama/images/noimage.png                 |  Bin 2114 -> 0 bytes
 framework/Editor/js/skins/kama/images/sprites.png                 |  Bin 5485 -> 0 bytes
 framework/Editor/js/skins/kama/images/sprites_ie6.png             |  Bin 2558 -> 0 bytes
 framework/Editor/js/skins/kama/images/toolbar_start.gif           |  Bin 105 -> 0 bytes
 framework/Editor/js/skins/kama/skin.js                            |    1 -
 framework/Editor/js/skins/kama/templates.css                      |    6 -
 framework/Editor/js/skins/office2003/dialog.css                   |   10 -
 framework/Editor/js/skins/office2003/editor.css                   |   14 -
 framework/Editor/js/skins/office2003/icons.png                    |  Bin 4627 -> 0 bytes
 framework/Editor/js/skins/office2003/icons_rtl.png                |  Bin 4639 -> 0 bytes
 framework/Editor/js/skins/office2003/images/dialog_sides.gif      |  Bin 48 -> 0 bytes
 framework/Editor/js/skins/office2003/images/dialog_sides.png      |  Bin 127 -> 0 bytes
 framework/Editor/js/skins/office2003/images/dialog_sides_rtl.png  |  Bin 131 -> 0 bytes
 framework/Editor/js/skins/office2003/images/mini.gif              |  Bin 183 -> 0 bytes
 framework/Editor/js/skins/office2003/images/noimage.png           |  Bin 2114 -> 0 bytes
 framework/Editor/js/skins/office2003/images/sprites.png           |  Bin 5040 -> 0 bytes
 framework/Editor/js/skins/office2003/images/sprites_ie6.png       |  Bin 2371 -> 0 bytes
 framework/Editor/js/skins/office2003/skin.js                      |    1 -
 framework/Editor/js/skins/office2003/templates.css                |    6 -
 framework/Editor/js/skins/v2/dialog.css                           |    9 -
 framework/Editor/js/skins/v2/editor.css                           |   13 -
 framework/Editor/js/skins/v2/icons.png                            |  Bin 4627 -> 0 bytes
 framework/Editor/js/skins/v2/icons_rtl.png                        |  Bin 4639 -> 0 bytes
 framework/Editor/js/skins/v2/images/dialog_sides.gif              |  Bin 48 -> 0 bytes
 framework/Editor/js/skins/v2/images/dialog_sides.png              |  Bin 126 -> 0 bytes
 framework/Editor/js/skins/v2/images/dialog_sides_rtl.png          |  Bin 131 -> 0 bytes
 framework/Editor/js/skins/v2/images/mini.gif                      |  Bin 183 -> 0 bytes
 framework/Editor/js/skins/v2/images/noimage.png                   |  Bin 2114 -> 0 bytes
 framework/Editor/js/skins/v2/images/sprites.png                   |  Bin 2213 -> 0 bytes
 framework/Editor/js/skins/v2/images/sprites_ie6.png               |  Bin 404 -> 0 bytes
 framework/Editor/js/skins/v2/images/toolbar_start.gif             |  Bin 105 -> 0 bytes
 framework/Editor/js/skins/v2/skin.js                              |    1 -
 framework/Editor/js/skins/v2/templates.css                        |    6 -
 framework/Editor/js/themes/default/theme.js                       |    1 -
 framework/Editor/lib/Horde/Editor.php                             |    2 +-
 framework/Editor/lib/Horde/Editor/Ckeditor.php                    |   14 +-
 framework/Editor/lib/Horde/Editor/Exception.php                   |    2 +-
 framework/Editor/package.xml                                      | 1823 +-
 framework/ElasticSearch/doc/Horde/ElasticSearch/COPYING           |   24 +
 framework/ElasticSearch/doc/Horde/ElasticSearch/examples/add.php  |    2 +-
 .../ElasticSearch/doc/Horde/ElasticSearch/examples/count.php      |    2 +-
 framework/ElasticSearch/doc/Horde/ElasticSearch/examples/get.php  |    2 +-
 framework/ElasticSearch/doc/Horde/ElasticSearch/examples/map.php  |    2 +-
 .../ElasticSearch/doc/Horde/ElasticSearch/examples/search.php     |    2 +-
 .../ElasticSearch/doc/Horde/ElasticSearch/examples/status.php     |    2 +-
 framework/ElasticSearch/lib/Horde/ElasticSearch/Client.php        |    2 +-
 framework/ElasticSearch/lib/Horde/ElasticSearch/Exception.php     |    2 +-
 framework/ElasticSearch/lib/Horde/ElasticSearch/Index.php         |    2 +-
 framework/ElasticSearch/lib/Horde/ElasticSearch/Type.php          |    2 +-
 framework/ElasticSearch/package.xml                               |   31 +-
 framework/Exception/lib/Horde/Exception.php                       |    2 +-
 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/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.po      |    2 +-
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo      |  Bin 384 -> 591 bytes
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po      |   22 +-
 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.mo      |  Bin 490 -> 613 bytes
 framework/Exception/locale/fr/LC_MESSAGES/Horde_Exception.po      |   24 +-
 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.po      |    2 +-
 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.po      |    2 +-
 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.po      |    2 +-
 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                                   |   62 +-
 framework/Exception/test/Horde/Exception/AllTests.php             |   37 +-
 framework/Exception/test/Horde/Exception/Autoload.php             |   23 -
 framework/Exception/test/Horde/Exception/ExceptionTest.php        |    9 +-
 framework/Exception/test/Horde/Exception/bootstrap.php            |    3 +
 framework/Exception/test/Horde/Exception/phpunit.xml              |    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                                        |   27 +-
 framework/Feed/test/Horde/Feed/AllTests.php                       |   30 +-
 framework/Feed/test/Horde/Feed/AtomEntryOnlyTest.php              |    4 -
 framework/Feed/test/Horde/Feed/AtomPublishingTest.php             |    4 -
 framework/Feed/test/Horde/Feed/Autoload.php                       |   17 -
 framework/Feed/test/Horde/Feed/BlogrollTest.php                   |    4 -
 framework/Feed/test/Horde/Feed/CountTest.php                      |    4 -
 framework/Feed/test/Horde/Feed/IteratorTest.php                   |    4 -
 framework/Feed/test/Horde/Feed/LexiconTest.php                    |    4 -
 framework/Feed/test/Horde/Feed/ReadTest.php                       |    4 -
 framework/Feed/test/Horde/Feed/bootstrap.php                      |    3 +
 framework/Feed/test/Horde/Feed/phpunit.xml                        |    2 +-
 framework/Form/lib/Horde/Form.php                                 |    9 +-
 framework/Form/lib/Horde/Form/Action/ConditionalEnable.php        |    2 +-
 framework/Form/lib/Horde/Form/Action/ConditionalSetValue.php      |    2 +-
 framework/Form/lib/Horde/Form/Action/SumFields.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/updatefield.php              |    2 +-
 framework/Form/lib/Horde/Form/Translation.php                     |    2 +-
 framework/Form/lib/Horde/Form/Type.php                            |   32 +-
 framework/Form/locale/Horde_Form.pot                              |  344 +-
 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 10966 -> 10966 bytes
 framework/Form/locale/de/LC_MESSAGES/Horde_Form.po                |  346 +-
 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.mo                |  Bin 11154 -> 11214 bytes
 framework/Form/locale/es/LC_MESSAGES/Horde_Form.po                |  305 +-
 framework/Form/locale/et/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo                |  Bin 0 -> 1098 bytes
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po                |  731 +-
 framework/Form/locale/fa/LC_MESSAGES/Horde_Form.po                |    2 +-
 framework/Form/locale/fi/LC_MESSAGES/Horde_Form.mo                |  Bin 10838 -> 10838 bytes
 framework/Form/locale/fi/LC_MESSAGES/Horde_Form.po                |   12 +-
 framework/Form/locale/fr/LC_MESSAGES/Horde_Form.mo                |  Bin 10484 -> 11239 bytes
 framework/Form/locale/fr/LC_MESSAGES/Horde_Form.po                |  379 +-
 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.po                |    2 +-
 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 11480 -> 11480 bytes
 framework/Form/locale/ja/LC_MESSAGES/Horde_Form.po                |   14 +-
 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.po                |    2 +-
 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.po             |    2 +-
 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.mo                |  Bin 10771 -> 10943 bytes
 framework/Form/locale/sk/LC_MESSAGES/Horde_Form.po                |  309 +-
 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/Form/package.xml                                        |   49 +-
 framework/Group/lib/Horde/Group/Base.php                          |    2 +-
 framework/Group/lib/Horde/Group/Exception.php                     |    2 +-
 framework/Group/lib/Horde/Group/Kolab.php                         |   28 +-
 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                                       |   38 +-
 framework/Group/test/Horde/Group/AllTests.php                     |   34 +-
 framework/Group/test/Horde/Group/Autoload.php                     |   20 -
 framework/Group/test/Horde/Group/Base.php                         |  146 -
 framework/Group/test/Horde/Group/LdapTest.php                     |   16 +-
 framework/Group/test/Horde/Group/MockTest.php                     |    9 +-
 framework/Group/test/Horde/Group/Sql/Base.php                     |    9 +-
 framework/Group/test/Horde/Group/Sql/MysqlTest.php                |    4 +-
 framework/Group/test/Horde/Group/Sql/MysqliTest.php               |    4 +-
 framework/Group/test/Horde/Group/Sql/Pdo/MysqlTest.php            |    4 +-
 framework/Group/test/Horde/Group/Sql/Pdo/PgsqlTest.php            |    4 +-
 framework/Group/test/Horde/Group/Sql/Pdo/SqliteTest.php           |    2 +-
 framework/Group/test/Horde/Group/Stub/Api.php                     |    2 +-
 framework/Group/test/Horde/Group/TestBase.php                     |  141 +
 framework/Group/test/Horde/Group/bootstrap.php                    |    3 +
 framework/Group/test/Horde/Group/phpunit.xml                      |    1 +
 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/package.xml                                     |   34 +-
 framework/History/test/Horde/History/AllTests.php                 |   37 +-
 framework/History/test/Horde/History/Autoload.php                 |   18 -
 framework/History/test/Horde/History/InterfaceTest.php            |    9 +-
 framework/History/test/Horde/History/bootstrap.php                |    3 +
 framework/History/test/Horde/History/phpunit.xml                  |    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                                 |    2 +-
 framework/Http/lib/Horde/Http/Client.php                          |    2 +-
 framework/Http/lib/Horde/Http/Exception.php                       |    2 +-
 framework/Http/lib/Horde/Http/Request/Base.php                    |    2 +-
 framework/Http/lib/Horde/Http/Request/Curl.php                    |    2 +-
 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                    |    2 +-
 framework/Http/lib/Horde/Http/Request/Peclhttp.php                |    2 +-
 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                   |    2 +-
 framework/Http/lib/Horde/Http/Response/Peclhttp.php               |   11 +-
 framework/Http/package.xml                                        |   27 +-
 framework/Http/test/Horde/Http/AllTests.php                       |   34 +-
 framework/Http/test/Horde/Http/Autoload.php                       |   17 -
 framework/Http/test/Horde/Http/ClientTest.php                     |    9 +-
 framework/Http/test/Horde/Http/CurlTest.php                       |    9 +-
 framework/Http/test/Horde/Http/FopenTest.php                      |    7 +-
 framework/Http/test/Horde/Http/MockTest.php                       |    5 -
 framework/Http/test/Horde/Http/bootstrap.php                      |    3 +
 framework/Http/test/Horde/Http/phpunit.xml                        |    2 +-
 framework/Icalendar/doc/Horde/Icalendar/COPYING                   |    2 +-
 framework/Icalendar/lib/Horde/Icalendar.php                       |   10 +-
 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                |   16 +-
 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             |    9 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php                 |    2 +-
 framework/Icalendar/locale/Horde_Icalendar.pot                    |    4 +-
 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.mo      |  Bin 503 -> 503 bytes
 framework/Icalendar/locale/de/LC_MESSAGES/Horde_Icalendar.po      |    6 +-
 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.mo      |  Bin 384 -> 553 bytes
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po      |   18 +-
 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.po      |    2 +-
 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.po      |    2 +-
 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.po      |    2 +-
 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                                   |  147 +-
 framework/Icalendar/test/Horde/Icalendar/AllTests.php             |   38 +-
 framework/Icalendar/test/Horde/Icalendar/AttributeTest.php        |   62 +
 framework/Icalendar/test/Horde/Icalendar/Autoload.php             |   20 -
 framework/Icalendar/test/Horde/Icalendar/CharsetTest.php          |   27 +
 framework/Icalendar/test/Horde/Icalendar/ExportTest.php           |  157 +
 framework/Icalendar/test/Horde/Icalendar/FreeBusyTest.php         |  340 +
 framework/Icalendar/test/Horde/Icalendar/ParseTest.php            |  357 +
 framework/Icalendar/test/Horde/Icalendar/TimezonesTest.php        |    2 -
 framework/Icalendar/test/Horde/Icalendar/bootstrap.php            |    3 +
 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt            |   32 -
 framework/Icalendar/test/Horde/Icalendar/charset1.phpt            |   50 -
 framework/Icalendar/test/Horde/Icalendar/common.php               |   16 -
 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt          |   30 -
 framework/Icalendar/test/Horde/Icalendar/fixtures/bug7423.ics     |   11 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/charset1.ics    |   14 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/charset2.ics    |   14 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/charset3.ics    |   14 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/date.ics        |   14 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/empty.ics       |    4 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes1.ics    |   28 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes2.ics    |   20 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/geo1.vcf        |    4 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/geo2.vcf        |    4 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-1.ics    |   11 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-2.ics    |   10 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-3.ics    |   11 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-4.ics    |   12 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-5.ics    |   14 +
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-6.ics    |   25 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/org.vcf         |    5 +
 .../Icalendar/test/Horde/Icalendar/fixtures/quoted-params.ics     |   13 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Vilnius.ics |    4 +-
 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |    4 +-
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |    4 +-
 framework/Icalendar/test/Horde/Icalendar/fixtures/vcal20.ics      |   28 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/vfreebusy1.ics  |   14 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/vfreebusy2.ics  |    9 +
 framework/Icalendar/test/Horde/Icalendar/geo.phpt                 |   37 -
 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt           |   36 -
 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt        |  180 -
 framework/Icalendar/test/Horde/Icalendar/phpunit.xml              |    1 +
 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt       |   43 -
 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt        |   59 -
 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt      |   25 -
 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt  |   43 -
 framework/Icalendar/test/Horde/Icalendar/timezones.phpt           |  828 -
 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt              |  321 -
 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt           |  269 -
 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt       |   51 -
 framework/Image/lib/Horde/Image.php                               |    2 +-
 framework/Image/lib/Horde/Image/Base.php                          |    2 +-
 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       |    4 +-
 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  |    4 +-
 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                     |    2 +-
 framework/Image/lib/Horde/Image/Exif/Bundled.php                  |    2 +-
 framework/Image/lib/Horde/Image/Exif/Exiftool.php                 |    2 +-
 framework/Image/lib/Horde/Image/Exif/Php.php                      |    2 +-
 framework/Image/lib/Horde/Image/Gd.php                            |    2 +-
 framework/Image/lib/Horde/Image/Im.php                            |    2 +-
 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/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.po              |    2 +-
 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.mo              |  Bin 380 -> 1279 bytes
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po              | 1419 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po           |    2 +-
 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.mo              |  Bin 15525 -> 15536 bytes
 framework/Image/locale/sk/LC_MESSAGES/Horde_Image.po              |   32 +-
 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                                       |   66 +-
 framework/Image/test/Horde/Image/AllTests.php                     |   34 +-
 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             |   17 +-
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   20 +-
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   17 +-
 framework/Image/test/Horde/Image/Exif/TestBase.php                |   72 +
 framework/Image/test/Horde/Image/Fixtures/img_exif.jpg            |  Bin 181131 -> 181401 bytes
 framework/Image/test/Horde/Image/bootstrap.php                    |    3 +
 framework/Image/test/Horde/Image/phpunit.xml                      |    1 +
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   44 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |   28 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Auth/DigestMD5.php    |   28 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  111 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php        |   35 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Deprecated.php   |   27 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php      |   41 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php          |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclCommon.php    |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclNegative.php  |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclRights.php    |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/BaseSubject.php  |   37 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php     |   23 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php        |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch/Pop3.php   |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format.php       |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Astring.php     |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Atom.php  |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Date.php  |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/DateTime.php    |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Exception.php   |   22 +-
 .../lib/Horde/Imap/Client/Data/Format/Filter/Quote.php            |   22 +-
 .../lib/Horde/Imap/Client/Data/Format/Filter/String.php           |   52 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php  |   30 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/ListMailbox.php |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php     |   38 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Nil.php   |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Nstring.php     |   40 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Number.php      |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   76 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php         |   36 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Thread.php       |   26 +-
 framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php          |   26 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php         |   26 +-
 .../lib/Horde/Imap/Client/Exception/NoSupportExtension.php        |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Exception/NoSupportPop3.php |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Exception/SearchCharset.php |   24 +-
 .../lib/Horde/Imap/Client/Exception/ServerResponse.php            |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception/Sync.php    |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php       |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php     |   34 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |   75 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Map.php           |   33 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php          |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Interaction/Client.php      |   24 +-
 .../Imap_Client/lib/Horde/Imap/Client/Interaction/Server.php      |   29 +-
 .../lib/Horde/Imap/Client/Interaction/Server/Continuation.php     |   22 +-
 .../lib/Horde/Imap/Client/Interaction/Server/Tagged.php           |   22 +-
 .../lib/Horde/Imap/Client/Interaction/Server/Untagged.php         |   22 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php           |   32 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Mailbox/List.php      |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php      |   26 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  757 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php   |   29 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   39 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |  119 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php          |  226 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Translation.php       |   19 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Url.php               |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php          |   24 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |  138 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7080 -> 7305 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |  142 +-
 framework/Imap_Client/locale/es/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 6207 -> 6958 bytes
 framework/Imap_Client/locale/es/LC_MESSAGES/Horde_Imap_Client.po  |  150 +-
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 0 -> 1408 bytes
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po  |  277 +
 framework/Imap_Client/locale/fi/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 6511 -> 6574 bytes
 framework/Imap_Client/locale/fi/LC_MESSAGES/Horde_Imap_Client.po  |   96 +-
 framework/Imap_Client/locale/fr/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 0 -> 7074 bytes
 framework/Imap_Client/locale/fr/LC_MESSAGES/Horde_Imap_Client.po  |  272 +
 framework/Imap_Client/locale/ja/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7289 -> 7359 bytes
 framework/Imap_Client/locale/ja/LC_MESSAGES/Horde_Imap_Client.po  |   94 +-
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 0 -> 6737 bytes
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.po  |  262 +
 framework/Imap_Client/package.xml                                 |  291 +-
 framework/Imap_Client/test/Horde/Imap/Client/AclTest.php          |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/AllTests.php         |   49 +-
 framework/Imap_Client/test/Horde/Imap/Client/AuthTest.php         |   22 +-
 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php         |   23 -
 framework/Imap_Client/test/Horde/Imap/Client/DataFormatTest.php   |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/DateTimeTest.php     |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php          |   53 +-
 framework/Imap_Client/test/Horde/Imap/Client/MailboxTest.php      |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/MapTest.php          |   25 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |  413 +
 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php       |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php       |  152 +-
 framework/Imap_Client/test/Horde/Imap/Client/SortTest.php         |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/DigestMD5.php   |   21 +-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php      |  102 +-
 .../Imap_Client/test/Horde/Imap/Client/Stub/SocketClientSort.php  |   21 +-
 framework/Imap_Client/test/Horde/Imap/Client/SubjectParseTest.php |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php     |  304 +-
 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php     |   20 +-
 framework/Imap_Client/test/Horde/Imap/Client/Utf7ConvertTest.php  |   18 +-
 framework/Imap_Client/test/Horde/Imap/Client/bootstrap.php        |    3 +
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   12 +
 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt |   14 +
 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt |   17 +
 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt |   14 +
 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt |  112 +
 .../Imap_Client/test/Horde/Imap/Client/fixtures/test_email.txt    |   14 -
 .../Imap_Client/test/Horde/Imap/Client/fixtures/test_email2.txt   |  112 -
 framework/Imap_Client/test/Horde/Imap/Client/phpunit.xml          |    1 +
 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/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.po                |    2 +-
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 383 -> 569 bytes
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po                |   20 +-
 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.mo                |  Bin 631 -> 586 bytes
 framework/Imsp/locale/fr/LC_MESSAGES/Horde_Imsp.po                |   28 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.mo                |  Bin 641 -> 556 bytes
 framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.po                |   21 +-
 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                                        |   49 +-
 framework/Injector/doc/Horde/Injector/COPYING                     |    2 +-
 framework/Injector/package.xml                                    |   32 +-
 framework/Injector/test/Horde/Injector/AllTests.php               |   30 +-
 framework/Injector/test/Horde/Injector/bootstrap.php              |    3 +
 framework/Injector/test/Horde/Injector/phpunit.xml                |    2 +-
 framework/Itip/doc/Horde/Itip/COPYING                             |   44 -
 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.php                        |   12 +-
 framework/Itip/lib/Horde/Itip/Resource/Base.php                   |   21 +-
 framework/Itip/lib/Horde/Itip/Resource/Identity.php               |   47 +-
 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          |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php          |    2 +-
 framework/Itip/lib/Horde/Itip/Translation.php                     |    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.po                |    2 +-
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo                |  Bin 379 -> 603 bytes
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po                |   58 +-
 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.mo                |  Bin 421 -> 1475 bytes
 framework/Itip/locale/fr/LC_MESSAGES/Horde_Itip.po                |   45 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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                                        |   80 +-
 framework/Itip/test/Horde/Itip/AllTests.php                       |   44 +-
 framework/Itip/test/Horde/Itip/Autoload.php                       |    7 +-
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php           |    5 -
 framework/Itip/test/Horde/Itip/Stub/Identity.php                  |   15 +-
 framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php          |   18 -
 framework/Itip/test/Horde/Itip/Unit/Response/Type/BaseTest.php    |    5 -
 framework/Itip/test/Horde/Itip/bootstrap.php                      |    3 +
 framework/Itip/test/Horde/Itip/phpunit.xml                        |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli.php                       |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Data/Ledger.php           |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Exception.php             |    2 +-
 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           |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Data.php           |    2 +-
 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           |    2 +-
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Translation.php           |    2 +-
 framework/Kolab_Cli/locale/es/LC_MESSAGES/Horde_Kolab_Cli.po      |    2 +-
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 0 -> 492 bytes
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po      |  226 +
 framework/Kolab_Cli/locale/fi/LC_MESSAGES/Horde_Kolab_Cli.po      |    2 +-
 framework/Kolab_Cli/locale/ja/LC_MESSAGES/Horde_Kolab_Cli.po      |    2 +-
 framework/Kolab_Cli/locale/lv/LC_MESSAGES/Horde_Kolab_Cli.po      |    2 +-
 framework/Kolab_Cli/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Cli.po   |    2 +-
 framework/Kolab_Cli/package.xml                                   |   21 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/AllTests.php             |   38 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Autoload.php             |    5 -
 framework/Kolab_Cli/test/Horde/Kolab/Cli/TestCase.php             |    2 +-
 .../Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/Data/LedgerTest.php   |    5 -
 .../Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/Module/BaseTest.php   |    7 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/ModuleTest.php  |    7 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/Cli/OptionsTest.php |    7 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/Unit/CliTest.php         |    7 +-
 framework/Kolab_Cli/test/Horde/Kolab/Cli/bootstrap.php            |    3 +
 framework/Kolab_Cli/test/Horde/Kolab/Cli/phpunit.xml              |    2 +-
 framework/Kolab_Config/package.xml                                |   22 +-
 framework/Kolab_Config/test/Horde/Kolab/Config/AllTests.php       |   96 +-
 framework/Kolab_Config/test/Horde/Kolab/Config/Autoload.php       |    8 +-
 .../test/Horde/Kolab/Config/Integration/ConfigTest.php            |    7 +-
 framework/Kolab_Config/test/Horde/Kolab/Config/bootstrap.php      |    3 +
 framework/Kolab_Config/test/Horde/Kolab/Config/phpunit.xml        |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter.php                 |    3 -
 .../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                                |   17 +-
 framework/Kolab_Filter/po/Kolab_Filter.pot                        |    2 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php       |   86 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php       |    7 +-
 .../Kolab_Filter/test/Horde/Kolab/Filter/Helper/AddressFilter.php |    2 +-
 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |    5 -
 .../test/Horde/Kolab/Filter/Integration/IncomingTest.php          |    5 -
 .../test/Horde/Kolab/Filter/Unit/Helper/AddressFilter.php         |    9 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/bootstrap.php      |    3 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/phpunit.xml        |    2 +-
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/new_type.php     |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format.php                 |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |   84 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Base.php  |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Decorator/Memory.php      |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Timed.php |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php       |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/InvalidRoot.php |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/MissingUid.php  |    2 +-
 .../lib/Horde/Kolab/Format/Exception/MissingValue.php             |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/ParseError.php  |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php         |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php  |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Envelope.php    |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |   59 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Helper.php      |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php      |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php        |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Parser.php      |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php        |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AddressType.php  |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/AttendeeRole.php |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/AttendeeStatus.php            |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate.php             |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate/V1.php          |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Base.php   |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean.php      |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Boolean/True.php |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Color.php  |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Background.php          |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Color/Foreground.php          |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Composite.php    |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Address.php         |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Attendee.php        |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Name.php            |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Phone.php           |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence.php      |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/Recurrence/V1.php   |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Composite/SimplePerson.php    |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/CreationDate.php |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/CreationDate/V1.php           |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date.php   |   13 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Date/V1.php      |   12 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime.php     |   20 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/DateTime/V1.php  |   12 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate.php    |    4 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php |    4 +-
 .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime.php             |   38 +
 .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php          |   67 +
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Integer.php      |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/ModificationDate.php          |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Multiple.php     |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Address.php          |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Attendee.php         |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Boolean.php          |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Date.php             |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/Phone.php            |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/SimplePerson.php     |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/Multiple/String.php           |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/PhoneType.php    |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/PrefsApplication.php          |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/ProductId.php    |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceInterval.php        |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange.php           |   17 +-
 .../lib/Horde/Kolab/Format/Xml/Type/RecurrenceRange/V1.php        |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Root.php   |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Sensitivity.php  |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String.php |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String/Empty.php |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/String/Empty/List.php         |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/String/MaybeMissing.php       |    2 +-
 .../lib/Horde/Kolab/Format/Xml/Type/TaskCompletion.php            |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskPriority.php |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/TaskStatus.php   |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Uid.php    |    2 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/XmlAppend.php    |    2 +-
 framework/Kolab_Format/package.xml                                |   49 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php       |   49 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php       |    7 +-
 .../test/Horde/Kolab/Format/Integration/ContactTest.php           |    7 +-
 .../test/Horde/Kolab/Format/Integration/EventTest.php             |    7 +-
 .../test/Horde/Kolab/Format/Integration/PreferencesTest.php       |    7 +-
 .../test/Horde/Kolab/Format/Integration/RecurrenceTest.php        |    7 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php |    7 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php  |    7 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Stub/Dummy.php     |    2 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Stub/Log.php       |    2 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/TestCase.php       |    2 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php  |   15 +-
 .../test/Horde/Kolab/Format/Unit/Decorator/MemoryTest.php         |    9 +-
 .../test/Horde/Kolab/Format/Unit/Decorator/TimedTest.php          |    9 +-
 .../test/Horde/Kolab/Format/Unit/Exception/MissingUidTest.php     |    7 +-
 .../test/Horde/Kolab/Format/Unit/Exception/MissingValueTest.php   |    7 +-
 .../test/Horde/Kolab/Format/Unit/Exception/ParseErrorTest.php     |    7 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Unit/FactoryTest.php     |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/EnvelopeTest.php             |    7 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Unit/Xml/ParserTest.php  |   11 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/BooleanTest.php         |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/ColorTest.php           |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/CompositeTest.php       |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/CreationDateTest.php    |   17 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/DateTimeTest.php        |   32 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/IntegerTest.php         |    7 +-
 .../Horde/Kolab/Format/Unit/Xml/Type/ModificationDateTest.php     |   15 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/MultipleTest.php        |    7 +-
 .../Horde/Kolab/Format/Unit/Xml/Type/PrefsApplicationTest.php     |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/ProductIdTest.php       |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/RecurrenceTest.php      |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/RootTest.php            |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/StringTest.php          |    7 +-
 .../test/Horde/Kolab/Format/Unit/Xml/Type/UidTest.php             |    7 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/XmlTest.php   |    7 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/bootstrap.php      |    3 +
 framework/Kolab_Format/test/Horde/Kolab/Format/phpunit.xml        |    2 +-
 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 +-
 .../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.po  |    2 +-
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 389 -> 623 bytes
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |  102 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.po              |    2 +-
 .../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.mo  |  Bin 661 -> 1820 bytes
 .../Kolab_FreeBusy/locale/sk/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |  103 +-
 .../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                              |   19 +-
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php   |   38 +-
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Autoload.php   |    5 -
 .../test/Horde/Kolab/FreeBusy/Integration/DispatchTest.php        |    9 +-
 .../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        |    9 +-
 .../test/Horde/Kolab/FreeBusy/Integration/TriggerTest.php         |   11 +-
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TestCase.php   |    2 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Controller/MatchDictTest.php   |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Factory/BaseTest.php           |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/FreeBusyTest.php               |   22 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Factory/BaseTest.php  |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Helper/OwaTest.php    |    9 +-
 .../Horde/Kolab/FreeBusy/Unit/Freebusy/Helper/StatusMapTest.php   |    7 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Freebusy/Params/FolderTest.php |   10 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Object/EventTest.php           |    7 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Owner/Freebusy/KolabTest.php   |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Params/UserTest.php            |    9 +-
 .../Horde/Kolab/FreeBusy/Unit/Provider/Remote/PassThroughTest.php |    9 +-
 .../Horde/Kolab/FreeBusy/Unit/Provider/Remote/RedirectTest.php    |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/Event/KolabTest.php   |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/Event/OwaTest.php     |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/Resource/KolabTest.php         |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/AnonymousTest.php         |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/Decorator/LogTest.php     |    9 +-
 .../test/Horde/Kolab/FreeBusy/Unit/User/KolabTest.php             |    9 +-
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/bootstrap.php  |    3 +
 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/phpunit.xml    |    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 +-
 .../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.po  |    2 +-
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 389 -> 988 bytes
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po  |   38 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.mo  |  Bin 459 -> 1004 bytes
 .../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.po  |   34 +-
 .../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                              |    2 +
 framework/Kolab_Resource/test/Horde/Kolab/Resource/Autoload.php   |    7 +-
 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                                |   32 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/AllTests.php       |   37 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |   17 -
 .../test/Horde/Kolab/Server/Class/Server/Composite/BaseTest.php   |    2 +-
 .../Horde/Kolab/Server/Class/Server/Connection/Mock/LdapTest.php  |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Connection/MockTest.php  |    7 +-
 .../Horde/Kolab/Server/Class/Server/Connection/SimpleldapTest.php |    6 +-
 .../Kolab/Server/Class/Server/Connection/SplittedldapTest.php     |    6 +-
 .../test/Horde/Kolab/Server/Class/Server/Decorator/CleanTest.php  |    9 +-
 .../test/Horde/Kolab/Server/Class/Server/Decorator/LogTest.php    |    9 +-
 .../test/Horde/Kolab/Server/Class/Server/Ldap/ChangesTest.php     |    7 +-
 .../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             |    2 +-
 .../Horde/Kolab/Server/Class/Server/Object/Attribute/BaseTest.php |    2 +-
 .../Kolab/Server/Class/Server/Object/Attribute/ValueTest.php      |    9 +-
 .../test/Horde/Kolab/Server/Class/Server/Object/BaseTest.php      |    2 +-
 .../Horde/Kolab/Server/Class/Server/Query/Element/MappedTest.php  |    7 +-
 .../test/Horde/Kolab/Server/Class/Server/Query/ElementTest.php    |    7 +-
 .../test/Horde/Kolab/Server/Class/Server/Query/LdapTest.php       |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Result/LdapTest.php      |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Search/BaseTest.php      |    2 +-
 .../Horde/Kolab/Server/Class/Server/Search/Operation/GuidTest.php |    7 +-
 .../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  |    7 +-
 .../test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php   |    2 +-
 .../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/GroupHandlingTestTodo.php |    2 +-
 .../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           |    7 +-
 .../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 |    7 +-
 .../test/Horde/Kolab/Server/Integration/SearchTest.php            |    2 +-
 .../Horde/Kolab/Server/Integration/SearchguidforuidormailTest.php |    2 +-
 .../test/Horde/Kolab/Server/Integration/UserHandlingTestTodo.php  |    2 +-
 .../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       |    6 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/bootstrap.php      |    3 +
 framework/Kolab_Server/test/Horde/Kolab/Server/phpunit.xml        |    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/package.xml                               |   30 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/AllTests.php     |   49 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/Autoload.php     |    5 -
 .../test/Horde/Kolab/Session/Integration/AnonymousTest.php        |    9 +-
 .../test/Horde/Kolab/Session/Integration/ValidTest.php            |    9 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/TestCase.php     |    2 +-
 .../Kolab_Session/test/Horde/Kolab/Session/Unit/BaseTest.php      |    9 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/AnonymousTest.php     |    9 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/BaseTest.php          |    9 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/LoggedTest.php        |    9 +-
 .../test/Horde/Kolab/Session/Unit/Decorator/StoredTest.php        |    9 +-
 .../Kolab_Session/test/Horde/Kolab/Session/Unit/ImapTest.php      |    9 +-
 .../test/Horde/Kolab/Session/Unit/Storage/MockTest.php            |    9 +-
 .../test/Horde/Kolab/Session/Unit/Storage/SessionTest.php         |   11 +-
 .../test/Horde/Kolab/Session/Unit/Valid/BaseTest.php              |    9 +-
 .../test/Horde/Kolab/Session/Unit/Valid/Decorator/LoggedTest.php  |    9 +-
 framework/Kolab_Session/test/Horde/Kolab/Session/bootstrap.php    |    3 +
 framework/Kolab_Session/test/Horde/Kolab/Session/phpunit.xml      |    2 +-
 framework/Kolab_Storage/doc/Horde/Kolab/Storage/OLD/Folder.php    |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage.php               |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php          |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cached.php        |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php          |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Exception.php      |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Old.php      |    2 +-
 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           |    2 +-
 .../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       |    2 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php      |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Decorator/Log.php |    2 +-
 .../lib/Horde/Kolab/Storage/Decorator/Synchronization.php         |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php        |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php   |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php      |    2 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |    2 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |   61 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |   62 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php   |    2 +-
 .../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  |    2 +-
 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       |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php        |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Data.php   |    2 +-
 .../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/Folder/Types.php  |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Cache.php    |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Exception.php      |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Manipulation.php   |    2 +-
 .../lib/Horde/Kolab/Storage/List/Manipulation/Base.php            |    2 +-
 .../lib/Horde/Kolab/Storage/List/Manipulation/Decorator/Log.php   |    2 +-
 .../lib/Horde/Kolab/Storage/List/Manipulation/Listener.php        |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl.php      |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl/Base.php |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/Acl/Cache.php              |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync.php             |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php        |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php       |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/List.php     |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |    2 +-
 .../Horde/Kolab/Storage/List/Query/List/Cache/Synchronization.php |    6 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Defaults.php          |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Defaults/Bail.php     |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Defaults/Log.php      |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Share.php    |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Base.php             |    2 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Cache.php            |    2 +-
 .../lib/Horde/Kolab/Storage/List/Synchronization.php              |    2 +-
 .../lib/Horde/Kolab/Storage/List/Synchronization/Base.php         |    2 +-
 .../Horde/Kolab/Storage/List/Synchronization/Decorator/Log.php    |    2 +-
 .../lib/Horde/Kolab/Storage/List/Synchronization/Listener.php     |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Tools.php    |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Object.php        |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Object/Exception.php    |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Object/MimeType.php     |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Object/Writer.php |    2 +-
 .../lib/Horde/Kolab/Storage/Object/Writer/Format.php              |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Object/Writer/Raw.php   |    2 +-
 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 |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Cached.php     |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Uncached.php   |    2 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Synchronization.php     |   39 +-
 .../lib/Horde/Kolab/Storage/Synchronization/OncePerSession.php    |   67 +
 .../lib/Horde/Kolab/Storage/Synchronization/TimeBased.php         |  115 +
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Translation.php   |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Uncached.php      |    2 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |   12 +-
 .../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 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |   14 +-
 .../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.mo    |  Bin 7502 -> 5912 bytes
 .../Kolab_Storage/locale/es/LC_MESSAGES/Horde_Kolab_Storage.po    |  319 +-
 .../Kolab_Storage/locale/et/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 388 -> 496 bytes
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po    |  274 +-
 .../Kolab_Storage/locale/fa/LC_MESSAGES/Horde_Kolab_Storage.po    |    2 +-
 .../Kolab_Storage/locale/fi/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5890 -> 5890 bytes
 .../Kolab_Storage/locale/fi/LC_MESSAGES/Horde_Kolab_Storage.po    |   14 +-
 .../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.po    |    2 +-
 .../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 6929 -> 6929 bytes
 .../Kolab_Storage/locale/ja/LC_MESSAGES/Horde_Kolab_Storage.po    |   16 +-
 .../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.po    |    2 +-
 .../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.po |    2 +-
 .../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                               |   70 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/AllTests.php     |   86 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php     |   10 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Autoload.php     |    5 -
 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |   10 +-
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |   15 +-
 .../test/Horde/Kolab/Storage/ComponentTest/List/CacheTest.php     |    7 +-
 .../Horde/Kolab/Storage/ComponentTest/List/Query/Acl/BaseTest.php |    9 +-
 .../Kolab/Storage/ComponentTest/List/Query/List/BaseTest.php      |    7 +-
 .../Kolab/Storage/ComponentTest/List/Query/List/CacheTest.php     |    7 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php     |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php  |    9 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |    7 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |    7 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CachedTest.php    |    7 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Decorator/LogTest.php      |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Query/History/BaseTest.php |    9 +-
 .../Horde/Kolab/Storage/Unit/Data/Query/Preferences/BaseTest.php  |    9 +-
 .../Horde/Kolab/Storage/Unit/Data/Query/Preferences/CacheTest.php |    9 +-
 .../test/Horde/Kolab/Storage/Unit/Decorator/LogTest.php           |    7 +-
 .../Horde/Kolab/Storage/Unit/Decorator/SynchronizationTest.php    |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php          |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/LogTest.php    |   34 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/TimerTest.php  |   52 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php             |    7 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php   |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/BaseTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/DataTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php        |    9 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/Stamp/UidsTest.php       |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/TypeTest.php             |    7 +-
 .../test/Horde/Kolab/Storage/Unit/Folder/TypesTest.php            |    7 +-
 .../test/Horde/Kolab/Storage/Unit/List/Manipulation/BaseTest.php  |    9 +-
 .../Kolab/Storage/Unit/List/Manipulation/Decorator/LogTest.php    |    9 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Acl/BaseTest.php     |    9 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Acl/CacheTest.php    |    9 +-
 .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/BaseTest.php   |    9 +-
 .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/CacheTest.php  |    9 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |    7 +-
 .../Storage/Unit/List/Query/List/Cache/SynchronizationTest.php    |    7 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |    7 +-
 .../Horde/Kolab/Storage/Unit/List/Query/List/DefaultsTest.php     |   11 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Share/BaseTest.php   |    9 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/Share/CacheTest.php  |    9 +-
 .../Horde/Kolab/Storage/Unit/List/Synchronization/BaseTest.php    |    9 +-
 .../Kolab/Storage/Unit/List/Synchronization/Decorator/LogTest.php |    9 +-
 .../test/Horde/Kolab/Storage/Unit/List/ToolsTest.php              |    9 +-
 .../test/Horde/Kolab/Storage/Unit/Object/MimeTypeTest.php         |    9 +-
 .../test/Horde/Kolab/Storage/Unit/Object/Writer/FormatTest.php    |    9 +-
 .../test/Horde/Kolab/Storage/Unit/Object/Writer/RawTest.php       |    9 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/ObjectTest.php    |   13 +-
 .../test/Horde/Kolab/Storage/Unit/QuerySet/UncachedTest.php       |    7 +-
 .../Kolab/Storage/Unit/Synchronization/OncePerSessionTest.php     |  131 +
 .../Horde/Kolab/Storage/Unit/Synchronization/TimeBasedTest.php    |  145 +
 .../test/Horde/Kolab/Storage/Unit/SynchronizationTest.php         |    7 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/UncachedTest.php  |    7 +-
 framework/Kolab_Storage/test/Horde/Kolab/Storage/bootstrap.php    |    3 +
 framework/Kolab_Storage/test/Horde/Kolab/Storage/phpunit.xml      |    2 +-
 framework/Ldap/lib/Horde/Ldap.php                                 |    2 +-
 framework/Ldap/lib/Horde/Ldap/Entry.php                           |    4 +-
 framework/Ldap/lib/Horde/Ldap/Exception.php                       |    2 +-
 framework/Ldap/lib/Horde/Ldap/Filter.php                          |   10 +-
 framework/Ldap/lib/Horde/Ldap/Ldif.php                            |    4 +-
 framework/Ldap/lib/Horde/Ldap/RootDse.php                         |    2 +-
 framework/Ldap/lib/Horde/Ldap/Schema.php                          |    6 +-
 framework/Ldap/lib/Horde/Ldap/Search.php                          |    4 +-
 framework/Ldap/lib/Horde/Ldap/Util.php                            |   32 +-
 framework/Ldap/package.xml                                        |   49 +-
 framework/Ldap/test/Horde/Ldap/AllTests.php                       |   36 +-
 framework/Ldap/test/Horde/Ldap/Autoload.php                       |   20 -
 framework/Ldap/test/Horde/Ldap/EntryTest.php                      |    2 +-
 framework/Ldap/test/Horde/Ldap/FilterTest.php                     |    2 +-
 framework/Ldap/test/Horde/Ldap/LdapTest.php                       |    2 +-
 framework/Ldap/test/Horde/Ldap/LdifTest.php                       |   18 +-
 framework/Ldap/test/Horde/Ldap/SearchTest.php                     |    2 +-
 framework/Ldap/test/Horde/Ldap/TestBase.php                       |    2 +-
 framework/Ldap/test/Horde/Ldap/UtilTest.php                       |    7 +-
 framework/Ldap/test/Horde/Ldap/bootstrap.php                      |    3 +
 framework/Ldap/test/Horde/Ldap/fixtures/changes.ldif              |    2 +-
 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w40.ldif           |    8 +-
 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w50.ldif           |    8 +-
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w30.ldif         |    8 +-
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50.ldif         |    8 +-
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50_WIN.ldif     |    8 +-
 framework/Ldap/test/Horde/Ldap/phpunit.xml                        |    1 +
 framework/ListHeaders/lib/Horde/ListHeaders.php                   |    2 +-
 framework/ListHeaders/lib/Horde/ListHeaders/Base.php              |    2 +-
 framework/ListHeaders/lib/Horde/ListHeaders/Id.php                |    2 +-
 framework/ListHeaders/lib/Horde/ListHeaders/NoPost.php            |    2 +-
 framework/ListHeaders/lib/Horde/ListHeaders/Object.php            |    2 +-
 framework/ListHeaders/package.xml                                 |   34 +-
 framework/ListHeaders/test/Horde/ListHeaders/AllTests.php         |   35 +-
 framework/ListHeaders/test/Horde/ListHeaders/bootstrap.php        |    3 +
 framework/ListHeaders/test/Horde/ListHeaders/phpunit.xml          |    1 +
 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 +-
 framework/Lock/package.xml                                        |   21 +-
 framework/Log/doc/Horde/Log/COPYING                               |    2 +-
 framework/Log/package.xml                                         |   32 +-
 framework/Log/test/Horde/Log/AllTests.php                         |   41 +-
 framework/Log/test/Horde/Log/bootstrap.php                        |    3 +
 framework/Log/test/Horde/Log/phpunit.xml                          |    1 +
 framework/LoginTasks/lib/Horde/LoginTasks.php                     |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php             |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php          |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Task.php                |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php            |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Translation.php         |    2 +-
 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.po    |    2 +-
 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.mo    |  Bin 385 -> 696 bytes
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po    |   34 +-
 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.po    |    2 +-
 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.po    |    2 +-
 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.po    |    2 +-
 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.po |    2 +-
 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                                  |   45 +-
 framework/LoginTasks/test/Horde/LoginTasks/AllTests.php           |   35 +-
 framework/LoginTasks/test/Horde/LoginTasks/Autoload.php           |    5 -
 framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php     |    7 +-
 framework/LoginTasks/test/Horde/LoginTasks/bootstrap.php          |    3 +
 framework/LoginTasks/test/Horde/LoginTasks/phpunit.xml            |    2 +-
 framework/Mail/doc/Horde/Mail/COPYING                             |    2 +-
 framework/Mail/lib/Horde/Mail/Exception.php                       |   22 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php                          |  101 +-
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php                  |   28 +-
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php                    |   16 +-
 framework/Mail/lib/Horde/Mail/Rfc822/GroupList.php                |    7 +-
 framework/Mail/lib/Horde/Mail/Rfc822/List.php                     |   20 +-
 framework/Mail/lib/Horde/Mail/Rfc822/Object.php                   |    7 +-
 framework/Mail/lib/Horde/Mail/Transport.php                       |   28 +-
 framework/Mail/lib/Horde/Mail/Transport/Mail.php                  |   21 +-
 framework/Mail/lib/Horde/Mail/Transport/Mock.php                  |   19 +-
 framework/Mail/lib/Horde/Mail/Transport/Null.php                  |   24 +-
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php              |   21 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php                  |   28 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php                |   28 +-
 framework/Mail/package.xml                                        |   58 +-
 framework/Mail/test/Horde/Mail/AllTests.php                       |   35 +-
 framework/Mail/test/Horde/Mail/ListTest.php                       |    5 +
 framework/Mail/test/Horde/Mail/ParseTest.php                      |   28 +
 framework/Mail/test/Horde/Mail/bootstrap.php                      |    3 +
 framework/Mail/test/Horde/Mail/phpunit.xml                        |    1 +
 framework/Memcache/lib/Horde/Memcache.php                         |    2 +-
 framework/Memcache/lib/Horde/Memcache/Exception.php               |    2 +-
 framework/Memcache/package.xml                                    |   22 +-
 framework/Mime/lib/Horde/Mime.php                                 |    9 +-
 framework/Mime/lib/Horde/Mime/Exception.php                       |    2 +-
 framework/Mime/lib/Horde/Mime/Headers.php                         |    2 +-
 framework/Mime/lib/Horde/Mime/Magic.php                           |    2 +-
 framework/Mime/lib/Horde/Mime/Mail.php                            |    4 +-
 framework/Mime/lib/Horde/Mime/Mdn.php                             |    2 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   43 +-
 framework/Mime/lib/Horde/Mime/Related.php                         |    2 +-
 framework/Mime/lib/Horde/Mime/Translation.php                     |    2 +-
 framework/Mime/lib/Horde/Mime/mime.mapping.php                    |    2 +-
 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.po                |    2 +-
 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.mo                |  Bin 1421 -> 1309 bytes
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.po                |   31 +-
 framework/Mime/locale/et/LC_MESSAGES/Horde_Mime.po                |    2 +-
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo                |  Bin 379 -> 1318 bytes
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po                |   66 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po                |    2 +-
 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.po             |    2 +-
 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.mo                |  Bin 1395 -> 1307 bytes
 framework/Mime/locale/sk/LC_MESSAGES/Horde_Mime.po                |   40 +-
 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                                        |   88 +-
 framework/Mime/test/Horde/Mime/AllTests.php                       |   35 +-
 framework/Mime/test/Horde/Mime/Autoload.php                       |   20 -
 framework/Mime/test/Horde/Mime/HeadersTest.php                    |   15 +-
 framework/Mime/test/Horde/Mime/MagicTest.php                      |    7 +-
 framework/Mime/test/Horde/Mime/MailTest.php                       |   15 +-
 framework/Mime/test/Horde/Mime/MimeTest.php                       |    7 +-
 framework/Mime/test/Horde/Mime/PartTest.php                       |   91 +-
 framework/Mime/test/Horde/Mime/RelatedTest.php                    |   12 +-
 framework/Mime/test/Horde/Mime/bootstrap.php                      |    3 +
 framework/Mime/test/Horde/Mime/fixtures/deeply_nested.txt         |  710 +
 framework/Mime/test/Horde/Mime/fixtures/multiple_to.txt           |  142 +
 framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt   |   29 +
 framework/Mime/test/Horde/Mime/phpunit.xml                        |    1 +
 framework/Mime_Viewer/js/syntaxhighlighter/src/shCore.js          |    8 +-
 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              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php           |   24 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php      |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php            |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |   14 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl        | 1165 -
 .../lib/Horde/Mime/Viewer/Ooo/common/measure_conversion.xsl       |  488 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/body.xsl  |  422 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/ooo2ms_docpr.xsl      |  139 +
 .../Mime/Viewer/Ooo/export/common/styles/style_collector.xsl      |  828 +
 .../Mime/Viewer/Ooo/export/common/styles/style_mapping_css.xsl    |  355 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table.xsl       |  164 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_cells.xsl |  279 +
 .../Horde/Mime/Viewer/Ooo/export/common/table/table_columns.xsl   |  243 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_rows.xsl  |  212 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table_of_content.xsl  |  588 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/body.xsl   | 2962 ++
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/header.xsl |  485 +
 .../lib/Horde/Mime/Viewer/Ooo/export/xhtml/opendoc2xhtml.xsl      |  183 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/table.xsl  |  222 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl     | 1674 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl     |  462 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl          |  404 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl  |  379 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl |  398 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl |  660 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl         |  328 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl   |  484 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl |  215 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl    |  177 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php               |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php             |    2 +-
 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/Rtf.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 |    2 +-
 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/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.mo  |  Bin 1546 -> 1546 bytes
 framework/Mime_Viewer/locale/es/LC_MESSAGES/Horde_Mime_Viewer.po  |    6 +-
 framework/Mime_Viewer/locale/et/LC_MESSAGES/Horde_Mime_Viewer.po  |    2 +-
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 0 -> 1559 bytes
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po  |  105 +-
 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.mo  |  Bin 462 -> 1552 bytes
 framework/Mime_Viewer/locale/fr/LC_MESSAGES/Horde_Mime_Viewer.po  |   62 +-
 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.po  |    2 +-
 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.po  |    2 +-
 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.po  |    2 +-
 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                                 |  114 +-
 framework/Model/lib/Horde/Core/Form.php                           |    2 +-
 framework/Model/lib/Horde/Core/Form/daterendererchanges.php       |    2 +-
 framework/Model/lib/Horde/Form/VarRenderer.php                    |    2 +-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php              |    2 +-
 framework/Model/lib/Horde/Model/Translation.php                   |    2 +-
 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.po              |    2 +-
 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.mo              |  Bin 7104 -> 7104 bytes
 framework/Model/locale/es/LC_MESSAGES/Horde_Model.po              |  236 +-
 framework/Model/locale/et/LC_MESSAGES/Horde_Model.po              |    2 +-
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo              |  Bin 380 -> 1296 bytes
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po              |  615 +-
 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.mo              |  Bin 10591 -> 7134 bytes
 framework/Model/locale/fr/LC_MESSAGES/Horde_Model.po              |  780 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po           |    2 +-
 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/Nls/lib/Horde/Nls.php                                   |    2 +-
 framework/Nls/lib/Horde/Nls/Geoip.php                             |    2 +-
 framework/Nls/lib/Horde/Nls/Translation.php                       |    2 +-
 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.po                  |    2 +-
 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.mo                  |  Bin 20224 -> 20887 bytes
 framework/Nls/locale/es/LC_MESSAGES/Horde_Nls.po                  |  542 +-
 framework/Nls/locale/et/LC_MESSAGES/Horde_Nls.po                  |    2 +-
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 378 -> 592 bytes
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po                  | 1842 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.mo                  |  Bin 20747 -> 20747 bytes
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.po                  |    6 +-
 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.po               |    2 +-
 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                                         |   37 +-
 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                                |   30 +-
 framework/Notification/test/Horde/Notification/AllTests.php       |   35 +-
 framework/Notification/test/Horde/Notification/Autoload.php       |    5 -
 .../Horde/Notification/Class/Notification/Event/StatusTest.php    |    7 +-
 .../test/Horde/Notification/Class/Notification/EventTest.php      |    7 +-
 .../Class/Notification/Handler/Decorator/AlarmTest.php            |    7 +-
 .../Class/Notification/Handler/Decorator/HordelogTest.php         |    7 +-
 .../Notification/Class/Notification/Handler/Decorator/LogTest.php |    7 +-
 .../test/Horde/Notification/Class/Notification/HandlerTest.php    |    7 +-
 .../Horde/Notification/Class/Notification/Listener/AudioTest.php  |    7 +-
 .../Horde/Notification/Class/Notification/Listener/StatusTest.php |    7 +-
 .../test/Horde/Notification/Class/Notification/ListenerTest.php   |    7 +-
 .../test/Horde/Notification/Class/NotificationTest.php            |    7 +-
 framework/Notification/test/Horde/Notification/bootstrap.php      |    3 +
 framework/Notification/test/Horde/Notification/phpunit.xml        |    2 +-
 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     |    6 +-
 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                                       |   21 +-
 framework/Pdf/lib/Horde/Pdf/Writer.php                            |    9 +-
 framework/Pdf/package.xml                                         |   60 +-
 framework/Pdf/test/Horde/Pdf/AllTests.php                         |   34 +-
 framework/Pdf/test/Horde/Pdf/WriterTest.php                       |   10 +-
 framework/Pdf/test/Horde/Pdf/bootstrap.php                        |    3 +
 framework/Pdf/test/Horde/Pdf/phpunit.xml                          |    1 +
 framework/Pear/doc/Horde/Pear/COPYING                             |   50 +-
 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/Ignore/Symlink.php |   42 +
 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     |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Type.php                    |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Type/Horde.php              |    3 +-
 framework/Pear/lib/Horde/Pear/Package/Xml.php                     |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php            |    4 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php           |    6 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Element/Directory.php   |    2 +-
 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                          |    2 +-
 framework/Pear/lib/Horde/Pear/Rest.php                            |    2 +-
 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                                        |   25 +-
 framework/Pear/test/Horde/Pear/AllTests.php                       |   44 +-
 framework/Pear/test/Horde/Pear/Autoload.php                       |    5 -
 framework/Pear/test/Horde/Pear/Server/RegistryTest.php            |    7 +-
 framework/Pear/test/Horde/Pear/Server/RemoteTest.php              |   11 +-
 framework/Pear/test/Horde/Pear/Server/RestTest.php                |    9 +-
 framework/Pear/test/Horde/Pear/TestCase.php                       |    2 +-
 .../Horde/Pear/Unit/Package/Contents/Ignore/CompositeTest.php     |    7 +-
 .../Pear/test/Horde/Pear/Unit/Package/Contents/Ignore/DotTest.php |    7 +-
 .../Pear/test/Horde/Pear/Unit/Package/Contents/Ignore/GitTest.php |    7 +-
 .../test/Horde/Pear/Unit/Package/Contents/Ignore/HiddenTest.php   |    7 +-
 .../test/Horde/Pear/Unit/Package/Contents/Ignore/PatternsTest.php |    7 +-
 .../test/Horde/Pear/Unit/Package/Contents/Ignore/SymlinkTest.php  |   79 +
 .../Pear/Unit/Package/Contents/InstallAs/HordeApplicationTest.php |    7 +-
 .../test/Horde/Pear/Unit/Package/Contents/InstallAs/HordeTest.php |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Contents/ListTest.php |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Package/DependenciesTest.php  |    9 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Type/HordeTest.php    |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Package/Xml/DirectoryTest.php |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php           |    7 +-
 framework/Pear/test/Horde/Pear/Unit/RegistryTest.php              |    7 +-
 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php                |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/AccessTest.php           |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/DependenciesTest.php     |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/PackageListTest.php      |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/PackageTest.php          |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/ReleaseTest.php          |    7 +-
 framework/Pear/test/Horde/Pear/Unit/Rest/ReleasesTest.php         |    7 +-
 framework/Pear/test/Horde/Pear/Unit/RestTest.php                  |    7 +-
 framework/Pear/test/Horde/Pear/bootstrap.php                      |    3 +
 framework/Pear/test/Horde/Pear/phpunit.xml                        |    2 +-
 framework/Perms/lib/Horde/Perms.php                               |    2 +-
 framework/Perms/lib/Horde/Perms/Base.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              |   70 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl.php          |    2 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php      |   17 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php   |   17 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Creator.php  |   43 -
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php    |   30 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/User.php     |   22 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |   28 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element.php      |   14 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Creator.php    |   81 -
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Default.php    |   12 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php      |   16 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Guest.php      |   12 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/User.php |   15 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   36 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Storage.php      |   10 +-
 framework/Perms/lib/Horde/Perms/Permission/Sql.php                |    2 +-
 framework/Perms/lib/Horde/Perms/Sql.php                           |    2 +-
 framework/Perms/lib/Horde/Perms/Translation.php                   |    2 +-
 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.po              |    2 +-
 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.mo              |  Bin 380 -> 855 bytes
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po              |   38 +-
 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.mo              |  Bin 626 -> 873 bytes
 framework/Perms/locale/fr/LC_MESSAGES/Horde_Perms.po              |   39 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.mo              |  Bin 613 -> 882 bytes
 framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.po              |   18 +-
 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                                       |   67 +-
 framework/Perms/test/Horde/Perms/AllTests.php                     |   42 +-
 framework/Perms/test/Horde/Perms/Autoload.php                     |   18 -
 framework/Perms/test/Horde/Perms/KolabTest.php                    |   83 +-
 framework/Perms/test/Horde/Perms/bootstrap.php                    |    3 +
 framework/Perms/test/Horde/Perms/phpunit.xml                      |    2 +-
 framework/Prefs/bin/horde-prefs                                   |    2 +-
 framework/Prefs/lib/Horde/Prefs.php                               |   43 +-
 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                      |   60 +-
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |    8 +-
 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             |    4 +-
 framework/Prefs/lib/Horde/Prefs/Storage/Ldap.php                  |  426 +-
 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/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.po              |    2 +-
 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.mo              |  Bin 980 -> 1076 bytes
 framework/Prefs/locale/es/LC_MESSAGES/Horde_Prefs.po              |   13 +-
 framework/Prefs/locale/et/LC_MESSAGES/Horde_Prefs.po              |    2 +-
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 380 -> 1071 bytes
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po              |   52 +-
 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.mo              |  Bin 899 -> 1135 bytes
 framework/Prefs/locale/fr/LC_MESSAGES/Horde_Prefs.po              |   47 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po           |    2 +-
 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.mo              |  Bin 930 -> 1071 bytes
 framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.po              |   23 +-
 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 +-
 framework/Prefs/package.xml                                       |   96 +-
 framework/Prefs/test/Horde/Prefs/AllTests.php                     |   49 +-
 framework/Prefs/test/Horde/Prefs/Autoload.php                     |    7 +-
 framework/Prefs/test/Horde/Prefs/Stub/Storage.php                 |    2 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/FileTest.php        |    9 +-
 .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php      |   16 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php   |   19 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |    9 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqlTest.php   |    4 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqliTest.php  |    4 +-
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/MysqlTest.php     |    4 +-
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/PgsqlTest.php     |    4 +-
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/SqliteTest.php    |    2 +-
 framework/Prefs/test/Horde/Prefs/bootstrap.php                    |    3 +
 framework/Prefs/test/Horde/Prefs/phpunit.xml                      |    2 +-
 framework/PubSub/doc/Horde/PubSub/COPYING                         |    2 +-
 framework/PubSub/lib/Horde/PubSub.php                             |    2 +-
 framework/PubSub/lib/Horde/PubSub/Handle.php                      |    2 +-
 framework/PubSub/lib/Horde/PubSub/Provider.php                    |    2 +-
 framework/PubSub/package.xml                                      |   25 +-
 framework/PubSub/test/Horde/PubSub/AllTests.php                   |   35 +-
 framework/PubSub/test/Horde/PubSub/bootstrap.php                  |    3 +
 framework/PubSub/test/Horde/PubSub/phpunit.xml                    |    1 +
 framework/Push/lib/Horde/Push.php                                 |    2 +-
 framework/Push/lib/Horde/Push/Cli.php                             |    2 +-
 framework/Push/lib/Horde/Push/Exception.php                       |    2 +-
 framework/Push/lib/Horde/Push/Factory/Push.php                    |    2 +-
 framework/Push/lib/Horde/Push/Factory/Recipients.php              |    2 +-
 framework/Push/lib/Horde/Push/Recipient.php                       |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Base.php                  |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Blogger.php               |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Facebook.php              |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Mail.php                  |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Mock.php                  |    2 +-
 framework/Push/lib/Horde/Push/Recipient/Twitter.php               |    2 +-
 framework/Push/lib/Horde/Push/Translation.php                     |    2 +-
 framework/Push/locale/de/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/locale/es/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo                |  Bin 0 -> 487 bytes
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po                |   42 +
 framework/Push/locale/fi/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/locale/fr/LC_MESSAGES/Horde_Push.mo                |  Bin 0 -> 1191 bytes
 framework/Push/locale/fr/LC_MESSAGES/Horde_Push.po                |   45 +
 framework/Push/locale/ja/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/locale/lv/LC_MESSAGES/Horde_Push.po                |    2 +-
 framework/Push/package.xml                                        |   27 +-
 framework/Push/test/Horde/Push/AllTests.php                       |   49 +-
 framework/Push/test/Horde/Push/Autoload.php                       |    7 +-
 framework/Push/test/Horde/Push/TestCase.php                       |    4 +-
 framework/Push/test/Horde/Push/Unit/Push/CliTest.php              |   12 +-
 framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php     |    8 +-
 .../Push/test/Horde/Push/Unit/Push/Factory/RecipientTest.php      |    7 +-
 .../Push/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php      |    7 +-
 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php   |    7 +-
 .../Push/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php      |    7 +-
 framework/Push/test/Horde/Push/Unit/PushTest.php                  |    7 +-
 framework/Push/test/Horde/Push/bootstrap.php                      |    3 +
 framework/Push/test/Horde/Push/phpunit.xml                        |    2 +-
 framework/Queue/doc/Horde/Queue/examples/shutdown_runner.php      |   15 +-
 framework/Queue/lib/Horde/Queue/Runner.php                        |   13 +
 framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php        |   11 +-
 framework/Queue/package.xml                                       |   27 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |    2 +-
 framework/Rdo/lib/Horde/Rdo.php                                   |    2 +-
 framework/Rdo/package.xml                                         |   34 +-
 framework/Rdo/test/Horde/Rdo/AllTests.php                         |   30 +-
 framework/Rdo/test/Horde/Rdo/Autoload.php                         |    7 +-
 framework/Rdo/test/Horde/Rdo/Base.php                             |   19 -
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                         |    9 +-
 framework/Rdo/test/Horde/Rdo/Sql/Pdo/SqliteTest.php               |    2 +-
 framework/Rdo/test/Horde/Rdo/bootstrap.php                        |    3 +
 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql              |    2 +-
 framework/Rdo/test/Horde/Rdo/phpunit.xml                          |    2 +-
 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                           |    4 +-
 framework/Release/lib/Horde/Release/Freecode.php                  |   10 +-
 framework/Release/lib/Horde/Release/MailingList.php               |    2 +-
 framework/Release/lib/Horde/Release/Sentinel.php                  |    2 +-
 framework/Release/lib/Horde/Release/Whups.php                     |    2 +-
 framework/Release/package.xml                                     |   47 +-
 framework/Release/test/Horde/Release/AllTests.php                 |   44 +-
 framework/Release/test/Horde/Release/Autoload.php                 |    5 -
 framework/Release/test/Horde/Release/TestCase.php                 |    2 +-
 .../Release/test/Horde/Release/Unit/Release/SentinelTest.php      |    7 +-
 framework/Release/test/Horde/Release/Unit/Release/WhupsTest.php   |    7 +-
 framework/Release/test/Horde/Release/Unit/ReleaseTest.php         |    7 +-
 framework/Release/test/Horde/Release/bootstrap.php                |    3 +
 framework/Release/test/Horde/Release/phpunit.xml                  |    2 +-
 framework/Role/Horde.php                                          |    2 +-
 framework/Role/Horde/Role.php                                     |    2 +-
 framework/Role/package.xml                                        |   23 +-
 framework/Routes/doc/Horde/Routes/COPYING                         |    2 +-
 framework/Routes/lib/Horde/Routes/Mapper.php                      |    2 +-
 framework/Routes/lib/Horde/Routes/Matcher.php                     |    2 +-
 framework/Routes/package.xml                                      |   47 +-
 framework/Routes/test/Horde/Routes/AllTests.php                   |   38 +-
 framework/Routes/test/Horde/Routes/bootstrap.php                  |    3 +
 framework/Routes/test/Horde/Routes/phpunit.xml                    |    1 +
 framework/Rpc/lib/Horde/Rpc.php                                   |    2 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |   31 +-
 framework/Rpc/lib/Horde/Rpc/Exception.php                         |    2 +-
 framework/Rpc/lib/Horde/Rpc/Jsonrpc.php                           |    2 +-
 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                            |    4 +-
 framework/Rpc/lib/Horde/Rpc/Webdav2.php                           |    2 +-
 framework/Rpc/lib/Horde/Rpc/Xmlrpc.php                            |    2 +-
 framework/Rpc/locale/Horde_Rpc.pot                                |    4 +-
 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.mo                  |  Bin 1546 -> 1546 bytes
 framework/Rpc/locale/de/LC_MESSAGES/Horde_Rpc.po                  |    6 +-
 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.mo                  |  Bin 1324 -> 1524 bytes
 framework/Rpc/locale/es/LC_MESSAGES/Horde_Rpc.po                  |   10 +-
 framework/Rpc/locale/et/LC_MESSAGES/Horde_Rpc.po                  |    2 +-
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 378 -> 560 bytes
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po                  |   52 +-
 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.mo                  |  Bin 1209 -> 1577 bytes
 framework/Rpc/locale/fr/LC_MESSAGES/Horde_Rpc.po                  |   40 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.mo                  |  Bin 1242 -> 1534 bytes
 framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.po                  |   32 +-
 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                                         |   52 +-
 framework/Sabre/lib/Sabre/CalDAV/Backend/Horde.php                |    2 +-
 framework/Sabre/lib/Sabre/DAV/Auth/Backend/Horde.php              |    2 +-
 framework/Scheduler/package.xml                                   |   21 +-
 framework/Scribe/doc/Horde/Scribe/COPYING                         |    2 +-
 framework/Scribe/package.xml                                      |   21 +-
 framework/Secret/lib/Horde/Secret.php                             |    9 +-
 framework/Secret/lib/Horde/Secret/Exception.php                   |    2 +-
 framework/Secret/package.xml                                      |   53 +-
 framework/Secret/test/Horde/Secret/AllTests.php                   |   38 +-
 framework/Secret/test/Horde/Secret/Autoload.php                   |    7 +-
 framework/Secret/test/Horde/Secret/Unit/SecretTest.php            |   19 +-
 framework/Secret/test/Horde/Secret/bootstrap.php                  |    3 +
 framework/Secret/test/Horde/Secret/phpunit.xml                    |    2 +-
 framework/Serialize/lib/Horde/Serialize.php                       |    2 +-
 framework/Serialize/lib/Horde/Serialize/Exception.php             |    2 +-
 framework/Serialize/package.xml                                   |   35 +-
 framework/Serialize/test/Horde/Serialize/AllTests.php             |   37 +-
 framework/Serialize/test/Horde/Serialize/Autoload.php             |   17 -
 framework/Serialize/test/Horde/Serialize/bootstrap.php            |    3 +
 framework/Serialize/test/Horde/Serialize/phpunit.xml              |    1 +
 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/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 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Base.php  |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php  |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Streams.php |    2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Translation.php   |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php   |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php  |    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.mo               |  Bin 699 -> 699 bytes
 .../locale/es/LC_MESSAGES/Horde_Service_Facebook.po               |    8 +-
 .../locale/et/LC_MESSAGES/Horde_Service_Facebook.po               |    2 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 391 -> 717 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po               |   23 +-
 .../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.mo               |  Bin 433 -> 731 bytes
 .../locale/fr/LC_MESSAGES/Horde_Service_Facebook.po               |   30 +-
 .../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.po               |    2 +-
 .../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.po               |    2 +-
 .../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.po               |    2 +-
 .../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.po            |    2 +-
 .../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.mo               |  Bin 670 -> 683 bytes
 .../locale/sk/LC_MESSAGES/Horde_Service_Facebook.po               |   16 +-
 .../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                            |   49 +-
 framework/Service_Gravatar/lib/Horde/Service/Gravatar.php         |    2 +-
 framework/Service_Gravatar/package.xml                            |   16 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/AllTests.php     |   44 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php     |   18 -
 .../Service_Gravatar/test/Horde/Service/Gravatar/GravatarTest.php |    6 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |   21 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/bootstrap.php    |    3 +
 .../Service_Gravatar/test/Horde/Service/Gravatar/phpunit.xml      |    1 +
 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 +-
 .../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.po  |    2 +-
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 389 -> 557 bytes
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po  |   18 +-
 .../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.mo  |  Bin 431 -> 574 bytes
 .../Service_Scribd/locale/fr/LC_MESSAGES/Horde_Service_Scribd.po  |   26 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.po  |    2 +-
 .../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.mo  |  Bin 459 -> 545 bytes
 .../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.po  |   14 +-
 .../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           |    2 +-
 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   |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php  |    2 +-
 framework/Service_Twitter/package.xml                             |   21 +-
 .../Service_UrlShortener/lib/Horde/Service/UrlShortener/Base.php  |    2 +-
 .../lib/Horde/Service/UrlShortener/Exception.php                  |    2 +-
 .../lib/Horde/Service/UrlShortener/TinyUrl.php                    |    2 +-
 framework/Service_UrlShortener/package.xml                        |   21 +-
 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_Weather/doc/Horde/Service/Weather/COPYING       |    4 +-
 framework/Service_Weather/lib/Horde/Service/Weather.php           |    2 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php    |    2 +-
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    2 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Exception.php |    2 +-
 .../lib/Horde/Service/Weather/Exception/InvalidProperty.php       |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |    2 +-
 .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php     |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php    |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |    2 +-
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php      |    2 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Station.php   |    2 +-
 .../Service_Weather/lib/Horde/Service/Weather/Translation.php     |    2 +-
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    2 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php       |    2 +-
 framework/Service_Weather/locale/Horde_Service_Weather.pot        |   19 +-
 .../locale/de/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 12193 -> 12010 bytes
 .../locale/de/LC_MESSAGES/Horde_Service_Weather.po                |   23 +-
 .../locale/en_US/LC_MESSAGES/Horde_Service_Weather.po             |    2 +-
 .../locale/es/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 12559 -> 12372 bytes
 .../locale/es/LC_MESSAGES/Horde_Service_Weather.po                |   47 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 782 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po                |  872 +
 .../locale/fi/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 12910 -> 12742 bytes
 .../locale/fi/LC_MESSAGES/Horde_Service_Weather.po                |    9 +-
 .../locale/fr/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 0 -> 11946 bytes
 .../locale/fr/LC_MESSAGES/Horde_Service_Weather.po                |  870 +
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 10067 -> 9887 bytes
 .../locale/ja/LC_MESSAGES/Horde_Service_Weather.po                |   11 +-
 .../locale/lv/LC_MESSAGES/Horde_Service_Weather.po                |    2 +-
 .../locale/nl/LC_MESSAGES/Horde_Service_Weather.po                |    2 +-
 framework/Service_Weather/package.xml                             |   85 +-
 framework/Service_Weather/test/Horde/Service/Weather/AllTests.php |   44 +-
 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               |    5 +-
 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php  |    5 +-
 .../Service_Weather/test/Horde/Service/Weather/bootstrap.php      |    3 +
 framework/Service_Weather/test/Horde/Service/Weather/phpunit.xml  |    1 +
 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      |   30 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Memcache.php  |    2 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Storage/Sql.php |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Stack.php     |    2 +-
 framework/SessionHandler/package.xml                              |   34 +-
 framework/SessionHandler/test/Horde/SessionHandler/AllTests.php   |   35 +-
 framework/SessionHandler/test/Horde/SessionHandler/Autoload.php   |   20 -
 .../SessionHandler/test/Horde/SessionHandler/Storage/Base.php     |    5 -
 .../test/Horde/SessionHandler/Storage/BuiltinTest.php             |   11 +-
 .../test/Horde/SessionHandler/Storage/ExternalTest.php            |    2 +-
 .../SessionHandler/test/Horde/SessionHandler/Storage/FileTest.php |    2 +-
 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    7 +-
 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    2 +-
 .../test/Horde/SessionHandler/Storage/Sql/MysqlTest.php           |    2 +-
 .../test/Horde/SessionHandler/Storage/Sql/MysqliTest.php          |    2 +-
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/MysqlTest.php       |    4 +-
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/PgsqlTest.php       |    4 +-
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/SqliteTest.php      |    2 +-
 .../test/Horde/SessionHandler/Storage/StackTest.php               |    7 +-
 framework/SessionHandler/test/Horde/SessionHandler/bootstrap.php  |    3 +
 framework/SessionHandler/test/Horde/SessionHandler/phpunit.xml    |    1 +
 framework/Share/lib/Horde/Share/Base.php                          |    2 +-
 framework/Share/lib/Horde/Share/Kolab.php                         |    2 +-
 framework/Share/lib/Horde/Share/Object.php                        |    5 +-
 framework/Share/lib/Horde/Share/Object/Kolab.php                  |    8 +-
 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/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.mo              |  Bin 380 -> 626 bytes
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po              |   19 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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                                       |   51 +-
 framework/Share/test/Horde/Share/AllTests.php                     |   34 +-
 framework/Share/test/Horde/Share/Autoload.php                     |    7 +-
 framework/Share/test/Horde/Share/Base.php                         |  618 -
 framework/Share/test/Horde/Share/Kolab/MockTest.php               |   15 +-
 framework/Share/test/Horde/Share/Kolab/UnitTest.php               |   44 +-
 framework/Share/test/Horde/Share/Sql/Base.php                     |   17 +-
 framework/Share/test/Horde/Share/Sql/MysqlTest.php                |    5 +-
 framework/Share/test/Horde/Share/Sql/MysqliTest.php               |    5 +-
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php            |    5 +-
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php            |    5 +-
 framework/Share/test/Horde/Share/Sql/Pdo/SqliteTest.php           |    2 +-
 framework/Share/test/Horde/Share/Sqlng/Base.php                   |   17 +-
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php              |    5 +-
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php             |    5 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php          |    5 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php          |    5 +-
 framework/Share/test/Horde/Share/Sqlng/Pdo/SqliteTest.php         |    2 +-
 framework/Share/test/Horde/Share/Stub/Group.php                   |    2 +-
 framework/Share/test/Horde/Share/TestBase.php                     |  617 +
 framework/Share/test/Horde/Share/bootstrap.php                    |    3 +
 framework/Share/test/Horde/Share/phpunit.xml                      |    2 +-
 framework/SpellChecker/lib/Horde/SpellChecker.php                 |   93 +-
 framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php          |   93 +-
 framework/SpellChecker/lib/Horde/SpellChecker/Exception.php       |   25 +
 framework/SpellChecker/package.xml                                |   52 +-
 framework/SpellChecker/test/Horde/SpellChecker/AllTests.php       |    3 +
 framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php     |   57 +
 framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt  |   84 -
 framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php      |    3 +
 framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml        |    1 +
 framework/Stream/lib/Horde/Stream.php                             |   15 +-
 framework/Stream/lib/Horde/Stream/Exception.php                   |    2 +-
 framework/Stream/lib/Horde/Stream/Existing.php                    |   40 +
 framework/Stream/lib/Horde/Stream/Temp.php                        |    2 +-
 framework/Stream/package.xml                                      |   48 +-
 framework/Stream/test/Horde/Stream/AllTests.php                   |   33 +-
 framework/Stream/test/Horde/Stream/ExistingTest.php               |  199 +
 framework/Stream/test/Horde/Stream/bootstrap.php                  |    3 +
 framework/Stream/test/Horde/Stream/fixtures/data.txt              |    1 +
 framework/Stream/test/Horde/Stream/phpunit.xml                    |    1 +
 framework/Stream_Filter/lib/Horde/Stream/Filter/Bin2hex.php       |    2 +-
 framework/Stream_Filter/lib/Horde/Stream/Filter/Crc32.php         |    2 +-
 framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php           |    2 +-
 .../Stream_Filter/lib/Horde/Stream/Filter/Htmlspecialchars.php    |    2 +-
 framework/Stream_Filter/lib/Horde/Stream/Filter/Null.php          |    2 +-
 framework/Stream_Filter/package.xml                               |   34 +-
 framework/Stream_Filter/test/Horde/Stream/Filter/AllTests.php     |   33 +-
 framework/Stream_Filter/test/Horde/Stream/Filter/bootstrap.php    |    3 +
 framework/Stream_Filter/test/Horde/Stream/Filter/phpunit.xml      |    1 +
 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                              |   21 +-
 framework/Support/doc/Horde/Support/COPYING                       |    2 +-
 framework/Support/lib/Horde/Support/Array.php                     |    2 +-
 framework/Support/lib/Horde/Support/Backtrace.php                 |    2 +-
 framework/Support/lib/Horde/Support/CombineStream.php             |    2 +-
 framework/Support/lib/Horde/Support/ConsistentHash.php            |    2 +-
 framework/Support/lib/Horde/Support/Guid.php                      |    2 +-
 framework/Support/lib/Horde/Support/Inflector.php                 |    2 +-
 framework/Support/lib/Horde/Support/Memory.php                    |    2 +-
 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/ObjectStub.php                |    2 +-
 framework/Support/lib/Horde/Support/Randomid.php                  |   28 +-
 framework/Support/lib/Horde/Support/Stack.php                     |    2 +-
 framework/Support/lib/Horde/Support/StringStream.php              |    2 +-
 framework/Support/lib/Horde/Support/Stub.php                      |    2 +-
 framework/Support/lib/Horde/Support/Timer.php                     |    2 +-
 framework/Support/lib/Horde/Support/Uuid.php                      |   19 +-
 framework/Support/package.xml                                     |   62 +-
 framework/Support/test/Horde/Support/AllTests.php                 |   35 +-
 framework/Support/test/Horde/Support/ArrayTest.php                |    7 +-
 framework/Support/test/Horde/Support/Autoload.php                 |   19 -
 framework/Support/test/Horde/Support/BacktraceTest.php            |   13 +-
 framework/Support/test/Horde/Support/CombineStreamTest.php        |    7 +-
 framework/Support/test/Horde/Support/ConsistentHashTest.php       |    7 +-
 framework/Support/test/Horde/Support/GuidTest.php                 |   12 +-
 framework/Support/test/Horde/Support/InflectorTest.php            |   13 +-
 framework/Support/test/Horde/Support/MemoryTest.php               |    7 +-
 framework/Support/test/Horde/Support/ObjectStubTest.php           |    7 +-
 framework/Support/test/Horde/Support/RandomidTest.php             |    7 +-
 framework/Support/test/Horde/Support/StackTest.php                |    9 +-
 framework/Support/test/Horde/Support/StringStreamTest.php         |    7 +-
 framework/Support/test/Horde/Support/StubTest.php                 |    7 +-
 framework/Support/test/Horde/Support/TimerTest.php                |    7 +-
 framework/Support/test/Horde/Support/UuidTest.php                 |    7 +-
 framework/Support/test/Horde/Support/bootstrap.php                |    3 +
 framework/Support/test/Horde/Support/phpunit.xml                  |    1 +
 framework/SyncMl/lib/Horde/SyncMl.php                             |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend.php                     |    2 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php               |    2 +-
 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                      |    4 +-
 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               |    2 +-
 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                   |    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.po            |    2 +-
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 381 -> 565 bytes
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po            |   20 +-
 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.mo            |  Bin 423 -> 596 bytes
 framework/SyncMl/locale/fr/LC_MESSAGES/Horde_SyncMl.po            |   22 +-
 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.po            |    2 +-
 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.po            |    2 +-
 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                                      |   36 +-
 framework/SyncMl/test/Horde/SyncMl/testpacket.php                 |    2 +-
 framework/SyncMl/test/Horde/SyncMl/testsync.php                   |    2 +-
 framework/Template/lib/Horde/Template.php                         |    2 +-
 framework/Template/package.xml                                    |   36 +-
 framework/Template/test/Horde/Template/AllTests.php               |   37 +-
 framework/Template/test/Horde/Template/Autoload.php               |   19 -
 framework/Template/test/Horde/Template/TemplateTest.php           |    3 -
 framework/Template/test/Horde/Template/bootstrap.php              |    3 +
 framework/Template/test/Horde/Template/phpunit.xml                |    1 +
 framework/Test/doc/Horde/Test/template/packagetest/AllTests.php   |    3 +
 framework/Test/doc/Horde/Test/template/packagetest/bootstrap.php  |    3 +
 framework/Test/doc/Horde/Test/template/packagetest/phpunit.xml    |    1 +
 framework/Test/lib/Horde/Test/AllTests.php                        |  131 +-
 framework/Test/lib/Horde/Test/Autoload.php                        |   99 +-
 framework/Test/lib/Horde/Test/Bootstrap.php                       |   63 +
 framework/Test/lib/Horde/Test/Case.php                            |    2 +-
 framework/Test/lib/Horde/Test/Exception.php                       |    2 +-
 framework/Test/lib/Horde/Test/Factory/Alarm.php                   |    2 +-
 framework/Test/lib/Horde/Test/Factory/Cache.php                   |    2 +-
 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                 |    2 +-
 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                    |    2 +-
 framework/Test/lib/Horde/Test/Stub/Parser.php                     |    2 +-
 framework/Test/lib/Horde/Test/Stub/Registry.php                   |    2 +-
 framework/Test/package.xml                                        |   53 +-
 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          |   24 +-
 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              |    2 +-
 framework/Text_Diff/lib/Horde/Text/Diff/ThreeWay/BlockBuilder.php |    2 +-
 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                                   |   34 +-
 framework/Text_Diff/test/Horde/Text/Diff/AllTests.php             |   35 +-
 framework/Text_Diff/test/Horde/Text/Diff/Autoload.php             |   20 -
 framework/Text_Diff/test/Horde/Text/Diff/EngineTest.php           |    5 -
 framework/Text_Diff/test/Horde/Text/Diff/RendererTest.php         |    5 -
 framework/Text_Diff/test/Horde/Text/Diff/ThreeWayTest.php         |    5 -
 framework/Text_Diff/test/Horde/Text/Diff/bootstrap.php            |    3 +
 framework/Text_Diff/test/Horde/Text/Diff/phpunit.xml              |    1 +
 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            |    9 +-
 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         |   67 +-
 framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php  |    2 +-
 .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php  |    4 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php          |    9 +-
 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             |   57 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php               |   38 +-
 framework/Text_Filter/locale/Horde_Text_Filter.pot                |    6 +-
 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.mo  |  Bin 476 -> 476 bytes
 framework/Text_Filter/locale/de/LC_MESSAGES/Horde_Text_Filter.po  |    8 +-
 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.mo  |  Bin 529 -> 529 bytes
 framework/Text_Filter/locale/es/LC_MESSAGES/Horde_Text_Filter.po  |    8 +-
 framework/Text_Filter/locale/et/LC_MESSAGES/Horde_Text_Filter.po  |    2 +-
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 386 -> 532 bytes
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po  |   19 +-
 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.po  |    2 +-
 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.po  |    2 +-
 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.po  |    2 +-
 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                                 |   96 +-
 framework/Text_Filter/test/Horde/Text/Filter/AllTests.php         |   37 +-
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   19 -
 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php    |   85 +-
 framework/Text_Filter/test/Horde/Text/Filter/JsminTest.php        |   33 +
 framework/Text_Filter/test/Horde/Text/Filter/LinkurlsTest.php     |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/WordsTest.php        |   64 +
 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php          |  Bin 23500 -> 23372 bytes
 framework/Text_Filter/test/Horde/Text/Filter/bootstrap.php        |    3 +
 framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml          |    2 +-
 framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php   |    2 +-
 framework/Text_Filter_Csstidy/package.xml                         |   34 +-
 .../test/Horde/Text/Filter/Csstidy/AllTests.php                   |   37 +-
 .../test/Horde/Text/Filter/Csstidy/Autoload.php                   |   19 -
 .../test/Horde/Text/Filter/Csstidy/bootstrap.php                  |    3 +
 .../test/Horde/Text/Filter/Csstidy/phpunit.xml                    |    2 +-
 framework/Text_Flowed/lib/Horde/Text/Flowed.php                   |    2 +-
 framework/Text_Flowed/package.xml                                 |   34 +-
 framework/Text_Flowed/test/Horde/Text/Flowed/AllTests.php         |   37 +-
 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php         |   17 -
 framework/Text_Flowed/test/Horde/Text/Flowed/bootstrap.php        |    3 +
 framework/Text_Flowed/test/Horde/Text/Flowed/phpunit.xml          |    2 +-
 framework/Text_Textile/package.xml                                |   19 +-
 framework/Text_Textile/test/Horde/Text/Textile/AllTests.php       |   31 +-
 framework/Text_Textile/test/Horde/Text/Textile/bootstrap.php      |    3 +
 framework/Text_Textile/test/Horde/Text/Textile/phpunit.xml        |    1 +
 framework/Thrift/doc/Horde/Thrift/COPYING                         |    2 +-
 framework/Thrift/package.xml                                      |   21 +-
 framework/Timezone/doc/Horde/Timezone/COPYING                     |  458 +
 framework/Timezone/lib/Horde/Timezone.php                         |    2 +-
 framework/Timezone/lib/Horde/Timezone/Exception.php               |    2 +-
 framework/Timezone/lib/Horde/Timezone/Rule.php                    |    2 +-
 framework/Timezone/lib/Horde/Timezone/Zone.php                    |    2 +-
 framework/Timezone/package.xml                                    |   63 +-
 framework/Timezone/test/Horde/Timezone/AllTests.php               |   35 +-
 framework/Timezone/test/Horde/Timezone/Autoload.php               |   20 -
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php          |    5 -
 framework/Timezone/test/Horde/Timezone/bootstrap.php              |    3 +
 framework/Timezone/test/Horde/Timezone/phpunit.xml                |    1 +
 framework/Token/lib/Horde/Token.php                               |    2 +-
 framework/Token/lib/Horde/Token/Base.php                          |    2 +-
 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/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              |    2 +-
 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.po              |    2 +-
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo              |  Bin 380 -> 488 bytes
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po              |   27 +-
 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.mo              |  Bin 422 -> 1316 bytes
 framework/Token/locale/fr/LC_MESSAGES/Horde_Token.po              |   38 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.po              |    2 +-
 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.mo              |  Bin 967 -> 1314 bytes
 framework/Token/locale/sk/LC_MESSAGES/Horde_Token.po              |   26 +-
 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                                       |   58 +-
 framework/Token/test/Horde/Token/AllTests.php                     |   49 +-
 framework/Token/test/Horde/Token/Autoload.php                     |    7 +-
 framework/Token/test/Horde/Token/BackendTestCase.php              |    2 +-
 framework/Token/test/Horde/Token/Unit/FileTest.php                |    9 +-
 framework/Token/test/Horde/Token/Unit/SqlTest.php                 |    9 +-
 framework/Token/test/Horde/Token/bootstrap.php                    |    3 +
 framework/Token/test/Horde/Token/phpunit.xml                      |    2 +-
 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 +-
 framework/Translation/package.xml                                 |   27 +-
 framework/Translation/test/Horde/Translation/AllTests.php         |   35 +-
 framework/Translation/test/Horde/Translation/bootstrap.php        |    3 +
 .../test/Horde/Translation/locale/de/LC_MESSAGES/Horde_Other.po   |    2 +-
 .../Horde/Translation/locale/de/LC_MESSAGES/Horde_Translation.po  |    2 +-
 framework/Translation/test/Horde/Translation/phpunit.xml          |    1 +
 framework/Tree/lib/Horde/Tree.php                                 |    2 +-
 framework/Tree/lib/Horde/Tree/Exception.php                       |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer.php                        |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer/Base.php                   |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer/Html.php                   |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer/Jquerymobile.php           |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer/Select.php                 |    2 +-
 framework/Tree/lib/Horde/Tree/Renderer/Simplehtml.php             |    2 +-
 framework/Tree/package.xml                                        |   21 +-
 framework/Url/lib/Horde/Url.php                                   |    2 +-
 framework/Url/lib/Horde/Url/Data.php                              |   96 +
 framework/Url/lib/Horde/Url/Exception.php                         |    2 +-
 framework/Url/package.xml                                         |   53 +-
 framework/Url/test/Horde/Url/AllTests.php                         |   35 +-
 framework/Url/test/Horde/Url/UrlDataTest.php                      |   68 +
 framework/Url/test/Horde/Url/bootstrap.php                        |    3 +
 framework/Url/test/Horde/Url/phpunit.xml                          |    1 +
 framework/Util/lib/Horde/Array.php                                |    2 +-
 framework/Util/lib/Horde/Array/Sort/Helper.php                    |    2 +-
 framework/Util/lib/Horde/Domhtml.php                              |  113 +-
 framework/Util/lib/Horde/String.php                               |   65 +-
 framework/Util/lib/Horde/Util.php                                 |    2 +-
 framework/Util/lib/Horde/Variables.php                            |    2 +-
 framework/Util/package.xml                                        |   91 +-
 framework/Util/test/Horde/Util/AllTests.php                       |   35 +-
 framework/Util/test/Horde/Util/ArrayTest.php                      |    5 -
 framework/Util/test/Horde/Util/Autoload.php                       |   16 -
 framework/Util/test/Horde/Util/DomhtmlTest.php                    |   86 +-
 framework/Util/test/Horde/Util/StringTest.php                     |   44 +-
 framework/Util/test/Horde/Util/UtilTest.php                       |    5 -
 framework/Util/test/Horde/Util/bootstrap.php                      |    3 +
 framework/Util/test/Horde/Util/phpunit.xml                        |    1 +
 framework/Vcs/lib/Horde/Vcs.php                                   |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php                              |   15 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php                               |   11 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php                    |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php                     |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php                     |    8 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php                     |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php                         |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php                          |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php                          |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php                          |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php                               |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Base.php                          |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php                           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Git.php                           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php                           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php                      |   28 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Base.php                     |    2 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Cvs.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Git.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Rcs.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/QuickLog/Svn.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |    2 +-
 framework/Vcs/package.xml                                         |   57 +-
 framework/Vcs/test/Horde/Vcs/AllTests.php                         |   35 +-
 framework/Vcs/test/Horde/Vcs/Autoload.php                         |   20 -
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |   16 +-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |    8 +-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/TestBase.php                         |   10 +-
 framework/Vcs/test/Horde/Vcs/bootstrap.php                        |    3 +
 framework/Vcs/test/Horde/Vcs/conf.php.dist                        |   12 +
 framework/Vcs/test/Horde/Vcs/phpunit.xml                          |    1 +
 framework/Vfs/lib/Horde/Vfs.php                                   |    2 +-
 framework/Vfs/lib/Horde/Vfs/Base.php                              |   28 +-
 framework/Vfs/lib/Horde/Vfs/Exception.php                         |    2 +-
 framework/Vfs/lib/Horde/Vfs/File.php                              |    8 +-
 framework/Vfs/lib/Horde/Vfs/Ftp.php                               |   37 +-
 framework/Vfs/lib/Horde/Vfs/Gc.php                                |    2 +-
 framework/Vfs/lib/Horde/Vfs/Horde.php                             |    2 +-
 framework/Vfs/lib/Horde/Vfs/Kolab.php                             |    2 +-
 framework/Vfs/lib/Horde/Vfs/Musql.php                             |    2 +-
 framework/Vfs/lib/Horde/Vfs/Smb.php                               |  154 +-
 framework/Vfs/lib/Horde/Vfs/Sql.php                               |    2 +-
 framework/Vfs/lib/Horde/Vfs/SqlFile.php                           |   10 +-
 framework/Vfs/lib/Horde/Vfs/Ssh2.php                              |   11 +-
 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                  |   10 +-
 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.mo                  |  Bin 670 -> 670 bytes
 framework/Vfs/locale/es/LC_MESSAGES/Horde_Vfs.po                  |   10 +-
 framework/Vfs/locale/et/LC_MESSAGES/Horde_Vfs.po                  |    2 +-
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 378 -> 678 bytes
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po                  |   28 +-
 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.mo                  |  Bin 614 -> 696 bytes
 framework/Vfs/locale/fr/LC_MESSAGES/Horde_Vfs.po                  |   23 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.po                  |    2 +-
 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.po               |    2 +-
 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                                         |   87 +-
 framework/Vfs/test/Horde/Vfs/AllTests.php                         |   38 +-
 framework/Vfs/test/Horde/Vfs/Autoload.php                         |   20 -
 framework/Vfs/test/Horde/Vfs/Base.php                             |  391 -
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |   11 +-
 framework/Vfs/test/Horde/Vfs/FtpTest.php                          |   11 +-
 framework/Vfs/test/Horde/Vfs/KolabTest.php                        |    2 +-
 framework/Vfs/test/Horde/Vfs/SmbTest.php                          |  197 +-
 framework/Vfs/test/Horde/Vfs/Sql/Base.php                         |    9 +-
 framework/Vfs/test/Horde/Vfs/Sql/MysqlTest.php                    |    4 +-
 framework/Vfs/test/Horde/Vfs/Sql/MysqliTest.php                   |    4 +-
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/MysqlTest.php                |    4 +-
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/PgsqlTest.php                |    4 +-
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/SqliteTest.php               |    2 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php                     |    9 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/MysqlTest.php                |    2 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/MysqliTest.php               |    2 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/MysqlTest.php            |    2 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/PgsqlTest.php            |    2 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/SqliteTest.php           |    2 +-
 framework/Vfs/test/Horde/Vfs/Ssh2Test.php                         |   11 +-
 framework/Vfs/test/Horde/Vfs/TestBase.php                         |  398 +
 framework/Vfs/test/Horde/Vfs/bootstrap.php                        |    3 +
 framework/Vfs/test/Horde/Vfs/conf.php.dist                        |    7 +
 framework/Vfs/test/Horde/Vfs/phpunit.xml                          |    1 +
 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                     |    4 +-
 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                  |    5 +-
 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                                        |   43 +-
 framework/View/test/Horde/View/AllTests.php                       |   37 +-
 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               |    8 +-
 framework/View/test/Horde/View/Helper/FormTagTest.php             |   34 +-
 framework/View/test/Horde/View/Helper/FormTest.php                |  116 +-
 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                 |   18 +-
 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/View/test/Horde/View/bootstrap.php                      |    3 +
 framework/View/test/Horde/View/phpunit.xml                        |    2 +-
 framework/Xml_Element/doc/Horde/Xml/Element/COPYING               |    2 +-
 framework/Xml_Element/lib/Horde/Xml/Element.php                   |    2 +-
 framework/Xml_Element/package.xml                                 |   36 +-
 framework/Xml_Element/test/Horde/Xml/Element/AllTests.php         |   27 +-
 framework/Xml_Element/test/Horde/Xml/Element/Autoload.php         |   23 -
 framework/Xml_Element/test/Horde/Xml/Element/CountTest.php        |    3 -
 framework/Xml_Element/test/Horde/Xml/Element/ElementTest.php      |    2 -
 framework/Xml_Element/test/Horde/Xml/Element/IteratorTest.php     |    3 -
 framework/Xml_Element/test/Horde/Xml/Element/bootstrap.php        |    3 +
 framework/Xml_Element/test/Horde/Xml/Element/phpunit.xml          |    1 +
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml.php                       |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/ContentHandler.php        |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Decoder.php               |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd.php                   |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMl.php            |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMlDevInf.php      |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Dtd/SyncMlMetInf.php      |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/DtdManager.php            |    2 +-
 framework/Xml_Wbxml/lib/Horde/Xml/Wbxml/Encoder.php               |    2 +-
 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                                   |   36 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/AllTests.php             |   35 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/Autoload.php             |   20 -
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/DecodeTest.php           |    5 -
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/bootstrap.php            |    3 +
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/phpunit.xml              |    1 +
 framework/Yaml/doc/Horde/Yaml/COPYING                             |    2 +-
 framework/Yaml/lib/Horde/Yaml/Dumper.php                          |  115 +-
 framework/Yaml/lib/Horde/Yaml/Loader.php                          |  184 +-
 framework/Yaml/package.xml                                        |   38 +-
 framework/Yaml/test/Horde/Yaml/AllTests.php                       |   35 +-
 framework/Yaml/test/Horde/Yaml/Autoload.php                       |    6 +-
 framework/Yaml/test/Horde/Yaml/DumperTest.php                     |    4 -
 framework/Yaml/test/Horde/Yaml/LoaderTest.php                     |   13 +-
 framework/Yaml/test/Horde/Yaml/bootstrap.php                      |    3 +
 framework/Yaml/test/Horde/Yaml/phpunit.xml                        |    1 +
 framework/admintools/horde-remove-pref.php                        |    2 +-
 framework/admintools/horde-sql-shell.php                          |    2 +-
 framework/bin/install_framework                                   |   10 +-
 framework/bin/pear_batch_install                                  |    3 +
 framework/bin/test_framework                                      |   41 +-
 framework/devtools/horde-generate-module.php                      |    2 +-
 gollem/clipboard.php                                              |   30 +-
 gollem/config/backends.php                                        |    3 -
 gollem/config/prefs.php                                           |    6 +-
 gollem/docs/CHANGES                                               |   44 +-
 gollem/docs/CREDITS                                               |    4 +-
 gollem/docs/INSTALL                                               |    2 +-
 gollem/docs/RELEASE_NOTES                                         |   21 +-
 gollem/docs/UPGRADING                                             |   11 +-
 gollem/edit.php                                                   |   14 +-
 gollem/index.php                                                  |    2 +-
 gollem/js/clipboard.js                                            |   16 +-
 gollem/js/edit.js                                                 |    2 +-
 gollem/js/login.js                                                |    3 +-
 gollem/js/manager.js                                              |  123 +-
 gollem/lib/Api.php                                                |    2 +-
 gollem/lib/Application.php                                        |   90 +-
 gollem/lib/Auth.php                                               |   14 +-
 gollem/lib/Exception.php                                          |    2 +-
 gollem/lib/Factory/Vfs.php                                        |    8 +-
 gollem/lib/Factory/VfsDefault.php                                 |    2 +-
 gollem/lib/Gollem.php                                             |  224 +-
 gollem/lib/LoginTasks/SystemTask/Upgrade.php                      |    2 +-
 gollem/lib/Prefs/Special/Columnselect.php                         |   19 +-
 gollem/lib/Test.php                                               |    2 +-
 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 73932 -> 73418 bytes
 gollem/locale/de/LC_MESSAGES/gollem.po                            |  192 +-
 gollem/locale/es/LC_MESSAGES/gollem.mo                            |  Bin 75516 -> 73065 bytes
 gollem/locale/es/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/eu/LC_MESSAGES/gollem.mo                            |  Bin 168516 -> 72426 bytes
 gollem/locale/eu/LC_MESSAGES/gollem.po                            |  391 +-
 gollem/locale/eu/help.xml                                         |   48 +-
 gollem/locale/fr/LC_MESSAGES/gollem.mo                            |  Bin 82797 -> 74583 bytes
 gollem/locale/fr/LC_MESSAGES/gollem.po                            |  524 +-
 gollem/locale/gollem.pot                                          |  186 +-
 gollem/locale/hr/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/it/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/ja/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/lv/LC_MESSAGES/gollem.mo                            |  Bin 79365 -> 71548 bytes
 gollem/locale/lv/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/nl/LC_MESSAGES/gollem.mo                            |  Bin 69818 -> 70710 bytes
 gollem/locale/nl/LC_MESSAGES/gollem.po                            |  517 +-
 gollem/locale/pl/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/pt_BR/LC_MESSAGES/gollem.po                         |    2 +-
 gollem/locale/ro/LC_MESSAGES/gollem.po                            |    2 +-
 gollem/locale/sk/LC_MESSAGES/gollem.mo                            |  Bin 71900 -> 72384 bytes
 gollem/locale/sk/LC_MESSAGES/gollem.po                            |  324 +-
 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                                                |  181 +-
 gollem/migration/1_gollem_base_tables.php                         |    2 +-
 gollem/migration/2_gollem_upgrade_autoincrement.php               |   37 +
 gollem/package.xml                                                |  196 +-
 gollem/quota.php                                                  |   35 +-
 gollem/selectlist.php                                             |   44 +-
 gollem/share.php                                                  |    2 +-
 gollem/templates/clipboard.html.php                               |   59 +
 gollem/templates/clipboard/clipboard.html                         |   54 -
 gollem/templates/edit.html.php                                    |   17 +
 gollem/templates/edit/edit.inc                                    |   14 -
 gollem/templates/javascript_defs.php                              |   34 -
 gollem/templates/login/login.html                                 |   87 -
 gollem/templates/manager.html.php                                 |  155 +
 gollem/templates/manager/manager.html                             |  177 -
 gollem/templates/menu.html                                        |   35 -
 gollem/templates/quota.html.php                                   |   25 +
 gollem/templates/quota/quota.html                                 |   25 -
 gollem/templates/selectlist.html.php                              |   32 +
 gollem/templates/selectlist/selectlist.html                       |   33 -
 gollem/themes/default/graphics/clipboard.png                      |  Bin 379 -> 476 bytes
 gollem/themes/default/graphics/copy.png                           |  Bin 217 -> 442 bytes
 gollem/themes/default/graphics/cut.png                            |  Bin 228 -> 553 bytes
 gollem/themes/default/graphics/download.png                       |  Bin 190 -> 422 bytes
 gollem/themes/default/graphics/favicon.ico                        |  Bin 1092 -> 1742 bytes
 gollem/themes/default/graphics/filter-topbar.png                  |  Bin 0 -> 390 bytes
 gollem/themes/default/graphics/folder.png                         |  Bin 583 -> 319 bytes
 gollem/themes/default/graphics/folder_create.png                  |  Bin 487 -> 434 bytes
 gollem/themes/default/graphics/folder_goto.png                    |  Bin 488 -> 441 bytes
 gollem/themes/default/graphics/folder_home.png                    |  Bin 481 -> 449 bytes
 gollem/themes/default/graphics/folder_symlink.png                 |  Bin 580 -> 548 bytes
 gollem/themes/default/graphics/gollem.png                         |  Bin 481 -> 319 bytes
 gollem/themes/default/graphics/perms.png                          |  Bin 243 -> 577 bytes
 gollem/themes/default/graphics/perms_disabled.png                 |  Bin 243 -> 489 bytes
 gollem/themes/default/graphics/quota.png                          |  Bin 0 -> 610 bytes
 gollem/themes/default/graphics/reload.png                         |  Bin 261 -> 478 bytes
 gollem/themes/default/screen.css                                  |   96 +-
 gollem/view.php                                                   |    3 +-
 hermes/LICENSE                                                    |    2 +-
 hermes/admin.php                                                  |    2 +-
 hermes/bin/.htaccess                                              |    1 +
 hermes/bin/hermes-purge                                           |   23 +
 hermes/deliverables.php                                           |    2 +-
 hermes/docs/CHANGES                                               |    1 +
 hermes/docs/RELEASE_NOTES                                         |   31 +-
 hermes/entry.php                                                  |    7 +-
 hermes/index.php                                                  |   21 +-
 hermes/invoicing.php                                              |    2 +-
 hermes/js/hermes.js                                               |  410 +-
 hermes/lib/Ajax.php                                               |    7 +-
 hermes/lib/Ajax/Application.php                                   |    2 +-
 hermes/lib/Ajax/Application/Handler.php                           |  360 +-
 hermes/lib/Application.php                                        |  118 +-
 hermes/lib/Data/Csv.php                                           |   35 +
 hermes/lib/Data/Hermescsv.php                                     |   36 -
 hermes/lib/Data/Hermestsv.php                                     |   43 -
 hermes/lib/Data/Hermesxls.php                                     |   17 -
 hermes/lib/Data/Iif.php                                           |    3 +-
 hermes/lib/Data/Tsv.php                                           |   43 +
 hermes/lib/Data/Xls.php                                           |   17 +
 hermes/lib/Driver/Sql.php                                         |   29 +-
 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                                   |    4 +-
 hermes/lib/Form/Deliverable/ClientSelector.php                    |    4 +-
 hermes/lib/Form/Export.php                                        |   12 +-
 hermes/lib/Form/JobType/Add.php                                   |    4 +-
 hermes/lib/Form/JobType/Edit/Step1.php                            |    4 +-
 hermes/lib/Form/Search.php                                        |    6 +-
 hermes/lib/Form/Time.php                                          |    4 +-
 hermes/lib/Form/Time/Entry.php                                    |    2 +-
 hermes/lib/Hermes.php                                             |  126 +-
 hermes/lib/LoginTasks/SystemTask/Upgrade.php                      |    2 +-
 hermes/lib/Slice.php                                              |    6 +-
 hermes/lib/Table.php                                              |   54 +-
 hermes/lib/View/Sidebar.php                                       |    2 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 79668 -> 79861 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  272 +-
 hermes/locale/es/LC_MESSAGES/hermes.mo                            |  Bin 81917 -> 79442 bytes
 hermes/locale/es/LC_MESSAGES/hermes.po                            |    2 +-
 hermes/locale/fi/LC_MESSAGES/hermes.mo                            |  Bin 77341 -> 77427 bytes
 hermes/locale/fi/LC_MESSAGES/hermes.po                            |   98 +-
 hermes/locale/hermes.pot                                          |  260 +-
 hermes/locale/lv/LC_MESSAGES/hermes.mo                            |  Bin 77282 -> 69443 bytes
 hermes/locale/lv/LC_MESSAGES/hermes.po                            |    2 +-
 hermes/migration/1_hermes_base_tables.php                         |    2 +-
 hermes/migration/2_hermes_autoincrement.php                       |    2 +-
 hermes/package.xml                                                |  128 +-
 hermes/scripts/.htaccess                                          |    1 -
 hermes/scripts/Sandals.wdgt/Default.png                           |  Bin 142 -> 0 bytes
 hermes/scripts/Sandals.wdgt/Icon.png                              |  Bin 4436 -> 0 bytes
 hermes/scripts/Sandals.wdgt/Info.plist                            |   30 -
 .../Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist  |   22 -
 .../KeychainPlugIn.widgetplugin/Contents/MacOS/KeychainPlugIn     |  Bin 46724 -> 0 bytes
 .../Contents/Resources/English.lproj/InfoPlist.strings            |  Bin 276 -> 0 bytes
 hermes/scripts/Sandals.wdgt/Sandals.html                          |  436 -
 hermes/scripts/Sandals.wdgt/lib/Sandals.js                        |  793 -
 hermes/scripts/Sandals.wdgt/lib/horde.js                          |  265 -
 hermes/scripts/Sandals.wdgt/lib/open_calendar.js                  |  480 -
 hermes/scripts/Sandals.wdgt/lib/stripe.js                         |   95 -
 hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js                       |  639 -
 hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css           |  160 -
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/alarm.png      |  Bin 422 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png      |  Bin 184 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png    |  Bin 365 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png    |  Bin 336 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png    |  Bin 169 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png          |  Bin 320 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png            |  Bin 473 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/graphics/required.png          |  Bin 118 -> 0 bytes
 .../scripts/Sandals.wdgt/themes/graphics/spinner-transparent.gif  |  Bin 1849 -> 0 bytes
 hermes/scripts/Sandals.wdgt/themes/hermes-screen.css              |   36 -
 hermes/scripts/Sandals.wdgt/themes/sandals-screen.css             |    5 -
 hermes/scripts/Sandals.wdgt/themes/screen.css                     |  796 -
 hermes/scripts/purge.php                                          |   16 -
 hermes/search.php                                                 |   48 +-
 hermes/start.php                                                  |    2 +-
 hermes/templates/dynamic/export.inc                               |   31 +
 hermes/templates/dynamic/index.inc                                |   20 +-
 hermes/templates/dynamic/jobtypes.inc                             |   26 +
 hermes/templates/dynamic/search.inc                               |  134 +-
 hermes/templates/dynamic/sidebar.html.php                         |   14 +-
 hermes/themes/default/dynamic/screen.css                          |   77 +-
 hermes/themes/default/graphics/admin.png                          |  Bin 667 -> 667 bytes
 hermes/themes/default/graphics/deliverable.png                    |  Bin 625 -> 772 bytes
 hermes/themes/default/graphics/timer-start.png                    |  Bin 469 -> 680 bytes
 hermes/themes/default/graphics/timer-stop.png                     |  Bin 521 -> 682 bytes
 hermes/themes/default/screen.css                                  |    6 +
 hermes/time.php                                                   |   37 +-
 horde/.htaccess                                                   |    3 +
 horde/admin/activesync.php                                        |    8 +-
 horde/admin/alarms.php                                            |    8 +-
 horde/admin/cmdshell.php                                          |    8 +-
 horde/admin/config/config.php                                     |    8 +-
 horde/admin/config/diff.php                                       |    8 +-
 horde/admin/config/index.php                                      |    8 +-
 horde/admin/config/scripts.php                                    |    8 +-
 horde/admin/groups.php                                            |    8 +-
 horde/admin/locale/hr/help.xml                                    |   26 +-
 horde/admin/locale/hu/help.xml                                    |   10 +-
 horde/admin/locale/nl/help.xml                                    |   37 +
 horde/admin/locks.php                                             |    8 +-
 horde/admin/perms/addchild.php                                    |    8 +-
 horde/admin/perms/delete.php                                      |    8 +-
 horde/admin/perms/edit.php                                        |    8 +-
 horde/admin/perms/index.php                                       |    8 +-
 horde/admin/phpshell.php                                          |    8 +-
 horde/admin/sessions.php                                          |   11 +-
 horde/admin/signup_confirm.php                                    |    8 +-
 horde/admin/sqlshell.php                                          |    8 +-
 horde/admin/user.php                                              |   12 +-
 horde/bin/horde-active-sessions                                   |    8 +-
 horde/bin/horde-alarms                                            |    8 +-
 horde/bin/horde-check-logger                                      |    8 +-
 horde/bin/horde-clear-cache                                       |    8 +-
 horde/bin/horde-crond                                             |    8 +-
 horde/bin/horde-db-migrate                                        |    8 +-
 horde/bin/horde-import-squirrelmail-prefs                         |    8 +-
 horde/bin/horde-memcache-stats                                    |    8 +-
 horde/bin/horde-run-task                                          |    8 +-
 horde/bin/horde-set-perms                                         |    8 +-
 horde/bin/horde-themes                                            |    8 +-
 horde/bin/horde-translation                                       |    4 +-
 horde/config/conf.xml                                             |   26 +
 horde/config/hooks.php.dist                                       |   31 +-
 horde/config/prefs.php                                            |   18 +-
 horde/config/registry.php                                         |   32 +-
 horde/docs/CHANGES                                                |   37 +-
 horde/docs/CODING_STANDARDS                                       |   17 +-
 horde/docs/CREDITS                                                |    4 +-
 horde/docs/INSTALL                                                |   36 +-
 horde/docs/PERFORMANCE                                            |   29 +-
 horde/docs/RELEASE_NOTES                                          |   27 +-
 horde/docs/TRANSLATIONS                                           |    2 +-
 horde/docs/UPGRADING                                              |    6 +-
 horde/index.php                                                   |    8 +-
 horde/install/horde.php                                           |   14 +-
 horde/js/activesyncadmin.js                                       |    4 +-
 horde/js/activesyncprefs.js                                       |    4 +-
 horde/js/categoryprefs.js                                         |    4 +-
 horde/js/dragdrop2.js                                             |    2 +-
 horde/js/form_ghost.js                                            |    2 +-
 horde/js/form_sections.js                                         |    6 +-
 horde/js/ieescguard.js                                            |    4 +-
 horde/js/logintasks-jquery.js                                     |    4 +-
 horde/js/logintasks.js                                            |    4 +-
 horde/js/plupload/uploader.js                                     |   28 +-
 horde/js/sidebar.js                                               |    8 +-
 horde/js/slider2.js                                               |    2 +-
 horde/js/stripe.js                                                |    4 +-
 horde/js/syncmlprefs.js                                           |    4 +-
 horde/js/topbar.js                                                |    6 +-
 horde/js/userupdate.js                                            |    4 +-
 horde/js/vatid.js                                                 |    4 +-
 horde/lib/Ajax/Application.php                                    |    8 +-
 horde/lib/Ajax/Application/Handler.php                            |    8 +-
 horde/lib/Api.php                                                 |  137 +-
 horde/lib/Application.php                                         |   32 +-
 horde/lib/Block/Account.php                                       |    6 +-
 horde/lib/Block/Account/Base.php                                  |    6 +-
 horde/lib/Block/Account/Finger.php                                |    6 +-
 horde/lib/Block/Account/Ldap.php                                  |    6 +-
 horde/lib/Block/Account/Localhost.php                             |    6 +-
 horde/lib/Block/Cloud.php                                         |    2 +-
 horde/lib/Block/FbStream.php                                      |    2 +-
 horde/lib/Block/TwitterTimeline.php                               |    6 +-
 horde/lib/Block/Weather.php                                       |    2 +-
 horde/lib/LoginTasks/SystemTask/GarbageCollection.php             |    8 +-
 horde/lib/LoginTasks/SystemTask/Upgrade.php                       |   23 +-
 horde/lib/LoginTasks/Task/AdminCheck.php                          |    8 +-
 horde/lib/LoginTasks/Task/LastLogin.php                           |    8 +-
 horde/lib/LoginTasks/Task/TosAgreement.php                        |    2 +-
 horde/lib/Prefs/Special/Activesync.php                            |    7 +-
 horde/lib/Prefs/Special/Category.php                              |    6 +-
 horde/lib/Prefs/Special/Facebook.php                              |    6 +-
 horde/lib/Prefs/Special/Syncml.php                                |    6 +-
 horde/lib/Prefs/Special/Twitter.php                               |    6 +-
 horde/lib/Test.php                                                |   12 +-
 horde/lib/Tree/Renderer/Menu.php                                  |   14 +-
 horde/lib/Tree/Renderer/Sidebar.php                               |    8 +-
 horde/lib/View/Sidebar.php                                        |   10 +-
 horde/lib/View/Topbar.php                                         |   12 +-
 horde/lib/core.php                                                |   10 +-
 horde/locale/bg/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/bg/help.xml                                          |   24 +-
 horde/locale/bs/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ca/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ca/help.xml                                          |   40 +-
 horde/locale/cs/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/cs/help.xml                                          |   44 +-
 horde/locale/da/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/da/help.xml                                          |   24 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 65325 -> 65285 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |  426 +-
 horde/locale/de/help.xml                                          |   21 +-
 horde/locale/el/help.xml                                          |   24 +-
 horde/locale/en/help.xml                                          |    4 +-
 horde/locale/es/LC_MESSAGES/horde.mo                              |  Bin 67292 -> 64817 bytes
 horde/locale/es/LC_MESSAGES/horde.po                              | 1625 +-
 horde/locale/es/help.xml                                          |   33 +-
 horde/locale/et/help.xml                                          |   24 +-
 horde/locale/eu/LC_MESSAGES/horde.mo                              |  Bin 54594 -> 64314 bytes
 horde/locale/eu/LC_MESSAGES/horde.po                              | 2670 +-
 horde/locale/eu/help.xml                                          |   25 +-
 horde/locale/fa/help.xml                                          |   38 +-
 horde/locale/fi/LC_MESSAGES/horde.mo                              |  Bin 63993 -> 63993 bytes
 horde/locale/fi/LC_MESSAGES/horde.po                              |   78 +-
 horde/locale/fi/help.xml                                          |   33 +-
 horde/locale/fr/LC_MESSAGES/horde.mo                              |  Bin 73560 -> 66503 bytes
 horde/locale/fr/LC_MESSAGES/horde.po                              | 2201 +-
 horde/locale/fr/help.xml                                          |   41 +-
 horde/locale/horde.pot                                            |  426 +-
 horde/locale/hr/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/hr/help.xml                                          |   53 +-
 horde/locale/hu/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/hu/help.xml                                          |   24 +-
 horde/locale/id/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/is/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/it/help.xml                                          |   47 +-
 horde/locale/ja/LC_MESSAGES/horde.mo                              |  Bin 67722 -> 67724 bytes
 horde/locale/ja/LC_MESSAGES/horde.po                              |   84 +-
 horde/locale/ja/help.xml                                          |   24 +-
 horde/locale/km/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ko/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ko/help.xml                                          |   24 +-
 horde/locale/lt/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/lt/help.xml                                          |   24 +-
 horde/locale/lv/LC_MESSAGES/horde.mo                              |  Bin 71437 -> 63566 bytes
 horde/locale/lv/LC_MESSAGES/horde.po                              | 2071 +-
 horde/locale/lv/help.xml                                          |   32 +-
 horde/locale/nb/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/nb/help.xml                                          |   24 +-
 horde/locale/nl/LC_MESSAGES/horde.mo                              |  Bin 60156 -> 62949 bytes
 horde/locale/nl/LC_MESSAGES/horde.po                              |   86 +-
 horde/locale/nl/help.xml                                          |   24 +-
 horde/locale/nn/help.xml                                          |   24 +-
 horde/locale/pl/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/pl/help.xml                                          |   24 +-
 horde/locale/pt/help.xml                                          |   44 +-
 horde/locale/pt_BR/LC_MESSAGES/horde.po                           |    2 +-
 horde/locale/pt_BR/help.xml                                       |   24 +-
 horde/locale/ro/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ru/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/ru/help.xml                                          |   24 +-
 horde/locale/sk/LC_MESSAGES/horde.mo                              |  Bin 63338 -> 64474 bytes
 horde/locale/sk/LC_MESSAGES/horde.po                              |  213 +-
 horde/locale/sk/help.xml                                          |   24 +-
 horde/locale/sl/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/sl/help.xml                                          |   24 +-
 horde/locale/sv/help.xml                                          |   24 +-
 horde/locale/tr/LC_MESSAGES/horde.po                              |    2 +-
 horde/locale/tr/help.xml                                          |   94 +-
 horde/locale/uk/help.xml                                          |   24 +-
 horde/locale/zh_CN/help.xml                                       |   24 +-
 horde/locale/zh_TW/help.xml                                       |   49 +-
 horde/login.php                                                   |    8 +-
 horde/package.xml                                                 |  482 +-
 horde/rampage.php                                                 |    2 +-
 horde/rpc.php                                                     |   14 +-
 horde/rpc/index.php                                               |    8 +-
 horde/scripts/cookie_login.php                                    |    8 +-
 horde/scripts/get_login.php                                       |    8 +-
 horde/scripts/http_login.php                                      |    8 +-
 horde/services/ajax.php                                           |    8 +-
 horde/services/cache.php                                          |    8 +-
 horde/services/cacheview.php                                      |    8 +-
 horde/services/changepassword.php                                 |    8 +-
 horde/services/confirm.php                                        |    8 +-
 horde/services/download/index.php                                 |    8 +-
 horde/services/facebook/index.php                                 |    8 +-
 horde/services/go.php                                             |    8 +-
 horde/services/help/index.php                                     |    8 +-
 horde/services/images/pixel.php                                   |    8 +-
 horde/services/images/view.php                                    |    8 +-
 horde/services/language.php                                       |    8 +-
 horde/services/logintasks.php                                     |    8 +-
 horde/services/obrowser/index.php                                 |    8 +-
 horde/services/portal/cloud_search.php                            |    8 +-
 horde/services/portal/edit.php                                    |   10 +-
 horde/services/portal/index.php                                   |    8 +-
 horde/services/portal/smartmobile.php                             |   10 +-
 horde/services/prefs.php                                          |    8 +-
 horde/services/problem.php                                        |    8 +-
 horde/services/resetpassword.php                                  |    8 +-
 horde/services/shares/edit.php                                    |  313 +-
 horde/services/snooze.php                                         |    8 +-
 horde/services/twitter/index.php                                  |    8 +-
 horde/signup.php                                                  |    8 +-
 horde/templates/admin/groups/edit.inc                             |    4 +-
 horde/templates/admin/sessions.html.php                           |    2 +-
 horde/templates/admin/user/add.inc                                |    3 -
 horde/templates/admin/user/approve.inc                            |    8 +-
 horde/templates/admin/user/list.inc                               |    4 +-
 horde/templates/admin/user/remove.inc                             |    2 +
 horde/templates/portal/smartmobile.inc                            |    2 +-
 horde/templates/prefs/source.html                                 |    3 +
 horde/templates/sidebar/sidebar.html.php                          |    2 +-
 horde/templates/topbar/_menubar.html.php                          |    4 +-
 horde/templates/tree/_row.html.php                                |    2 +-
 horde/test.php                                                    |    8 +-
 horde/themes/default/graphics/az.png                              |  Bin 117 -> 343 bytes
 horde/themes/default/graphics/filter-topbar.png                   |  Bin 0 -> 390 bytes
 horde/themes/default/graphics/map/marker-blue.png                 |  Bin 714 -> 0 bytes
 horde/themes/default/graphics/map/marker-gold.png                 |  Bin 651 -> 0 bytes
 horde/themes/default/graphics/map/marker-green.png                |  Bin 702 -> 0 bytes
 horde/themes/default/graphics/mime/compressed.png                 |  Bin 672 -> 732 bytes
 horde/themes/default/graphics/uploader/backgrounds.gif            |  Bin 2977 -> 0 bytes
 horde/themes/default/graphics/uploader/up.png                     |  Bin 480 -> 0 bytes
 horde/themes/default/graphics/za.png                              |  Bin 119 -> 338 bytes
 horde/themes/default/rtl.css                                      |  122 +-
 horde/themes/default/screen.css                                   |  147 +-
 horde/util/barcode.php                                            |    8 +-
 horde/util/icon_browser.php                                       |   85 +-
 hylax/compose.php                                                 |    2 +-
 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 +-
 iPhoto2Ansel/AnselExportController.h                              |    2 +-
 iPhoto2Ansel/AnselExportController.m                              |    2 +-
 iPhoto2Ansel/AnselExportPluginBox.h                               |    2 +-
 iPhoto2Ansel/AnselExportPluginBox.m                               |    2 +-
 iPhoto2Ansel/COPYING                                              |    2 +-
 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 +-
 imp/attachment.php                                                |   17 +-
 imp/bin/imp-bounce-spam                                           |    2 +-
 imp/bin/imp-mailbox-decode                                        |    2 +-
 imp/bin/imp-query-imap-cache                                      |    2 +-
 imp/compose.php                                                   |   70 +-
 imp/config/hooks.php.dist                                         |    6 +-
 imp/config/prefs.php                                              |    3 +
 imp/contacts.php                                                  |   18 +-
 imp/docs/CHANGES                                                  |   98 +-
 imp/docs/CREDITS                                                  |    4 +-
 imp/docs/INSTALL                                                  |   14 +-
 imp/docs/RELEASE_NOTES                                            |   42 +-
 imp/docs/RFCS                                                     |    2 +-
 imp/dynamic.php                                                   |    2 +-
 imp/folders.php                                                   |    3 +-
 imp/index.php                                                     |    2 +-
 imp/js/compose-base.js                                            |   20 +
 imp/js/compose-dimp.js                                            |   22 +-
 imp/js/compose.js                                                 |    2 +
 imp/js/dimpbase.js                                                |  106 +-
 imp/js/dimpcore.js                                                |   17 +-
 imp/js/imp.js                                                     |    7 +-
 imp/js/indices.js                                                 |    2 +-
 imp/js/mailbox.js                                                 |    4 +-
 imp/js/message-dimp.js                                            |   19 +-
 imp/js/message.js                                                 |    2 +-
 imp/js/search.js                                                  |    4 +-
 imp/js/smartmobile.js                                             |   49 +-
 imp/js/viewport.js                                                |    2 +-
 imp/lib/Ajax/Application.php                                      |  166 +-
 imp/lib/Ajax/Application/Compose.php                              |   22 +-
 imp/lib/Ajax/Application/Handler/Common.php                       |  158 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                      |  114 +-
 imp/lib/Ajax/Application/Handler/ImageUnblock.php                 |   22 +-
 imp/lib/Ajax/Application/Handler/Mboxtoggle.php                   |   72 +
 imp/lib/Ajax/Application/Handler/Passphrase.php                   |   24 +-
 imp/lib/Ajax/Application/Handler/Search.php                       |   22 +-
 imp/lib/Ajax/Application/Handler/Smartmobile.php                  |   55 +-
 imp/lib/Ajax/Application/ListMessages.php                         |   29 +-
 imp/lib/Ajax/Application/ShowMessage.php                          |   22 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |   29 +-
 imp/lib/Ajax/Imple/ImportEncryptKey.php                           |   22 +-
 imp/lib/Ajax/Imple/ItipRequest.php                                |   31 +-
 imp/lib/Ajax/Imple/PassphraseDialog.php                           |   22 +-
 imp/lib/Ajax/Queue.php                                            |   26 +-
 imp/lib/Api.php                                                   |   30 +-
 imp/lib/Application.php                                           |   32 +-
 imp/lib/Auth.php                                                  |   38 +-
 imp/lib/Block/Newmail.php                                         |   22 +-
 imp/lib/Block/Summary.php                                         |   22 +-
 imp/lib/Compose.php                                               |  217 +-
 imp/lib/Compose/Exception.php                                     |   24 +-
 imp/lib/Compose/References.php                                    |   94 +
 imp/lib/Compose/View.php                                          |   22 +-
 imp/lib/Contents.php                                              |   32 +-
 imp/lib/Contents/View.php                                         |   22 +-
 imp/lib/Crypt/Pgp.php                                             |   28 +-
 imp/lib/Crypt/Smime.php                                           |   30 +-
 imp/lib/Dynamic/AddressList.php                                   |   22 +-
 imp/lib/Dynamic/Base.php                                          |   30 +-
 imp/lib/Dynamic/Compose.php                                       |   32 +-
 imp/lib/Dynamic/Compose/Common.php                                |   57 +-
 imp/lib/Dynamic/Helper/Base.php                                   |   22 +-
 imp/lib/Dynamic/Mailbox.php                                       |   31 +-
 imp/lib/Dynamic/Message.php                                       |   24 +-
 imp/lib/Exception.php                                             |   22 +-
 imp/lib/Factory/AuthImap.php                                      |   31 +-
 imp/lib/Factory/Compose.php                                       |   31 +-
 imp/lib/Factory/Contents.php                                      |   31 +-
 imp/lib/Factory/Flags.php                                         |   29 +-
 imp/lib/Factory/Identity.php                                      |   29 +-
 imp/lib/Factory/Imap.php                                          |   82 +-
 imp/lib/Factory/Imaptree.php                                      |   29 +-
 imp/lib/Factory/Mail.php                                          |   31 +-
 imp/lib/Factory/Mailbox.php                                       |   31 +-
 imp/lib/Factory/MailboxList.php                                   |   31 +-
 imp/lib/Factory/MimeViewer.php                                    |   31 +-
 imp/lib/Factory/Pgp.php                                           |   29 +-
 imp/lib/Factory/PrefsSort.php                                     |   29 +-
 imp/lib/Factory/Quota.php                                         |   29 +-
 imp/lib/Factory/Search.php                                        |   29 +-
 imp/lib/Factory/Sentmail.php                                      |   29 +-
 imp/lib/Factory/Smime.php                                         |   29 +-
 imp/lib/Filter.php                                                |   30 +-
 imp/lib/Flag/Base.php                                             |   48 +-
 imp/lib/Flag/Imap.php                                             |   22 +-
 imp/lib/Flag/Imap/Answered.php                                    |   22 +-
 imp/lib/Flag/Imap/Deleted.php                                     |   22 +-
 imp/lib/Flag/Imap/Draft.php                                       |   22 +-
 imp/lib/Flag/Imap/Flagged.php                                     |   22 +-
 imp/lib/Flag/Imap/Forwarded.php                                   |   21 +-
 imp/lib/Flag/Imap/Junk.php                                        |   24 +-
 imp/lib/Flag/Imap/NotJunk.php                                     |   24 +-
 imp/lib/Flag/Imap/Seen.php                                        |   24 +-
 imp/lib/Flag/System/Attachment.php                                |   25 +-
 imp/lib/Flag/System/Encrypted.php                                 |   25 +-
 imp/lib/Flag/System/HighPriority.php                              |   25 +-
 imp/lib/Flag/System/List.php                                      |   25 +-
 imp/lib/Flag/System/LowPriority.php                               |   25 +-
 imp/lib/Flag/System/Match/Address.php                             |   22 +-
 imp/lib/Flag/System/Match/Flag.php                                |   24 +-
 imp/lib/Flag/System/Match/Header.php                              |   24 +-
 imp/lib/Flag/System/Personal.php                                  |   23 +-
 imp/lib/Flag/System/Signed.php                                    |   25 +-
 imp/lib/Flag/System/Unseen.php                                    |   29 +-
 imp/lib/Flag/User.php                                             |   22 +-
 imp/lib/Flags.php                                                 |   24 +-
 imp/lib/IMP.php                                                   |   31 +-
 imp/lib/Imap.php                                                  |   36 +-
 imp/lib/Imap/Acl.php                                              |   24 +-
 imp/lib/Imap/Exception.php                                        |   25 +-
 imp/lib/Imap/PermanentFlags.php                                   |   23 +-
 imp/lib/Imap/Tree.php                                             |  118 +-
 imp/lib/Indices.php                                               |   23 +-
 imp/lib/Indices/Form.php                                          |   26 +-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php               |   22 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php                         |   32 +-
 imp/lib/LoginTasks/SystemTask/UpgradeAuth.php                     |   31 +-
 imp/lib/LoginTasks/Task/Autocreate.php                            |   22 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php              |    9 +-
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php                 |   22 +-
 imp/lib/LoginTasks/Task/FilterOnLogin.php                         |   22 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php                         |   26 +-
 imp/lib/LoginTasks/Task/PurgeSpam.php                             |   24 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php                            |   22 +-
 imp/lib/LoginTasks/Task/RecoverDraft.php                          |   22 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php                 |   22 +-
 imp/lib/Mailbox.php                                               |  232 +-
 imp/lib/Mailbox/List.php                                          |  136 +-
 imp/lib/Mailbox/List/Thread.php                                   |   31 +-
 imp/lib/Mailbox/List/Track.php                                    |  106 +-
 imp/lib/Maillog.php                                               |   49 +-
 imp/lib/Mbox/Parse.php                                            |   78 +-
 imp/lib/Message.php                                               |   41 +-
 imp/lib/Mime/Status.php                                           |   24 +-
 imp/lib/Mime/Viewer/Alternative.php                               |   23 +-
 imp/lib/Mime/Viewer/Appledouble.php                               |   23 +-
 imp/lib/Mime/Viewer/Audio.php                                     |   25 +-
 imp/lib/Mime/Viewer/Enriched.php                                  |   23 +-
 imp/lib/Mime/Viewer/Externalbody.php                              |   22 +-
 imp/lib/Mime/Viewer/Html.php                                      |   44 +-
 imp/lib/Mime/Viewer/Images.php                                    |   23 +-
 imp/lib/Mime/Viewer/Itip.php                                      |   34 +-
 imp/lib/Mime/Viewer/Mdn.php                                       |   24 +-
 imp/lib/Mime/Viewer/Partial.php                                   |   23 +-
 imp/lib/Mime/Viewer/Pdf.php                                       |   23 +-
 imp/lib/Mime/Viewer/Pgp.php                                       |   29 +-
 imp/lib/Mime/Viewer/Plain.php                                     |   25 +-
 imp/lib/Mime/Viewer/Related.php                                   |   29 +-
 imp/lib/Mime/Viewer/Rfc822.php                                    |   24 +-
 imp/lib/Mime/Viewer/Smil.php                                      |   24 +-
 imp/lib/Mime/Viewer/Smime.php                                     |   58 +-
 imp/lib/Mime/Viewer/Status.php                                    |   24 +-
 imp/lib/Mime/Viewer/Vcard.php                                     |   24 +-
 imp/lib/Mime/Viewer/Video.php                                     |   24 +-
 imp/lib/Mime/Viewer/Zip.php                                       |   26 +-
 imp/lib/Minimal/Base.php                                          |    8 +-
 imp/lib/Minimal/Compose.php                                       |   41 +-
 imp/lib/Minimal/Folders.php                                       |    4 +-
 imp/lib/Minimal/Mailbox.php                                       |    4 +-
 imp/lib/Minimal/Message.php                                       |    4 +-
 imp/lib/Minimal/Messagepart.php                                   |    4 +-
 imp/lib/Minimal/Search.php                                        |    4 +-
 imp/lib/Notification/Event/Status.php                             |    8 +-
 imp/lib/Notification/Handler/Decorator/ImapAlerts.php             |    2 +-
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php          |    2 +-
 imp/lib/Prefs/Identity.php                                        |    2 +-
 imp/lib/Prefs/Sort.php                                            |    2 +-
 imp/lib/Prefs/Sort/Fixed.php                                      |    2 +-
 imp/lib/Prefs/Sort/Sortpref.php                                   |    2 +-
 imp/lib/Prefs/Special/Acl.php                                     |    2 +-
 imp/lib/Prefs/Special/ComposeTemplates.php                        |    2 +-
 imp/lib/Prefs/Special/Drafts.php                                  |    2 +-
 imp/lib/Prefs/Special/Encrypt.php                                 |    2 +-
 imp/lib/Prefs/Special/Flag.php                                    |    2 +-
 imp/lib/Prefs/Special/HtmlSignature.php                           |    2 +-
 imp/lib/Prefs/Special/ImageReplacement.php                        |    2 +-
 imp/lib/Prefs/Special/InitialPage.php                             |    2 +-
 imp/lib/Prefs/Special/Mailto.php                                  |    2 +-
 imp/lib/Prefs/Special/NewmailSound.php                            |    2 +-
 imp/lib/Prefs/Special/PgpPrivateKey.php                           |    2 +-
 imp/lib/Prefs/Special/PgpPublicKey.php                            |    2 +-
 imp/lib/Prefs/Special/Searches.php                                |    3 +-
 imp/lib/Prefs/Special/Sentmail.php                                |    2 +-
 imp/lib/Prefs/Special/SmimePrivateKey.php                         |    2 +-
 imp/lib/Prefs/Special/SmimePublicKey.php                          |    2 +-
 imp/lib/Prefs/Special/Sourceselect.php                            |    2 +-
 imp/lib/Prefs/Special/Spam.php                                    |    2 +-
 imp/lib/Prefs/Special/SpecialMboxes.php                           |    2 +-
 imp/lib/Prefs/Special/Trash.php                                   |    2 +-
 imp/lib/Quota.php                                                 |   13 +-
 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/Script/Package/ComposeBase.php                            |   26 +
 imp/lib/Script/Package/Imp.php                                    |    2 +-
 imp/lib/Search.php                                                |    6 +-
 imp/lib/Search/Element.php                                        |    2 +-
 imp/lib/Search/Element/Attachment.php                             |    2 +-
 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                                   |    2 +-
 imp/lib/Search/Element/Daterange.php                              |    2 +-
 imp/lib/Search/Element/Flag.php                                   |    2 +-
 imp/lib/Search/Element/Header.php                                 |    2 +-
 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                              |    2 +-
 imp/lib/Search/Element/Size.php                                   |    2 +-
 imp/lib/Search/Element/Text.php                                   |    2 +-
 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                                          |    2 +-
 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                                 |    2 +-
 imp/lib/Sentmail.php                                              |    4 +-
 imp/lib/Sentmail/Null.php                                         |   22 +-
 imp/lib/Sentmail/Sql.php                                          |   24 +-
 imp/lib/Smartmobile.php                                           |    5 +-
 imp/lib/Spam.php                                                  |    2 +-
 imp/lib/Test.php                                                  |    2 +-
 imp/lib/Tree/Flist.php                                            |    2 +-
 imp/lib/Tree/Jquerymobile.php                                     |    2 +-
 imp/lib/Tree/Simplehtml.php                                       |    4 +-
 imp/lib/Ui/Compose.php                                            |    4 +-
 imp/lib/Ui/Contacts.php                                           |    2 +-
 imp/lib/Ui/Editor.php                                             |    2 +-
 imp/lib/Ui/Folder.php                                             |   26 +-
 imp/lib/Ui/Headers.php                                            |    2 +-
 imp/lib/Ui/Imageview.php                                          |    2 +-
 imp/lib/Ui/Mailbox.php                                            |    2 +-
 imp/lib/Ui/Message.php                                            |    2 +-
 imp/lib/Ui/Quota.php                                              |   16 +-
 imp/lib/Ui/Search.php                                             |    2 +-
 imp/lib/View/Subinfo.php                                          |    4 +-
 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 181608 -> 181520 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  | 2009 +-
 imp/locale/es/LC_MESSAGES/imp.mo                                  |  Bin 186127 -> 178169 bytes
 imp/locale/es/LC_MESSAGES/imp.po                                  | 4523 ++--
 imp/locale/eu/LC_MESSAGES/imp.mo                                  |  Bin 266015 -> 181856 bytes
 imp/locale/eu/LC_MESSAGES/imp.po                                  | 6369 ++--
 imp/locale/eu/help.xml                                            | 1782 +-
 imp/locale/fi/LC_MESSAGES/imp.mo                                  |  Bin 176082 -> 176177 bytes
 imp/locale/fi/LC_MESSAGES/imp.po                                  | 1033 +-
 imp/locale/fr/LC_MESSAGES/imp.mo                                  |  Bin 194112 -> 183777 bytes
 imp/locale/fr/LC_MESSAGES/imp.po                                  | 4969 ++--
 imp/locale/hr/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/hu/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/id/LC_MESSAGES/imp.po                                  |   10 +-
 imp/locale/imp.pot                                                | 1984 +-
 imp/locale/is/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/it/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/ja/LC_MESSAGES/imp.mo                                  |  Bin 188657 -> 188679 bytes
 imp/locale/ja/LC_MESSAGES/imp.po                                  |  982 +-
 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 188944 -> 174783 bytes
 imp/locale/lv/LC_MESSAGES/imp.po                                  | 4599 ++--
 imp/locale/nb/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/nl/LC_MESSAGES/imp.mo                                  |  Bin 171322 -> 174206 bytes
 imp/locale/nl/LC_MESSAGES/imp.po                                  |   68 +-
 imp/locale/pl/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/pt_BR/LC_MESSAGES/imp.po                               |    2 +-
 imp/locale/ro/LC_MESSAGES/imp.po                                  |    2 +-
 imp/locale/sk/LC_MESSAGES/imp.mo                                  |  Bin 177054 -> 178051 bytes
 imp/locale/sk/LC_MESSAGES/imp.po                                  | 2444 +-
 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.php                                                   |   28 +-
 imp/message.php                                                   |    9 +-
 imp/migration/1_imp_base_tables.php                               |    2 +-
 imp/migration/2_imp_autoincrement_sentmail.php                    |    2 +-
 imp/minimal.php                                                   |    2 +-
 imp/package.xml                                                   |  185 +-
 imp/pgp.php                                                       |    2 +-
 imp/rss.php                                                       |   14 +-
 imp/saveimage.php                                                 |    2 +-
 imp/search-basic.php                                              |    2 +-
 imp/search.php                                                    |    2 +-
 imp/smartmobile.php                                               |    2 +-
 imp/smime.php                                                     |    2 +-
 imp/templates/basic/compose/compose.html.php                      |   16 +-
 imp/templates/basic/compose/redirect.html.php                     |    4 +-
 imp/templates/basic/folders/folders_confirm.html.php              |    2 +-
 imp/templates/basic/folders/folders_size.html.php                 |    2 +-
 imp/templates/basic/folders/import.html.php                       |    2 +-
 imp/templates/basic/mailbox/mailbox.html.php                      |    6 +-
 imp/templates/basic/mailbox/navbar.html.php                       |    4 +-
 imp/templates/basic/message/message.html.php                      |    2 +-
 imp/templates/contacts/contacts.html.php                          |    8 +-
 imp/templates/dynamic/compose.html.php                            |   14 +
 imp/templates/dynamic/mailbox.html.php                            |   18 +-
 imp/templates/dynamic/message.html.php                            |    6 +-
 imp/templates/minimal/compose.html.php                            |    1 +
 imp/templates/smartmobile/compose.html.php                        |    1 +
 imp/templates/smartmobile/mailbox.html.php                        |    4 +-
 imp/templates/smartmobile/search.html.php                         |    2 +-
 imp/test/Imp/AllTests.php                                         |   44 +-
 imp/test/Imp/Autoload.php                                         |   14 +-
 imp/test/Imp/Stub/HtmlViewer.php                                  |   17 +-
 imp/test/Imp/Stub/ItipRequest.php                                 |   16 +-
 imp/test/Imp/Unit/ComposeTest.php                                 |   20 +-
 imp/test/Imp/Unit/MboxParseTest.php                               |   28 +-
 imp/test/Imp/Unit/Mime/Viewer/HtmlTest.php                        |   21 +-
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |   31 +-
 imp/test/Imp/Unit/QuotaTest.php                                   |   20 +-
 imp/test/Imp/Unit/ReferencesTest.php                              |   98 +
 imp/test/Imp/bootstrap.php                                        |    3 +
 imp/test/Imp/phpunit.xml                                          |    2 +-
 imp/themes/default/basic/screen.css                               |    4 +-
 imp/themes/default/dynamic/screen.css                             |    7 +
 imp/themes/default/screen.css                                     |    5 +-
 imp/thread.php                                                    |    2 +-
 imp/view.php                                                      |   10 +-
 ingo/LICENSE                                                      |    2 +-
 ingo/bin/ingo-convert-prefs-to-sql                                |    2 +-
 ingo/bin/ingo-convert-sql-shares-to-sqlng                         |    2 +-
 ingo/bin/ingo-postfix-policyd                                     |    2 +-
 ingo/blacklist.php                                                |    2 +-
 ingo/config/backends.php                                          |   13 +-
 ingo/config/hooks.php.dist                                        |    4 +-
 ingo/docs/CHANGES                                                 |   32 +-
 ingo/docs/CREDITS                                                 |    4 +-
 ingo/docs/RELEASE_NOTES                                           |   20 +-
 ingo/filters.php                                                  |    2 +-
 ingo/forward.php                                                  |    2 +-
 ingo/index.php                                                    |    2 +-
 ingo/js/smartmobile.js                                            |    2 +-
 ingo/lib/Ajax/Application.php                                     |    2 +-
 ingo/lib/Ajax/Application/Smartmobile.php                         |    2 +-
 ingo/lib/Api.php                                                  |    2 +-
 ingo/lib/Application.php                                          |    4 +-
 ingo/lib/Block/Overview.php                                       |    2 +-
 ingo/lib/Exception.php                                            |    2 +-
 ingo/lib/Exception/Pear.php                                       |    2 +-
 ingo/lib/Factory/Script.php                                       |    2 +-
 ingo/lib/Factory/Storage.php                                      |    2 +-
 ingo/lib/Factory/Transport.php                                    |    2 +-
 ingo/lib/Form/Base.php                                            |    2 +-
 ingo/lib/Form/Forward.php                                         |    2 +-
 ingo/lib/Form/Spam.php                                            |    2 +-
 ingo/lib/Form/Vacation.php                                        |    6 +-
 ingo/lib/Ingo.php                                                 |    8 +-
 ingo/lib/LoginTasks/SystemTask/Upgrade.php                        |    2 +-
 ingo/lib/Script.php                                               |    2 +-
 ingo/lib/Script/Imap.php                                          |    2 +-
 ingo/lib/Script/Imap/Api.php                                      |    2 +-
 ingo/lib/Script/Imap/Live.php                                     |    2 +-
 ingo/lib/Script/Imap/Mock.php                                     |    2 +-
 ingo/lib/Script/Maildrop/Recipe.php                               |    3 +-
 ingo/lib/Script/Procmail.php                                      |    2 +-
 ingo/lib/Script/Procmail/Comment.php                              |    2 +-
 ingo/lib/Script/Procmail/Recipe.php                               |   29 +-
 ingo/lib/Script/Procmail/Variable.php                             |    2 +-
 ingo/lib/Script/Sieve.php                                         |   11 +-
 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/Smartmobile.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                                  |    8 +-
 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                                    |    2 +-
 ingo/lib/Transport/Timsieved.php                                  |    2 +-
 ingo/lib/Transport/Vfs.php                                        |   13 +-
 ingo/lib/Ui/VarRenderer/Ingo.php                                  |    2 +-
 ingo/lib/tests/AllTests.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 84643 -> 84603 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                                |   86 +-
 ingo/locale/el/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/es/LC_MESSAGES/ingo.mo                                |  Bin 85015 -> 83647 bytes
 ingo/locale/es/LC_MESSAGES/ingo.po                                |  527 +-
 ingo/locale/eu/LC_MESSAGES/ingo.mo                                |  Bin 176612 -> 81975 bytes
 ingo/locale/eu/LC_MESSAGES/ingo.po                                |  534 +-
 ingo/locale/eu/help.xml                                           |  193 +-
 ingo/locale/fi/LC_MESSAGES/ingo.mo                                |  Bin 82935 -> 82889 bytes
 ingo/locale/fi/LC_MESSAGES/ingo.po                                |   68 +-
 ingo/locale/fr/LC_MESSAGES/ingo.mo                                |  Bin 91641 -> 85790 bytes
 ingo/locale/fr/LC_MESSAGES/ingo.po                                |  572 +-
 ingo/locale/hr/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/hu/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/ingo.pot                                              |   86 +-
 ingo/locale/it/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/ja/LC_MESSAGES/ingo.mo                                |  Bin 88287 -> 88235 bytes
 ingo/locale/ja/LC_MESSAGES/ingo.po                                |   70 +-
 ingo/locale/ko/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/lt/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/lv/LC_MESSAGES/ingo.mo                                |  Bin 88763 -> 82040 bytes
 ingo/locale/lv/LC_MESSAGES/ingo.po                                |  529 +-
 ingo/locale/nb/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/nl/LC_MESSAGES/ingo.mo                                |  Bin 78953 -> 81832 bytes
 ingo/locale/nl/LC_MESSAGES/ingo.po                                |   16 +-
 ingo/locale/pl/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/pt/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/pt_BR/LC_MESSAGES/ingo.po                             |    2 +-
 ingo/locale/ro/LC_MESSAGES/ingo.po                                |    2 +-
 ingo/locale/sk/LC_MESSAGES/ingo.mo                                |  Bin 82465 -> 83621 bytes
 ingo/locale/sk/LC_MESSAGES/ingo.po                                |   12 +-
 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                             |    2 +-
 ingo/migration/2_ingo_upgrade_autoincrement.php                   |    2 +-
 ingo/migration/3_ingo_upgrade_sqlng.php                           |    2 +-
 ingo/migration/4_ingo_upgrade_sqlhierarchical.php                 |    2 +-
 ingo/migration/5_ingo_upgrade_sqlnghierarchical.php               |    2 +-
 ingo/package.xml                                                  |  137 +-
 ingo/rule.php                                                     |    8 +-
 ingo/script.php                                                   |    2 +-
 ingo/smartmobile.php                                              |    2 +-
 ingo/spam.php                                                     |    2 +-
 ingo/vacation.php                                                 |    4 +-
 ingo/whitelist.php                                                |    2 +-
 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                                              |    2 +-
 jonah/feed.php                                                    |    2 +-
 jonah/index.php                                                   |    2 +-
 jonah/lib/Api.php                                                 |    2 +-
 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                                           |    4 +-
 jonah/lib/Form/Story.php                                          |    4 +-
 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                                    |    2 +-
 jonah/lib/View/ChannelList.php                                    |    2 +-
 jonah/lib/View/DeliveryHtml.php                                   |    2 +-
 jonah/lib/View/StoryDelete.php                                    |    2 +-
 jonah/lib/View/StoryEdit.php                                      |    2 +-
 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 75235 -> 75179 bytes
 jonah/locale/de/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/es/LC_MESSAGES/jonah.mo                              |  Bin 77430 -> 74955 bytes
 jonah/locale/es/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/fr/LC_MESSAGES/jonah.mo                              |  Bin 78828 -> 71639 bytes
 jonah/locale/fr/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/lv/LC_MESSAGES/jonah.mo                              |  Bin 79227 -> 71372 bytes
 jonah/locale/lv/LC_MESSAGES/jonah.po                              |    2 +-
 jonah/locale/nl/LC_MESSAGES/jonah.mo                              |  Bin 76580 -> 79388 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                                           |    2 +-
 jonah/stories/view.php                                            |    2 +-
 klutz/backend.php                                                 |    2 +-
 klutz/comics.php                                                  |    2 +-
 klutz/index.php                                                   |    2 +-
 klutz/lib/Comic.php                                               |   30 +-
 klutz/lib/Klutz.php                                               |    2 +-
 klutz/locale/da/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70057 -> 69993 bytes
 klutz/locale/de/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/es/LC_MESSAGES/klutz.mo                              |  Bin 72728 -> 70216 bytes
 klutz/locale/es/LC_MESSAGES/klutz.po                              |    2 +-
 klutz/locale/lv/LC_MESSAGES/klutz.mo                              |  Bin 74703 -> 66784 bytes
 klutz/locale/lv/LC_MESSAGES/klutz.po                              |    2 +-
 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 +-
 kolab/index.php                                                   |    2 +-
 kolab/lib/Api.php                                                 |    2 +-
 kolab/lib/Application.php                                         |    2 +-
 kolab/lib/Driver.php                                              |    2 +-
 kolab/lib/Driver/Sql.php                                          |    2 +-
 kolab/lib/Exception.php                                           |    2 +-
 kolab/lib/Factory/Driver.php                                      |    2 +-
 kolab/lib/Test.php                                                |    2 +-
 kolab/locale/fi/LC_MESSAGES/kolab.po                              |    2 +-
 kolab/locale/fr/LC_MESSAGES/kolab.mo                              |  Bin 0 -> 66670 bytes
 kolab/locale/fr/LC_MESSAGES/kolab.po                              |   36 +
 kolab/test/Kolab/AllTests.php                                     |   35 +-
 kolab/test/Kolab/Autoload.php                                     |   20 -
 kolab/test/Kolab/ExampleTest.php                                  |    5 -
 kolab/test/Kolab/bootstrap.php                                    |    3 +
 kolab/test/Kolab/phpunit.xml                                      |    1 +
 koward/lib/Koward.php                                             |    2 +-
 koward/lib/Koward/Cli.php                                         |    2 +-
 koward/lib/Koward/Exception.php                                   |    2 +-
 koward/lib/Koward/Form/Actions.php                                |    2 +-
 koward/lib/Koward/Form/Object.php                                 |    2 +-
 koward/lib/Koward/Form/Search.php                                 |    2 +-
 koward/lib/Koward/Test.php                                        |    2 +-
 koward/lib/Koward/Test/AllTests.php                               |    2 +-
 koward/lib/Koward/Test/Server/UserTest.php                        |    2 +-
 koward/package.xml                                                |    2 +-
 koward/test/Koward/AllTests.php                                   |   84 +-
 koward/test/Koward/Autoload.php                                   |    3 +
 koward/test/Koward/KowardTest.php                                 |    7 +-
 koward/test/Koward/TestInit.php                                   |   24 -
 koward/test/Koward/bootstrap.php                                  |    3 +
 koward/test/Koward/phpunit.xml                                    |    1 +
 kronolith/add.php                                                 |    2 +-
 kronolith/attend.php                                              |    2 +-
 kronolith/bin/kronolith-agenda                                    |    2 +-
 kronolith/bin/kronolith-import-icals                              |    3 +-
 kronolith/bin/kronolith-import-squirrelmail-calendar              |    2 +-
 kronolith/calendars/create.php                                    |    2 +-
 kronolith/calendars/delete.php                                    |    2 +-
 kronolith/calendars/edit.php                                      |    2 +-
 kronolith/calendars/remote_edit.php                               |    2 +-
 kronolith/calendars/remote_subscribe.php                          |    2 +-
 kronolith/calendars/remote_unsubscribe.php                        |    2 +-
 kronolith/calendars/subscribe.php                                 |    2 +-
 kronolith/config/prefs.php                                        |    5 +-
 kronolith/contacts.php                                            |    2 +-
 kronolith/data.php                                                |    2 +-
 kronolith/day.php                                                 |    2 +-
 kronolith/delete.php                                              |    2 +-
 kronolith/docs/CHANGES                                            |   57 +-
 kronolith/docs/CREDITS                                            |    4 +-
 kronolith/docs/RELEASE_NOTES                                      |   26 +-
 kronolith/edit.php                                                |    2 +-
 kronolith/event.php                                               |    2 +-
 kronolith/fb.php                                                  |    2 +-
 kronolith/feed/index.php                                          |    2 +-
 kronolith/index.php                                               |    2 +-
 kronolith/js/dragdrop2.js                                         |    2 +-
 kronolith/js/edit.js                                              |    2 +-
 kronolith/js/goto.js                                              |    2 +-
 kronolith/js/kronolith.js                                         |   69 +-
 kronolith/js/smartmobile.js                                       |    2 +-
 kronolith/lib/Ajax.php                                            |    4 +-
 kronolith/lib/Ajax/Application.php                                |    2 +-
 kronolith/lib/Ajax/Application/Handler.php                        |   86 +-
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php                 |    2 +-
 kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php                |    2 +-
 kronolith/lib/Ajax/Imple/TagActions.php                           |  139 -
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php                     |    5 +-
 kronolith/lib/Application.php                                     |   27 +-
 kronolith/lib/Calendar.php                                        |    2 +-
 kronolith/lib/Calendar/External.php                               |    2 +-
 kronolith/lib/Calendar/External/Tasks.php                         |    2 +-
 kronolith/lib/Calendar/Holiday.php                                |    4 +-
 kronolith/lib/Calendar/Internal.php                               |    5 +-
 kronolith/lib/Calendar/Remote.php                                 |    2 +-
 kronolith/lib/Calendar/Resource.php                               |    2 +-
 kronolith/lib/Calendar/ResourceGroup.php                          |    2 +-
 kronolith/lib/Calendars/Base.php                                  |   54 +-
 kronolith/lib/Calendars/Default.php                               |    5 +-
 kronolith/lib/Calendars/Kolab.php                                 |   28 +-
 kronolith/lib/Driver.php                                          |   99 +-
 kronolith/lib/Driver/Holidays.php                                 |    2 +-
 kronolith/lib/Driver/Horde.php                                    |    2 +-
 kronolith/lib/Driver/Ical.php                                     |   16 +-
 kronolith/lib/Driver/Kolab.php                                    |   80 +-
 kronolith/lib/Driver/Mock.php                                     |    2 +-
 kronolith/lib/Driver/Resource/Sql.php                             |   55 +-
 kronolith/lib/Driver/Sql.php                                      |   71 +-
 kronolith/lib/Event.php                                           |  110 +-
 kronolith/lib/Event/Holidays.php                                  |    3 +-
 kronolith/lib/Event/Horde.php                                     |    2 +-
 kronolith/lib/Event/Ical.php                                      |    2 +-
 kronolith/lib/Event/Kolab.php                                     |   29 +-
 kronolith/lib/Event/Resource/Sql.php                              |    2 +-
 kronolith/lib/Event/Sql.php                                       |   13 +-
 kronolith/lib/Exception.php                                       |    2 +-
 kronolith/lib/Form/Type/KronolithTags.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                                       |   43 +-
 kronolith/lib/LoginTasks/SystemTask/Upgrade.php                   |    2 +-
 kronolith/lib/LoginTasks/Task/PurgeEvents.php                     |    2 +-
 kronolith/lib/Prefs/Special/DefaultAlarm.php                      |    2 +-
 kronolith/lib/Prefs/Special/EventAlarms.php                       |    2 +-
 kronolith/lib/Prefs/Special/Sourceselect.php                      |    2 +-
 kronolith/lib/Resource.php                                        |    2 +-
 kronolith/lib/Resource/Base.php                                   |    2 +-
 kronolith/lib/Resource/Group.php                                  |    2 +-
 kronolith/lib/Resource/Single.php                                 |    2 +-
 kronolith/lib/Storage/Kolab.php                                   |    2 +-
 kronolith/lib/Tagger.php                                          |    2 +-
 kronolith/lib/Test.php                                            |    2 +-
 kronolith/lib/View/Event.php                                      |   32 +-
 kronolith/lib/View/Sidebar.php                                    |    2 +-
 kronolith/lib/View/SidebarTasks.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 126186 -> 125921 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  307 +-
 kronolith/locale/es/LC_MESSAGES/kronolith.mo                      |  Bin 127990 -> 125083 bytes
 kronolith/locale/es/LC_MESSAGES/kronolith.po                      | 1832 +-
 kronolith/locale/eu/LC_MESSAGES/kronolith.mo                      |  Bin 197634 -> 124127 bytes
 kronolith/locale/eu/LC_MESSAGES/kronolith.po                      | 3027 ++-
 kronolith/locale/eu/help.xml                                      |  131 +-
 kronolith/locale/fi/LC_MESSAGES/kronolith.mo                      |  Bin 123451 -> 123358 bytes
 kronolith/locale/fi/LC_MESSAGES/kronolith.po                      |   14 +-
 kronolith/locale/fr/LC_MESSAGES/kronolith.mo                      |  Bin 135930 -> 128581 bytes
 kronolith/locale/fr/LC_MESSAGES/kronolith.po                      | 1976 +-
 kronolith/locale/hr/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/hu/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/ja/LC_MESSAGES/kronolith.mo                      |  Bin 130226 -> 130122 bytes
 kronolith/locale/ja/LC_MESSAGES/kronolith.po                      |   20 +-
 kronolith/locale/kronolith.pot                                    |  307 +-
 kronolith/locale/lt/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/lv/LC_MESSAGES/kronolith.mo                      |  Bin 131595 -> 123141 bytes
 kronolith/locale/lv/LC_MESSAGES/kronolith.po                      | 1835 +-
 kronolith/locale/nb/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/nl/LC_MESSAGES/kronolith.mo                      |  Bin 118806 -> 122010 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.po                      |   31 +-
 kronolith/locale/pl/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.po                   |    2 +-
 kronolith/locale/ro/LC_MESSAGES/kronolith.po                      |    2 +-
 kronolith/locale/sk/LC_MESSAGES/kronolith.mo                      |  Bin 123411 -> 124536 bytes
 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     |    2 +-
 kronolith/migration/19_kronolith_upgrade_addmysqlgeo.php          |    2 +-
 kronolith/migration/1_kronolith_base_tables.php                   |    2 +-
 kronolith/migration/20_kronolith_upgrade_timezone.php             |    2 +-
 kronolith/migration/21_kronolith_upgrade_exceptionutc.php         |    4 +-
 kronolith/migration/2_kronolith_upgrade_autoincrement.php         |    2 +-
 kronolith/migration/3_kronolith_upgrade_addallday.php             |    2 +-
 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/month.php                                               |    2 +-
 kronolith/new.php                                                 |    8 +-
 kronolith/package.xml                                             |  186 +-
 kronolith/perms.php                                               |  106 +-
 kronolith/resources/create.php                                    |    2 +-
 kronolith/resources/delete.php                                    |    2 +-
 kronolith/resources/edit.php                                      |    2 +-
 kronolith/resources/groups/create.php                             |    2 +-
 kronolith/resources/groups/delete.php                             |    2 +-
 kronolith/resources/groups/edit.php                               |    2 +-
 kronolith/search.php                                              |    2 +-
 kronolith/smartmobile.php                                         |    2 +-
 kronolith/templates/dynamic/index.inc                             |    2 +-
 kronolith/templates/search/search.inc                             |   11 +-
 kronolith/templates/search/search_advanced.inc                    |   11 +-
 kronolith/templates/view/view.inc                                 |    8 +-
 kronolith/test/Kronolith/AllTests.php                             |   44 +-
 kronolith/test/Kronolith/Autoload.php                             |    6 +-
 kronolith/test/Kronolith/Integration/AllDayTest.php               |    7 +-
 kronolith/test/Kronolith/Integration/Driver/Base.php              |    2 +-
 kronolith/test/Kronolith/Integration/Driver/KolabTest.php         |    7 +-
 kronolith/test/Kronolith/Integration/Driver/Sql/Base.php          |    2 +-
 .../test/Kronolith/Integration/Driver/Sql/Pdo/SqliteTest.php      |    9 +-
 kronolith/test/Kronolith/Integration/FromIcalendarTest.php        |   20 +-
 kronolith/test/Kronolith/Integration/Kronolith/Base.php           |    2 +-
 kronolith/test/Kronolith/Integration/Kronolith/KolabTest.php      |    7 +-
 kronolith/test/Kronolith/Integration/Kronolith/Sql/Base.php       |    2 +-
 .../test/Kronolith/Integration/Kronolith/Sql/Pdo/SqliteTest.php   |    9 +-
 kronolith/test/Kronolith/Integration/ToIcalendarTest.php          |    7 +-
 kronolith/test/Kronolith/TestCase.php                             |    2 +-
 kronolith/test/Kronolith/bootstrap.php                            |    3 +
 kronolith/test/Kronolith/fixtures/bug11688.ics                    |   53 +
 kronolith/test/Kronolith/phpunit.xml                              |    2 +-
 kronolith/view.php                                                |    2 +-
 kronolith/week.php                                                |    2 +-
 kronolith/workweek.php                                            |    2 +-
 kronolith/year.php                                                |    2 +-
 luxor/bin/luxor-indexer                                           |    2 +-
 luxor/index.php                                                   |    2 +-
 luxor/lib/Lang.php                                                |   16 +-
 luxor/lib/SimpleParse.php                                         |   11 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 67342 -> 67302 bytes
 luxor/locale/de/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/es/LC_MESSAGES/luxor.mo                              |  Bin 69225 -> 66774 bytes
 luxor/locale/es/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/fi/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/lv/LC_MESSAGES/luxor.mo                              |  Bin 73340 -> 65421 bytes
 luxor/locale/lv/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/locale/ro/LC_MESSAGES/luxor.po                              |    2 +-
 luxor/search.php                                                  |    2 +-
 luxor/source.php                                                  |    2 +-
 luxor/symbol.php                                                  |    2 +-
 mnemo/LICENSE                                                     |    2 +-
 mnemo/bin/mnemo-convert-to-utf8                                   |    2 +-
 mnemo/bin/mnemo-import-text-note                                  |    2 +-
 mnemo/config/prefs.php                                            |    7 +-
 mnemo/data.php                                                    |    4 +-
 mnemo/docs/CHANGES                                                |   32 +-
 mnemo/docs/CREDITS                                                |    5 +-
 mnemo/docs/RELEASE_NOTES                                          |   14 +-
 mnemo/index.php                                                   |    2 +-
 mnemo/lib/Ajax/Application.php                                    |    2 +-
 mnemo/lib/Ajax/Imple/EditNote.php                                 |    2 +-
 mnemo/lib/Api.php                                                 |    2 +-
 mnemo/lib/Application.php                                         |    7 +-
 mnemo/lib/Block/Note.php                                          |    2 +-
 mnemo/lib/Driver.php                                              |    8 +-
 mnemo/lib/Driver/Kolab.php                                        |   56 +-
 mnemo/lib/Driver/Sql.php                                          |   50 +-
 mnemo/lib/Exception.php                                           |    2 +-
 mnemo/lib/Factory/Driver.php                                      |    2 +-
 mnemo/lib/Factory/Notepads.php                                    |    2 +-
 mnemo/lib/Mnemo.php                                               |   28 +-
 mnemo/lib/Notepads/Base.php                                       |   58 +-
 mnemo/lib/Notepads/Default.php                                    |    7 +-
 mnemo/lib/Notepads/Kolab.php                                      |   30 +-
 mnemo/list.php                                                    |   15 +-
 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 75050 -> 74851 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |   42 +-
 mnemo/locale/es/LC_MESSAGES/mnemo.mo                              |  Bin 77335 -> 74092 bytes
 mnemo/locale/es/LC_MESSAGES/mnemo.po                              |  314 +-
 mnemo/locale/et/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/eu/LC_MESSAGES/mnemo.mo                              |  Bin 168860 -> 74245 bytes
 mnemo/locale/eu/LC_MESSAGES/mnemo.po                              |  395 +-
 mnemo/locale/eu/help.xml                                          |   52 +-
 mnemo/locale/fi/LC_MESSAGES/mnemo.mo                              |  Bin 73495 -> 73356 bytes
 mnemo/locale/fi/LC_MESSAGES/mnemo.po                              |   14 +-
 mnemo/locale/fr/LC_MESSAGES/mnemo.mo                              |  Bin 83949 -> 76224 bytes
 mnemo/locale/fr/LC_MESSAGES/mnemo.po                              |  364 +-
 mnemo/locale/hr/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/hu/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/it/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/ja/LC_MESSAGES/mnemo.mo                              |  Bin 77857 -> 77711 bytes
 mnemo/locale/ja/LC_MESSAGES/mnemo.po                              |   20 +-
 mnemo/locale/lt/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/lv/LC_MESSAGES/mnemo.mo                              |  Bin 81491 -> 72876 bytes
 mnemo/locale/lv/LC_MESSAGES/mnemo.po                              |  371 +-
 mnemo/locale/mnemo.pot                                            |   42 +-
 mnemo/locale/nb/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/nl/LC_MESSAGES/mnemo.mo                              |  Bin 69338 -> 72531 bytes
 mnemo/locale/nl/LC_MESSAGES/mnemo.po                              |   26 +-
 mnemo/locale/pl/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/pt_BR/LC_MESSAGES/mnemo.po                           |    2 +-
 mnemo/locale/ro/LC_MESSAGES/mnemo.po                              |    2 +-
 mnemo/locale/sk/LC_MESSAGES/mnemo.mo                              |  Bin 73928 -> 74156 bytes
 mnemo/locale/sk/LC_MESSAGES/mnemo.po                              |  518 +-
 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                                                    |    2 +-
 mnemo/migration/1_mnemo_base_tables.php                           |    2 +-
 mnemo/migration/2_mnemo_upgrade_autoincrement.php                 |    2 +-
 mnemo/migration/3_mnemo_upgrade_sqlng.php                         |    2 +-
 mnemo/migration/4_mnemo_upgrade_sqlhierarchical.php               |    4 +-
 mnemo/migration/5_mnemo_upgrade_sqlnghierarchical.php             |    4 +-
 mnemo/note/pdf.php                                                |    2 +-
 mnemo/notepads/create.php                                         |    2 +-
 mnemo/notepads/delete.php                                         |    2 +-
 mnemo/notepads/edit.php                                           |    2 +-
 mnemo/notes/index.php                                             |    2 +-
 mnemo/package.xml                                                 |   98 +-
 mnemo/search.php                                                  |    2 +-
 mnemo/templates/list/memo_headers.inc                             |    4 +-
 mnemo/templates/list/memo_summaries.inc                           |    4 +-
 mnemo/templates/view/memo.inc                                     |   26 +-
 mnemo/test/Mnemo/AllTests.php                                     |   49 +-
 mnemo/test/Mnemo/Autoload.php                                     |    6 +-
 mnemo/test/Mnemo/TestCase.php                                     |    2 +-
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php                        |    7 +-
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php                      |    7 +-
 mnemo/test/Mnemo/Unit/Mnemo/Base.php                              |    2 +-
 mnemo/test/Mnemo/Unit/Mnemo/KolabTest.php                         |    7 +-
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Base.php                          |    2 +-
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php                |    9 +-
 mnemo/test/Mnemo/bootstrap.php                                    |    3 +
 mnemo/test/Mnemo/phpunit.xml                                      |    2 +-
 mnemo/view.php                                                    |   31 +-
 nag/bin/nag-create-missing-add-histories-sql                      |    2 +-
 nag/bin/nag-import-vtodos                                         |    2 +-
 nag/config/prefs.php                                              |    5 +-
 nag/data.php                                                      |    2 +-
 nag/docs/CHANGES                                                  |   33 +-
 nag/docs/CREDITS                                                  |    4 +-
 nag/docs/RELEASE_NOTES                                            |   22 +-
 nag/index.php                                                     |    2 +-
 nag/js/calendar.js                                                |    2 +-
 nag/js/smartmobile.js                                             |    3 +-
 nag/lib/Ajax/Application.php                                      |    2 +-
 nag/lib/Ajax/Application/Handler/Smartmobile.php                  |    2 +-
 nag/lib/Ajax/Imple/TagAutoCompleter.php                           |    2 +-
 nag/lib/Api.php                                                   |    7 +-
 nag/lib/Application.php                                           |    4 +-
 nag/lib/Driver/Kolab.php                                          |   49 +-
 nag/lib/Driver/Sql.php                                            |   32 +-
 nag/lib/Exception.php                                             |    2 +-
 nag/lib/Form/Search.php                                           |    2 +-
 nag/lib/Form/Type/NagSearchDue.php                                |    2 +-
 nag/lib/Form/Type/NagTags.php                                     |    2 +-
 nag/lib/LoginTasks/Task/PurgeCompleted.php                        |    2 +-
 nag/lib/Nag.php                                                   |   26 +-
 nag/lib/Prefs/Special/TaskAlarms.php                              |    2 +-
 nag/lib/Search.php                                                |   35 +-
 nag/lib/Smartmobile.php                                           |    2 +-
 nag/lib/TagBrowser.php                                            |   51 +-
 nag/lib/Tagger.php                                                |    2 +-
 nag/lib/Task.php                                                  |   76 +-
 nag/lib/Tasklists/Base.php                                        |   56 +-
 nag/lib/Tasklists/Default.php                                     |    5 +-
 nag/lib/Tasklists/Kolab.php                                       |   28 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |    8 +-
 nag/lib/View/List.php                                             |   12 +-
 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 90992 -> 90801 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |  183 +-
 nag/locale/es/LC_MESSAGES/nag.mo                                  |  Bin 92142 -> 90158 bytes
 nag/locale/es/LC_MESSAGES/nag.po                                  |  945 +-
 nag/locale/eu/LC_MESSAGES/nag.mo                                  |  Bin 180785 -> 88756 bytes
 nag/locale/eu/LC_MESSAGES/nag.po                                  |  899 +-
 nag/locale/eu/help.xml                                            |   18 +-
 nag/locale/fi/LC_MESSAGES/nag.mo                                  |  Bin 89217 -> 89093 bytes
 nag/locale/fi/LC_MESSAGES/nag.po                                  |   17 +-
 nag/locale/fr/LC_MESSAGES/nag.mo                                  |  Bin 98703 -> 92463 bytes
 nag/locale/fr/LC_MESSAGES/nag.po                                  | 1007 +-
 nag/locale/hr/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/hu/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/id/LC_MESSAGES/nag.po                                  |   10 +-
 nag/locale/ja/LC_MESSAGES/nag.mo                                  |  Bin 94180 -> 94033 bytes
 nag/locale/ja/LC_MESSAGES/nag.po                                  |   23 +-
 nag/locale/lt/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/lv/LC_MESSAGES/nag.mo                                  |  Bin 95431 -> 87560 bytes
 nag/locale/lv/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/nag.pot                                                |  183 +-
 nag/locale/nb/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                                  |  Bin 84605 -> 87327 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                                  |   38 +-
 nag/locale/pl/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/pt/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/pt_BR/LC_MESSAGES/nag.po                               |    2 +-
 nag/locale/ro/LC_MESSAGES/nag.po                                  |    2 +-
 nag/locale/sk/LC_MESSAGES/nag.mo                                  |  Bin 87322 -> 88448 bytes
 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/10_nag_upgrade_categoriestotags.php                 |    2 +-
 nag/migration/11_nag_upgrade_smartlists.php                       |    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/migration/9_nag_upgrade_recurrence.php                        |    2 +-
 nag/package.xml                                                   |  132 +-
 nag/search.php                                                    |    2 +-
 nag/smartmobile.php                                               |    2 +-
 nag/task.php                                                      |    2 +-
 nag/tasklists/create.php                                          |    2 +-
 nag/tasklists/delete.php                                          |    2 +-
 nag/tasklists/edit.php                                            |    2 +-
 nag/tasks/index.php                                               |    2 +-
 nag/templates/list/_task.html.php                                 |    1 +
 nag/templates/quick.inc                                           |    3 +-
 nag/templates/view/task.inc                                       |   34 +-
 nag/test/Nag/AllTests.php                                         |   44 +-
 nag/test/Nag/Autoload.php                                         |    6 +-
 nag/test/Nag/TestCase.php                                         |    2 +-
 nag/test/Nag/Unit/Driver/Base.php                                 |    2 +-
 nag/test/Nag/Unit/Driver/KolabTest.php                            |    7 +-
 nag/test/Nag/Unit/Driver/Sql/Base.php                             |    2 +-
 nag/test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php                   |    9 +-
 nag/test/Nag/Unit/Factory/TasklistsTest.php                       |    7 +-
 nag/test/Nag/Unit/Form/Task/Base.php                              |    2 +-
 nag/test/Nag/Unit/Form/Task/KolabTest.php                         |    7 +-
 nag/test/Nag/Unit/Form/Task/Sql/Base.php                          |    2 +-
 nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php                |    9 +-
 nag/test/Nag/Unit/Nag/Base.php                                    |    2 +-
 nag/test/Nag/Unit/Nag/KolabTest.php                               |    7 +-
 nag/test/Nag/Unit/Nag/Sql/Base.php                                |    2 +-
 nag/test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php                      |    9 +-
 nag/test/Nag/bootstrap.php                                        |    3 +
 nag/test/Nag/phpunit.xml                                          |    2 +-
 nag/themes/default/graphics/manage.png                            |  Bin 436 -> 0 bytes
 nag/themes/default/screen.css                                     |  129 +-
 nag/view.php                                                      |   41 +-
 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/viewgraph.php                                            |    2 +-
 passwd/bin/.htaccess                                              |    1 +
 passwd/bin/passwd-expect                                          |  267 +
 passwd/bin/passwd-expect-kerberos                                 |   58 +
 passwd/config/backends.php                                        |    2 +-
 passwd/docs/CHANGES                                               |    2 +
 passwd/docs/CREDITS                                               |    3 +
 passwd/index.php                                                  |    3 +-
 passwd/js/passwd.js                                               |   18 +-
 passwd/lib/Application.php                                        |    9 +-
 passwd/lib/Driver.php                                             |    2 +-
 passwd/lib/Driver/Adsi.php                                        |    2 +-
 passwd/lib/Driver/Composite.php                                   |    2 +-
 passwd/lib/Driver/Expect.php                                      |    2 +-
 passwd/lib/Driver/Expectpecl.php                                  |    2 +-
 passwd/lib/Driver/Horde.php                                       |    2 +-
 passwd/lib/Driver/Http.php                                        |    2 +-
 passwd/lib/Driver/Kolab.php                                       |    2 +-
 passwd/lib/Driver/Ldap.php                                        |    2 +-
 passwd/lib/Driver/Pine.php                                        |    2 +-
 passwd/lib/Driver/Poppassd.php                                    |    2 +-
 passwd/lib/Driver/Procopen.php                                    |    2 +-
 passwd/lib/Driver/Pspasswd.php                                    |    2 +-
 passwd/lib/Driver/Servuftp.php                                    |    2 +-
 passwd/lib/Driver/Smbldap.php                                     |    2 +-
 passwd/lib/Driver/Smbpasswd.php                                   |    2 +-
 passwd/lib/Driver/Soap.php                                        |    2 +-
 passwd/lib/Driver/Sql.php                                         |    2 +-
 passwd/lib/Driver/Vmailmgr.php                                    |    2 +-
 passwd/lib/Driver/Vpopmail.php                                    |    2 +-
 passwd/lib/Exception.php                                          |    2 +-
 passwd/lib/Factory/Driver.php                                     |    2 +-
 passwd/lib/Passwd.php                                             |    2 +-
 passwd/lib/Test.php                                               |    2 +-
 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 71275 -> 71235 bytes
 passwd/locale/de/LC_MESSAGES/passwd.po                            |   20 +-
 passwd/locale/es/LC_MESSAGES/passwd.mo                            |  Bin 76770 -> 74338 bytes
 passwd/locale/es/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/fr/LC_MESSAGES/passwd.mo                            |  Bin 79698 -> 72725 bytes
 passwd/locale/fr/LC_MESSAGES/passwd.po                            |  326 +-
 passwd/locale/hr/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/hu/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/id/LC_MESSAGES/passwd.po                            |   10 +-
 passwd/locale/ja/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/lt/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/lv/LC_MESSAGES/passwd.mo                            |  Bin 80496 -> 72678 bytes
 passwd/locale/lv/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/nl/LC_MESSAGES/passwd.mo                            |  Bin 62441 -> 65314 bytes
 passwd/locale/passwd.pot                                          |   18 +-
 passwd/locale/pl/LC_MESSAGES/passwd.po                            |    2 +-
 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/sk/LC_MESSAGES/passwd.mo                            |  Bin 72255 -> 70251 bytes
 passwd/locale/sk/LC_MESSAGES/passwd.po                            |  256 +-
 passwd/locale/sl/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/locale/tr/LC_MESSAGES/passwd.po                            |    2 +-
 passwd/package.xml                                                |   57 +-
 passwd/scripts/.htaccess                                          |    1 -
 passwd/scripts/passwd-expect                                      |  267 -
 passwd/scripts/passwd-expect-kerberos                             |   58 -
 passwd/templates/index.html.php                                   |   60 +-
 passwd/test/Passwd/AllTests.php                                   |   35 +-
 passwd/test/Passwd/Autoload.php                                   |   10 +-
 passwd/test/Passwd/TestCase.php                                   |   10 +-
 passwd/test/Passwd/Unit/Driver/SqlTest.php                        |    9 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |    8 +-
 passwd/test/Passwd/bootstrap.php                                  |    3 +
 passwd/test/Passwd/phpunit.xml                                    |    1 +
 passwd/themes/default/graphics/favicon.ico                        |  Bin 1150 -> 1742 bytes
 passwd/themes/default/graphics/passwd.png                         |  Bin 505 -> 429 bytes
 pastie/LICENSE                                                    |    2 +-
 pastie/index.php                                                  |    2 +-
 pastie/lib/Application.php                                        |    2 +-
 pastie/lib/Driver.php                                             |    2 +-
 pastie/lib/Driver/Rdo.php                                         |    2 +-
 pastie/lib/Driver/Sql.php                                         |    2 +-
 pastie/lib/Entity/PasteMapper.php                                 |    4 +-
 pastie/lib/Factory/Driver.php                                     |    2 +-
 pastie/lib/Forms/Paste.php                                        |    2 +-
 pastie/lib/Test.php                                               |    2 +-
 pastie/migration/1_pastie_base_tables.php                         |    2 +-
 pastie/paste.php                                                  |    2 +-
 pastie/scripts/sql/pastie.sql                                     |    2 +-
 pastie/view.php                                                   |    2 +-
 sam/blacklist.php                                                 |    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 69415 -> 69335 bytes
 sam/locale/de/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/es/LC_MESSAGES/sam.mo                                  |  Bin 71472 -> 68981 bytes
 sam/locale/es/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/et/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/fr/LC_MESSAGES/sam.mo                                  |  Bin 75889 -> 68793 bytes
 sam/locale/it/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/lv/LC_MESSAGES/sam.mo                                  |  Bin 74454 -> 66583 bytes
 sam/locale/lv/LC_MESSAGES/sam.po                                  |    2 +-
 sam/locale/ro/LC_MESSAGES/sam.po                                  |    2 +-
 sam/migration/1_sam_base_tables.php                               |    2 +-
 sam/package.xml                                                   |    2 +-
 sam/spam.php                                                      |    2 +-
 sam/whitelist.php                                                 |    2 +-
 sesha/admin.php                                                   |    9 +-
 sesha/bin/sesha-add-stock                                         |    2 +-
 sesha/docs/CHANGES                                                |   21 +
 sesha/docs/RELEASE_NOTES                                          |   10 +-
 sesha/index.php                                                   |    2 +-
 sesha/lib/Api.php                                                 |    2 +-
 sesha/lib/Application.php                                         |   15 +-
 sesha/lib/Driver.php                                              |    2 +-
 sesha/lib/Driver/Rdo.php                                          |   47 +-
 sesha/lib/Entity/CategoryMapper.php                               |    4 +-
 sesha/lib/Entity/PropertyMapper.php                               |    7 +-
 sesha/lib/Entity/StockMapper.php                                  |    4 +-
 sesha/lib/Entity/Value.php                                        |   66 +-
 sesha/lib/Entity/ValueMapper.php                                  |    4 +-
 sesha/lib/Exception.php                                           |    2 +-
 sesha/lib/Form/Category.php                                       |    2 +-
 sesha/lib/Form/CategoryDelete.php                                 |    2 +-
 sesha/lib/Form/CategoryList.php                                   |    7 +-
 sesha/lib/Form/Property.php                                       |    2 +-
 sesha/lib/Form/PropertyDelete.php                                 |    2 +-
 sesha/lib/Form/PropertyList.php                                   |    8 +-
 sesha/lib/Form/Search.php                                         |    3 +-
 sesha/lib/Form/Stock.php                                          |    2 +-
 sesha/lib/Form/Type/Client.php                                    |    2 +-
 sesha/lib/Sesha.php                                               |    2 +-
 sesha/lib/Ui/VarRenderer/Stockedit_Html.php                       |    2 +-
 sesha/lib/View/Base.php                                           |    4 +-
 sesha/lib/View/List.php                                           |   20 +-
 sesha/list.php                                                    |   34 +-
 sesha/locale/de/LC_MESSAGES/#sesha.po#                            |  536 +
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 73964 -> 74072 bytes
 sesha/locale/de/LC_MESSAGES/sesha.po                              |  175 +-
 sesha/locale/es/LC_MESSAGES/sesha.mo                              |  Bin 75022 -> 72571 bytes
 sesha/locale/es/LC_MESSAGES/sesha.po                              |    2 +-
 sesha/locale/fi/LC_MESSAGES/sesha.po                              |    2 +-
 sesha/locale/lt/LC_MESSAGES/sesha.po                              |    2 +-
 sesha/locale/lv/LC_MESSAGES/sesha.mo                              |  Bin 77292 -> 69413 bytes
 sesha/locale/lv/LC_MESSAGES/sesha.po                              |    2 +-
 sesha/locale/sesha.pot                                            |  169 +-
 sesha/migration/1_sesha_base_tables.php                           |    2 +-
 sesha/migration/2_sesha_upgrade_autoincrement.php                 |    2 +-
 sesha/package.xml                                                 |   77 +-
 sesha/search.php                                                  |    9 +-
 sesha/stock.php                                                   |   10 +-
 sesha/templates/menu.inc                                          |    9 -
 sesha/templates/view/list.php                                     |    2 +-
 sesha/test/Sesha/AllTests.php                                     |   35 +-
 sesha/test/Sesha/Autoload.php                                     |   10 +-
 sesha/test/Sesha/TestCase.php                                     |   10 +-
 sesha/test/Sesha/Unit/Driver/RdoTest.php                          |   10 +-
 sesha/test/Sesha/bootstrap.php                                    |    3 +
 sesha/test/Sesha/phpunit.xml                                      |    1 +
 sesha/themes/default/graphics/administration.png                  |  Bin 562 -> 667 bytes
 shout/lib/Ajax/Application.php                                    |    2 +-
 shout/lib/Ajax/Application/Handler.php                            |    2 +-
 skeleton/LICENSE.ASL                                              |    2 +-
 skeleton/LICENSE.BSDL                                             |    2 +-
 skeleton/index.php                                                |    2 +-
 skeleton/lib/Ajax/Application.php                                 |   22 +-
 skeleton/lib/Api.php                                              |   22 +-
 skeleton/lib/Application.php                                      |  122 +-
 skeleton/lib/Block/Example.php                                    |    5 +-
 skeleton/lib/Driver.php                                           |   21 +-
 skeleton/lib/Driver/Sql.php                                       |   14 +-
 skeleton/lib/Exception.php                                        |   15 +-
 skeleton/lib/Factory/Driver.php                                   |   13 +-
 skeleton/lib/Test.php                                             |   18 +-
 skeleton/list.php                                                 |   26 +-
 skeleton/locale/fi/LC_MESSAGES/skeleton.po                        |    2 +-
 skeleton/locale/skeleton.pot                                      |   60 +-
 skeleton/migration/1_skeleton_base_tables.php                     |    2 +-
 skeleton/templates/list.html.php                                  |   36 +
 skeleton/test/Skeleton/AllTests.php                               |   35 +-
 skeleton/test/Skeleton/Autoload.php                               |   20 -
 skeleton/test/Skeleton/ExampleTest.php                            |    5 -
 skeleton/test/Skeleton/bootstrap.php                              |    3 +
 skeleton/test/Skeleton/phpunit.xml                                |    1 +
 skeleton/themes/default/graphics/delete.png                       |  Bin 0 -> 412 bytes
 skeleton/themes/default/graphics/user.png                         |  Bin 0 -> 382 bytes
 skeleton/themes/default/screen.css                                |   15 +-
 timeobjects/docs/CHANGES                                          |   24 +-
 timeobjects/docs/COPYING                                          |    2 +-
 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                                |    2 +-
 timeobjects/lib/Exception.php                                     |    2 +-
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 65862 -> 65822 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/et/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo                  |  Bin 0 -> 64818 bytes
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.po                  |   69 +
 timeobjects/locale/fi/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/fr/LC_MESSAGES/timeobjects.mo                  |  Bin 0 -> 67043 bytes
 timeobjects/locale/fr/LC_MESSAGES/timeobjects.po                  |   73 +
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/ja/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/lv/LC_MESSAGES/timeobjects.mo                  |  Bin 72063 -> 65215 bytes
 timeobjects/locale/lv/LC_MESSAGES/timeobjects.po                  |    8 +-
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.mo                  |  Bin 60745 -> 63490 bytes
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/pl/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/locale/sv/LC_MESSAGES/timeobjects.po                  |    2 +-
 timeobjects/package.xml                                           |   77 +-
 trean/LICENSE                                                     |   63 +-
 trean/README                                                      |    2 +-
 trean/add.php                                                     |   13 +-
 trean/app/controllers/BrowseByTag.php                             |   25 +
 trean/app/controllers/SaveBookmark.php                            |    2 +-
 trean/bin/trean-backfill-crawler                                  |   35 +
 trean/bin/trean-backfill-favicons                                 |   33 +
 trean/bin/trean-backfill-remove-utm-params                        |   28 +
 trean/bin/trean-url-checker                                       |  199 +-
 trean/browse.php                                                  |    2 +-
 trean/config/conf.xml                                             |   22 +
 trean/config/routes.php                                           |    5 +
 trean/docs/CHANGES                                                |   34 +-
 trean/docs/CREDITS                                                |   19 +-
 trean/docs/INSTALL                                                |   44 +-
 trean/docs/RELEASE_NOTES                                          |   34 +
 trean/edit.php                                                    |   13 +-
 trean/favicon.php                                                 |   34 +-
 trean/index.php                                                   |    2 +-
 trean/lib/Ajax/Application.php                                    |    2 +-
 trean/lib/Ajax/Imple/TagAutoCompleter.php                         |   21 +-
 trean/lib/Api.php                                                 |   94 +-
 trean/lib/Application.php                                         |   60 +-
 trean/lib/Block/Bookmarks.php                                     |    2 +-
 trean/lib/Block/Mostclicked.php                                   |    4 +-
 trean/lib/Bookmark.php                                            |   93 +-
 trean/lib/Bookmarks.php                                           |   56 +-
 trean/lib/Forms/Search.php                                        |   14 -
 trean/lib/Queue/Task/Crawl.php                                    |  128 +
 trean/lib/Queue/Task/Favicon.php                                  |  175 +
 trean/lib/TagBrowser.php                                          |   11 +-
 trean/lib/Tagger.php                                              |   22 +-
 trean/lib/Trean.php                                               |   25 +-
 trean/lib/Url.php                                                 |   22 +
 trean/lib/View/BookmarkList.php                                   |   56 +-
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 69874 -> 69605 bytes
 trean/locale/de/LC_MESSAGES/trean.po                              |  117 +-
 trean/locale/es/LC_MESSAGES/trean.mo                              |  Bin 79922 -> 77487 bytes
 trean/locale/es/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/fr/LC_MESSAGES/trean.mo                              |  Bin 79099 -> 71991 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 81875 -> 74012 bytes
 trean/locale/lv/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/nb/LC_MESSAGES/trean.po                              |    2 +-
 trean/locale/nl/LC_MESSAGES/trean.mo                              |  Bin 71150 -> 73974 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                                            |  113 +-
 trean/migration/1_trean_base_tables.php                           |    2 +-
 trean/migration/2_trean_upgrade_folders_to_tags_pre.php           |    2 +-
 trean/migration/3_trean_upgrade_folders_to_tags.php               |    2 +-
 trean/migration/4_trean_upgrade_folders_to_tags_post.php          |    2 +-
 trean/migration/5_trean_add_favicon_url.php                       |   32 +
 trean/package.xml                                                 |  311 +-
 trean/redirect.php                                                |    2 +-
 trean/rss.php                                                     |    2 +-
 trean/search.php                                                  |   42 +-
 trean/templates/add.html.php                                      |   34 +-
 trean/templates/block/1line.inc                                   |    2 +-
 trean/templates/block/2line.inc                                   |    2 +-
 trean/templates/block/standard.inc                                |    2 +-
 trean/templates/edit.html.php                                     |   32 +-
 trean/templates/list.html.php                                     |   44 +-
 trean/templates/search.php                                        |    8 -
 trean/themes/default/graphics/add.png                             |  Bin 364 -> 626 bytes
 trean/themes/default/graphics/az.png                              |  Bin 117 -> 0 bytes
 trean/themes/default/graphics/data.png                            |  Bin 583 -> 0 bytes
 trean/themes/default/graphics/delete.png                          |  Bin 414 -> 0 bytes
 trean/themes/default/graphics/edit.png                            |  Bin 439 -> 0 bytes
 trean/themes/default/graphics/favicon.ico                         |  Bin 1150 -> 1742 bytes
 trean/themes/default/graphics/folders/folder_create.png           |  Bin 233 -> 0 bytes
 trean/themes/default/graphics/folders/folder_delete.png           |  Bin 234 -> 0 bytes
 trean/themes/default/graphics/folders/folder_edit.png             |  Bin 164 -> 0 bytes
 trean/themes/default/graphics/http/1xx.png                        |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/2xx.png                        |  Bin 336 -> 604 bytes
 trean/themes/default/graphics/http/3xx.png                        |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/4xx.png                        |  Bin 169 -> 548 bytes
 trean/themes/default/graphics/http/5xx.png                        |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/http/error.png                      |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/minus.png                           |  Bin 181 -> 0 bytes
 trean/themes/default/graphics/perms.png                           |  Bin 243 -> 0 bytes
 trean/themes/default/graphics/plus.png                            |  Bin 208 -> 0 bytes
 trean/themes/default/graphics/protocol/ftp.png                    |  Bin 667 -> 422 bytes
 trean/themes/default/graphics/protocol/http.png                   |  Bin 676 -> 646 bytes
 trean/themes/default/graphics/protocol/https.png                  |  Bin 676 -> 451 bytes
 trean/themes/default/graphics/rating-star.gif                     |  Bin 1947 -> 0 bytes
 trean/themes/default/graphics/search.png                          |  Bin 662 -> 0 bytes
 trean/themes/default/graphics/tag.png                             |  Bin 0 -> 395 bytes
 trean/themes/default/graphics/trean.png                           |  Bin 300 -> 292 bytes
 trean/themes/default/graphics/za.png                              |  Bin 119 -> 0 bytes
 trean/themes/default/screen.css                                   |   96 +-
 turba/LICENSE                                                     |    2 +-
 turba/add.php                                                     |    2 +-
 turba/addressbooks/create.php                                     |    2 +-
 turba/addressbooks/delete.php                                     |    2 +-
 turba/addressbooks/edit.php                                       |    2 +-
 turba/bin/turba-import-squirrelmail-file-abook                    |    2 +-
 turba/bin/turba-import-squirrelmail-sql-abook                     |    2 +-
 turba/bin/turba-import-vcards                                     |    2 +-
 turba/bin/turba-public-to-horde-share                             |    2 +-
 turba/browse.php                                                  |    2 +-
 turba/config/attributes.php                                       |   36 +
 turba/config/backends.php                                         |   11 +-
 turba/config/prefs.php                                            |    9 +-
 turba/contact.php                                                 |    2 +-
 turba/data.php                                                    |   15 +-
 turba/delete.php                                                  |    2 +-
 turba/deletefile.php                                              |    2 +-
 turba/docs/CHANGES                                                |   37 +-
 turba/docs/CREDITS                                                |    4 +-
 turba/docs/RELEASE_NOTES                                          |   24 +-
 turba/edit.php                                                    |    2 +-
 turba/index.php                                                   |    2 +-
 turba/js/columnprefs.js                                           |    2 +-
 turba/js/minisearch.js                                            |    2 +-
 turba/js/search.js                                                |    2 +-
 turba/js/smartmobile.js                                           |    2 +-
 turba/lib/Ajax/Application.php                                    |    2 +-
 turba/lib/Ajax/Application/Handler/Minisearch.php                 |    2 +-
 turba/lib/Ajax/Application/Handler/Smartmobile.php                |    2 +-
 turba/lib/Api.php                                                 |    3 +-
 turba/lib/Application.php                                         |    4 +-
 turba/lib/Block/Minisearch.php                                    |    2 +-
 turba/lib/Data/Ldif.php                                           |  169 +-
 turba/lib/Driver.php                                              |   27 +-
 turba/lib/Driver/Facebook.php                                     |    2 +-
 turba/lib/Driver/Favourites.php                                   |    2 +-
 turba/lib/Driver/Group.php                                        |    2 +-
 turba/lib/Driver/Imsp.php                                         |    2 +-
 turba/lib/Driver/Kolab.php                                        |   66 +-
 turba/lib/Driver/Ldap.php                                         |    2 +-
 turba/lib/Driver/Prefs.php                                        |    2 +-
 turba/lib/Driver/Share.php                                        |   64 +-
 turba/lib/Driver/Sql.php                                          |    2 +-
 turba/lib/Driver/Vbook.php                                        |    2 +-
 turba/lib/Exception.php                                           |    2 +-
 turba/lib/Exception/ObjectExists.php                              |    2 +-
 turba/lib/Factory/Driver.php                                      |    2 +-
 turba/lib/List.php                                                |    2 +-
 turba/lib/LoginTasks/SystemTask/Upgrade.php                       |    2 +-
 turba/lib/Prefs/Special/Columnselect.php                          |    2 +-
 turba/lib/Smartmobile.php                                         |    2 +-
 turba/lib/Test.php                                                |    2 +-
 turba/lib/Turba.php                                               |    2 +-
 turba/lib/View/Browse.php                                         |    2 +-
 turba/lib/View/Duplicates.php                                     |    2 +-
 turba/lib/View/List.php                                           |    2 +-
 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 97216 -> 97175 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |  356 +-
 turba/locale/es/LC_MESSAGES/turba.mo                              |  Bin 99092 -> 96599 bytes
 turba/locale/es/LC_MESSAGES/turba.po                              |  817 +-
 turba/locale/eu/LC_MESSAGES/turba.mo                              |  Bin 188419 -> 95563 bytes
 turba/locale/eu/LC_MESSAGES/turba.po                              | 1099 +-
 turba/locale/eu/help.xml                                          |   92 +-
 turba/locale/fi/LC_MESSAGES/turba.mo                              |  Bin 94659 -> 94569 bytes
 turba/locale/fi/LC_MESSAGES/turba.po                              |   58 +-
 turba/locale/fr/LC_MESSAGES/turba.mo                              |  Bin 105352 -> 98535 bytes
 turba/locale/fr/LC_MESSAGES/turba.po                              |  912 +-
 turba/locale/hr/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/hu/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/is/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/ja/LC_MESSAGES/turba.mo                              |  Bin 100626 -> 100513 bytes
 turba/locale/ja/LC_MESSAGES/turba.po                              |   64 +-
 turba/locale/ko/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/lt/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/lv/LC_MESSAGES/turba.mo                              |  Bin 102352 -> 94304 bytes
 turba/locale/lv/LC_MESSAGES/turba.po                              |  770 +-
 turba/locale/nb/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/nl/LC_MESSAGES/turba.mo                              |  Bin 90215 -> 93748 bytes
 turba/locale/nl/LC_MESSAGES/turba.po                              |   46 +-
 turba/locale/pl/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/pt_BR/LC_MESSAGES/turba.po                           |    2 +-
 turba/locale/ro/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/sk/LC_MESSAGES/turba.mo                              |  Bin 94557 -> 95619 bytes
 turba/locale/sk/LC_MESSAGES/turba.po                              |   70 +-
 turba/locale/sl/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/tr/LC_MESSAGES/turba.po                              |    2 +-
 turba/locale/turba.pot                                            |  346 +-
 turba/merge.php                                                   |    2 +-
 turba/migration/1_turba_base_tables.php                           |    2 +-
 turba/migration/2_turba_upgrade_autoincrement.php                 |    2 +-
 turba/migration/3_turba_upgrade_sqlng.php                         |    2 +-
 turba/migration/4_turba_upgrade_sqlhierarchical.php               |    2 +-
 turba/migration/5_turba_upgrade_sqlnghierarchical.php             |    2 +-
 turba/migration/6_turba_upgrade_updateschema.php                  |    2 +-
 turba/package.xml                                                 |  137 +-
 turba/search.php                                                  |    8 +-
 turba/smartmobile.php                                             |    2 +-
 turba/templates/search/duplicate/list.html.php                    |    2 +-
 turba/test/Turba/AllTests.php                                     |   44 +-
 turba/test/Turba/Autoload.php                                     |    6 +-
 turba/test/Turba/TestCase.php                                     |    7 +-
 turba/test/Turba/ToDo/ApiTest.php                                 |    7 +-
 turba/test/Turba/ToDo/KolabTestBase.php                           |    2 +-
 turba/test/Turba/Unit/Driver/Base.php                             |    2 +-
 turba/test/Turba/Unit/Driver/KolabTest.php                        |    2 +-
 turba/test/Turba/Unit/Driver/Sql/Base.php                         |    2 +-
 turba/test/Turba/Unit/Driver/Sql/Pdo/SqliteTest.php               |    2 +-
 turba/test/Turba/Unit/Turba/Base.php                              |    2 +-
 turba/test/Turba/Unit/Turba/KolabTest.php                         |    2 +-
 turba/test/Turba/Unit/Turba/Sql/Base.php                          |    2 +-
 turba/test/Turba/Unit/Turba/Sql/Pdo/SqliteTest.php                |    2 +-
 turba/test/Turba/bootstrap.php                                    |    3 +
 turba/test/Turba/phpunit.xml                                      |    2 +-
 turba/vcard.php                                                   |    2 +-
 turba/view.php                                                    |    2 +-
 ulaform/delete.php                                                |    2 +-
 ulaform/deletefield.php                                           |    2 +-
 ulaform/display.php                                               |    2 +-
 ulaform/edit.php                                                  |    2 +-
 ulaform/fields.php                                                |    2 +-
 ulaform/forms.php                                                 |    2 +-
 ulaform/genhtml.php                                               |    2 +-
 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 71118 -> 71054 bytes
 ulaform/locale/de/LC_MESSAGES/ulaform.po                          |    2 +-
 ulaform/locale/es/LC_MESSAGES/ulaform.mo                          |  Bin 73250 -> 70775 bytes
 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 76573 -> 68718 bytes
 ulaform/locale/lv/LC_MESSAGES/ulaform.po                          |    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/package.xml                                               |    4 +-
 ulaform/sortfields.php                                            |    2 +-
 vilma/LICENSE                                                     |    2 +-
 vilma/domains/delete.php                                          |    2 +-
 vilma/domains/edit.php                                            |    2 +-
 vilma/domains/index.php                                           |    2 +-
 vilma/index.php                                                   |    2 +-
 vilma/lib/Driver.php                                              |    2 +-
 vilma/lib/Driver/Sql.php                                          |    2 +-
 vilma/lib/Form/DeleteDomain.php                                   |    2 +-
 vilma/lib/Form/EditAlias.php                                      |    2 +-
 vilma/lib/Form/EditDomain.php                                     |    2 +-
 vilma/lib/Form/EditForward.php                                    |    2 +-
 vilma/lib/Form/EditUser.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 76741 -> 76701 bytes
 vilma/locale/de/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/es/LC_MESSAGES/vilma.mo                              |  Bin 78627 -> 76176 bytes
 vilma/locale/es/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/locale/fi/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 78896 -> 71057 bytes
 vilma/locale/lv/LC_MESSAGES/vilma.po                              |    2 +-
 vilma/migration/1_vilma_base_tables.php                           |    2 +-
 vilma/migration/2_vilma_drop_domainkey.php                        |    2 +-
 vilma/users/delete.php                                            |    2 +-
 vilma/users/edit.php                                              |    2 +-
 vilma/users/editAlias.php                                         |    2 +-
 vilma/users/editForward.php                                       |    2 +-
 vilma/users/index.php                                             |    2 +-
 vilma/virtuals/delete.php                                         |    2 +-
 vilma/virtuals/edit.php                                           |    2 +-
 vilma/virtuals/index.php                                          |    2 +-
 whups/LICENSE                                                     |    2 +-
 whups/admin/index.php                                             |    4 +-
 whups/bin/whups-bugzilla-import                                   |    2 +-
 whups/bin/whups-convert-to-utf8                                   |    2 +-
 whups/bin/whups-obliterate                                        |    2 +-
 whups/bin/whups-reminders                                         |    2 +-
 whups/docs/CHANGES                                                |    1 +
 whups/index.php                                                   |    2 +-
 whups/lib/Ajax/Imple/ContactAutoCompleter.php                     |    2 +-
 whups/lib/Application.php                                         |   20 +-
 whups/lib/Driver.php                                              |    2 +-
 whups/lib/Driver/Sql.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                                  |    4 +-
 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                         |    6 +-
 whups/lib/Form/Admin/EditQueueStepTwo.php                         |    2 +-
 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/Parameter.php                                |    2 +-
 whups/lib/Form/Query/UserCriterion.php                            |    4 +-
 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                               |    2 +-
 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                         |    2 +-
 whups/lib/Form/Ticket/CreateStepTwo.php                           |    2 +-
 whups/lib/Form/Ticket/Delete.php                                  |    2 +-
 whups/lib/LoginTasks/SystemTask/Upgrade.php                       |    2 +-
 whups/lib/Mail.php                                                |    2 +-
 whups/lib/Mime/Viewer/Zip.php                                     |    2 +-
 whups/lib/Prefs/Special/Sourceselect.php                          |    2 +-
 whups/lib/Query.php                                               |    2 +-
 whups/lib/Query/Manager.php                                       |    2 +-
 whups/lib/Reports.php                                             |    2 +-
 whups/lib/Ticket.php                                              |    2 +-
 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                                               |   19 +-
 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 107074 -> 107023 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |  416 +-
 whups/locale/es/LC_MESSAGES/whups.mo                              |  Bin 107568 -> 105164 bytes
 whups/locale/es/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/fr/LC_MESSAGES/whups.mo                              |  Bin 108777 -> 101691 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 94668 -> 86808 bytes
 whups/locale/lv/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/nb/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/nl/LC_MESSAGES/whups.mo                              |  Bin 93136 -> 95935 bytes
 whups/locale/nl/LC_MESSAGES/whups.po                              |    2 +-
 whups/locale/pl/LC_MESSAGES/whups.po                              |    2 +-
 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                                            |  410 +-
 whups/migration/1_whups_base_tables.php                           |    2 +-
 whups/migration/2_whups_autoincrement_shares.php                  |    2 +-
 whups/migration/3_whups_upgrade_sqlng.php                         |    2 +-
 whups/migration/4_whups_upgrade_sqlhierarchical.php               |    2 +-
 whups/migration/5_whups_upgrade_sqlnghierarchical.php             |    2 +-
 whups/migration/6_whups_upgrade_transactions.php                  |    2 +-
 whups/migration/7_whups_upgrade_autoincrement.php                 |    2 +-
 whups/migration/8_whups_add_attribute_index.php                   |    2 +-
 whups/mybugs.php                                                  |    4 +-
 whups/mybugs_edit.php                                             |    4 +-
 whups/opensearch.php                                              |    2 +-
 whups/package.xml                                                 |   45 +-
 whups/query/index.php                                             |    4 +-
 whups/query/rss.php                                               |    2 +-
 whups/query/run.php                                               |    4 +-
 whups/queue/index.php                                             |    2 +-
 whups/queue/rss.php                                               |    2 +-
 whups/reports.php                                                 |    4 +-
 whups/search.php                                                  |    6 +-
 whups/search/rss.php                                              |    2 +-
 whups/templates/menu.inc                                          |    7 -
 whups/themes/default/screen.css                                   |   14 +
 whups/ticket/comment.php                                          |    4 +-
 whups/ticket/create.php                                           |    4 +-
 whups/ticket/delete.php                                           |    4 +-
 whups/ticket/delete_attachment.php                                |    2 +-
 whups/ticket/delete_history.php                                   |    2 +-
 whups/ticket/index.php                                            |    9 +-
 whups/ticket/queue.php                                            |    4 +-
 whups/ticket/rss.php                                              |    2 +-
 whups/ticket/type.php                                             |    4 +-
 whups/ticket/update.php                                           |    4 +-
 whups/ticket/watch.php                                            |    4 +-
 whups/view.php                                                    |    2 +-
 wicked/bin/wicked-convert-to-utf8                                 |    2 +-
 wicked/diff.php                                                   |    2 +-
 wicked/display.php                                                |    2 +-
 wicked/docs/CHANGES                                               |    1 +
 wicked/docs/CREDITS                                               |    1 +
 wicked/history.php                                                |    2 +-
 wicked/index.php                                                  |    2 +-
 wicked/lib/Api.php                                                |    2 +-
 wicked/lib/Application.php                                        |    2 +-
 wicked/lib/Block/Page.php                                         |    2 +-
 wicked/lib/Driver.php                                             |    2 +-
 wicked/lib/Exception.php                                          |    2 +-
 wicked/lib/Factory/Driver.php                                     |    2 +-
 wicked/lib/Page.php                                               |    2 +-
 wicked/lib/Page/AddPage.php                                       |    2 +-
 wicked/lib/Page/AllPages.php                                      |    2 +-
 wicked/lib/Page/AttachedFiles.php                                 |    2 +-
 wicked/lib/Page/BackLinks.php                                     |    2 +-
 wicked/lib/Page/DeletePage.php                                    |    2 +-
 wicked/lib/Page/EditPage.php                                      |    2 +-
 wicked/lib/Page/LeastPopular.php                                  |    2 +-
 wicked/lib/Page/LikePages.php                                     |    2 +-
 wicked/lib/Page/MergeOrRename.php                                 |   12 +-
 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                                        |    2 +-
 wicked/lib/Page/StandardPage.php                                  |    2 +-
 wicked/lib/Page/SyncDiff.php                                      |    2 +-
 wicked/lib/Page/SyncPages.php                                     |    2 +-
 wicked/lib/Sync.php                                               |    2 +-
 wicked/lib/Sync/Wicked.php                                        |    2 +-
 wicked/lib/Test.php                                               |    2 +-
 wicked/lib/Text_Wiki/Render/Rst.php                               |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Blockquote.php                    |   59 +
 wicked/lib/Text_Wiki/Render/Rst/Bold.php                          |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Code.php                          |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Deflist.php                       |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Emphasis.php                      |   46 +
 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                          |    2 +-
 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                            |    2 +-
 wicked/lib/Text_Wiki/Render/Rst/Url.php                           |    2 +-
 wicked/lib/Wicked.php                                             |    2 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 79796 -> 79732 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |   34 +-
 wicked/locale/es/LC_MESSAGES/wicked.mo                            |  Bin 83752 -> 81307 bytes
 wicked/locale/es/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/it/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/ja/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/lv/LC_MESSAGES/wicked.mo                            |  Bin 76136 -> 68313 bytes
 wicked/locale/lv/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/pt_BR/LC_MESSAGES/wicked.po                         |    2 +-
 wicked/locale/sk/LC_MESSAGES/wicked.mo                            |  Bin 78042 -> 78902 bytes
 wicked/locale/sk/LC_MESSAGES/wicked.po                            |  239 +-
 wicked/locale/sl/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/uk/LC_MESSAGES/wicked.po                            |    2 +-
 wicked/locale/wicked.pot                                          |   32 +-
 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                        |    2 +-
 wicked/opensearch.php                                             |    2 +-
 wicked/package.xml                                                |   50 +-
 wicked/preview.php                                                |    2 +-
 wicked/test/Wicked/AllTests.php                                   |   50 +-
 wicked/test/Wicked/Autoload.php                                   |   12 +-
 wicked/test/Wicked/TestCase.php                                   |    2 +-
 wicked/test/Wicked/Unit/Driver/SqlTest.php                        |    7 +-
 wicked/test/Wicked/Unit/RstTest.php                               |    7 +-
 wicked/test/Wicked/bootstrap.php                                  |    3 +
 wicked/test/Wicked/phpunit.xml                                    |    2 +-
 7672 files changed, 118127 insertions(+), 97548 deletions(-)

http://git.horde.org/horde-git/-/commit/18c212dea0213e503194fd5789cabb97a16d1d30

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

commit 8fefa04e6fcd4dea6da2560d906f7b49789bb295
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 19 22:43:27 2013 -0700

    This config option isn't used anymore

 horde/config/conf.xml |    6 ------
 horde/docs/UPGRADING  |   18 ++++++++++--------
 2 files changed, 10 insertions(+), 14 deletions(-)

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

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

commit 8eb5392d354168146164f91c8aec12cd1532241b
Merge: 8fefa04 405e1b8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Mar 3 17:14:55 2013 -0700

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	horde/js/facebookclient.js
    	horde/js/twitterclient.js
    	imp/docs/CHANGES
    	imp/package.xml

 .travis.yml                                                       |    2 +-
 ansel/docs/INSTALL                                                |    4 +-
 ansel/faces/custom.php                                            |   25 +
 ansel/js/editfaces.js                                             |    4 +-
 ansel/js/slideshow.js                                             |   10 +-
 ansel/js/views/image.js                                           |    2 +-
 ansel/js/views/slideshow.js                                       |   11 +
 ansel/lib/Ajax/Application/Handler.php                            |    7 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |   14 +-
 ansel/lib/Ansel.php                                               |    2 +-
 ansel/lib/Faces.php                                               |    2 +-
 ansel/lib/View/GalleryProperties.php                              |    1 +
 ansel/lib/View/GalleryRenderer/Base.php                           |   32 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |   17 +-
 ansel/lib/View/Image.php                                          |   35 +-
 ansel/lib/View/List.php                                           |  157 +-
 ansel/lib/View/Slideshow.php                                      |   23 +-
 ansel/lib/Widget/Actions.php                                      |    2 +-
 ansel/lib/Widget/GalleryFaces.php                                 |    2 +-
 ansel/lib/Widget/Geotag.php                                       |   64 +-
 ansel/lib/Widget/ImageFaces.php                                   |  105 +-
 ansel/lib/Widget/Links.php                                        |   32 +-
 ansel/package.xml                                                 |   24 +-
 ansel/templates/faces/custom.inc                                  |   34 -
 ansel/templates/faces/image.inc                                   |    2 +-
 ansel/templates/view/image.html.php                               |    4 +-
 ansel/templates/view/list.html.php                                |   60 +
 ansel/templates/view/list.inc                                     |   64 -
 ansel/templates/view/slideshow.html.php                           |   39 +
 ansel/templates/view/slideshow.inc                                |   58 -
 ansel/templates/widgets/geotag.html.php                           |   14 +-
 ansel/templates/widgets/imagefaces.html.php                       |   24 +
 ansel/templates/widgets/links.html.php                            |   21 +
 ansel/themes/default/graphics/embed.png                           |  Bin 0 -> 579 bytes
 ansel/themes/default/screen.css                                   |   51 +-
 ansel/view.php                                                    |    2 +-
 bundles/groupware/README                                          |   22 +-
 bundles/groupware/docs/INSTALL                                    |   11 +-
 bundles/webmail/README                                            |   22 +-
 bundles/webmail/docs/INSTALL                                      |   12 +-
 bundles/webmail/docs/PERFORMANCE                                  |    3 +
 chora/themes/default/ie7.css                                      |    4 -
 components/lib/Components/Component/Base.php                      |   19 +
 components/lib/Components/Component/Remote.php                    |   19 -
 components/lib/Components/Component/Source.php                    |   22 +
 components/lib/Components/Helper/Website.php                      |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |   30 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   30 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |   51 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php            |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |    5 +-
 framework/ActiveSync/package.xml                                  |   42 +-
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php       |    1 -
 framework/Auth/lib/Horde/Auth.php                                 |   16 +-
 framework/Auth/lib/Horde/Auth/Auto.php                            |   28 +-
 framework/Auth/lib/Horde/Auth/Base.php                            |   44 +-
 framework/Auth/lib/Horde/Auth/Composite.php                       |   20 +-
 framework/Auth/lib/Horde/Auth/Customsql.php                       |   21 +-
 framework/Auth/lib/Horde/Auth/Cyrsql.php                          |   22 +-
 framework/Auth/lib/Horde/Auth/Exception.php                       |   14 +-
 framework/Auth/lib/Horde/Auth/Ftp.php                             |   16 +-
 framework/Auth/lib/Horde/Auth/Http.php                            |   19 +-
 framework/Auth/lib/Horde/Auth/Http/Remote.php                     |   15 +-
 framework/Auth/lib/Horde/Auth/Imap.php                            |   19 +-
 framework/Auth/lib/Horde/Auth/Ipbasic.php                         |   43 +-
 framework/Auth/lib/Horde/Auth/Kolab.php                           |   19 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |   25 +-
 framework/Auth/lib/Horde/Auth/Msad.php                            |   23 +-
 framework/Auth/lib/Horde/Auth/Pam.php                             |   19 +-
 framework/Auth/lib/Horde/Auth/Passwd.php                          |   20 +-
 framework/Auth/lib/Horde/Auth/Peclsasl.php                        |   19 +-
 framework/Auth/lib/Horde/Auth/Radius.php                          |   19 +-
 framework/Auth/lib/Horde/Auth/Shibboleth.php                      |   29 +-
 framework/Auth/lib/Horde/Auth/Smb.php                             |   20 +-
 framework/Auth/lib/Horde/Auth/Smbclient.php                       |   16 +-
 framework/Auth/lib/Horde/Auth/Sql.php                             |   25 +-
 framework/Auth/lib/Horde/Auth/Translation.php                     |   13 +-
 framework/Auth/migration/Horde/Auth/1_horde_auth_base_tables.php  |    6 +
 framework/Cache/lib/Horde/Cache.php                               |   21 +-
 framework/Cache/package.xml                                       |   17 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Modules.php           |   52 +-
 framework/Compress_Fast/doc/Horde/Compress/Fast/COPYING           |  458 ++++
 framework/Compress_Fast/lib/Horde/Compress/Fast.php               |  109 +
 framework/Compress_Fast/lib/Horde/Compress/Fast/Base.php          |   55 +
 framework/Compress_Fast/lib/Horde/Compress/Fast/Exception.php     |   25 +
 framework/Compress_Fast/lib/Horde/Compress/Fast/Lzf.php           |   50 +
 framework/Compress_Fast/lib/Horde/Compress/Fast/Null.php          |   39 +
 framework/Compress_Fast/package.xml                               |  127 +
 framework/Compress_Fast/test/Horde/Compress/Fast/AllTests.php     |    3 +
 .../Compress_Fast/test/Horde/Compress/Fast/CompressFastTest.php   |  122 +
 framework/Compress_Fast/test/Horde/Compress/Fast/bootstrap.php    |    3 +
 framework/Compress_Fast/test/Horde/Compress/Fast/phpunit.xml      |    1 +
 framework/Core/js/colorpicker.js                                  |    4 +-
 framework/Core/js/dialog.js                                       |   29 +-
 framework/Core/js/form_helpers.js                                 |   10 +-
 framework/Core/js/growler.js                                      |   14 +-
 framework/Core/js/horde-jquery.js                                 |    4 +-
 framework/Core/js/hordecore.js                                    |   25 +-
 framework/Core/js/hordetree.js                                    |    2 +-
 framework/Core/js/image.js                                        |    8 +-
 framework/Core/js/imple.js                                        |    6 +-
 framework/Core/js/prettyautocomplete.js                           |   20 +-
 framework/Core/js/sorter.js                                       |   12 +-
 framework/Core/js/spellchecker.js                                 |    2 -
 framework/Core/js/tables.js                                       |   12 +-
 framework/Core/lib/Horde.php                                      |   42 +
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   27 +-
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php         |   14 +-
 framework/Core/lib/Horde/Core/Ajax/Response/Raw.php               |    8 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php                   |    2 +-
 framework/Core/lib/Horde/PageOutput.php                           |    7 +-
 framework/Core/lib/Horde/Registry.php                             |   33 +-
 framework/Core/lib/Horde/Session.php                              |   33 +-
 framework/Core/lib/Horde/Shutdown.php                             |   73 +
 framework/Core/lib/Horde/Shutdown/Task.php                        |   31 +
 framework/Core/lib/Horde/Themes.php                               |   75 +-
 framework/Core/lib/Horde/Themes/Cache.php                         |   32 +-
 framework/Core/lib/Horde/Themes/Css.php                           |  100 +-
 framework/Core/lib/Horde/Themes/Element.php                       |   36 +-
 framework/Core/package.xml                                        |   77 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   22 +-
 framework/Crypt/package.xml                                       |    6 +-
 framework/Db/doc/Horde/Db/README.TESTING.txt                      |   32 -
 framework/Db/doc/Horde/Db/README_TESTING                          |   32 +
 framework/Db/doc/Horde/Db/TODO                                    |   53 +
 framework/Db/doc/Horde/Db/TODO.txt                                |   55 -
 framework/Db/package.xml                                          |   14 +-
 framework/Http/lib/Horde/Http/Request/Fopen.php                   |    1 +
 framework/Http/package.xml                                        |    4 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   19 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php          |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php         |   10 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |   14 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   27 +-
 framework/Imap_Client/package.xml                                 |   31 +-
 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php          |    9 +-
 framework/Kolab_Storage/doc/Horde/Kolab/Storage/API.txt           |    6 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Namespace.php    |   52 +-
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    3 +-
 framework/Lock/lib/Horde/Lock/Sql.php                             |   33 +-
 framework/Lock/package.xml                                        |   32 +-
 framework/Lock/test/Horde/Lock/AllTests.php                       |    3 +
 framework/Lock/test/Horde/Lock/LockTest.php                       |  218 ++
 framework/Lock/test/Horde/Lock/bootstrap.php                      |    3 +
 framework/Lock/test/Horde/Lock/phpunit.xml                        |    1 +
 framework/Pear/lib/Horde/Pear/Remote.php                          |    2 +-
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |   29 +-
 framework/Push/doc/Horde/Push/TODO                                |    1 +
 framework/Queue/package.xml                                       |   32 +-
 framework/Rdo/doc/Horde/Rdo/TODO                                  |  157 ++
 framework/Rdo/doc/Horde/Rdo/TODO.txt                              |  154 --
 framework/Rdo/package.xml                                         |   10 +-
 .../doc/Horde/Service/Facebook/examples/facebook_example.php      |  139 +
 .../doc/Horde/Service/Facebook/facebook_example.php               |  139 -
 framework/Service_Facebook/package.xml                            |   12 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |    2 +-
 .../doc/Horde/Service/Twitter/examples/twitter_browser.php        |   84 +
 .../doc/Horde/Service/Twitter/examples/twitter_cli.php            |   36 +
 .../Service_Twitter/doc/Horde/Service/Twitter/twitter_browser.php |   84 -
 .../Service_Twitter/doc/Horde/Service/Twitter/twitter_cli.php     |   36 -
 framework/Service_Twitter/package.xml                             |   16 +-
 framework/Service_Weather/doc/Horde/Service/Weather/UPGRADING     |    6 +-
 framework/Support/lib/Horde/Support/Array.php                     |   39 +-
 framework/Support/test/Horde/Support/ArrayTest.php                |    4 +-
 framework/SyncMl/doc/Horde/SyncMl/README.program_flow.txt         |   29 +-
 framework/SyncMl/doc/Horde/SyncMl/README.syncml_primer.txt        |   50 +-
 framework/Tree/doc/Horde/Tree/COPYING                             |  599 +++--
 framework/Tree/package.xml                                        |   34 +-
 framework/Util/lib/Horde/Variables.php                            |   51 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |   31 +
 hermes/js/hermes.js                                               |   31 +-
 hermes/lib/Ajax.php                                               |    5 +-
 hermes/lib/Ajax/Application/Handler.php                           |   34 +-
 hermes/lib/Application.php                                        |    5 +-
 hermes/lib/Driver/Sql.php                                         |   18 +-
 hermes/lib/Form/Search.php                                        |   11 +-
 hermes/lib/Hermes.php                                             |    6 +-
 hermes/lib/Slice.php                                              |   10 +
 hermes/templates/dynamic/export.inc                               |    7 +-
 hermes/templates/dynamic/sidebar.html.php                         |    3 +
 hermes/templates/dynamic/slices.inc                               |   17 +-
 horde/docs/CODING_STANDARDS                                       |    8 +-
 horde/docs/INSTALL                                                |   28 +-
 horde/js/activesyncadmin.js                                       |    3 +-
 horde/js/activesyncprefs.js                                       |    3 +-
 horde/js/categoryprefs.js                                         |    2 +-
 horde/js/contextsensitive.js                                      |    6 +-
 horde/js/dragdrop2.js                                             |    2 +-
 horde/js/facebookclient.js                                        |    4 +-
 horde/js/ieescguard.js                                            |   14 +-
 horde/js/login.js                                                 |   49 +-
 horde/js/logintasks.js                                            |   12 +-
 horde/js/quickfinder.js                                           |   17 +-
 horde/js/slider2.js                                               |   40 +-
 horde/js/twitterclient.js                                         |   12 +-
 horde/js/userupdate.js                                            |    7 +-
 horde/js/vatid.js                                                 |    3 +-
 horde/lib/Test.php                                                |    5 +-
 horde/package.xml                                                 |    8 +-
 horde/themes/default/ie7.css                                      |    9 -
 horde/themes/default/ie8.css                                      |   24 +
 horde/themes/default/screen.css                                   |    5 +-
 imp/attachment.php                                                |    3 +-
 imp/config/backends.php                                           |   12 +-
 imp/docs/CHANGES                                                  |   20 +-
 imp/docs/INSTALL                                                  |    5 +-
 imp/dynamic.php                                                   |    2 +-
 imp/js/dimpbase.js                                                |   23 +-
 imp/js/pgp.js                                                     |    8 +-
 imp/js/searchesprefs.js                                           |    3 -
 imp/js/viewport.js                                                |   12 +-
 imp/lib/Ajax/Application/Handler/Smartmobile.php                  |    2 +-
 imp/lib/Compose/References.php                                    |    8 +-
 imp/lib/Contents.php                                              |   17 +-
 imp/lib/IMP.php                                                   |   23 +-
 imp/lib/Imap.php                                                  |    4 +-
 imp/lib/Imap/Tree.php                                             |  138 +-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php               |   21 +-
 imp/lib/Message.php                                               |   14 +-
 imp/lib/Mime/Viewer/Html.php                                      |    8 +-
 imp/lib/Mime/Viewer/Pgp.php                                       |    2 +-
 imp/lib/Mime/Viewer/Smime.php                                     |    2 +-
 imp/lib/Prefs/Special/Searches.php                                |   18 +-
 imp/lib/Search.php                                                |   22 +-
 imp/lib/Test.php                                                  |   10 +-
 imp/message.php                                                   |    8 +-
 imp/minimal.php                                                   |    2 +-
 imp/package.xml                                                   |   43 +-
 imp/search.php                                                    |    4 +-
 imp/templates/prefs/searches.html.php                             |    4 -
 imp/themes/default/dynamic/ie7.css                                |   50 -
 imp/themes/default/ie7.css                                        |   12 -
 imp/themes/default/screen.css                                     |    5 -
 imp/thread.php                                                    |    4 +-
 ingo/lib/Test.php                                                 |    2 +-
 ingo/spam.php                                                     |    2 +-
 ingo/vacation.php                                                 |    2 +-
 kronolith/docs/CHANGES                                            |    4 +
 kronolith/lib/Application.php                                     |    2 +-
 kronolith/lib/Event.php                                           |    2 +
 kronolith/package.xml                                             |   12 +-
 kronolith/themes/default/ie7.css                                  |   47 -
 nag/docs/CHANGES                                                  |    3 +
 nag/lib/Api.php                                                   |   14 +-
 nag/lib/Task.php                                                  |   12 +-
 nag/package.xml                                                   |    6 +
 passwd/README                                                     |    4 +-
 trean/bin/trean-backfill-remove-utm-params                        |    2 +-
 trean/bin/trean-url-checker                                       |    2 +-
 trean/docs/CHANGES                                                |    1 +
 trean/lib/Queue/Task/Crawl.php                                    |    2 +-
 trean/lib/Queue/Task/Favicon.php                                  |    2 +-
 trean/package.xml                                                 |   18 +-
 turba/package.xml                                                 |    8 +-
 turba/themes/default/ie7.css                                      |    9 -
 whups/docs/INSTALL                                                |    2 +-
 260 files changed, 4600 insertions(+), 2548 deletions(-)

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

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

commit 20831256a78e0414828dac632648dcfb4f355dbf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Mar 3 17:17:51 2013 -0700

    Remove cache compression option

 horde/config/conf.xml |    2 --
 horde/docs/UPGRADING  |    5 ++++-
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/20831256a78e0414828dac632648dcfb4f355dbf

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

commit 54a69f49237cb99d6dc063b8a5c222773bef04ba
Merge: 2083125 e4bb5a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 13:07:52 2013 -0400

    Merge branch 'master' into horde_5_1

 .travis.yml                                                       |    4 +-
 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 81281 -> 80886 bytes
 ansel/lib/View/Ansel.php                                          |    5 +-
 ansel/locale/ansel.pot                                            |  385 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 106504 -> 105788 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po                              |  389 +-
 chora/lib/Application.php                                         |   24 +-
 chora/lib/Chora.php                                               |    2 +-
 chora/locale/chora.pot                                            |   16 +-
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71421 -> 71050 bytes
 chora/locale/de/LC_MESSAGES/chora.po                              |   16 +-
 components/lib/Components/Component/Source.php                    |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |   11 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   65 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |   75 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |  101 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php               |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   10 +-
 framework/ActiveSync/package.xml                                  |   39 +-
 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php    |    4 +-
 .../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml   |  Bin 371 -> 376 bytes
 .../ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml    |  Bin 389 -> 394 bytes
 .../test/Horde/ActiveSync/fixtures/simpleexception.wbxml          |  Bin 423 -> 428 bytes
 framework/Alarm/package.xml                                       |   21 +-
 framework/Argv/locale/Horde_Argv.pot                              |   16 +-
 framework/Argv/locale/de/LC_MESSAGES/Horde_Argv.mo                |  Bin 1492 -> 1492 bytes
 framework/Argv/locale/de/LC_MESSAGES/Horde_Argv.po                |   16 +-
 framework/Argv/package.xml                                        |   25 +-
 framework/Auth/locale/Horde_Auth.pot                              |   30 +-
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.mo                |  Bin 3104 -> 3104 bytes
 framework/Auth/locale/de/LC_MESSAGES/Horde_Auth.po                |   30 +-
 framework/Auth/package.xml                                        |   21 +-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   15 +-
 framework/Autoloader_Cache/package.xml                            |   32 +-
 framework/Cache/lib/Horde/Cache.php                               |    6 +-
 framework/Cache/lib/Horde/Cache/Storage/Apc.php                   |   29 +-
 framework/Cache/lib/Horde/Cache/Storage/Base.php                  |   51 +-
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php          |   26 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php                  |   69 +-
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php              |   63 +-
 framework/Cache/lib/Horde/Cache/Storage/Mock.php                  |   34 +-
 framework/Cache/lib/Horde/Cache/Storage/Null.php                  |   20 +-
 framework/Cache/lib/Horde/Cache/Storage/Session.php               |   32 +-
 framework/Cache/lib/Horde/Cache/Storage/Sql.php                   |   55 +-
 framework/Cache/lib/Horde/Cache/Storage/Stack.php                 |   43 +-
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php                |   26 +-
 framework/Cache/package.xml                                       |   36 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular.php                   |   10 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php            |   39 +-
 framework/Cli_Modular/package.xml                                 |   21 +-
 framework/Compress_Fast/lib/Horde/Compress/Fast.php               |   10 +-
 framework/Compress_Fast/lib/Horde/Compress/Fast/Lz4.php           |   50 +
 framework/Compress_Fast/lib/Horde/Compress/Fast/Lzf.php           |    2 +-
 framework/Compress_Fast/package.xml                               |   44 +-
 .../Compress_Fast/test/Horde/Compress/Fast/CompressFastTest.php   |   66 +-
 framework/Core/lib/Horde.php                                      |   69 +-
 framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php       |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |    2 +-
 framework/Core/lib/Horde/Core/Auth/Shibboleth.php                 |    2 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php                   |    2 +-
 framework/Core/lib/Horde/Core/Factory/Logger.php                  |   54 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php                   |    2 +-
 framework/Core/lib/Horde/Core/Log/Wrapper.php                     |   37 +
 .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php    |    4 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    2 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |    4 +-
 framework/Core/lib/Horde/Core/Topbar.php                          |    2 +-
 framework/Core/lib/Horde/ErrorHandler.php                         |    2 +-
 framework/Core/lib/Horde/Registry.php                             |   31 +-
 framework/Core/lib/Horde/Session.php                              |   12 +-
 framework/Core/lib/Horde/Session/Null.php                         |   10 +-
 framework/Core/lib/Horde/Themes/Element.php                       |    2 +-
 framework/Core/locale/Horde_Core.pot                              |   63 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 19930 -> 20186 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   73 +-
 framework/Core/package.xml                                        |   74 +-
 framework/Crypt/locale/Horde_Crypt.pot                            |   74 +-
 framework/Crypt/locale/de/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7765 -> 7765 bytes
 framework/Crypt/locale/de/LC_MESSAGES/Horde_Crypt.po              |   74 +-
 framework/Crypt/package.xml                                       |   24 +-
 framework/Date/locale/Horde_Date.pot                              |   12 +-
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.mo                |  Bin 1126 -> 1126 bytes
 framework/Date/locale/de/LC_MESSAGES/Horde_Date.po                |   12 +-
 framework/Date/package.xml                                        |   23 +-
 framework/Date_Parser/package.xml                                 |   21 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |    5 +
 framework/Db/package.xml                                          |   25 +-
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  |    4 +
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |    4 +
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              |    4 +
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              |    4 +
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             |    4 +
 framework/ElasticSearch/package.xml                               |   23 +-
 framework/Group/package.xml                                       |   21 +-
 framework/History/package.xml                                     |   21 +-
 framework/Http/package.xml                                        |   23 +-
 framework/Icalendar/package.xml                                   |   21 +-
 framework/Image/package.xml                                       |   21 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   13 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |   70 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7305 -> 7305 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   70 +-
 framework/Imap_Client/package.xml                                 |   38 +-
 framework/Kolab_Format/package.xml                                |   21 +-
 framework/Kolab_Server/package.xml                                |   21 +-
 framework/Kolab_Storage/package.xml                               |   21 +-
 framework/Lock/package.xml                                        |   27 +-
 framework/Mail/package.xml                                        |   21 +-
 framework/Memcache/package.xml                                    |   21 +-
 framework/Mime_Viewer/package.xml                                 |   23 +-
 framework/Pear/package.xml                                        |   25 +-
 framework/Perms/package.xml                                       |   23 +-
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |  148 +-
 framework/Prefs/locale/Horde_Prefs.pot                            |    8 +-
 framework/Prefs/locale/de/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1031 -> 1031 bytes
 framework/Prefs/locale/de/LC_MESSAGES/Horde_Prefs.po              |    8 +-
 framework/Prefs/package.xml                                       |   26 +-
 framework/Rdo/package.xml                                         |   21 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |   13 +-
 framework/Serialize/package.xml                                   |   21 +-
 framework/Service_Facebook/package.xml                            |   21 +-
 framework/Service_Twitter/package.xml                             |   21 +-
 framework/Service_Weather/package.xml                             |   21 +-
 framework/SessionHandler/package.xml                              |   21 +-
 framework/Share/package.xml                                       |   23 +-
 framework/Support/lib/Horde/Support/Stub.php                      |   70 +-
 framework/Support/package.xml                                     |   25 +-
 framework/SyncMl/package.xml                                      |   21 +-
 framework/Test/package.xml                                        |   21 +-
 framework/Text_Diff/package.xml                                   |   21 +-
 framework/Text_Filter/package.xml                                 |   23 +-
 framework/Tree/package.xml                                        |   25 +-
 framework/Url/lib/Horde/Url/Data.php                              |   22 +-
 framework/Url/package.xml                                         |   27 +-
 framework/Url/test/Horde/Url/UrlDataTest.php                      |   11 +
 framework/Util/package.xml                                        |   21 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |    3 +
 framework/Yaml/package.xml                                        |   23 +-
 framework/lz4/CREDITS                                             |   11 +
 framework/lz4/LICENSE                                             |   68 +
 framework/lz4/LICENSE.lz4                                         |   30 +
 framework/lz4/README.md                                           |   64 +
 framework/lz4/config.m4                                           |   37 +
 framework/lz4/horde_lz4.c                                         |  154 +
 framework/lz4/horde_lz4.h                                         |   28 +
 framework/lz4/lz4.c                                               |  906 +++++
 framework/lz4/lz4.h                                               |  128 +
 framework/lz4/lz4hc.c                                             |  730 ++++
 framework/lz4/lz4hc.h                                             |   60 +
 framework/lz4/package.xml                                         |  107 +
 framework/lz4/php_verdep.h                                        |   65 +
 framework/lz4/tests/001.phpt                                      |   26 +
 framework/lz4/tests/002.phpt                                      |   38 +
 framework/lz4/tests/003.phpt                                      |   19 +
 framework/lz4/tests/004.phpt                                      |   19 +
 framework/lz4/tests/005.phpt                                      |   43 +
 framework/lz4/tests/006.phpt                                      |   26 +
 framework/lz4/tests/007.phpt                                      |   20 +
 framework/lz4/tests/data.inc                                      |   87 +
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 73418 -> 73047 bytes
 hermes/lib/Form/Search.php                                        |    2 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 79861 -> 79813 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  210 +-
 hermes/locale/hermes.pot                                          |  206 +-
 horde/config/conf.xml                                             |    4 +-
 horde/docs/CHANGES                                                |    3 +
 horde/js/login.js                                                 |    9 +-
 horde/js/smartmobile-login.js                                     |   27 +-
 horde/lib/View/Topbar.php                                         |    5 +
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 65285 -> 64938 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   47 +-
 horde/locale/horde.pot                                            |   49 +-
 horde/login.php                                                   |   46 +-
 horde/package.xml                                                 |    6 +-
 horde/rpc.php                                                     |    1 -
 horde/templates/login/login.inc                                   |   15 +
 horde/templates/login/smartmobile.html.php                        |   13 +
 horde/templates/topbar/_menubar.html.php                          |    3 +
 horde/themes/default/ie8.css                                      |    1 +
 imp/js/dimpbase.js                                                |   13 +-
 imp/js/login.js                                                   |   25 +-
 imp/js/smartmobile.js                                             |    4 +-
 imp/lib/Application.php                                           |    2 +-
 imp/lib/IMP.php                                                   |    6 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 181520 -> 181260 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  304 +-
 imp/locale/imp.pot                                                |  304 +-
 imp/search.php                                                    |    2 +-
 imp/themes/default/dynamic/screen.css                             |    3 +
 ingo/docs/CHANGES                                                 |    1 +
 ingo/lib/Ingo.php                                                 |    2 +-
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 84603 -> 84240 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                                |    8 +-
 ingo/locale/ingo.pot                                              |   10 +-
 ingo/package.xml                                                  |    2 +
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 75179 -> 74848 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 69993 -> 69670 bytes
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/js/kronolith.js                                         |   13 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 125921 -> 125502 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  142 +-
 kronolith/locale/kronolith.pot                                    |  144 +-
 kronolith/package.xml                                             |    2 +
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 67302 -> 66979 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 74851 -> 74528 bytes
 nag/docs/CHANGES                                                  |    2 +
 nag/js/smartmobile.js                                             |    5 +-
 nag/lib/Ajax/Application/Handler/Smartmobile.php                  |    2 +-
 nag/lib/Tasklist.php                                              |    2 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 90801 -> 90446 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |    4 +-
 nag/locale/nag.pot                                                |    4 +-
 nag/migration/12_nag_fix_smartlists.php                           |   32 +
 nag/package.xml                                                   |   12 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 71235 -> 70888 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 69335 -> 69012 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 74072 -> 73709 bytes
 skeleton/locale/skeleton.pot                                      |   22 +-
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 65822 -> 65475 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 69605 -> 69282 bytes
 turba/docs/CHANGES                                                |    2 +
 turba/lib/Data/Ldif.php                                           |    2 +-
 turba/lib/Driver/Ldap.php                                         |    4 +-
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 97175 -> 96852 bytes
 turba/package.xml                                                 |    4 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71054 -> 70707 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 76701 -> 76378 bytes
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 107023 -> 106636 bytes
 wicked/lib/Text_Wiki/Render/Xhtml/Image2.php                      |   10 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 79732 -> 79385 bytes
 241 files changed, 6218 insertions(+), 2280 deletions(-)

http://git.horde.org/horde-git/-/commit/54a69f49237cb99d6dc063b8a5c222773bef04ba

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

commit cb5f314bb636f52f26e0693c6e906a66d8949c27
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 13:33:55 2013 -0400

    Add Note support to the core activesync libraries.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |  101 ++++++++++++++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php    |   56 +++++++++-
 2 files changed, 156 insertions(+), 1 deletions(-)

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

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

commit 52f447c950bacdac2bad0ca253ba16abe8094c56
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 13:55:14 2013 -0400

    Sniff out if we have a Notes API capable of activesync or not.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/52f447c950bacdac2bad0ca253ba16abe8094c56

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

commit 2d8bf8890ab289181bb07ab733b89f9368176157
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 14:54:27 2013 -0400

    Remove unused method.

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

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

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

commit 6e7379a327441929a45ace1da36984d9741f4d72
Merge: 2d8bf88 5100dc6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 14:54:50 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/Core/lib/Horde.php |    3 ++-
 framework/Core/package.xml   |   21 +++++++++++++++++----
 mnemo/lib/Driver.php         |    2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)

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

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

commit 6c701e581cf4add2a4bd94606feb32a2a230f1f8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 15:43:46 2013 -0400

    Fix typos

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

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

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

commit 1b8f9c7f7ee33d0248062692e86155dce91b9d4f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 15:44:28 2013 -0400

    Place these methods together

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit 89a1787402c6d7209260be39fc9ed781680f04a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 15:44:37 2013 -0400

    Missing break

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

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

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

commit 32c80fab9759fd249399695702a5034055615342
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 15:44:50 2013 -0400

    Actually retreive the change sets and notes from the backend.

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

http://git.horde.org/horde-git/-/commit/32c80fab9759fd249399695702a5034055615342

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

commit 9dd8ca875ad81100d93ee4f0829976ed862d5bca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 16:20:16 2013 -0600

    [mms] Add 'ajaxaction_data' hook.

 horde/config/hooks.php.dist |   11 +++++++++++
 horde/docs/CHANGES          |    9 ++++++++-
 horde/docs/UPGRADING        |    7 +++++++
 horde/package.xml           |    8 +++-----
 4 files changed, 29 insertions(+), 6 deletions(-)

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

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

commit 3701b10b9d6887ae6309a9acf7fd0a0a8245fd45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 23:43:23 2013 -0400

    Add notes to allowed collection name.

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

http://git.horde.org/horde-git/-/commit/3701b10b9d6887ae6309a9acf7fd0a0a8245fd45

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

commit c69bb344472ea29a0af92743fc8edc77a7ad0acc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 23:43:44 2013 -0400

    Accept device info from device.

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

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

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

commit 704dcd5db629b6d9c24149fc1902ce3e3424bcc9
Merge: c69bb34 5fde943
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 23:47:04 2013 -0400

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	imp/lib/Ajax/Application/ListMessages.php

 framework/Core/lib/Horde/Core/Ajax/Application.php        |   16 +-
 framework/Core/package.xml                                |    4 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING     |   20 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php      |  112 ++++++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php |   85 ++++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php    |   71 +-------
 framework/Imap_Client/package.xml                         |   16 +-
 horde/lib/LoginTasks/Task/AdminCheck.php                  |   19 +--
 imp/lib/Ui/Folder.php                                     |    6 +-
 ingo/lib/Ingo.php                                         |    9 +-
 10 files changed, 228 insertions(+), 130 deletions(-)

http://git.horde.org/horde-git/-/commit/704dcd5db629b6d9c24149fc1902ce3e3424bcc9

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

commit b7872e877400f8ccc2f07d05df7e93e99f241b38
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:29:05 2013 -0600

    PEAR 'packages' and PECL 'extensions'

 horde/docs/INSTALL |   45 +++++++++++++++++++++++----------------------
 horde/lib/Test.php |   16 ++++++++--------
 2 files changed, 31 insertions(+), 30 deletions(-)

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

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

commit 7a19b0ded6ed02fca37f9c130991df1e713ced72
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:32:55 2013 -0600

    horde_lz4 is preferred over lzf

 horde/docs/INSTALL     |    9 +++++----
 horde/docs/PERFORMANCE |   12 ++++++------
 horde/lib/Test.php     |    6 +++++-
 3 files changed, 16 insertions(+), 11 deletions(-)

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

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

commit bb395067daa967824575291931b91505da02dc47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 00:37:21 2013 -0400

    Call the correct API.

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

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

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

commit ff555ff09457eb910343c145b5d70f8b0f3ac4b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 11:05:21 2013 -0400

    Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches.

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

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

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

commit 11b109debb58db45031fd4ee2d11cc8740fef2ce
Merge: ff555ff 4c1ce07
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 13:33:42 2013 +0100

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	horde/templates/prefs/activesync.html

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    1 +
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 944 -> 981 bytes
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po    |    6 +-
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 762 -> 772 bytes
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po              |    9 +-
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo                |  Bin 585 -> 596 bytes
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po                |    5 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |    4 +-
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo                |  Bin 742 -> 753 bytes
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po                |   31 +-
 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune       |    6 +-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   66 +-
 framework/Autoloader_Cache/package.xml                            |   31 +-
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1149 -> 1160 bytes
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po          |    5 +-
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 696 -> 707 bytes
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po                  |    5 +-
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo        |  Bin 731 -> 983 bytes
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po        |    9 +-
 framework/Core/lib/Horde.php                                      |  287 +-
 framework/Core/lib/Horde/Core/Factory/Logger.php                  |   15 +-
 framework/Core/lib/Horde/Deprecated.php                           |  105 +
 framework/Core/lib/Horde/Themes/Image.php                         |  122 +-
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo                |  Bin 5850 -> 19198 bytes
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po                |  567 +-
 framework/Core/package.xml                                        |    8 +-
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 805 -> 1893 bytes
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po              |  116 +-
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo                |  Bin 851 -> 1262 bytes
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po                |   11 +-
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo                |  Bin 488 -> 1189 bytes
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po                |   62 +-
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo      |  Bin 591 -> 602 bytes
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po      |    5 +-
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo                |  Bin 1098 -> 1997 bytes
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po                |   61 +-
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 553 -> 564 bytes
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po      |    5 +-
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.mo              |  Bin 1279 -> 1352 bytes
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po              |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 1408 -> 2044 bytes
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po  |  135 +-
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 569 -> 580 bytes
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po                |    5 +-
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo                |  Bin 603 -> 1432 bytes
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po                |   23 +-
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 492 -> 959 bytes
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po      |   22 +-
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 623 -> 983 bytes
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |   20 +-
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 988 -> 999 bytes
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po  |    5 +-
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 496 -> 806 bytes
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po    |   33 +-
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 696 -> 707 bytes
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po    |    5 +-
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo                |  Bin 1318 -> 1329 bytes
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po                |    5 +-
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1559 -> 1570 bytes
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po  |    5 +-
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo              |  Bin 1296 -> 2980 bytes
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po              |  107 +-
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 592 -> 2485 bytes
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po                  |  103 +-
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.mo              |  Bin 855 -> 866 bytes
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po              |    5 +-
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1071 -> 1082 bytes
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po              |    5 +-
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo                |  Bin 487 -> 767 bytes
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po                |   11 +-
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 560 -> 571 bytes
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po                  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 717 -> 728 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po               |    5 +-
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 557 -> 568 bytes
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 782 -> 868 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po                |   26 +-
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.mo              |  Bin 626 -> 637 bytes
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po              |    5 +-
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 565 -> 576 bytes
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po            |    5 +-
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 532 -> 543 bytes
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po  |    5 +-
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo              |  Bin 488 -> 499 bytes
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po              |    5 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |    8 +
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |    8 +
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 678 -> 689 bytes
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po                  |    5 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |    6 +-
 gollem/locale/eu/LC_MESSAGES/gollem.mo                            |  Bin 72426 -> 71826 bytes
 gollem/locale/eu/LC_MESSAGES/gollem.po                            |  236 +-
 horde/config/conf.xml                                             |    2 +-
 horde/lib/Api.php                                                 |   52 +-
 horde/locale/eu/LC_MESSAGES/horde.mo                              |  Bin 64314 -> 63610 bytes
 horde/locale/eu/LC_MESSAGES/horde.po                              | 1534 +-
 horde/locale/eu/help.xml                                          |   12 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 181260 -> 181259 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |    4 +-
 imp/locale/eu/LC_MESSAGES/imp.mo                                  |  Bin 181856 -> 175647 bytes
 imp/locale/eu/LC_MESSAGES/imp.po                                  | 4525 ++---
 imp/locale/eu/help.xml                                            |  684 +-
 ingo/locale/eu/LC_MESSAGES/ingo.mo                                |  Bin 81975 -> 82436 bytes
 ingo/locale/eu/LC_MESSAGES/ingo.po                                |  531 +-
 ingo/locale/eu/help.xml                                           |    8 +-
 kronolith/locale/eu/LC_MESSAGES/kronolith.mo                      |  Bin 124127 -> 122953 bytes
 kronolith/locale/eu/LC_MESSAGES/kronolith.po                      | 1819 +-
 mnemo/locale/eu/LC_MESSAGES/mnemo.mo                              |  Bin 74245 -> 72826 bytes
 mnemo/locale/eu/LC_MESSAGES/mnemo.po                              |  312 +-
 mnemo/locale/eu/help.xml                                          |    2 +-
 nag/locale/eu/LC_MESSAGES/nag.mo                                  |  Bin 88756 -> 88412 bytes
 nag/locale/eu/LC_MESSAGES/nag.po                                  |  993 +-
 passwd/README                                                     |    2 +-
 passwd/config/backends.php                                        |  233 +-
 passwd/config/hooks.php.dist                                      |   63 +-
 passwd/docs/CHANGES                                               |    2 +
 passwd/docs/CREDITS                                               |    6 +-
 passwd/docs/INSTALL                                               |   12 +-
 passwd/docs/UPGRADING                                             |   31 +-
 passwd/index.php                                                  |  228 +-
 passwd/js/passwd.js                                               |   11 +-
 passwd/lib/Application.php                                        |   30 +-
 passwd/lib/Basic.php                                              |  282 +
 passwd/lib/Driver.php                                             |   69 +-
 passwd/lib/Driver/Adsi.php                                        |   45 +-
 passwd/lib/Driver/Composite.php                                   |   93 +-
 passwd/lib/Driver/Expect.php                                      |   47 +-
 passwd/lib/Driver/Expectpecl.php                                  |  116 +-
 passwd/lib/Driver/Horde.php                                       |   44 +-
 passwd/lib/Driver/Http.php                                        |   69 +-
 passwd/lib/Driver/Kolab.php                                       |   52 +-
 passwd/lib/Driver/Ldap.php                                        |  144 +-
 passwd/lib/Driver/Null.php                                        |   31 +
 passwd/lib/Driver/Pine.php                                        |  141 +-
 passwd/lib/Driver/Poppassd.php                                    |   76 +-
 passwd/lib/Driver/Procopen.php                                    |   45 +-
 passwd/lib/Driver/Pspasswd.php                                    |   56 +-
 passwd/lib/Driver/Servuftp.php                                    |   77 +-
 passwd/lib/Driver/Smbldap.php                                     |   66 +-
 passwd/lib/Driver/Smbpasswd.php                                   |   64 +-
 passwd/lib/Driver/Soap.php                                        |   56 +-
 passwd/lib/Driver/Sql.php                                         |  132 +-
 passwd/lib/Driver/Vmailmgr.php                                    |   36 +-
 passwd/lib/Driver/Vpopmail.php                                    |  119 +-
 passwd/lib/Exception.php                                          |   18 +-
 passwd/lib/Factory/Driver.php                                     |   97 +-
 passwd/lib/Passwd.php                                             |  106 -
 passwd/lib/Test.php                                               |   40 +-
 passwd/locale/en/help.xml                                         |   21 +-
 passwd/package.xml                                                |   25 +-
 passwd/templates/index.html.php                                   |   34 +-
 passwd/test/Passwd/Autoload.php                                   |   10 +-
 passwd/test/Passwd/TestCase.php                                   |   39 +-
 passwd/test/Passwd/Unit/Driver/SqlTest.php                        |   39 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |   68 +-
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo                  |  Bin 64818 -> 64133 bytes
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.po                  |   14 +-
 turba/locale/eu/LC_MESSAGES/turba.mo                              |  Bin 95563 -> 94710 bytes
 turba/locale/eu/LC_MESSAGES/turba.po                              |  734 +-
 161 files changed, 8213 insertions(+), 8359 deletions(-)

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

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

commit 687c832863957d28d03f4af67b40dbb18a85257e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 13:35:07 2013 +0100

    Bump version.

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

http://git.horde.org/horde-git/-/commit/687c832863957d28d03f4af67b40dbb18a85257e

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

commit ef19e4b75fbd797d3f8a1af69d7f746675daff99
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 13:37:52 2013 +0100

    Fix action.

 horde/templates/admin/config/index.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 330855e3d733b20837c323a3eeac484fe7a22609
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 13:40:21 2013 +0100

    Fix rendering diffs.

 horde/templates/admin/config/diff.html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/330855e3d733b20837c323a3eeac484fe7a22609

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

commit 049ee584aaedf5fcf74979d93cfd38f79af89e07
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 17:08:10 2013 +0100

    [jan] Check all installed PEAR packages when checking for updates.
    
    Also don't build package names, read them from package information.

 horde/admin/config/index.php |   59 +++++++++++++++++++++++++++++++++++++++---
 horde/docs/CHANGES           |    1 +
 horde/package.xml            |    1 +
 3 files changed, 57 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/049ee584aaedf5fcf74979d93cfd38f79af89e07

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

commit b6d22628bc5214fe60e8926c213d86f04a9eb019
Merge: 049ee58 2285a4c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 12:03:12 2013 -0400

    Merge branch 'master' into horde_5_1

 ansel/lib/Ansel.php                                               |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |    6 +-
 framework/Core/lib/Horde/Config.php                               |   26 ++--
 framework/Core/lib/Horde/Core/Db/Migration.php                    |   31 ++++-
 framework/Core/package.xml                                        |    8 +
 .../test/Horde/SessionHandler/Storage/StackTest.php               |    2 +-
 6 files changed, 52 insertions(+), 23 deletions(-)

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

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

commit 1dc2ef77599a97a23ab53a969dca1cd876b0a76a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 11:47:49 2013 -0400

    Finish implementation of EAS 14+ SENDMAIL/SMARTREPLY/SMARTFORWARD requests.
    
    Conflicts:
    	framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php

 .../ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php      |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php  |    6 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   49 ++++-
 3 files changed, 50 insertions(+), 11 deletions(-)

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

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

commit 36cb70f6d2e8b48fde556ce74f4b97625131c9e2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 12:08:50 2013 -0400

    Fix bad merge.

 .../ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php      |    6 +----
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php  |    6 +----
 2 files changed, 2 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/36cb70f6d2e8b48fde556ce74f4b97625131c9e2

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

commit 070f35f47e073b478d15887839de1e26f1c333c8
Merge: 36cb70f 618cca3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 21:49:10 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    1 +
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php     |    2 +-
 framework/Core/package.xml                                 |    2 +
 framework/Mail/lib/Horde/Mail/Transport.php                |   22 ++++++-----
 framework/Mail/package.xml                                 |    4 +-
 framework/Mail/test/Horde/Mail/SendTest.php                |   15 ++++++++
 6 files changed, 33 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/070f35f47e073b478d15887839de1e26f1c333c8

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

commit 0eba094eb250a855f1a8c6ef2d5324059ad357d4
Merge: 070f35f 6507f8b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Mar 17 16:17:48 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/Core/js/hordecore.js                          |   38 ++++++++++-----
 framework/Core/js/smartmobile.js                        |   26 +++++++---
 framework/Core/package.xml                              |   10 ++--
 framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php |   28 +++++++----
 imp/docs/CHANGES                                        |    1 +
 imp/lib/Imap/Tree.php                                   |    7 ++-
 imp/lib/Mime/Viewer/Pgp.php                             |   34 +++++++++++--
 imp/package.xml                                         |    9 ++++
 8 files changed, 112 insertions(+), 41 deletions(-)

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

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

commit f6ab6ad2510062ed272dda62c77e45f231d7efe4
Merge: 0eba094 05bccaf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 01:41:58 2013 -0400

    Merge branch 'master' into horde_5_1

 chora/locale/pt_BR/LC_MESSAGES/chora.mo                           |  Bin 72001 -> 71212 bytes
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    8 +-
 .../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php        |   11 +-
 framework/ActiveSync/package.xml                                  |    4 +-
 framework/Argv/locale/pt_BR/LC_MESSAGES/Horde_Argv.mo             |  Bin 1488 -> 1488 bytes
 framework/Argv/locale/pt_BR/LC_MESSAGES/Horde_Argv.po             |   16 +-
 framework/Browser/locale/pt_BR/LC_MESSAGES/Horde_Browser.mo       |  Bin 1333 -> 1333 bytes
 framework/Browser/locale/pt_BR/LC_MESSAGES/Horde_Browser.po       |   14 +-
 framework/Cli/locale/pt_BR/LC_MESSAGES/Horde_Cli.mo               |  Bin 634 -> 727 bytes
 framework/Cli/locale/pt_BR/LC_MESSAGES/Horde_Cli.po               |   20 +-
 framework/Compress/locale/pt_BR/LC_MESSAGES/Horde_Compress.mo     |  Bin 956 -> 956 bytes
 framework/Compress/locale/pt_BR/LC_MESSAGES/Horde_Compress.po     |   10 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    4 +
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    5 +
 framework/Core/lib/Horde/Themes/Css.php                           |  101 +-
 framework/Core/locale/pt_BR/LC_MESSAGES/Horde_Core.mo             |  Bin 16572 -> 19654 bytes
 framework/Core/locale/pt_BR/LC_MESSAGES/Horde_Core.po             |  703 +-
 framework/Core/package.xml                                        |   10 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   28 +-
 framework/Crypt/locale/pt_BR/LC_MESSAGES/Horde_Crypt.mo           |  Bin 7445 -> 7554 bytes
 framework/Crypt/locale/pt_BR/LC_MESSAGES/Horde_Crypt.po           |   93 +-
 framework/Crypt/package.xml                                       |   12 +-
 framework/Css_Parser/doc/Horde/Css/Parser/COPYING                 |  458 +
 framework/Css_Parser/doc/Horde/Css/Parser/EXPAT_LICENSE           |   24 +
 framework/Css_Parser/lib/Horde/Css/Parser.php                     |   72 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php  |   78 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSList.php       |   75 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/Document.php      |   87 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php      |   40 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/MediaQuery.php    |   32 +
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                |  564 +
 .../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php       |   28 +
 framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php |   37 +
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php      |   32 +
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php       |   30 +
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php     |   75 +
 framework/Css_Parser/lib/Sabberworm/CSS/Rule/Rule.php             |  142 +
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php        |   28 +
 .../Css_Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php    |  585 +
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php       |   95 +
 framework/Css_Parser/lib/Sabberworm/CSS/Settings.php              |   52 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/CSSFunction.php     |   35 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php           |   24 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/PrimitiveValue.php  |    7 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php   |   11 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php            |   63 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/String.php          |   27 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/URL.php             |   26 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Value.php           |    8 +
 framework/Css_Parser/lib/Sabberworm/CSS/Value/ValueList.php       |   42 +
 framework/Css_Parser/package.xml                                  |  154 +
 framework/Data/locale/pt_BR/LC_MESSAGES/Horde_Data.mo             |  Bin 1177 -> 1305 bytes
 framework/Data/locale/pt_BR/LC_MESSAGES/Horde_Data.po             |   20 +-
 framework/Date/locale/pt_BR/LC_MESSAGES/Horde_Date.mo             |  Bin 1192 -> 1192 bytes
 framework/Date/locale/pt_BR/LC_MESSAGES/Horde_Date.po             |   26 +-
 framework/Form/locale/pt_BR/LC_MESSAGES/Horde_Form.mo             |  Bin 10910 -> 10967 bytes
 framework/Form/locale/pt_BR/LC_MESSAGES/Horde_Form.po             |  350 +-
 framework/Icalendar/locale/pt_BR/LC_MESSAGES/Horde_Icalendar.mo   |  Bin 503 -> 503 bytes
 framework/Icalendar/locale/pt_BR/LC_MESSAGES/Horde_Icalendar.po   |    4 +-
 framework/Kolab_Cli/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Cli.mo   |  Bin 812 -> 2165 bytes
 framework/Kolab_Cli/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Cli.po   |   22 +-
 .../Kolab_Storage/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Storage.mo |  Bin 7124 -> 2856 bytes
 .../Kolab_Storage/locale/pt_BR/LC_MESSAGES/Horde_Kolab_Storage.po |  280 +-
 framework/Mime/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo             |  Bin 1360 -> 1256 bytes
 framework/Mime/locale/pt_BR/LC_MESSAGES/Horde_Mime.po             |   29 +-
 .../Mime_Viewer/locale/pt_BR/LC_MESSAGES/Horde_Mime_Viewer.mo     |  Bin 1531 -> 1531 bytes
 .../Mime_Viewer/locale/pt_BR/LC_MESSAGES/Horde_Mime_Viewer.po     |    4 +-
 framework/Model/locale/pt_BR/LC_MESSAGES/Horde_Model.mo           |  Bin 6939 -> 6939 bytes
 framework/Model/locale/pt_BR/LC_MESSAGES/Horde_Model.po           |  234 +-
 framework/Nls/locale/pt_BR/LC_MESSAGES/Horde_Nls.mo               |  Bin 14743 -> 14743 bytes
 framework/Nls/locale/pt_BR/LC_MESSAGES/Horde_Nls.po               |    2 +-
 framework/Prefs/locale/pt_BR/LC_MESSAGES/Horde_Prefs.mo           |  Bin 1026 -> 1026 bytes
 framework/Prefs/locale/pt_BR/LC_MESSAGES/Horde_Prefs.po           |    8 +-
 framework/Rpc/locale/pt_BR/LC_MESSAGES/Horde_Rpc.mo               |  Bin 1271 -> 1436 bytes
 framework/Rpc/locale/pt_BR/LC_MESSAGES/Horde_Rpc.po               |    8 +-
 .../locale/pt_BR/LC_MESSAGES/Horde_Service_Facebook.mo            |  Bin 677 -> 677 bytes
 .../locale/pt_BR/LC_MESSAGES/Horde_Service_Facebook.po            |    6 +-
 .../Text_Filter/locale/pt_BR/LC_MESSAGES/Horde_Text_Filter.mo     |  Bin 475 -> 475 bytes
 .../Text_Filter/locale/pt_BR/LC_MESSAGES/Horde_Text_Filter.po     |    6 +-
 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 +-
 gollem/locale/pt_BR/LC_MESSAGES/gollem.mo                         |  Bin 72992 -> 71809 bytes
 gollem/locale/pt_BR/LC_MESSAGES/gollem.po                         |  288 +-
 horde/config/hooks.php.dist                                       |   63 +-
 horde/locale/pt_BR/LC_MESSAGES/horde.mo                           |  Bin 64827 -> 64028 bytes
 horde/locale/pt_BR/LC_MESSAGES/horde.po                           | 1562 +-
 horde/templates/prefs/begin.html                                  |    4 +-
 imp/docs/CHANGES                                                  |    3 +
 imp/lib/Contents/View.php                                         |   19 +-
 imp/lib/Mime/Viewer/Html.php                                      |   90 +-
 imp/lib/Mime/Viewer/Plain.php                                     |   21 +-
 imp/locale/pt_BR/LC_MESSAGES/imp.mo                               |  Bin 183032 -> 176277 bytes
 imp/locale/pt_BR/LC_MESSAGES/imp.po                               | 4563 ++---
 imp/package.xml                                                   |   18 +-
 ingo/locale/pt_BR/LC_MESSAGES/ingo.mo                             |  Bin 82364 -> 82678 bytes
 ingo/locale/pt_BR/LC_MESSAGES/ingo.po                             |  527 +-
 kronolith/docs/CHANGES                                            |    9 +-
 kronolith/lib/Api.php                                             |   13 +
 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo                   |  Bin 125195 -> 123729 bytes
 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.po                   | 1815 +-
 kronolith/package.xml                                             |   43 +-
 mnemo/locale/pt_BR/LC_MESSAGES/mnemo.mo                           |  Bin 75321 -> 73757 bytes
 mnemo/locale/pt_BR/LC_MESSAGES/mnemo.po                           |  318 +-
 nag/locale/pt_BR/LC_MESSAGES/nag.po                               |  944 +-
 passwd/locale/pt_BR/LC_MESSAGES/passwd.mo                         |  Bin 70609 -> 69878 bytes
 turba/locale/pt_BR/LC_MESSAGES/turba.mo                           |  Bin 95617 -> 94740 bytes
 turba/locale/pt_BR/LC_MESSAGES/turba.po                           |  788 +-
 whups/locale/pt_BR/LC_MESSAGES/whups.mo                           |  Bin 93947 -> 93062 bytes
 wicked/locale/pt_BR/LC_MESSAGES/wicked.mo                         |  Bin 79291 -> 78096 bytes
 wicked/locale/pt_BR/LC_MESSAGES/wicked.po                         |  124 +-
 110 files changed, 9499 insertions(+), 6690 deletions(-)

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

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

commit 239d6fc649691230e4ec7a947078338a22daabc1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 01:43:25 2013 -0400

    Implement freebusy support for EAS 14+

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   30 +++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php    |  128 ++++++++++++++--
 2 files changed, 138 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/239d6fc649691230e4ec7a947078338a22daabc1

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

commit 28db6e0004de52e973e2809305c184eab3d705c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 01:44:52 2013 -0400

    Cache the GAL since we might poll it multiple times in one request.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

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

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

commit 5afd8da23c4d7ba69779ce38896a71697e48cb64
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 20 01:04:13 2013 -0400

    Initial support in Core for synching LASTEXECUTEDVERB for reply/forward state.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php       |    5 +-
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php |   27 +++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)

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

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

commit 8124c24b096fa6307c65d45453e145ccfa8fceaa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 20 10:20:54 2013 -0400

    Bump required version for H5.1

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

http://git.horde.org/horde-git/-/commit/8124c24b096fa6307c65d45453e145ccfa8fceaa

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

commit 498ff6c59e69c5f8123093c35586edfef9b60e8c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 20 10:55:24 2013 -0400

    phpdoc

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

http://git.horde.org/horde-git/-/commit/498ff6c59e69c5f8123093c35586edfef9b60e8c

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

commit 8a6bd066dbb1efcde495d2cce0e8754d536f216e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:24:11 2013 -0400

    Revert this, no need for the empty check here.

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

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

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

commit ec0f5dc6e5cc9e51d0989fd68580562aee888033
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 23:11:05 2013 -0400

    No reason for this to be private.

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

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

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

commit 7c81d2673f802d83e8408c60349b6480cc4bcad2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 00:17:59 2013 -0400

    This functionality makes much more sense in the connector.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php    |   45 +++++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php       |   88 ++++++++++++-
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php |   43 ------
 3 files changed, 132 insertions(+), 44 deletions(-)

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

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

commit 2747984a3dd2a5a3c63026161e07b59e698a48b3
Merge: 7c81d26 ab97e7f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 00:20:38 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    6 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   16 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    5 +-
 framework/Core/js/hordecore.js                                    |    1 +
 framework/Core/lib/Horde/Themes/Css.php                           |   11 +-
 framework/Core/package.xml                                        |    2 +
 .../Css_Parser/lib/Sabberworm/CSS/CSSList/AtRuleBlockList.php     |   36 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php  |  114 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSList.php       |  102 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php      |   60 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/MediaQuery.php    |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                | 1094 +++--
 .../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php       |   36 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/AtRule.php       |   13 +
 framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php |   71 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php      |   35 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php       |   54 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php     |  118 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Rule/Rule.php             |  254 +-
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php        |   28 -
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRuleSet.php     |   36 +
 .../Css_Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php    | 1086 ++--
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php       |  148 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Settings.php              |   80 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/CSSFunction.php     |   54 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php           |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/PrimitiveValue.php  |    2 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php   |    8 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php            |  118 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/String.php          |   30 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/URL.php             |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Value.php           |    2 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/ValueList.php       |   68 +-
 framework/Css_Parser/package.xml                                  |   24 +-
 imp/lib/Compose.php                                               |    3 +-
 imp/lib/Contents/View.php                                         |   21 +-
 imp/lib/Maillog.php                                               |    2 +-
 imp/lib/Mime/Viewer/Html.php                                      |   65 +-
 imp/migration/3_imp_maillog_update.php                            |   55 +
 kronolith/docs/CHANGES                                            |   12 +-
 kronolith/lib/Api.php                                             |   13 -
 kronolith/lib/Driver.php                                          |    5 -
 kronolith/lib/Driver/Kolab.php                                    |    6 +-
 kronolith/lib/Driver/Sql.php                                      |    7 +-
 kronolith/lib/Event.php                                           |    1 +
 kronolith/package.xml                                             |   47 +-
 kronolith/workweek.php                                            |    2 +-
 passwd/lib/Basic.php                                              |   14 +-
 passwd/lib/Driver/Procopen.php                                    |    2 +-
 50 files changed, 2140 insertions(+), 1942 deletions(-)

http://git.horde.org/horde-git/-/commit/2747984a3dd2a5a3c63026161e07b59e698a48b3

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

commit 809280541c55831d07f8587b6afaa5421a8644a2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 00:47:39 2013 -0400

    This is a string value.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/809280541c55831d07f8587b6afaa5421a8644a2

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

commit 1ebbd0903a39209892769e65736a3979bf117d30
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 00:52:43 2013 -0400

    Log the incoming reply/forward actions.

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

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

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

commit b5324751768da6fefe68a98fde8e2abc77a20cae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 01:29:26 2013 -0400

    Set the IMAP flag too.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   33 +++++++++++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php        |    4 ++
 2 files changed, 35 insertions(+), 2 deletions(-)

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

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

commit 31998acacd926bee75c0b7ea86f49d114036b732
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 10:32:35 2013 -0400

    Use the IMAP flags if we don't have a more detailed Maillog.

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

http://git.horde.org/horde-git/-/commit/31998acacd926bee75c0b7ea86f49d114036b732

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

commit 2567c83dfdadb3b598aadf48a4a1858e4dab2a0b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 10:33:46 2013 -0400

    Parse error.

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

http://git.horde.org/horde-git/-/commit/2567c83dfdadb3b598aadf48a4a1858e4dab2a0b

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

commit a79d4ac38f3272a54888ddb88f27f70ade9d940e
Merge: 2567c83 fe7f7ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 10:37:50 2013 -0400

    Merge branch 'master' into horde_5_1

 imp/lib/Compose.php               |   28 ++++++++++++++++------------
 imp/lib/Maillog.php               |    5 +++++
 nag/docs/CHANGES                  |    1 +
 nag/lib/CompleteTask.php          |    4 ++++
 nag/package.xml                   |    2 ++
 nag/templates/list.html.php       |    4 +++-
 nag/templates/list/_task.html.php |    6 +++---
 7 files changed, 34 insertions(+), 16 deletions(-)

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

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

commit 15a2a41f251d3c5cbba42a0d6be44bfdf49b0131
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 14:41:09 2013 -0400

    First pass at returning images with GAL results.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |    9 +++++++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php    |   18 +++++++++++++++-
 2 files changed, 25 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/15a2a41f251d3c5cbba42a0d6be44bfdf49b0131

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

commit 5cde11b6c19fa2e645c4b85ef0a12fac1b59b36e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 14:43:48 2013 -0400

    Pass the photos option

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit bae6687285279d50540af17a5d0b2b40aac626e8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 15:53:40 2013 -0400

    Parse error

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

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

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

commit 4b79e080db113644f20bfd00eebaf13ad31315aa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 15:53:56 2013 -0400

    RANGE is optional in requests, don't assume it's there.

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

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

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

commit c580cc9d68a8f5126d658a8ba01ce2ca067a14ae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 15:54:25 2013 -0400

    Existence check.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

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

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

commit 1a0608e9e0974b87f41d7506a83a1dc3b0485114
Merge: c580cc9 5167386
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 15:57:09 2013 -0400

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	framework/Core/lib/Horde/Core/ActiveSync/Driver.php

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

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

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

commit 81e1a956ccafa964158afb1784fa32af14701488
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 22 15:57:59 2013 -0400

    Increment the picture counter.

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

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

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

commit 6c66e1617f5bdb2ee76b19d9eebc541f46c090da
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 12:23:26 2013 -0400

    Use new name.

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

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

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

commit 2ab92ef69362c1e0dd942742c5d9b7b546ca91b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:55:33 2013 -0400

    Correct parameter name.

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

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

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

commit 4d0adace067a0584020ab97693b000f11a691fa7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:56:41 2013 -0400

    phpdoc, Correct parameter name.

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

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

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

commit 27ef5549fdc2a9f4501a411c038247555902a76a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:57:28 2013 -0400

    Driver support for returning pictures in RESOLVERECIPIENTS requests.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   48 +++++++++++++++++--
 1 files changed, 43 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/27ef5549fdc2a9f4501a411c038247555902a76a

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

commit 9dc3c4543cf39058618e309a194347d37168938e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:57:52 2013 -0400

    Correct parameter name.

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

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

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

commit 91b643f244ae667e0baa8ecf190feba86b065ec2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:58:02 2013 -0400

    Fix constant names.

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

http://git.horde.org/horde-git/-/commit/91b643f244ae667e0baa8ecf190feba86b065ec2

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

commit 1fc61b6da143444a706b8992d083a1b4b2a95f39
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 23 18:59:37 2013 -0400

    Parse error.

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

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

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

commit 4c057d69e12c539edb2bc312b4bed3c24f1b9c14
Merge: 1fc61b6 81b68fd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 25 11:45:12 2013 -0400

    Merge branch 'master' into horde_5_1

 ansel/js/views/common.js                                    |   16 +-
 ansel/lib/View/GalleryRenderer/Base.php                     |    2 +
 framework/Core/lib/Horde.php                                |   19 +-
 framework/Core/lib/Horde/Core/Factory/Logger.php            |    6 +-
 framework/Core/lib/Horde/Core/Log/Logger.php                |  175 ++------
 framework/Core/lib/Horde/Core/Log/Object.php                |  265 +++++++++++
 framework/Core/package.xml                                  |    8 +-
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php |    2 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php      |    6 +-
 nag/docs/CHANGES                                            |    1 +
 nag/lib/Block/Summary.php                                   |    2 +-
 nag/package.xml                                             |    2 +
 passwd/docs/RELEASE_NOTES                                   |   16 +-
 13 files changed, 353 insertions(+), 167 deletions(-)

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

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

commit 9c108e4e93f5aa8da02214076fa1b199fb98c0cb
Merge: 4c057d6 6591167
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 26 09:43:04 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/Core/lib/Horde/Core/Db/Migration.php |    4 ++++
 framework/Util/lib/Horde/Domhtml.php           |    4 ++--
 imp/config/prefs.php                           |    4 ++--
 imp/docs/CHANGES                               |    3 +++
 imp/js/dimpbase.js                             |    9 ++++-----
 imp/lib/Ajax/Application/ListMessages.php      |    2 +-
 imp/lib/Dynamic/Mailbox.php                    |    6 +++++-
 imp/lib/LoginTasks/SystemTask/Upgrade.php      |   19 ++++++++++++++++++-
 imp/lib/Prefs/Sort/Sortpref.php                |    2 +-
 imp/package.xml                                |    4 ++++
 imp/rss.php                                    |    2 +-
 11 files changed, 45 insertions(+), 14 deletions(-)

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

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

commit 6a3809b9eacda1696bf7f8bc905f96a34bd5277f
Merge: 9c108e4 ae3c370
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Mar 31 13:12:21 2013 -0400

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	horde/docs/CHANGES
    	horde/package.xml

 framework/Core/js/jquery.mobile/jquery.js              | 3440 ++++++++--------
 framework/Core/js/jquery.mobile/jquery.min.js          |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.js       |  373 ++-
 framework/Core/js/jquery.mobile/jquery.mobile.min.css  |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.min.js   |    4 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php     |   23 +-
 framework/Core/lib/Horde/Core/Factory/Ajax.php         |    5 +-
 framework/Core/lib/Horde/PageOutput.php                |    1 -
 framework/Core/lib/Horde/Themes/Css.php                |   32 +-
 framework/Core/package.xml                             |    8 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    7 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    2 +-
 framework/Imap_Client/package.xml                      |   38 +-
 framework/Mime/doc/Horde/Mime/UPGRADING                |   11 +
 framework/Mime/lib/Horde/Mime.php                      |   83 +-
 framework/Mime/lib/Horde/Mime/Part.php                 |    5 +-
 framework/Mime/lib/Horde/Mime/Translation.php          |   14 +-
 framework/Mime/lib/Horde/Mime/mime.mapping.php         |    8 +-
 framework/Mime/package.xml                             |   24 +-
 framework/Mime/test/Horde/Mime/MimeTest.php            |   45 +
 framework/Util/lib/Horde/Domhtml.php                   |    2 +-
 framework/Util/package.xml                             |    4 +-
 framework/lz4/package.xml                              |   17 +-
 horde/docs/CHANGES                                     |    2 +
 horde/package.xml                                      |    1 +
 horde/templates/portal/smartmobile.inc                 |    2 +-
 imp/config/prefs.php                                   |    6 +-
 imp/docs/CHANGES                                       |    3 +-
 imp/js/compose-dimp.js                                 |    1 +
 imp/js/dimpbase.js                                     |    2 +-
 imp/lib/Contents.php                                   |    2 +-
 imp/lib/Dynamic/Mailbox.php                            |    9 +-
 imp/lib/IMP.php                                        |    2 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php              |   19 +-
 imp/lib/Mime/Viewer/Html.php                           |    2 +-
 imp/lib/Mime/Viewer/Pgp.php                            |    6 +-
 imp/package.xml                                        |    4 +-
 imp/rss.php                                            |    2 +-
 nag/docs/CHANGES                                       |    6 +-
 nag/lib/Block/Summary.php                              |   16 +-
 nag/lib/Driver.php                                     |    3 +-
 nag/lib/Driver/Sql.php                                 |    5 +-
 nag/package.xml                                        |    6 +-
 43 files changed, 2307 insertions(+), 1946 deletions(-)

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

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

commit 0d3feb0766b031efe1de1b0ac60ded0b6e5416f0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 11:11:22 2013 -0400

    Use common status codes.

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

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

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

commit 8d88530f103e38a2d2dc453c0cdced3fdbabeb97
Merge: 0d3feb0 7c10b48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 11:27:04 2013 -0400

    Merge branch 'master' into horde_5_1

 Dashboard/HordeBlock.wdgtproj/project.wdgt/Default.png            |  Bin 8731 -> 7650 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Icon.png               |  Bin 8336 -> 8328 bytes
 .../HordeBlock.wdgtproj/project.wdgt/Images/DevelopedWith.png     |  Bin 3622 -> 3621 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/back.png        |  Bin 103860 -> 102905 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/front.png       |  Bin 7899 -> 7353 bytes
 Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/popup_right.png |  Bin 482 -> 479 bytes
 agora/themes/default/graphics/agora.png                           |  Bin 246 -> 245 bytes
 ansel/themes/default/graphics/add.png                             |  Bin 4687 -> 609 bytes
 ansel/themes/default/graphics/allgalleries.png                    |  Bin 4948 -> 909 bytes
 ansel/themes/default/graphics/ansel.png                           |  Bin 454 -> 435 bytes
 ansel/themes/default/graphics/arrow_switch.png                    |  Bin 680 -> 656 bytes
 ansel/themes/default/graphics/bookmark.png                        |  Bin 292 -> 284 bytes
 ansel/themes/default/graphics/browse.png                          |  Bin 578 -> 570 bytes
 ansel/themes/default/graphics/down.png                            |  Bin 384 -> 343 bytes
 ansel/themes/default/graphics/embed.png                           |  Bin 579 -> 566 bytes
 ansel/themes/default/graphics/faces.png                           |  Bin 609 -> 601 bytes
 ansel/themes/default/graphics/galleries.png                       |  Bin 4817 -> 754 bytes
 ansel/themes/default/graphics/gallery-locked-mini.png             |  Bin 252 -> 250 bytes
 ansel/themes/default/graphics/gallery-locked.png                  |  Bin 548 -> 536 bytes
 ansel/themes/default/graphics/mini-error.png                      |  Bin 252 -> 250 bytes
 ansel/themes/default/graphics/mygalleries.png                     |  Bin 454 -> 435 bytes
 ansel/themes/default/graphics/plus.png                            |  Bin 626 -> 618 bytes
 ansel/themes/default/graphics/prettythumb-error.png               |  Bin 548 -> 536 bytes
 ansel/themes/default/graphics/problem.png                         |  Bin 591 -> 578 bytes
 ansel/themes/default/graphics/screen-error.png                    |  Bin 548 -> 536 bytes
 ansel/themes/default/graphics/slideshow_next.png                  |  Bin 451 -> 442 bytes
 ansel/themes/default/graphics/slideshow_pause.png                 |  Bin 222 -> 182 bytes
 ansel/themes/default/graphics/slideshow_play.png                  |  Bin 345 -> 336 bytes
 ansel/themes/default/graphics/slideshow_prev.png                  |  Bin 451 -> 422 bytes
 ansel/themes/default/graphics/text.png                            |  Bin 4109 -> 124 bytes
 ansel/themes/default/graphics/thumb-error.png                     |  Bin 548 -> 536 bytes
 ansel/themes/default/graphics/up.png                              |  Bin 370 -> 337 bytes
 beatnik/themes/default/graphics/beatnik.png                       |  Bin 727 -> 725 bytes
 chora/themes/default/graphics/back.png                            |  Bin 424 -> 423 bytes
 chora/themes/default/graphics/folder.png                          |  Bin 407 -> 403 bytes
 chora/themes/default/graphics/log.png                             |  Bin 152 -> 148 bytes
 folks/themes/default/graphics/folks.png                           |  Bin 661 -> 660 bytes
 framework/Core/js/jquery.mobile/plugins/form.js                   | 1147 +++++
 framework/Core/js/map/img/cloud-popup-relative.png                |  Bin 2313 -> 2269 bytes
 framework/Core/js/map/img/drag-rectangle-off.png                  |  Bin 1037 -> 1032 bytes
 framework/Core/js/map/img/east-mini.png                           |  Bin 297 -> 287 bytes
 framework/Core/js/map/img/layer-switcher-maximize.png             |  Bin 297 -> 293 bytes
 framework/Core/js/map/img/layer-switcher-minimize.png             |  Bin 151 -> 144 bytes
 framework/Core/js/map/img/measuring-stick-off.png                 |  Bin 231 -> 229 bytes
 framework/Core/js/map/img/slider.png                              |  Bin 206 -> 203 bytes
 framework/Core/js/map/img/south-mini.png                          |  Bin 325 -> 319 bytes
 framework/Core/js/map/img/west-mini.png                           |  Bin 307 -> 300 bytes
 framework/Core/js/map/img/zoom-minus-mini.png                     |  Bin 237 -> 236 bytes
 framework/Core/js/map/img/zoom-world-mini.png                     |  Bin 802 -> 798 bytes
 framework/Core/js/map/theme/default/img/drag-rectangle-off.png    |  Bin 1024 -> 1017 bytes
 framework/Core/js/map/theme/default/img/editing_tool_bar.png      |  Bin 1870 -> 1852 bytes
 framework/Core/js/map/theme/default/img/view_next_on.png          |  Bin 1572 -> 1569 bytes
 framework/Core/js/map/theme/default/img/view_previous_off.png     |  Bin 851 -> 848 bytes
 framework/Core/js/map/theme/default/img/view_previous_on.png      |  Bin 1521 -> 1513 bytes
 framework/Core/js/smartmobile.js                                  |   19 +-
 framework/Core/lib/Horde/Registry.php                             |    3 +-
 framework/Core/lib/Horde/Themes/Css.php                           |   11 +-
 framework/Core/package.xml                                        |   10 +-
 .../js/ckeditor/plugins/showblocks/images/block_address.png       |  Bin 152 -> 151 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_div.png    |  Bin 127 -> 125 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h1.png     |  Bin 119 -> 118 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h2.png     |  Bin 127 -> 125 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h3.png     |  Bin 123 -> 122 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h4.png     |  Bin 123 -> 121 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h5.png     |  Bin 126 -> 124 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_h6.png     |  Bin 123 -> 122 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_p.png      |  Bin 115 -> 114 bytes
 .../Editor/js/ckeditor/plugins/showblocks/images/block_pre.png    |  Bin 127 -> 126 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_bg.png      |  Bin 1019 -> 1018 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png   |  Bin 133 -> 132 bytes
 .../Editor/js/ckeditor/plugins/uicolor/yui/assets/picker_mask.png |  Bin 10560 -> 10551 bytes
 framework/Editor/js/ckeditor/skins/kama/images/dialog_sides.png   |  Bin 126 -> 122 bytes
 .../Editor/js/ckeditor/skins/kama/images/dialog_sides_rtl.png     |  Bin 131 -> 121 bytes
 framework/Editor/js/ckeditor/skins/kama/images/sprites.png        |  Bin 5485 -> 5387 bytes
 framework/Editor/js/ckeditor/skins/kama/images/sprites_ie6.png    |  Bin 2558 -> 2500 bytes
 .../Editor/js/ckeditor/skins/office2003/images/dialog_sides.png   |  Bin 127 -> 121 bytes
 .../js/ckeditor/skins/office2003/images/dialog_sides_rtl.png      |  Bin 131 -> 121 bytes
 .../Editor/js/ckeditor/skins/office2003/images/sprites_ie6.png    |  Bin 2371 -> 2212 bytes
 framework/Editor/js/ckeditor/skins/v2/images/dialog_sides.png     |  Bin 126 -> 122 bytes
 framework/Editor/js/ckeditor/skins/v2/images/dialog_sides_rtl.png |  Bin 131 -> 121 bytes
 framework/Editor/js/ckeditor/skins/v2/images/sprites.png          |  Bin 2213 -> 2198 bytes
 framework/Mail/lib/Horde/Mail/Transport.php                       |   31 +
 framework/Mail/lib/Horde/Mail/Transport/Mail.php                  |   31 +-
 framework/Mail/lib/Horde/Mail/Transport/Mock.php                  |   28 +-
 framework/Mail/lib/Horde/Mail/Transport/Null.php                  |   22 +-
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php              |   43 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php                  |   40 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php                |   36 +-
 framework/Mail/test/Horde/Mail/SendTest.php                       |   34 +-
 framework/Prefs/package.xml                                       |    7 +
 .../Service_Weather/themes/default/graphics/weather/23x23/0.png   |  Bin 1143 -> 1136 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/17.png  |  Bin 1154 -> 1151 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/22.png  |  Bin 931 -> 929 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/24.png  |  Bin 590 -> 588 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/29.png  |  Bin 1093 -> 1090 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/3.png   |  Bin 1158 -> 1151 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/31.png  |  Bin 1050 -> 1041 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/35.png  |  Bin 1148 -> 1137 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/4.png   |  Bin 1152 -> 1145 bytes
 .../Service_Weather/themes/default/graphics/weather/23x23/47.png  |  Bin 1452 -> 1439 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/15.png  |  Bin 645 -> 642 bytes
 .../Service_Weather/themes/default/graphics/weather/32x32/na.png  |  Bin 994 -> 985 bytes
 .../themes/default/graphics/weather/wundergroundlogo.png          |  Bin 11688 -> 11590 bytes
 gollem/themes/default/graphics/az.png                             |  Bin 117 -> 116 bytes
 gollem/themes/default/graphics/clipboard.png                      |  Bin 476 -> 465 bytes
 gollem/themes/default/graphics/copy.png                           |  Bin 442 -> 425 bytes
 gollem/themes/default/graphics/cut.png                            |  Bin 553 -> 547 bytes
 gollem/themes/default/graphics/download.png                       |  Bin 422 -> 401 bytes
 gollem/themes/default/graphics/edit.png                           |  Bin 439 -> 425 bytes
 gollem/themes/default/graphics/filter-topbar.png                  |  Bin 390 -> 371 bytes
 gollem/themes/default/graphics/folder.png                         |  Bin 319 -> 305 bytes
 gollem/themes/default/graphics/folder_create.png                  |  Bin 434 -> 427 bytes
 gollem/themes/default/graphics/folder_goto.png                    |  Bin 441 -> 437 bytes
 gollem/themes/default/graphics/folder_home.png                    |  Bin 449 -> 430 bytes
 gollem/themes/default/graphics/folder_symlink.png                 |  Bin 548 -> 542 bytes
 gollem/themes/default/graphics/gollem.png                         |  Bin 319 -> 305 bytes
 gollem/themes/default/graphics/perms.png                          |  Bin 577 -> 575 bytes
 gollem/themes/default/graphics/perms_disabled.png                 |  Bin 489 -> 481 bytes
 gollem/themes/default/graphics/quota.png                          |  Bin 610 -> 599 bytes
 gollem/themes/default/graphics/za.png                             |  Bin 119 -> 118 bytes
 hermes/themes/default/graphics/admin.png                          |  Bin 667 -> 656 bytes
 hermes/themes/default/graphics/back_quick.png                     |  Bin 123 -> 122 bytes
 hermes/themes/default/graphics/checkbox_off.png                   |  Bin 116 -> 115 bytes
 hermes/themes/default/graphics/clients.png                        |  Bin 626 -> 625 bytes
 hermes/themes/default/graphics/delete.png                         |  Bin 412 -> 403 bytes
 hermes/themes/default/graphics/deliverable.png                    |  Bin 772 -> 771 bytes
 hermes/themes/default/graphics/edit.png                           |  Bin 277 -> 276 bytes
 hermes/themes/default/graphics/hermes.png                         |  Bin 666 -> 653 bytes
 hermes/themes/default/graphics/minus.png                          |  Bin 181 -> 180 bytes
 hermes/themes/default/graphics/pause.png                          |  Bin 226 -> 181 bytes
 hermes/themes/default/graphics/picker.png                         |  Bin 574 -> 553 bytes
 hermes/themes/default/graphics/play.png                           |  Bin 342 -> 335 bytes
 hermes/themes/default/graphics/plus.png                           |  Bin 208 -> 205 bytes
 hermes/themes/default/graphics/search.png                         |  Bin 465 -> 460 bytes
 hermes/themes/default/graphics/stop.png                           |  Bin 206 -> 166 bytes
 hermes/themes/default/graphics/time.png                           |  Bin 666 -> 653 bytes
 hermes/themes/default/graphics/timer-start.png                    |  Bin 680 -> 669 bytes
 hermes/themes/default/graphics/timer-stop.png                     |  Bin 682 -> 671 bytes
 horde/themes/default/graphics/add_group.png                       |  Bin 513 -> 490 bytes
 horde/themes/default/graphics/administration.png                  |  Bin 667 -> 656 bytes
 horde/themes/default/graphics/alerts/error.png                    |  Bin 545 -> 532 bytes
 horde/themes/default/graphics/alerts/message.png                  |  Bin 610 -> 599 bytes
 horde/themes/default/graphics/alerts/success.png                  |  Bin 604 -> 599 bytes
 horde/themes/default/graphics/alerts/warning.png                  |  Bin 548 -> 538 bytes
 horde/themes/default/graphics/app-unknown.png                     |  Bin 597 -> 592 bytes
 horde/themes/default/graphics/block/down.png                      |  Bin 115 -> 113 bytes
 horde/themes/default/graphics/block/large_down.png                |  Bin 125 -> 123 bytes
 horde/themes/default/graphics/block/large_left.png                |  Bin 122 -> 121 bytes
 horde/themes/default/graphics/block/large_right.png               |  Bin 122 -> 121 bytes
 horde/themes/default/graphics/block/large_up.png                  |  Bin 126 -> 125 bytes
 horde/themes/default/graphics/block/left.png                      |  Bin 122 -> 120 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/0.png     |  Bin 1143 -> 1136 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/17.png    |  Bin 1154 -> 1151 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/22.png    |  Bin 931 -> 929 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/24.png    |  Bin 590 -> 588 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/29.png    |  Bin 1093 -> 1090 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/3.png     |  Bin 1158 -> 1151 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/31.png    |  Bin 1050 -> 1041 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/35.png    |  Bin 1148 -> 1137 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/4.png     |  Bin 1152 -> 1145 bytes
 horde/themes/default/graphics/block/weatherdotcom/23x23/47.png    |  Bin 1452 -> 1439 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/15.png    |  Bin 645 -> 642 bytes
 .../default/graphics/block/weatherdotcom/32x32/TWClogo_32px.png   |  Bin 2097 -> 2096 bytes
 horde/themes/default/graphics/block/weatherdotcom/32x32/na.png    |  Bin 994 -> 985 bytes
 horde/themes/default/graphics/button-delete.png                   |  Bin 142 -> 141 bytes
 horde/themes/default/graphics/button-split.png                    |  Bin 88 -> 87 bytes
 horde/themes/default/graphics/buttonbar-bg.png                    |  Bin 108 -> 107 bytes
 horde/themes/default/graphics/calendar.png                        |  Bin 574 -> 553 bytes
 horde/themes/default/graphics/checkbox_on.png                     |  Bin 479 -> 477 bytes
 horde/themes/default/graphics/close.png                           |  Bin 647 -> 637 bytes
 horde/themes/default/graphics/collapse.png                        |  Bin 229 -> 227 bytes
 horde/themes/default/graphics/color-picker-palette.png            |  Bin 68856 -> 62801 bytes
 horde/themes/default/graphics/colorpicker.png                     |  Bin 619 -> 618 bytes
 horde/themes/default/graphics/config.png                          |  Bin 526 -> 509 bytes
 horde/themes/default/graphics/data.png                            |  Bin 530 -> 508 bytes
 horde/themes/default/graphics/delete.png                          |  Bin 412 -> 403 bytes
 horde/themes/default/graphics/download.png                        |  Bin 422 -> 401 bytes
 horde/themes/default/graphics/edit-sidebar-000.png                |  Bin 277 -> 276 bytes
 horde/themes/default/graphics/edit-small.png                      |  Bin 167 -> 166 bytes
 horde/themes/default/graphics/edit.png                            |  Bin 439 -> 425 bytes
 horde/themes/default/graphics/emoticons/asleep.png                |  Bin 247 -> 240 bytes
 horde/themes/default/graphics/emoticons/indifferent.png           |  Bin 248 -> 240 bytes
 horde/themes/default/graphics/emoticons/punk.png                  |  Bin 392 -> 391 bytes
 horde/themes/default/graphics/emoticons/tired.png                 |  Bin 244 -> 237 bytes
 horde/themes/default/graphics/expand.png                          |  Bin 235 -> 234 bytes
 horde/themes/default/graphics/feed.png                            |  Bin 549 -> 546 bytes
 horde/themes/default/graphics/filter-topbar.png                   |  Bin 390 -> 371 bytes
 horde/themes/default/graphics/filter.png                          |  Bin 437 -> 418 bytes
 horde/themes/default/graphics/flags/ae.png                        |  Bin 408 -> 328 bytes
 horde/themes/default/graphics/flags/ag.png                        |  Bin 509 -> 508 bytes
 horde/themes/default/graphics/flags/am.png                        |  Bin 385 -> 376 bytes
 horde/themes/default/graphics/flags/an.png                        |  Bin 488 -> 416 bytes
 horde/themes/default/graphics/flags/ao.png                        |  Bin 428 -> 419 bytes
 horde/themes/default/graphics/flags/ar.png                        |  Bin 420 -> 415 bytes
 horde/themes/default/graphics/flags/as.png                        |  Bin 593 -> 590 bytes
 horde/themes/default/graphics/flags/at.png                        |  Bin 343 -> 341 bytes
 horde/themes/default/graphics/flags/aw.png                        |  Bin 446 -> 436 bytes
 horde/themes/default/graphics/flags/az.png                        |  Bin 476 -> 471 bytes
 horde/themes/default/graphics/flags/ba.png                        |  Bin 524 -> 519 bytes
 horde/themes/default/graphics/flags/bb.png                        |  Bin 456 -> 453 bytes
 horde/themes/default/graphics/flags/bd.png                        |  Bin 425 -> 417 bytes
 horde/themes/default/graphics/flags/be.png                        |  Bin 346 -> 341 bytes
 horde/themes/default/graphics/flags/bf.png                        |  Bin 394 -> 393 bytes
 horde/themes/default/graphics/flags/bg.png                        |  Bin 373 -> 368 bytes
 horde/themes/default/graphics/flags/bh.png                        |  Bin 457 -> 390 bytes
 horde/themes/default/graphics/flags/bj.png                        |  Bin 364 -> 358 bytes
 horde/themes/default/graphics/flags/bn.png                        |  Bin 555 -> 552 bytes
 horde/themes/default/graphics/flags/bo.png                        |  Bin 394 -> 390 bytes
 horde/themes/default/graphics/flags/bs.png                        |  Bin 444 -> 441 bytes
 horde/themes/default/graphics/flags/bv.png                        |  Bin 450 -> 442 bytes
 horde/themes/default/graphics/flags/bw.png                        |  Bin 380 -> 373 bytes
 horde/themes/default/graphics/flags/by.png                        |  Bin 435 -> 431 bytes
 horde/themes/default/graphics/flags/bz.png                        |  Bin 529 -> 528 bytes
 horde/themes/default/graphics/flags/cd.png                        |  Bin 528 -> 510 bytes
 horde/themes/default/graphics/flags/cg.png                        |  Bin 433 -> 430 bytes
 horde/themes/default/graphics/flags/ch.png                        |  Bin 367 -> 297 bytes
 horde/themes/default/graphics/flags/ci.png                        |  Bin 359 -> 357 bytes
 horde/themes/default/graphics/flags/cm.png                        |  Bin 400 -> 398 bytes
 horde/themes/default/graphics/flags/cn.png                        |  Bin 402 -> 398 bytes
 horde/themes/default/graphics/flags/co.png                        |  Bin 383 -> 379 bytes
 horde/themes/default/graphics/flags/cr.png                        |  Bin 402 -> 398 bytes
 horde/themes/default/graphics/flags/cs.png                        |  Bin 374 -> 362 bytes
 horde/themes/default/graphics/flags/cv.png                        |  Bin 494 -> 490 bytes
 horde/themes/default/graphics/flags/cy.png                        |  Bin 428 -> 381 bytes
 horde/themes/default/graphics/flags/cz.png                        |  Bin 420 -> 410 bytes
 horde/themes/default/graphics/flags/de.png                        |  Bin 417 -> 408 bytes
 horde/themes/default/graphics/flags/dj.png                        |  Bin 483 -> 476 bytes
 horde/themes/default/graphics/flags/dk.png                        |  Bin 405 -> 400 bytes
 horde/themes/default/graphics/flags/do.png                        |  Bin 421 -> 416 bytes
 horde/themes/default/graphics/flags/ec.png                        |  Bin 408 -> 399 bytes
 horde/themes/default/graphics/flags/ee.png                        |  Bin 429 -> 343 bytes
 horde/themes/default/graphics/flags/eg.png                        |  Bin 401 -> 394 bytes
 horde/themes/default/graphics/flags/eh.png                        |  Bin 441 -> 438 bytes
 horde/themes/default/graphics/flags/es.png                        |  Bin 397 -> 389 bytes
 horde/themes/default/graphics/flags/et.png                        |  Bin 498 -> 493 bytes
 horde/themes/default/graphics/flags/fam.png                       |  Bin 403 -> 401 bytes
 horde/themes/default/graphics/flags/fi.png                        |  Bin 421 -> 420 bytes
 horde/themes/default/graphics/flags/fj.png                        |  Bin 570 -> 567 bytes
 horde/themes/default/graphics/flags/fk.png                        |  Bin 579 -> 575 bytes
 horde/themes/default/graphics/flags/fo.png                        |  Bin 474 -> 427 bytes
 horde/themes/default/graphics/flags/fr.png                        |  Bin 422 -> 419 bytes
 horde/themes/default/graphics/flags/ga.png                        |  Bin 395 -> 391 bytes
 horde/themes/default/graphics/flags/gd.png                        |  Bin 514 -> 513 bytes
 horde/themes/default/graphics/flags/ge.png                        |  Bin 546 -> 542 bytes
 horde/themes/default/graphics/flags/gf.png                        |  Bin 422 -> 419 bytes
 horde/themes/default/graphics/flags/gh.png                        |  Bin 389 -> 388 bytes
 horde/themes/default/graphics/flags/gi.png                        |  Bin 463 -> 415 bytes
 horde/themes/default/graphics/flags/gl.png                        |  Bin 404 -> 399 bytes
 horde/themes/default/graphics/flags/gm.png                        |  Bin 416 -> 409 bytes
 horde/themes/default/graphics/flags/gn.png                        |  Bin 372 -> 366 bytes
 horde/themes/default/graphics/flags/gp.png                        |  Bin 406 -> 399 bytes
 horde/themes/default/graphics/flags/gq.png                        |  Bin 458 -> 450 bytes
 horde/themes/default/graphics/flags/gr.png                        |  Bin 444 -> 440 bytes
 horde/themes/default/graphics/flags/gu.png                        |  Bin 437 -> 435 bytes
 horde/themes/default/graphics/flags/gw.png                        |  Bin 399 -> 398 bytes
 horde/themes/default/graphics/flags/hn.png                        |  Bin 464 -> 458 bytes
 horde/themes/default/graphics/flags/hr.png                        |  Bin 439 -> 430 bytes
 horde/themes/default/graphics/flags/ht.png                        |  Bin 380 -> 374 bytes
 horde/themes/default/graphics/flags/hu.png                        |  Bin 346 -> 340 bytes
 horde/themes/default/graphics/flags/id.png                        |  Bin 430 -> 352 bytes
 horde/themes/default/graphics/flags/ie.png                        |  Bin 386 -> 382 bytes
 horde/themes/default/graphics/flags/il.png                        |  Bin 431 -> 376 bytes
 horde/themes/default/graphics/flags/in.png                        |  Bin 430 -> 420 bytes
 horde/themes/default/graphics/flags/iq.png                        |  Bin 456 -> 451 bytes
 horde/themes/default/graphics/flags/ir.png                        |  Bin 451 -> 447 bytes
 horde/themes/default/graphics/flags/is.png                        |  Bin 463 -> 462 bytes
 horde/themes/default/graphics/flags/it.png                        |  Bin 420 -> 333 bytes
 horde/themes/default/graphics/flags/jo.png                        |  Bin 406 -> 403 bytes
 horde/themes/default/graphics/flags/jp.png                        |  Bin 420 -> 361 bytes
 horde/themes/default/graphics/flags/ke.png                        |  Bin 488 -> 487 bytes
 horde/themes/default/graphics/flags/kg.png                        |  Bin 407 -> 401 bytes
 horde/themes/default/graphics/flags/kh.png                        |  Bin 475 -> 472 bytes
 horde/themes/default/graphics/flags/km.png                        |  Bin 509 -> 508 bytes
 horde/themes/default/graphics/flags/kn.png                        |  Bin 533 -> 529 bytes
 horde/themes/default/graphics/flags/kp.png                        |  Bin 477 -> 473 bytes
 horde/themes/default/graphics/flags/kr.png                        |  Bin 560 -> 559 bytes
 horde/themes/default/graphics/flags/kw.png                        |  Bin 404 -> 403 bytes
 horde/themes/default/graphics/flags/la.png                        |  Bin 468 -> 463 bytes
 horde/themes/default/graphics/flags/lb.png                        |  Bin 446 -> 443 bytes
 horde/themes/default/graphics/flags/li.png                        |  Bin 452 -> 444 bytes
 horde/themes/default/graphics/flags/lr.png                        |  Bin 466 -> 428 bytes
 horde/themes/default/graphics/flags/ls.png                        |  Bin 553 -> 551 bytes
 horde/themes/default/graphics/flags/lt.png                        |  Bin 398 -> 392 bytes
 horde/themes/default/graphics/flags/lu.png                        |  Bin 391 -> 381 bytes
 horde/themes/default/graphics/flags/lv.png                        |  Bin 392 -> 386 bytes
 horde/themes/default/graphics/flags/ly.png                        |  Bin 465 -> 449 bytes
 horde/themes/default/graphics/flags/ma.png                        |  Bin 346 -> 338 bytes
 horde/themes/default/graphics/flags/mc.png                        |  Bin 380 -> 309 bytes
 horde/themes/default/graphics/flags/mg.png                        |  Bin 366 -> 360 bytes
 horde/themes/default/graphics/flags/ml.png                        |  Bin 375 -> 366 bytes
 horde/themes/default/graphics/flags/mm.png                        |  Bin 389 -> 388 bytes
 horde/themes/default/graphics/flags/mn.png                        |  Bin 396 -> 392 bytes
 horde/themes/default/graphics/flags/mt.png                        |  Bin 420 -> 346 bytes
 horde/themes/default/graphics/flags/mu.png                        |  Bin 413 -> 405 bytes
 horde/themes/default/graphics/flags/mw.png                        |  Bin 418 -> 416 bytes
 horde/themes/default/graphics/flags/mz.png                        |  Bin 492 -> 482 bytes
 horde/themes/default/graphics/flags/nc.png                        |  Bin 422 -> 419 bytes
 horde/themes/default/graphics/flags/ne.png                        |  Bin 446 -> 436 bytes
 horde/themes/default/graphics/flags/ng.png                        |  Bin 394 -> 390 bytes
 horde/themes/default/graphics/flags/nl.png                        |  Bin 363 -> 360 bytes
 horde/themes/default/graphics/flags/no.png                        |  Bin 450 -> 442 bytes
 horde/themes/default/graphics/flags/np.png                        |  Bin 352 -> 351 bytes
 horde/themes/default/graphics/flags/nr.png                        |  Bin 444 -> 442 bytes
 horde/themes/default/graphics/flags/pa.png                        |  Bin 443 -> 436 bytes
 horde/themes/default/graphics/flags/pe.png                        |  Bin 397 -> 314 bytes
 horde/themes/default/graphics/flags/pf.png                        |  Bin 432 -> 430 bytes
 horde/themes/default/graphics/flags/pg.png                        |  Bin 491 -> 488 bytes
 horde/themes/default/graphics/flags/ph.png                        |  Bin 469 -> 467 bytes
 horde/themes/default/graphics/flags/pl.png                        |  Bin 374 -> 294 bytes
 horde/themes/default/graphics/flags/pn.png                        |  Bin 600 -> 599 bytes
 horde/themes/default/graphics/flags/ps.png                        |  Bin 472 -> 396 bytes
 horde/themes/default/graphics/flags/pt.png                        |  Bin 460 -> 457 bytes
 horde/themes/default/graphics/flags/pw.png                        |  Bin 477 -> 476 bytes
 horde/themes/default/graphics/flags/py.png                        |  Bin 397 -> 393 bytes
 horde/themes/default/graphics/flags/qa.png                        |  Bin 450 -> 391 bytes
 horde/themes/default/graphics/flags/re.png                        |  Bin 422 -> 419 bytes
 horde/themes/default/graphics/flags/ro.png                        |  Bin 386 -> 380 bytes
 horde/themes/default/graphics/flags/ru.png                        |  Bin 352 -> 347 bytes
 horde/themes/default/graphics/flags/rw.png                        |  Bin 435 -> 433 bytes
 horde/themes/default/graphics/flags/sc.png                        |  Bin 534 -> 532 bytes
 horde/themes/default/graphics/flags/scotland.png                  |  Bin 607 -> 606 bytes
 horde/themes/default/graphics/flags/se.png                        |  Bin 442 -> 440 bytes
 horde/themes/default/graphics/flags/sg.png                        |  Bin 403 -> 399 bytes
 horde/themes/default/graphics/flags/sh.png                        |  Bin 577 -> 576 bytes
 horde/themes/default/graphics/flags/si.png                        |  Bin 436 -> 427 bytes
 horde/themes/default/graphics/flags/sj.png                        |  Bin 450 -> 442 bytes
 horde/themes/default/graphics/flags/sl.png                        |  Bin 374 -> 369 bytes
 horde/themes/default/graphics/flags/sm.png                        |  Bin 449 -> 447 bytes
 horde/themes/default/graphics/flags/sn.png                        |  Bin 409 -> 408 bytes
 horde/themes/default/graphics/flags/so.png                        |  Bin 429 -> 427 bytes
 horde/themes/default/graphics/flags/sr.png                        |  Bin 423 -> 422 bytes
 horde/themes/default/graphics/flags/st.png                        |  Bin 482 -> 481 bytes
 horde/themes/default/graphics/flags/sv.png                        |  Bin 426 -> 420 bytes
 horde/themes/default/graphics/flags/sy.png                        |  Bin 422 -> 374 bytes
 horde/themes/default/graphics/flags/sz.png                        |  Bin 561 -> 558 bytes
 horde/themes/default/graphics/flags/td.png                        |  Bin 431 -> 430 bytes
 horde/themes/default/graphics/flags/tf.png                        |  Bin 452 -> 450 bytes
 horde/themes/default/graphics/flags/tg.png                        |  Bin 463 -> 461 bytes
 horde/themes/default/graphics/flags/th.png                        |  Bin 380 -> 378 bytes
 horde/themes/default/graphics/flags/tj.png                        |  Bin 496 -> 412 bytes
 horde/themes/default/graphics/flags/tl.png                        |  Bin 448 -> 446 bytes
 horde/themes/default/graphics/flags/tn.png                        |  Bin 420 -> 417 bytes
 horde/themes/default/graphics/flags/to.png                        |  Bin 426 -> 352 bytes
 horde/themes/default/graphics/flags/tp.png                        |  Bin 737 -> 735 bytes
 horde/themes/default/graphics/flags/tr.png                        |  Bin 419 -> 415 bytes
 horde/themes/default/graphics/flags/tv.png                        |  Bin 496 -> 490 bytes
 horde/themes/default/graphics/flags/tw.png                        |  Bin 383 -> 382 bytes
 horde/themes/default/graphics/flags/ua.png                        |  Bin 357 -> 352 bytes
 horde/themes/default/graphics/flags/ug.png                        |  Bin 441 -> 433 bytes
 horde/themes/default/graphics/flags/us.png                        |  Bin 545 -> 542 bytes
 horde/themes/default/graphics/flags/uy.png                        |  Bin 464 -> 461 bytes
 horde/themes/default/graphics/flags/uz.png                        |  Bin 464 -> 456 bytes
 horde/themes/default/graphics/flags/va.png                        |  Bin 472 -> 467 bytes
 horde/themes/default/graphics/flags/ve.png                        |  Bin 465 -> 456 bytes
 horde/themes/default/graphics/flags/vg.png                        |  Bin 563 -> 560 bytes
 horde/themes/default/graphics/flags/vn.png                        |  Bin 377 -> 373 bytes
 horde/themes/default/graphics/flags/vu.png                        |  Bin 503 -> 498 bytes
 horde/themes/default/graphics/flags/ws.png                        |  Bin 405 -> 402 bytes
 horde/themes/default/graphics/flags/ye.png                        |  Bin 355 -> 348 bytes
 horde/themes/default/graphics/flags/zm.png                        |  Bin 412 -> 408 bytes
 horde/themes/default/graphics/flags/zw.png                        |  Bin 515 -> 510 bytes
 horde/themes/default/graphics/google.png                          |  Bin 1565 -> 1561 bytes
 horde/themes/default/graphics/group.png                           |  Bin 609 -> 601 bytes
 horde/themes/default/graphics/help.png                            |  Bin 597 -> 592 bytes
 horde/themes/default/graphics/help_index.png                      |  Bin 597 -> 592 bytes
 horde/themes/default/graphics/hide_panel.png                      |  Bin 419 -> 417 bytes
 horde/themes/default/graphics/image/grayscale.png                 |  Bin 238 -> 235 bytes
 horde/themes/default/graphics/image/ratio.png                     |  Bin 256 -> 254 bytes
 horde/themes/default/graphics/info.png                            |  Bin 414 -> 404 bytes
 horde/themes/default/graphics/info_icon.png                       |  Bin 610 -> 599 bytes
 horde/themes/default/graphics/keyboard.png                        |  Bin 549 -> 528 bytes
 horde/themes/default/graphics/keys/left.png                       |  Bin 196 -> 195 bytes
 horde/themes/default/graphics/keys/right.png                      |  Bin 197 -> 195 bytes
 horde/themes/default/graphics/lhand.png                           |  Bin 455 -> 454 bytes
 horde/themes/default/graphics/login.png                           |  Bin 689 -> 687 bytes
 horde/themes/default/graphics/map/marker-shadow.png               |  Bin 327 -> 325 bytes
 horde/themes/default/graphics/mime/audio.png                      |  Bin 607 -> 606 bytes
 horde/themes/default/graphics/mime/binary.png                     |  Bin 402 -> 400 bytes
 horde/themes/default/graphics/mime/compressed.png                 |  Bin 732 -> 684 bytes
 horde/themes/default/graphics/mime/deb.png                        |  Bin 607 -> 606 bytes
 horde/themes/default/graphics/mime/encryption.png                 |  Bin 749 -> 737 bytes
 horde/themes/default/graphics/mime/html.png                       |  Bin 542 -> 539 bytes
 horde/themes/default/graphics/mime/msexcel.png                    |  Bin 604 -> 603 bytes
 horde/themes/default/graphics/mime/mspowerpoint.png               |  Bin 543 -> 541 bytes
 horde/themes/default/graphics/mime/msword.png                     |  Bin 630 -> 629 bytes
 horde/themes/default/graphics/mime/ooo_calc.png                   |  Bin 604 -> 603 bytes
 horde/themes/default/graphics/mime/ooo_impress.png                |  Bin 543 -> 541 bytes
 horde/themes/default/graphics/mime/ooo_math.png                   |  Bin 294 -> 288 bytes
 horde/themes/default/graphics/mime/ooo_writer.png                 |  Bin 630 -> 629 bytes
 horde/themes/default/graphics/mime/pdf.png                        |  Bin 530 -> 527 bytes
 horde/themes/default/graphics/mime/rpm.png                        |  Bin 607 -> 606 bytes
 horde/themes/default/graphics/mime/script-js.png                  |  Bin 526 -> 524 bytes
 horde/themes/default/graphics/mime/source-python.png              |  Bin 402 -> 400 bytes
 horde/themes/default/graphics/mime/text.png                       |  Bin 342 -> 332 bytes
 horde/themes/default/graphics/mime/vcard.png                      |  Bin 533 -> 531 bytes
 horde/themes/default/graphics/mime/xml.png                        |  Bin 542 -> 539 bytes
 horde/themes/default/graphics/minus.png                           |  Bin 545 -> 532 bytes
 horde/themes/default/graphics/mobile.png                          |  Bin 416 -> 402 bytes
 horde/themes/default/graphics/nav/bottom.png                      |  Bin 613 -> 611 bytes
 horde/themes/default/graphics/nav/first-grey.png                  |  Bin 330 -> 324 bytes
 horde/themes/default/graphics/nav/last-grey.png                   |  Bin 307 -> 297 bytes
 horde/themes/default/graphics/nav/left-grey.png                   |  Bin 235 -> 227 bytes
 horde/themes/default/graphics/nav/left.png                        |  Bin 381 -> 377 bytes
 horde/themes/default/graphics/nav/right-grey.png                  |  Bin 218 -> 203 bytes
 horde/themes/default/graphics/nav/right.png                       |  Bin 384 -> 381 bytes
 horde/themes/default/graphics/nav/top.png                         |  Bin 603 -> 602 bytes
 horde/themes/default/graphics/navi-arrow-active.png               |  Bin 299 -> 262 bytes
 horde/themes/default/graphics/navi-arrow-normal.png               |  Bin 223 -> 221 bytes
 horde/themes/default/graphics/navi-center-active.png              |  Bin 108 -> 107 bytes
 horde/themes/default/graphics/navi-left-active.png                |  Bin 228 -> 217 bytes
 horde/themes/default/graphics/navi-right-active.png               |  Bin 204 -> 197 bytes
 horde/themes/default/graphics/navi-subnavi-active.png             |  Bin 319 -> 281 bytes
 horde/themes/default/graphics/navi-subnavi.png                    |  Bin 209 -> 207 bytes
 horde/themes/default/graphics/office.png                          |  Bin 461 -> 445 bytes
 horde/themes/default/graphics/organizing.png                      |  Bin 436 -> 426 bytes
 horde/themes/default/graphics/perms.png                           |  Bin 577 -> 575 bytes
 horde/themes/default/graphics/phone.png                           |  Bin 416 -> 402 bytes
 horde/themes/default/graphics/plus.png                            |  Bin 626 -> 618 bytes
 horde/themes/default/graphics/popdown.png                         |  Bin 285 -> 261 bytes
 horde/themes/default/graphics/popright.png                        |  Bin 118 -> 114 bytes
 horde/themes/default/graphics/print.png                           |  Bin 464 -> 455 bytes
 horde/themes/default/graphics/problem.png                         |  Bin 591 -> 578 bytes
 horde/themes/default/graphics/radiobox_off.png                    |  Bin 628 -> 472 bytes
 horde/themes/default/graphics/radiobox_on.png                     |  Bin 727 -> 588 bytes
 horde/themes/default/graphics/required.png                        |  Bin 485 -> 475 bytes
 horde/themes/default/graphics/rhand.png                           |  Bin 453 -> 451 bytes
 horde/themes/default/graphics/save.png                            |  Bin 422 -> 401 bytes
 horde/themes/default/graphics/search-topbar.png                   |  Bin 447 -> 445 bytes
 horde/themes/default/graphics/search.png                          |  Bin 465 -> 460 bytes
 horde/themes/default/graphics/settings-active.png                 |  Bin 543 -> 535 bytes
 horde/themes/default/graphics/shadow.png                          |  Bin 1910 -> 1901 bytes
 horde/themes/default/graphics/shell.png                           |  Bin 366 -> 353 bytes
 horde/themes/default/graphics/show_panel.png                      |  Bin 404 -> 379 bytes
 horde/themes/default/graphics/sidebar-new.png                     |  Bin 439 -> 436 bytes
 horde/themes/default/graphics/sidebar-refresh.png                 |  Bin 512 -> 511 bytes
 horde/themes/default/graphics/sidebar-split.png                   |  Bin 97 -> 87 bytes
 horde/themes/default/graphics/slidehoriz.png                      |  Bin 114 -> 105 bytes
 horde/themes/default/graphics/sql.png                             |  Bin 644 -> 637 bytes
 horde/themes/default/graphics/tab-active.png                      |  Bin 103 -> 98 bytes
 horde/themes/default/graphics/tags.png                            |  Bin 473 -> 463 bytes
 horde/themes/default/graphics/tree/folder.png                     |  Bin 319 -> 305 bytes
 horde/themes/default/graphics/tree/folderopen.png                 |  Bin 441 -> 437 bytes
 horde/themes/default/graphics/tree/joinbottom-down.png            |  Bin 111 -> 110 bytes
 horde/themes/default/graphics/tree/minusonly.png                  |  Bin 121 -> 120 bytes
 horde/themes/default/graphics/tree/minustop.png                   |  Bin 125 -> 124 bytes
 horde/themes/default/graphics/tree/nullonly.png                   |  Bin 119 -> 118 bytes
 horde/themes/default/graphics/tree/plusonly.png                   |  Bin 125 -> 124 bytes
 horde/themes/default/graphics/tree/plustop.png                    |  Bin 129 -> 128 bytes
 horde/themes/default/graphics/tree/rev-joinbottom-down.png        |  Bin 111 -> 110 bytes
 horde/themes/default/graphics/tree/rev-line.png                   |  Bin 108 -> 107 bytes
 horde/themes/default/graphics/tree/rev-minus.png                  |  Bin 133 -> 131 bytes
 horde/themes/default/graphics/tree/rev-minusbottom.png            |  Bin 134 -> 132 bytes
 horde/themes/default/graphics/tree/rev-minusonly.png              |  Bin 126 -> 125 bytes
 horde/themes/default/graphics/tree/rev-minustop.png               |  Bin 130 -> 129 bytes
 horde/themes/default/graphics/tree/rev-nullonly.png               |  Bin 125 -> 124 bytes
 horde/themes/default/graphics/tree/rev-plus.png                   |  Bin 137 -> 136 bytes
 horde/themes/default/graphics/tree/rev-plusbottom.png             |  Bin 139 -> 137 bytes
 horde/themes/default/graphics/tree/rev-plusonly.png               |  Bin 131 -> 130 bytes
 horde/themes/default/graphics/tree/rev-plustop.png                |  Bin 135 -> 134 bytes
 horde/themes/default/graphics/unlocked.png                        |  Bin 448 -> 433 bytes
 horde/themes/default/graphics/website.png                         |  Bin 536 -> 535 bytes
 horde/themes/default/graphics/za.png                              |  Bin 338 -> 337 bytes
 hylax/themes/default/graphics/folder.png                          |  Bin 407 -> 403 bytes
 iPhoto2Ansel/Resources/iPhotoPluginIcon.png                       |  Bin 18837 -> 18803 bytes
 imp/docs/CHANGES                                                  |    3 +
 imp/js/dimpbase.js                                                |    1 -
 imp/js/smartmobile.js                                             |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                      |    7 +-
 imp/package.xml                                                   |    4 +
 imp/themes/default/graphics/add_contact.png                       |  Bin 500 -> 497 bytes
 imp/themes/default/graphics/addressbook_browse.png                |  Bin 426 -> 425 bytes
 imp/themes/default/graphics/answered.png                          |  Bin 521 -> 514 bytes
 imp/themes/default/graphics/application_tile_horizontal.png       |  Bin 430 -> 427 bytes
 imp/themes/default/graphics/application_tile_vertical.png         |  Bin 453 -> 446 bytes
 imp/themes/default/graphics/arrow_collapsed.png                   |  Bin 235 -> 234 bytes
 imp/themes/default/graphics/arrow_expanded.png                    |  Bin 229 -> 227 bytes
 imp/themes/default/graphics/arrow_up.png                          |  Bin 338 -> 337 bytes
 imp/themes/default/graphics/blacklist.png                         |  Bin 625 -> 624 bytes
 imp/themes/default/graphics/button-split.png                      |  Bin 88 -> 87 bytes
 imp/themes/default/graphics/calendar.png                          |  Bin 574 -> 553 bytes
 imp/themes/default/graphics/checkbox_on.png                       |  Bin 479 -> 477 bytes
 imp/themes/default/graphics/checkbox_over.png                     |  Bin 479 -> 477 bytes
 imp/themes/default/graphics/checkmail.png                         |  Bin 678 -> 676 bytes
 imp/themes/default/graphics/clearflag.png                         |  Bin 364 -> 351 bytes
 imp/themes/default/graphics/close.png                             |  Bin 647 -> 637 bytes
 imp/themes/default/graphics/compose.png                           |  Bin 486 -> 463 bytes
 imp/themes/default/graphics/delete.png                            |  Bin 408 -> 399 bytes
 imp/themes/default/graphics/download.png                          |  Bin 422 -> 401 bytes
 imp/themes/default/graphics/drafts.png                            |  Bin 623 -> 610 bytes
 imp/themes/default/graphics/edit.png                              |  Bin 439 -> 425 bytes
 imp/themes/default/graphics/empty_spam.png                        |  Bin 524 -> 523 bytes
 imp/themes/default/graphics/empty_trash.png                       |  Bin 524 -> 523 bytes
 imp/themes/default/graphics/fetchmail.png                         |  Bin 678 -> 676 bytes
 imp/themes/default/graphics/filters.png                           |  Bin 435 -> 418 bytes
 imp/themes/default/graphics/flagged.png                           |  Bin 373 -> 362 bytes
 imp/themes/default/graphics/flags/answered-inv.png                |  Bin 208 -> 207 bytes
 imp/themes/default/graphics/flags/answered.png                    |  Bin 208 -> 207 bytes
 imp/themes/default/graphics/flags/attachment-inv.png              |  Bin 528 -> 526 bytes
 imp/themes/default/graphics/flags/encrypted-inv.png               |  Bin 280 -> 278 bytes
 imp/themes/default/graphics/flags/encrypted.png                   |  Bin 280 -> 278 bytes
 imp/themes/default/graphics/flags/flagged-inv.png                 |  Bin 264 -> 262 bytes
 imp/themes/default/graphics/flags/flagged.png                     |  Bin 264 -> 262 bytes
 imp/themes/default/graphics/flags/forwarded-inv.png               |  Bin 208 -> 207 bytes
 imp/themes/default/graphics/flags/forwarded.png                   |  Bin 208 -> 207 bytes
 imp/themes/default/graphics/flags/signed-inv.png                  |  Bin 280 -> 278 bytes
 imp/themes/default/graphics/flags/signed.png                      |  Bin 280 -> 278 bytes
 imp/themes/default/graphics/folders/create.png                    |  Bin 434 -> 427 bytes
 imp/themes/default/graphics/folders/drafts.png                    |  Bin 625 -> 610 bytes
 imp/themes/default/graphics/folders/edit.png                      |  Bin 486 -> 463 bytes
 imp/themes/default/graphics/folders/folder.png                    |  Bin 319 -> 305 bytes
 imp/themes/default/graphics/folders/inbox.png                     |  Bin 555 -> 550 bytes
 imp/themes/default/graphics/folders/minus.png                     |  Bin 442 -> 427 bytes
 imp/themes/default/graphics/folders/open.png                      |  Bin 441 -> 437 bytes
 imp/themes/default/graphics/folders/plus.png                      |  Bin 419 -> 418 bytes
 imp/themes/default/graphics/folders/sent.png                      |  Bin 535 -> 532 bytes
 imp/themes/default/graphics/folders/spam.png                      |  Bin 557 -> 556 bytes
 imp/themes/default/graphics/folders/trash.png                     |  Bin 408 -> 399 bytes
 imp/themes/default/graphics/forward.png                           |  Bin 365 -> 357 bytes
 imp/themes/default/graphics/forwarded.png                         |  Bin 520 -> 517 bytes
 imp/themes/default/graphics/gallery.png                           |  Bin 454 -> 435 bytes
 imp/themes/default/graphics/ico_message_off.png                   |  Bin 598 -> 587 bytes
 imp/themes/default/graphics/imp.png                               |  Bin 450 -> 447 bytes
 imp/themes/default/graphics/info_icon.png                         |  Bin 610 -> 599 bytes
 imp/themes/default/graphics/locked-inv.png                        |  Bin 431 -> 429 bytes
 imp/themes/default/graphics/mime/apple.png                        |  Bin 157 -> 156 bytes
 imp/themes/default/graphics/mini-error.png                        |  Bin 252 -> 250 bytes
 imp/themes/default/graphics/nav/first-grey.png                    |  Bin 330 -> 324 bytes
 imp/themes/default/graphics/nav/last-grey.png                     |  Bin 307 -> 297 bytes
 imp/themes/default/graphics/nav/left-grey.png                     |  Bin 235 -> 227 bytes
 imp/themes/default/graphics/nav/left.png                          |  Bin 381 -> 377 bytes
 imp/themes/default/graphics/nav/right-grey.png                    |  Bin 218 -> 203 bytes
 imp/themes/default/graphics/nav/right.png                         |  Bin 384 -> 381 bytes
 imp/themes/default/graphics/newmail.png                           |  Bin 678 -> 676 bytes
 imp/themes/default/graphics/newwin.png                            |  Bin 442 -> 425 bytes
 imp/themes/default/graphics/plus.png                              |  Bin 626 -> 618 bytes
 imp/themes/default/graphics/popdown.png                           |  Bin 285 -> 261 bytes
 imp/themes/default/graphics/print.png                             |  Bin 464 -> 455 bytes
 imp/themes/default/graphics/reply.png                             |  Bin 358 -> 344 bytes
 imp/themes/default/graphics/replyall.png                          |  Bin 422 -> 418 bytes
 imp/themes/default/graphics/sbcursor_top.png                      |  Bin 145 -> 144 bytes
 imp/themes/default/graphics/scroller_back.png                     |  Bin 112 -> 111 bytes
 imp/themes/default/graphics/search.png                            |  Bin 465 -> 460 bytes
 imp/themes/default/graphics/shared.png                            |  Bin 449 -> 448 bytes
 imp/themes/default/graphics/sortdown.png                          |  Bin 117 -> 116 bytes
 imp/themes/default/graphics/sortup.png                            |  Bin 119 -> 118 bytes
 imp/themes/default/graphics/spam.png                              |  Bin 557 -> 556 bytes
 imp/themes/default/graphics/spellcheck.png                        |  Bin 443 -> 441 bytes
 imp/themes/default/graphics/undelete.png                          |  Bin 412 -> 403 bytes
 imp/themes/default/graphics/unseen.png                            |  Bin 476 -> 471 bytes
 imp/themes/default/graphics/warning.png                           |  Bin 548 -> 538 bytes
 imp/themes/default/graphics/whitelist.png                         |  Bin 618 -> 612 bytes
 ingo/docs/CHANGES                                                 |    2 +
 ingo/js/smartmobile.js                                            |    4 +-
 ingo/package.xml                                                  |    2 +
 ingo/themes/default/graphics/blacklist.png                        |  Bin 625 -> 624 bytes
 ingo/themes/default/graphics/copy.png                             |  Bin 310 -> 299 bytes
 ingo/themes/default/graphics/enable.png                           |  Bin 442 -> 417 bytes
 ingo/themes/default/graphics/forward.png                          |  Bin 365 -> 357 bytes
 ingo/themes/default/graphics/ingo.png                             |  Bin 435 -> 418 bytes
 ingo/themes/default/graphics/script.png                           |  Bin 414 -> 397 bytes
 ingo/themes/default/graphics/vacation.png                         |  Bin 606 -> 590 bytes
 ingo/themes/default/graphics/whitelist.png                        |  Bin 618 -> 612 bytes
 jonah/themes/default/graphics/atom.png                            |  Bin 253 -> 252 bytes
 jonah/themes/default/graphics/az.png                              |  Bin 117 -> 116 bytes
 jonah/themes/default/graphics/lists.png                           |  Bin 223 -> 221 bytes
 jonah/themes/default/graphics/za.png                              |  Bin 119 -> 118 bytes
 klutz/themes/default/graphics/klutz_butter.png                    |  Bin 16341 -> 15738 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/alarm.png          |  Bin 422 -> 421 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/error.png          |  Bin 184 -> 183 bytes
 koward/www/htdocs/horde/themes/graphics/alerts/warning.png        |  Bin 169 -> 168 bytes
 koward/www/htdocs/horde/themes/graphics/plus.png                  |  Bin 208 -> 205 bytes
 koward/www/htdocs/horde/themes/graphics/search.png                |  Bin 662 -> 661 bytes
 koward/www/htdocs/horde/themes/graphics/user.png                  |  Bin 661 -> 660 bytes
 koward/www/htdocs/horde/themes/silver/graphics/alerts/error.png   |  Bin 671 -> 669 bytes
 koward/www/htdocs/horde/themes/silver/graphics/alerts/warning.png |  Bin 619 -> 618 bytes
 .../www/htdocs/horde/themes/silver/graphics/currentTab_left.png   |  Bin 161 -> 156 bytes
 .../www/htdocs/horde/themes/silver/graphics/currentTab_right.png  |  Bin 286 -> 285 bytes
 koward/www/htdocs/horde/themes/silver/graphics/delete.png         |  Bin 362 -> 361 bytes
 koward/www/htdocs/horde/themes/silver/graphics/plus.png           |  Bin 676 -> 675 bytes
 koward/www/htdocs/horde/themes/silver/graphics/required.png       |  Bin 433 -> 424 bytes
 koward/www/htdocs/horde/themes/silver/graphics/tab_left.png       |  Bin 358 -> 343 bytes
 koward/www/htdocs/horde/themes/silver/graphics/tab_right.png      |  Bin 1902 -> 1824 bytes
 koward/www/htdocs/horde/themes/silver/graphics/user.png           |  Bin 668 -> 667 bytes
 kronolith/themes/default/graphics/addressbook_browse.png          |  Bin 537 -> 535 bytes
 kronolith/themes/default/graphics/agenda.png                      |  Bin 179 -> 178 bytes
 kronolith/themes/default/graphics/alarm.png                       |  Bin 479 -> 476 bytes
 kronolith/themes/default/graphics/alerts/error.png                |  Bin 545 -> 532 bytes
 kronolith/themes/default/graphics/alerts/message.png              |  Bin 610 -> 599 bytes
 kronolith/themes/default/graphics/alerts/success.png              |  Bin 604 -> 599 bytes
 kronolith/themes/default/graphics/alerts/warning.png              |  Bin 548 -> 538 bytes
 kronolith/themes/default/graphics/attendee-accepted.png           |  Bin 604 -> 599 bytes
 kronolith/themes/default/graphics/attendee-declined.png           |  Bin 545 -> 532 bytes
 kronolith/themes/default/graphics/attendee-none.png               |  Bin 597 -> 592 bytes
 kronolith/themes/default/graphics/attendees.png                   |  Bin 609 -> 601 bytes
 kronolith/themes/default/graphics/back.png                        |  Bin 358 -> 344 bytes
 kronolith/themes/default/graphics/big_invitation.png              |  Bin 2504 -> 2475 bytes
 kronolith/themes/default/graphics/calendars.png                   |  Bin 574 -> 553 bytes
 kronolith/themes/default/graphics/checkbox_on.png                 |  Bin 479 -> 477 bytes
 kronolith/themes/default/graphics/checkbox_over.png               |  Bin 479 -> 477 bytes
 kronolith/themes/default/graphics/close.png                       |  Bin 647 -> 637 bytes
 kronolith/themes/default/graphics/data.png                        |  Bin 530 -> 508 bytes
 kronolith/themes/default/graphics/drag-handle.png                 |  Bin 105 -> 103 bytes
 kronolith/themes/default/graphics/exception-000.png               |  Bin 437 -> 435 bytes
 kronolith/themes/default/graphics/goto.png                        |  Bin 533 -> 516 bytes
 kronolith/themes/default/graphics/help.png                        |  Bin 597 -> 592 bytes
 kronolith/themes/default/graphics/kronolith.png                   |  Bin 574 -> 553 bytes
 kronolith/themes/default/graphics/left.png                        |  Bin 294 -> 292 bytes
 kronolith/themes/default/graphics/minus.png                       |  Bin 545 -> 532 bytes
 kronolith/themes/default/graphics/new_big.png                     |  Bin 626 -> 618 bytes
 kronolith/themes/default/graphics/new_small.png                   |  Bin 161 -> 159 bytes
 kronolith/themes/default/graphics/new_task.png                    |  Bin 516 -> 512 bytes
 kronolith/themes/default/graphics/picker.png                      |  Bin 574 -> 553 bytes
 kronolith/themes/default/graphics/plus.png                        |  Bin 626 -> 618 bytes
 kronolith/themes/default/graphics/print.png                       |  Bin 464 -> 455 bytes
 kronolith/themes/default/graphics/private-000.png                 |  Bin 236 -> 234 bytes
 kronolith/themes/default/graphics/private-fff.png                 |  Bin 236 -> 234 bytes
 kronolith/themes/default/graphics/right.png                       |  Bin 286 -> 282 bytes
 kronolith/themes/default/graphics/search.png                      |  Bin 465 -> 460 bytes
 kronolith/themes/default/graphics/tasks.png                       |  Bin 615 -> 614 bytes
 kronolith/themes/default/graphics/today.png                       |  Bin 481 -> 471 bytes
 kronolith/themes/default/graphics/unknown-background.png          |  Bin 116 -> 115 bytes
 luxor/themes/default/graphics/folder.png                          |  Bin 407 -> 403 bytes
 luxor/themes/default/graphics/parent.png                          |  Bin 424 -> 423 bytes
 mnemo/themes/default/graphics/add.png                             |  Bin 491 -> 486 bytes
 mnemo/themes/default/graphics/az.png                              |  Bin 117 -> 116 bytes
 mnemo/themes/default/graphics/minus.png                           |  Bin 545 -> 532 bytes
 mnemo/themes/default/graphics/mnemo.png                           |  Bin 414 -> 397 bytes
 mnemo/themes/default/graphics/notepads.png                        |  Bin 352 -> 340 bytes
 mnemo/themes/default/graphics/plus.png                            |  Bin 626 -> 618 bytes
 mnemo/themes/default/graphics/search.png                          |  Bin 465 -> 460 bytes
 mnemo/themes/default/graphics/za.png                              |  Bin 119 -> 118 bytes
 nag/themes/default/graphics/add.png                               |  Bin 516 -> 512 bytes
 nag/themes/default/graphics/alarm.png                             |  Bin 479 -> 476 bytes
 nag/themes/default/graphics/alarm_small.png                       |  Bin 266 -> 265 bytes
 nag/themes/default/graphics/az.png                                |  Bin 117 -> 116 bytes
 nag/themes/default/graphics/checkbox.png                          |  Bin 479 -> 477 bytes
 nag/themes/default/graphics/checked.png                           |  Bin 259 -> 258 bytes
 nag/themes/default/graphics/minus.png                             |  Bin 545 -> 532 bytes
 nag/themes/default/graphics/nag.png                               |  Bin 476 -> 465 bytes
 nag/themes/default/graphics/note.png                              |  Bin 414 -> 397 bytes
 nag/themes/default/graphics/plus.png                              |  Bin 626 -> 618 bytes
 nag/themes/default/graphics/search.png                            |  Bin 465 -> 460 bytes
 nag/themes/default/graphics/smart.png                             |  Bin 437 -> 418 bytes
 nag/themes/default/graphics/tasklists.png                         |  Bin 476 -> 465 bytes
 nag/themes/default/graphics/za.png                                |  Bin 119 -> 118 bytes
 operator/themes/default/graphics/graphs.png                       |  Bin 337 -> 313 bytes
 operator/themes/default/graphics/operator.png                     |  Bin 477 -> 475 bytes
 sam/themes/default/graphics/whitelist.png                         |  Bin 167 -> 166 bytes
 sesha/themes/default/graphics/administration.png                  |  Bin 667 -> 656 bytes
 sesha/themes/default/graphics/az.png                              |  Bin 117 -> 116 bytes
 sesha/themes/default/graphics/search.png                          |  Bin 465 -> 460 bytes
 sesha/themes/default/graphics/sesha.png                           |  Bin 366 -> 353 bytes
 sesha/themes/default/graphics/stock.png                           |  Bin 400 -> 387 bytes
 sesha/themes/default/graphics/za.png                              |  Bin 119 -> 118 bytes
 shout/themes/default/graphics/admin.png                           |  Bin 553 -> 551 bytes
 shout/themes/default/graphics/delete-small.png                    |  Bin 135 -> 134 bytes
 shout/themes/default/graphics/device-add.png                      |  Bin 529 -> 525 bytes
 shout/themes/default/graphics/digit-0.png                         |  Bin 1866 -> 1658 bytes
 shout/themes/default/graphics/digit-1.png                         |  Bin 1510 -> 1360 bytes
 shout/themes/default/graphics/digit-2.png                         |  Bin 1290 -> 1270 bytes
 shout/themes/default/graphics/digit-3.png                         |  Bin 1309 -> 1300 bytes
 shout/themes/default/graphics/digit-4.png                         |  Bin 2132 -> 2109 bytes
 shout/themes/default/graphics/digit-5.png                         |  Bin 1931 -> 1906 bytes
 shout/themes/default/graphics/digit-6.png                         |  Bin 2160 -> 2143 bytes
 shout/themes/default/graphics/digit-7.png                         |  Bin 2057 -> 2033 bytes
 shout/themes/default/graphics/digit-8.png                         |  Bin 2167 -> 2136 bytes
 shout/themes/default/graphics/digit-9.png                         |  Bin 2218 -> 2189 bytes
 shout/themes/default/graphics/digit-bg.png                        |  Bin 13214 -> 11892 bytes
 shout/themes/default/graphics/digit-octo.png                      |  Bin 1845 -> 1607 bytes
 shout/themes/default/graphics/digit-star.png                      |  Bin 1671 -> 1506 bytes
 shout/themes/default/graphics/edit.png                            |  Bin 439 -> 425 bytes
 shout/themes/default/graphics/extension-add.png                   |  Bin 665 -> 664 bytes
 shout/themes/default/graphics/extension.png                       |  Bin 661 -> 660 bytes
 shout/themes/default/graphics/shout.png                           |  Bin 477 -> 475 bytes
 shout/themes/default/graphics/telephone-pole.png                  |  Bin 515 -> 512 bytes
 skeleton/themes/default/graphics/delete.png                       |  Bin 412 -> 403 bytes
 trean/themes/default/graphics/add.png                             |  Bin 626 -> 618 bytes
 trean/themes/default/graphics/http/1xx.png                        |  Bin 610 -> 599 bytes
 trean/themes/default/graphics/http/2xx.png                        |  Bin 604 -> 599 bytes
 trean/themes/default/graphics/http/3xx.png                        |  Bin 610 -> 599 bytes
 trean/themes/default/graphics/http/4xx.png                        |  Bin 548 -> 538 bytes
 trean/themes/default/graphics/http/5xx.png                        |  Bin 545 -> 532 bytes
 trean/themes/default/graphics/http/error.png                      |  Bin 545 -> 532 bytes
 trean/themes/default/graphics/protocol/ftp.png                    |  Bin 422 -> 401 bytes
 trean/themes/default/graphics/protocol/http.png                   |  Bin 646 -> 639 bytes
 trean/themes/default/graphics/protocol/https.png                  |  Bin 451 -> 429 bytes
 trean/themes/default/graphics/tag.png                             |  Bin 395 -> 333 bytes
 trean/themes/default/graphics/trean.png                           |  Bin 292 -> 284 bytes
 turba/docs/CHANGES                                                |    2 +
 turba/js/smartmobile.js                                           |   35 +-
 turba/package.xml                                                 |    2 +
 turba/test/Turba/fixtures/az.png                                  |  Bin 117 -> 116 bytes
 turba/themes/default/graphics/az.png                              |  Bin 117 -> 116 bytes
 turba/themes/default/graphics/az_secondary.png                    |  Bin 129 -> 128 bytes
 turba/themes/default/graphics/contact.png                         |  Bin 500 -> 497 bytes
 turba/themes/default/graphics/delete.png                          |  Bin 412 -> 403 bytes
 turba/themes/default/graphics/edit.png                            |  Bin 439 -> 425 bytes
 turba/themes/default/graphics/group.png                           |  Bin 609 -> 601 bytes
 turba/themes/default/graphics/menu/browse.png                     |  Bin 537 -> 535 bytes
 turba/themes/default/graphics/menu/new.png                        |  Bin 583 -> 576 bytes
 turba/themes/default/graphics/mime/vcard.png                      |  Bin 444 -> 431 bytes
 turba/themes/default/graphics/new.png                             |  Bin 583 -> 576 bytes
 turba/themes/default/graphics/search.png                          |  Bin 465 -> 460 bytes
 turba/themes/default/graphics/turba.png                           |  Bin 426 -> 425 bytes
 turba/themes/default/graphics/za.png                              |  Bin 119 -> 118 bytes
 turba/themes/default/graphics/za_secondary.png                    |  Bin 130 -> 128 bytes
 ulaform/themes/default/graphics/display.png                       |  Bin 253 -> 251 bytes
 ulaform/themes/default/graphics/ulaform.png                       |  Bin 253 -> 251 bytes
 vilma/themes/default/graphics/display.png                         |  Bin 177 -> 176 bytes
 vilma/themes/default/graphics/domain.png                          |  Bin 727 -> 725 bytes
 vilma/themes/default/graphics/vilma.png                           |  Bin 263 -> 262 bytes
 whups/themes/default/graphics/az.png                              |  Bin 117 -> 116 bytes
 whups/themes/default/graphics/reports.png                         |  Bin 194 -> 191 bytes
 whups/themes/default/graphics/search.png                          |  Bin 424 -> 423 bytes
 whups/themes/default/graphics/whups.png                           |  Bin 351 -> 350 bytes
 whups/themes/default/graphics/za.png                              |  Bin 119 -> 118 bytes
 wicked/themes/default/graphics/az.png                             |  Bin 117 -> 116 bytes
 wicked/themes/default/graphics/locked.png                         |  Bin 505 -> 503 bytes
 wicked/themes/default/graphics/question.png                       |  Bin 116 -> 115 bytes
 wicked/themes/default/graphics/za.png                             |  Bin 119 -> 118 bytes
 720 files changed, 1310 insertions(+), 216 deletions(-)

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

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

commit 7e23285cad20a7588bfc29232a4a618c630bd900
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 15:18:44 2013 -0400

    changes

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

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

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

commit fd9b940ed1bb1170d9fcbef2575c4d8082368a12
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 15:23:25 2013 -0400

    Update configuration options for EAS version.

 horde/config/conf.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 22edb80388963e1cc7afb679f6ce106685d8e9fd
Merge: fd9b940 dcb2d11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 16:11:50 2013 -0400

    Merge branch 'master' into horde_5_1

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    9 +-
 framework/ActiveSync/package.xml                                  |    4 +
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    6 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   11 +-
 framework/Crypt/package.xml                                       |    2 +
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    2 +
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   15 +--
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   12 ++-
 framework/Image/test/Horde/Image/Exif/TestBase.php                |    9 ++-
 framework/Mime/test/Horde/Mime/MailTest.php                       |    2 +
 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php   |   10 +-
 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    5 +-
 .../test/Horde/SessionHandler/Storage/StackTest.php               |   28 ++---
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |   12 +--
 15 files changed, 73 insertions(+), 57 deletions(-)

http://git.horde.org/horde-git/-/commit/22edb80388963e1cc7afb679f6ce106685d8e9fd

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

commit 358c4f20a09de9ee85eecffca261e9f2f1677322
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 10:30:07 2013 -0400

    This should throw a Horde_Exception_NotFound

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

http://git.horde.org/horde-git/-/commit/358c4f20a09de9ee85eecffca261e9f2f1677322

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

commit 2c703f596691728978946f2d8a6fc9916226e2c6
Merge: 358c4f2 a32b5c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 10:42:33 2013 -0400

    Merge branch 'master' into horde_5_1

 components/lib/Components/Helper/Website.php            |    3 +
 components/lib/Components/Release/Task/Package.php      |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync.php           |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    2 +-
 framework/Argv/doc/Horde/Argv/ADVANCED                  |   46 ++++---
 framework/Argv/doc/Horde/Argv/CALLBACKS                 |   38 +++---
 framework/Argv/doc/Horde/Argv/EXTEND                    |   26 ++--
 framework/Argv/doc/Horde/Argv/README                    |   51 ++++----
 framework/Argv/package.xml                              |   34 ++++-
 framework/Argv/test/Horde/Argv/TestCase.php             |    7 +-
 framework/Crypt/package.xml                             |    4 +-
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php |   11 ++-
 framework/Mime/test/Horde/Mime/MailTest.php             |    4 +-
 framework/Util/test/Horde/Util/StringTest.php           |    5 +
 framework/Vfs/test/Horde/Vfs/FileTest.php               |   31 +----
 mnemo/templates/memo/memo.inc                           |    2 +-
 wicked/docs/CHANGES                                     |    2 -
 wicked/lib/Page.php                                     |   34 ++++-
 wicked/lib/Text_Wiki/Parse/Default/Heading2.php         |   16 +++
 wicked/lib/Text_Wiki/Render/Latex/Heading2.php          |    7 +
 wicked/lib/Text_Wiki/Render/Plain/Heading2.php          |    7 +
 wicked/lib/Text_Wiki/Render/Rst/Heading.php             |  103 ---------------
 wicked/lib/Text_Wiki/Render/Rst/Heading2.php            |  103 +++++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/List.php                |    5 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Heading2.php          |    7 +
 wicked/package.xml                                      |   23 +++-
 26 files changed, 347 insertions(+), 234 deletions(-)

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

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

commit 5d9411a8ebcb41b67d6354fec9eb68a982e0aeb4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:26:52 2013 -0400

    needle/haystack haystack/needle ... whatever.

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

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

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

commit e66c0b4d9b40c9af8b9040a47ba1e92542a487ea
Merge: c1dcda1 5d9411a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Apr 8 11:56:59 2013 +0200

    Merge branch 'horde_5_1'
    
    Conflicts:
    	horde/docs/CHANGES
    	horde/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   33 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php     |  229 +++++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php        |  479 +++++++++++-
 framework/Core/package.xml                                 |    4 +-
 horde/admin/config/config.php                              |   20 +-
 horde/admin/config/diff.php                                |   48 +-
 horde/admin/config/index.php                               |   84 ++-
 horde/bin/horde-clear-cache                                |   35 +-
 horde/bin/horde-memcache-stats                             |   98 ++--
 horde/bin/horde-run-task                                   |   68 +-
 horde/bin/horde-themes                                     |   56 +-
 horde/bin/horde-translation                                |   13 +-
 horde/config/conf.xml                                      |   12 +-
 horde/config/hooks.php.dist                                |   11 +
 horde/config/prefs.php                                     |   40 +-
 horde/docs/CHANGES                                         |    8 +
 horde/docs/INSTALL                                         |   54 +-
 horde/docs/PERFORMANCE                                     |   12 +-
 horde/docs/UPGRADING                                       |   28 +-
 horde/js/activesyncadmin.js                                |    2 +-
 horde/js/activesyncprefs.js                                |    2 +-
 horde/js/categoryprefs.js                                  |    2 +-
 horde/js/contextsensitive.js                               |    6 +-
 horde/js/dragdrop2.js                                      |    2 +-
 horde/js/facebookclient.js                                 |   13 +-
 horde/js/form_ghost.js                                     |    4 +-
 horde/js/form_sections.js                                  |    2 +-
 horde/js/json2.js                                          |    5 +-
 horde/js/obrowser.js                                       |   15 +
 horde/js/quickfinder.js                                    |    4 +-
 horde/js/sidebar.js                                        |    2 +-
 horde/js/slider2.js                                        |    2 +-
 horde/js/syncmlprefs.js                                    |    3 +-
 horde/js/topbar.js                                         |    6 +-
 horde/js/twitterclient.js                                  |    6 +-
 horde/lib/Application.php                                  |    2 +-
 horde/lib/Prefs/Special/Activesync.php                     |   11 +-
 horde/lib/Prefs/Special/Category.php                       |   46 +-
 horde/lib/Prefs/Special/Facebook.php                       |   42 +-
 horde/lib/Prefs/Special/Syncml.php                         |   16 +-
 horde/lib/Prefs/Special/Twitter.php                        |   31 +-
 horde/lib/Test.php                                         |   22 +-
 horde/package.xml                                          |   20 +-
 horde/services/logintasks.php                              |   36 +-
 horde/services/obrowser/index.php                          |   54 +-
 horde/templates/admin/config/config.html                   |   11 -
 horde/templates/admin/config/config.html.php               |   13 +
 horde/templates/admin/config/diff.html                     |   11 -
 horde/templates/admin/config/diff.html.php                 |   11 +
 horde/templates/admin/config/index.html                    |  109 ---
 horde/templates/admin/config/index.html.php                |  110 +++
 horde/templates/logintasks/logintasks.html                 |   38 -
 horde/templates/logintasks/logintasks.html.php             |   37 +
 horde/templates/logintasks/smartmobile.html                |   42 -
 horde/templates/logintasks/smartmobile.html.php            |   58 ++
 horde/templates/portal/smartmobile.inc                     |   19 +-
 horde/templates/prefs/activesync.html                      |   49 --
 horde/templates/prefs/activesync.html.php                  |   51 ++
 horde/templates/prefs/category.html                        |   42 -
 horde/templates/prefs/category.html.php                    |   42 +
 horde/templates/prefs/facebook.html                        |   52 --
 horde/templates/prefs/facebook.html.php                    |   66 ++
 horde/templates/prefs/syncml.html                          |   36 -
 horde/templates/prefs/syncml.html.php                      |   36 +
 horde/templates/prefs/twitter.html                         |   23 -
 horde/templates/prefs/twitter.html.php                     |   20 +
 horde/templates/services/obrowser.html.php                 |   19 +
 imp/config/prefs.php                                       |  121 +---
 imp/docs/CHANGES                                           |    6 +-
 imp/folders.php                                            |    2 +-
 imp/js/dimpbase.js                                         |   54 +-
 imp/lib/Ajax/Application/ListMessages.php                  |   41 +-
 imp/lib/Application.php                                    |   19 +-
 imp/lib/Crypt/Pgp.php                                      |    6 +
 imp/lib/Dynamic/Mailbox.php                                |   24 +-
 imp/lib/Imap.php                                           |   52 +-
 imp/lib/Mailbox.php                                        |    2 +-
 imp/lib/Mailbox/List/Track.php                             |    3 +-
 imp/locale/en/help.xml                                     |   11 +-
 imp/package.xml                                            |   14 +-
 imp/pgp.php                                                |   19 +-
 imp/templates/basic/thread/thread.html.php                 |   28 -
 imp/templates/pgp/import_key.html.php                      |    6 +-
 imp/templates/prefs/pgpprivatekey.html.php                 |    4 +-
 imp/templates/thread/thread.html.php                       |   30 +
 imp/themes/default/basic/screen.css                        |   20 -
 imp/themes/default/dynamic/screen.css                      |    9 +
 imp/themes/default/graphics/thread.png                     |  Bin 0 -> 108 bytes
 imp/themes/default/screen.css                              |   11 +
 imp/thread.php                                             |   63 +-
 90 files changed, 1891 insertions(+), 1237 deletions(-)

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




More information about the commits mailing list