[commits] Horde branch imp_multiple_accounts updated. 624eac3b40f83ce6ff067f1056f4ff529760bed9

Michael M Slusarz slusarz at horde.org
Tue Aug 27 16:35:26 UTC 2013


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

from: 3be18311f0a0d9670b4f760ce9894d17d2c5717c

453175b Require Horde_Mail 2.1.1.
c9a1c16 Fix setting authentication credentials in the session.
358741a Add sortob property
185a041 Make sure we are logged in before retrieving alerts
e619d80 settable -> locked
e675ae8 Fix Bug #12618
41c00f1 fix buid generation
f481b4e Should be completely unset
eaae551 [mms] Fix session ID tracking for the Hashtable driver.
c843650 Add context menu link to edit flags prefs page
d75cc79 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
89fe59b Update cs translation.
8ebf70b Released Horde_Browser-2.0.4
500e76b Development mode for Horde_Browser-2.0.5
dd46378 Released Horde_Core-2.7.0
4fee9c1 Development mode for Horde_Core-2.7.1
bc20dde Released Horde_Exception-2.0.4
ce80830 Development mode for Horde_Exception-2.0.5
12bd82f Released Horde_History-2.2.0
f69f9e8 Development mode for Horde_History-2.2.1
67a2b0a Released Horde_Http-2.0.4
0afb7a2 Development mode for Horde_Http-2.0.5
7300dd8 Released Horde_Kolab_Storage-2.0.5
1f12781 Development mode for Horde_Kolab_Storage-2.0.6
fc1baa9 Released Horde_Perms-2.1.1
4f1d313 Development mode for Horde_Perms-2.1.2
0185610 Released Horde_Service_Facebook-2.0.5
9a16429 Development mode for Horde_Service_Facebook-2.0.6
a3d1d87 Released Horde_SessionHandler-2.2.3
b48b675 Development mode for Horde_SessionHandler-2.2.4
376bea0 Released Horde_Test-2.2.3
d29806f Development mode for Horde_Test-2.2.4
c80f671 Released Horde_Url-2.2.1
53b41d9 Development mode for Horde_Url-2.2.2
c8a03b6 [jan] Fix detecting bad PGP signatures on some systems with non-English locales (Bug #10273).
18645a4 Released Horde_Crypt-2.2.2
6917aff Development mode for Horde_Crypt-2.2.3
24a690c Fix test.
c468fe2 Fix text configuration name.
44bc9d8 Use Horde_Test factory.
c6dc468 Prepare releases.
b8d8102 Update de translation.
523c336 Updated
b155b47 Released horde-5.1.3
2e1e9b8 Bump versions.
c09ceb9 Don't halt if Freenode failed.
34697ba phpdoch
fb17b9a Released imp-6.1.4
8f6a46d Development mode for imp-6.1.5
8934cd4 Typos
c477f4e Released nag-4.1.2
581d381 Development mode for nag-4.1.3
3c7ac99 Released passwd-5.0.1
713339f Development mode for passwd-5.0.2
ca9e14a Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
6ec3aa2 Released turba-4.1.2
469f097 Development mode for turba-4.1.3
66b6684 Merge branch 'master' into imp_6_2
624eac3 Merge branch 'imp_6_2' into imp_multiple_accounts

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

commit 453175b3bcd2fd5fb9bf1206d585ccf230e40ef1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 26 21:47:18 2013 +0200

    Require Horde_Mail 2.1.1.

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

http://git.horde.org/horde-git/-/commit/453175b3bcd2fd5fb9bf1206d585ccf230e40ef1

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

commit c9a1c165747d56f48ff389e594dbbce9ed053d1b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 00:34:05 2013 -0400

    Fix setting authentication credentials in the session.

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

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

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

commit 358741a17af1cfef386b29ca5581bf639204479d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 00:13:02 2013 -0600

    Add sortob property

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

http://git.horde.org/horde-git/-/commit/358741a17af1cfef386b29ca5581bf639204479d

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

commit 185a04101273b1f455ce2483d86a4f3fa1889c54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 00:19:38 2013 -0600

    Make sure we are logged in before retrieving alerts

 imp/lib/Factory/Imap.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/185a04101273b1f455ce2483d86a4f3fa1889c54

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

commit e619d801ecb13c4d6567bec9e89a1b4607cca285
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 00:21:21 2013 -0600

    settable -> locked

 imp/lib/Imap/Tree.php      |    4 ++--
 imp/lib/Imap/Tree/Poll.php |   26 ++++++++++++--------------
 2 files changed, 14 insertions(+), 16 deletions(-)

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

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

commit e675ae8aeec9f49c46a62e743122442d460b539a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 00:42:48 2013 -0600

    Fix Bug #12618

 imp/lib/Basic/Mailbox.php |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

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

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

commit 41c00f10a5aa6e3d6f15405ed367d7e6dc874717
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 00:48:32 2013 -0600

    fix buid generation

 imp/lib/Basic/Message.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit f481b4eb2bdb19e6693d3036356366cd8b451014
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 01:54:13 2013 -0600

    Should be completely unset

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

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

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

commit eaae5514cf7a53ad1cfa362dd766b58455996de7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 02:03:50 2013 -0600

    [mms] Fix session ID tracking for the Hashtable driver.

 .../SessionHandler/lib/Horde/SessionHandler/Storage/Hashtable.php |   35 +++--
 framework/SessionHandler/package.xml                              |    4 +-
 2 files changed, 24 insertions(+), 15 deletions(-)

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

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

commit c843650307918601439ce49b37678ba598fda6af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 02:08:41 2013 -0600

    Add context menu link to edit flags prefs page

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

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

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

commit d75cc79e3f54bc77b47bfec2d9253a125d286d31
Merge: 453175b c843650
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 11:25:28 2013 +0200

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |   14 +-
 framework/ActiveSync/package.xml                                  |    2 +
 framework/Browser/package.xml                                     |    4 +-
 framework/Core/lib/Horde/Registry.php                             |    1 +
 framework/HashTable/lib/Horde/HashTable/Predis.php                |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Hashtable.php |   35 +++--
 framework/SessionHandler/package.xml                              |    4 +-
 imp/js/compose-dimp.js                                            |    2 +-
 imp/js/compose.js                                                 |    2 +-
 imp/js/dimpbase.js                                                |   15 ++
 imp/js/message-dimp.js                                            |    2 +-
 imp/js/smartmobile.js                                             |    9 +
 imp/lib/Basic/Mailbox.php                                         |   15 ++-
 imp/lib/Basic/Message.php                                         |    6 +-
 imp/lib/Dynamic/Mailbox.php                                       |    1 +
 imp/lib/Imap/Tree.php                                             |    8 +-
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/lib/Driver/Horde.php                                    |   24 ++-
 kronolith/lib/Driver/Ical.php                                     |   23 ++-
 kronolith/lib/Driver/Kolab.php                                    |   27 +++-
 kronolith/package.xml                                             |    2 +
 22 files changed, 149 insertions(+), 58 deletions(-)

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

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

commit 89fe59bbe546896ff953f326da7dfa0181b6eedd
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 11:25:49 2013 +0200

    Update cs translation.

 chora/locale/cs/LC_MESSAGES/chora.mo         |  Bin 71529 -> 71525 bytes
 gollem/locale/cs/LC_MESSAGES/gollem.mo       |  Bin 73031 -> 73027 bytes
 horde/locale/cs/LC_MESSAGES/horde.mo         |  Bin 64465 -> 64461 bytes
 horde/locale/cs/LC_MESSAGES/horde.po         |    4 ++--
 ingo/locale/cs/LC_MESSAGES/ingo.mo           |  Bin 77520 -> 77516 bytes
 klutz/locale/cs/LC_MESSAGES/klutz.mo         |  Bin 68940 -> 68936 bytes
 kronolith/locale/cs/LC_MESSAGES/kronolith.mo |  Bin 86783 -> 86779 bytes
 mnemo/locale/cs/LC_MESSAGES/mnemo.mo         |  Bin 71740 -> 71736 bytes
 nag/locale/cs/LC_MESSAGES/nag.mo             |  Bin 75394 -> 75390 bytes
 passwd/locale/cs/LC_MESSAGES/passwd.mo       |  Bin 69964 -> 69960 bytes
 sam/locale/cs/LC_MESSAGES/sam.mo             |  Bin 68734 -> 68730 bytes
 turba/locale/cs/LC_MESSAGES/turba.mo         |  Bin 95196 -> 95192 bytes
 whups/locale/cs/LC_MESSAGES/whups.mo         |  Bin 102680 -> 102676 bytes
 13 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 8ebf70b3fbe248eea596409bbaa76686ce2c4ff4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 11:52:35 2013 +0200

    Released Horde_Browser-2.0.4

 framework/Browser/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 500e76b013bcc1e7e81c62d43eeac869e28a1056
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 11:52:35 2013 +0200

    Development mode for Horde_Browser-2.0.5

 framework/Browser/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/500e76b013bcc1e7e81c62d43eeac869e28a1056

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

commit dd4637854f4acfcf2a6b4e58bb755add6cbd2704
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:09:32 2013 +0200

    Released Horde_Core-2.7.0

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

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

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

commit 4fee9c130dc30463f32424fa0fe6feda3b314b2d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:09:33 2013 +0200

    Development mode for Horde_Core-2.7.1

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

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

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

commit bc20ddecb0dd22d380ffcbe13f44fa83b80ed052
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:20:42 2013 +0200

    Released Horde_Exception-2.0.4

 framework/Exception/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit ce808302fd2112008ad7222cb06cad1d0ebc7d39
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:20:42 2013 +0200

    Development mode for Horde_Exception-2.0.5

 framework/Exception/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 12bd82fdda38abb0de2a1ee4c20aca2b06d295d9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:32:25 2013 +0200

    Released Horde_History-2.2.0

 framework/History/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/12bd82fdda38abb0de2a1ee4c20aca2b06d295d9

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

commit f69f9e871fe1fd95bcabc22b0570d73718ff6bbf
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:32:25 2013 +0200

    Development mode for Horde_History-2.2.1

 framework/History/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 67a2b0a35d353ad292bcd7206a76ceec9d82b593
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:41:47 2013 +0200

    Released Horde_Http-2.0.4

 framework/Http/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/67a2b0a35d353ad292bcd7206a76ceec9d82b593

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

commit 0afb7a2ca7eb3e2e450a6f8ce564dae250ea3b9b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:41:47 2013 +0200

    Development mode for Horde_Http-2.0.5

 framework/Http/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 7300dd88e20da1841cd84eaba88b39618f9e4efb
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:52:48 2013 +0200

    Released Horde_Kolab_Storage-2.0.5

 framework/Kolab_Storage/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/7300dd88e20da1841cd84eaba88b39618f9e4efb

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

commit 1f12781b5a8d38f925c89625ad21d15b4e94545a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 12:52:48 2013 +0200

    Development mode for Horde_Kolab_Storage-2.0.6

 framework/Kolab_Storage/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit fc1baa93813db85ec565b6ab06baecbcc84af52f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:11:47 2013 +0200

    Released Horde_Perms-2.1.1

 framework/Perms/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 4f1d31321dfacffd7956a74568f4d54a9011298e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:11:47 2013 +0200

    Development mode for Horde_Perms-2.1.2

 framework/Perms/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 018561099392d036d23dcc5e6b58cdd13fbc9a43
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:33:35 2013 +0200

    Released Horde_Service_Facebook-2.0.5

 framework/Service_Facebook/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/018561099392d036d23dcc5e6b58cdd13fbc9a43

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

commit 9a16429e8e807396599d8509428060a84c8eb0b1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:33:35 2013 +0200

    Development mode for Horde_Service_Facebook-2.0.6

 framework/Service_Facebook/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit a3d1d870190414935147e58b991a3db44e92a82b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:41:16 2013 +0200

    Released Horde_SessionHandler-2.2.3

 framework/SessionHandler/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit b48b675997b8ec58933d17070bb08dd0a69f637b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:41:16 2013 +0200

    Development mode for Horde_SessionHandler-2.2.4

 framework/SessionHandler/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 376bea081f258bb95ddcc547b6f1529f82e8331c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:54:29 2013 +0200

    Released Horde_Test-2.2.3

 framework/Test/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/376bea081f258bb95ddcc547b6f1529f82e8331c

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

commit d29806f51ffd6177df6e15f116ebe322a3133e0e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 13:54:29 2013 +0200

    Development mode for Horde_Test-2.2.4

 framework/Test/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit c80f671c83f649baa8d0859f0245bd066eb1562b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:03:14 2013 +0200

    Released Horde_Url-2.2.1

 framework/Url/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 53b41d9da2b498bae6b3e20002b82c8cf77a372a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:03:14 2013 +0200

    Development mode for Horde_Url-2.2.2

 framework/Url/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/53b41d9da2b498bae6b3e20002b82c8cf77a372a

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

commit c8a03b61c71dea3ab6bb45c2175c47ccf34c881b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:04:07 2013 +0200

    [jan] Fix detecting bad PGP signatures on some systems with non-English locales (Bug #10273).

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

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

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

commit 18645a4b31c3457beaa808302a761eecf2892185
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:14:16 2013 +0200

    Released Horde_Crypt-2.2.2

 framework/Crypt/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/18645a4b31c3457beaa808302a761eecf2892185

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

commit 6917afffadac1e7d8aa89de4737299712fc998f0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:14:17 2013 +0200

    Development mode for Horde_Crypt-2.2.3

 framework/Crypt/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6917afffadac1e7d8aa89de4737299712fc998f0

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

commit 24a690c36dacdc3df13246ce10ca1e0f0ce3b728
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:20:17 2013 +0200

    Fix test.

 content/test/Content/Base.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/24a690c36dacdc3df13246ce10ca1e0f0ce3b728

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

commit c468fe2a0b1d30b13d78bace1902cea49d87ea86
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:20:38 2013 +0200

    Fix text configuration name.

 content/test/Content/Sql/MysqlTest.php     |    6 +-
 content/test/Content/Sql/MysqliTest.php    |    6 +-
 content/test/Content/Sql/Pdo/MysqlTest.php |    6 +-
 content/test/Content/Sql/Pdo/PgsqlTest.php |    6 +-
 content/test/Content/conf.php.dist         |   57 ++++++++++++---------------
 5 files changed, 37 insertions(+), 44 deletions(-)

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

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

commit 44bc9d804063226c6cbc23753dbb1e099db5b26b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:28:12 2013 +0200

    Use Horde_Test factory.

 content/test/Content/Sql/Pdo/SqliteTest.php |   26 +++++++++++++++++++-------
 content/test/Content/conf.php.dist          |    2 --
 2 files changed, 19 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/44bc9d804063226c6cbc23753dbb1e099db5b26b

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

commit c6dc4680e547b6777ad27c2cb4e45cf508e452dd
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:52:30 2013 +0200

    Prepare releases.

 horde/docs/RELEASE_NOTES     |   12 ++++--------
 imp/docs/RELEASE_NOTES       |   22 +++++++++++-----------
 kronolith/docs/RELEASE_NOTES |   11 ++++-------
 mnemo/docs/CHANGES           |    2 +-
 mnemo/package.xml            |    2 +-
 nag/docs/RELEASE_NOTES       |   14 +++++---------
 passwd/docs/RELEASE_NOTES    |    6 +++---
 turba/docs/CHANGES           |    4 ++--
 turba/docs/RELEASE_NOTES     |   11 +++--------
 9 files changed, 34 insertions(+), 50 deletions(-)

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

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

commit b8d8102305a088cdd18b513a6159616b2122ab99
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:58:28 2013 +0200

    Update de translation.

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 82110 -> 82118 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 107144 -> 107152 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71944 -> 71952 bytes
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.mo          |  Bin 1382 -> 1382 bytes
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.po          |   14 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   56 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7202 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   92 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    4 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74324 -> 74332 bytes
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 82139 -> 82147 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |   28 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 66207 -> 66215 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   48 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184470 -> 184529 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  190 +++--
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85768 -> 85776 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 76117 -> 76125 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70939 -> 70947 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 128123 -> 128131 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |   50 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 68216 -> 68224 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75765 -> 75773 bytes
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92451 -> 92459 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |   24 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 72162 -> 72170 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70265 -> 70273 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 75010 -> 75018 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66744 -> 66752 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70624 -> 70632 bytes
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98877 -> 98885 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   26 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71976 -> 71984 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77591 -> 77599 bytes
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 108092 -> 108100 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |    4 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78390 -> 78398 bytes
 39 files changed, 270 insertions(+), 266 deletions(-)

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

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

commit 523c3364c18843e0a93fba4fe77fab801c2db70e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 14:58:42 2013 +0200

    Updated

 framework/Browser/locale/Horde_Browser.pot             |   14 +-
 framework/Core/locale/Horde_Core.pot                   |   56 +++---
 framework/Imap_Client/locale/Horde_Imap_Client.pot     |   88 ++++----
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot |    4 +-
 framework/Smtp/locale/Horde_Smtp.pot                   |    6 +-
 hermes/locale/hermes.pot                               |   28 ++--
 horde/locale/horde.pot                                 |   46 ++--
 imp/locale/imp.pot                                     |  188 ++++++++--------
 kronolith/locale/kronolith.pot                         |   50 ++--
 nag/locale/nag.pot                                     |   26 +-
 turba/locale/turba.pot                                 |   26 +-
 whups/locale/whups.pot                                 |    4 +-
 12 files changed, 270 insertions(+), 266 deletions(-)

http://git.horde.org/horde-git/-/commit/523c3364c18843e0a93fba4fe77fab801c2db70e

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

commit b155b47f19b493cba086a6a6b1fd6ab72b32fe6f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:09:08 2013 +0200

    Released horde-5.1.3

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

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

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

commit 2e1e9b8df92e66febb0d21c4dfcc9e4b4c925727
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:33:52 2013 +0200

    Bump versions.

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

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

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

commit c09ceb96bf570e4f7c88e0ae571277ecf525e49a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:34:16 2013 +0200

    Don't halt if Freenode failed.

 components/lib/Components/Release/Task/Freecode.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

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

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

commit 34697bac118b99bbbf5574db0fe9700a919c614f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:34:24 2013 +0200

    phpdoch

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

http://git.horde.org/horde-git/-/commit/34697bac118b99bbbf5574db0fe9700a919c614f

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

commit fb17b9aec193de5f0b585b5192afb939aa7b1c59
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:51:39 2013 +0200

    Released imp-6.1.4

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

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

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

commit 8f6a46d910a738f6c49db3e061755936d27a122c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:51:45 2013 +0200

    Development mode for imp-6.1.5

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

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

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

commit 8934cd4691f52cee5366705d246c67d7c01af95f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 09:51:00 2013 -0400

    Typos

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |    2 +-
 hermes/js/hermes.js                                       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8934cd4691f52cee5366705d246c67d7c01af95f

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

commit c477f4e6230dc7fa7d9c8fdc5c103953c48b0e4c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:59:39 2013 +0200

    Released nag-4.1.2

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

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

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

commit 581d38176843a45c626795b67f5bea1a5efd2e7c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 15:59:46 2013 +0200

    Development mode for nag-4.1.3

 nag/docs/CHANGES        |    6 ++++++
 nag/lib/Application.php |    2 +-
 nag/package.xml         |   21 ++++++++++++++++-----
 3 files changed, 23 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/581d38176843a45c626795b67f5bea1a5efd2e7c

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

commit 3c7ac99dc91cf86af4a9c1d65f9c09bdf6f9955d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 16:08:35 2013 +0200

    Released passwd-5.0.1

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

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

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

commit 713339fa87fecf2bab2970b6569a80485005209c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 16:08:43 2013 +0200

    Development mode for passwd-5.0.2

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

http://git.horde.org/horde-git/-/commit/713339fa87fecf2bab2970b6569a80485005209c

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

commit ca9e14a9647b046a10f18fc8fdcf7556eec3dfb7
Merge: 713339f 8934cd4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 16:12:12 2013 +0200

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |    2 +-
 hermes/js/hermes.js                                       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 6ec3aa229dbc9aa813b9a6f1ca6a3406fbb6867b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 16:23:33 2013 +0200

    Released turba-4.1.2

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

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

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

commit 469f097e022be3a9bcc567205c51f2ef8f824bf5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 16:23:39 2013 +0200

    Development mode for turba-4.1.3

 turba/docs/CHANGES        |    6 ++++++
 turba/lib/Application.php |    2 +-
 turba/package.xml         |   21 ++++++++++++++++-----
 3 files changed, 23 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/469f097e022be3a9bcc567205c51f2ef8f824bf5

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

commit 66b6684c15d52770c17e4b9b720d0a9c404fa108
Merge: 83eedcc 469f097
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 10:33:53 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/lib/Application.php
    	imp/package.xml

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 82110 -> 82118 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 107144 -> 107152 bytes
 chora/locale/cs/LC_MESSAGES/chora.mo                              |  Bin 71529 -> 71525 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71944 -> 71952 bytes
 components/lib/Components/Release/Task/Freecode.php               |   11 +-
 content/test/Content/Base.php                                     |    6 +-
 content/test/Content/Sql/MysqlTest.php                            |    6 +-
 content/test/Content/Sql/MysqliTest.php                           |    6 +-
 content/test/Content/Sql/Pdo/MysqlTest.php                        |    6 +-
 content/test/Content/Sql/Pdo/PgsqlTest.php                        |    6 +-
 content/test/Content/Sql/Pdo/SqliteTest.php                       |   26 +-
 content/test/Content/conf.php.dist                                |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    2 +-
 framework/Browser/locale/Horde_Browser.pot                        |   14 +-
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.mo          |  Bin 1382 -> 1382 bytes
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.po          |   14 +-
 framework/Browser/package.xml                                     |   23 +-
 framework/Core/lib/Horde/Registry.php                             |    1 +
 framework/Core/locale/Horde_Core.pot                              |   56 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   56 +-
 framework/Core/package.xml                                        |   28 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   12 +-
 framework/Crypt/package.xml                                       |   21 +-
 framework/Exception/package.xml                                   |   21 +-
 framework/HashTable/lib/Horde/HashTable/Predis.php                |    2 +-
 framework/History/package.xml                                     |   23 +-
 framework/Http/package.xml                                        |   21 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |   88 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7202 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   92 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |    4 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    4 +-
 framework/Kolab_Storage/package.xml                               |   24 +-
 framework/Mime/package.xml                                        |    2 +-
 framework/Perms/package.xml                                       |   21 +-
 framework/Release/lib/Horde/Release/Freecode.php                  |    2 +-
 framework/Service_Facebook/package.xml                            |   21 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Hashtable.php |   35 +-
 framework/SessionHandler/package.xml                              |   21 +-
 framework/Smtp/locale/Horde_Smtp.pot                              |    6 +-
 framework/Test/package.xml                                        |   21 +-
 framework/Url/package.xml                                         |   23 +-
 gollem/locale/cs/LC_MESSAGES/gollem.mo                            |  Bin 73031 -> 73027 bytes
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74324 -> 74332 bytes
 hermes/js/hermes.js                                               |    2 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 82139 -> 82147 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |   28 +-
 hermes/locale/hermes.pot                                          |   28 +-
 horde/docs/CHANGES                                                |    8 +-
 horde/docs/RELEASE_NOTES                                          |   12 +-
 horde/lib/Application.php                                         |    2 +-
 horde/locale/cs/LC_MESSAGES/horde.mo                              |  Bin 64465 -> 64461 bytes
 horde/locale/cs/LC_MESSAGES/horde.po                              |    4 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 66207 -> 66215 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   48 +-
 horde/locale/horde.pot                                            |   46 +-
 horde/package.xml                                                 |   24 +-
 imp/docs/CHANGES                                                  |    8 +-
 imp/docs/RELEASE_NOTES                                            |   22 +-
 imp/js/dimpbase.js                                                |   15 +
 imp/lib/Basic/Mailbox.php                                         |   15 +-
 imp/lib/Basic/Message.php                                         |    6 +-
 imp/lib/Dynamic/Mailbox.php                                       |    1 +
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184470 -> 184529 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  190 +++--
 imp/locale/imp.pot                                                |  188 +++--
 imp/package.xml                                                   |   18 +-
 ingo/locale/cs/LC_MESSAGES/ingo.mo                                |  Bin 77520 -> 77516 bytes
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85768 -> 85776 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 76117 -> 76125 bytes
 klutz/locale/cs/LC_MESSAGES/klutz.mo                              |  Bin 68940 -> 68936 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70939 -> 70947 bytes
 kronolith/docs/RELEASE_NOTES                                      |   11 +-
 kronolith/locale/cs/LC_MESSAGES/kronolith.mo                      |  Bin 86783 -> 86779 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 128123 -> 128131 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |   50 +-
 kronolith/locale/kronolith.pot                                    |   50 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 68216 -> 68224 bytes
 mnemo/docs/CHANGES                                                |    2 +-
 mnemo/locale/cs/LC_MESSAGES/mnemo.mo                              |  Bin 71740 -> 71736 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75765 -> 75773 bytes
 mnemo/package.xml                                                 |    2 +-
 nag/docs/CHANGES                                                  |    8 +-
 nag/docs/RELEASE_NOTES                                            |   14 +-
 nag/lib/Application.php                                           |    2 +-
 nag/locale/cs/LC_MESSAGES/nag.mo                                  |  Bin 75394 -> 75390 bytes
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92451 -> 92459 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |   24 +-
 nag/locale/nag.pot                                                |   26 +-
 nag/package.xml                                                   |   25 +-
 passwd/docs/CHANGES                                               |    8 +-
 passwd/docs/RELEASE_NOTES                                         |    6 +-
 passwd/lib/Application.php                                        |    2 +-
 passwd/locale/cs/LC_MESSAGES/passwd.mo                            |  Bin 69964 -> 69960 bytes
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 72162 -> 72170 bytes
 passwd/package.xml                                                |   26 +-
 sam/locale/cs/LC_MESSAGES/sam.mo                                  |  Bin 68734 -> 68730 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70265 -> 70273 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 75010 -> 75018 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66744 -> 66752 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70624 -> 70632 bytes
 turba/docs/CHANGES                                                |   12 +-
 turba/docs/RELEASE_NOTES                                          |   11 +-
 turba/lib/Application.php                                         |    2 +-
 turba/locale/cs/LC_MESSAGES/turba.mo                              |  Bin 95196 -> 95192 bytes
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98877 -> 98885 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   26 +-
 turba/locale/turba.pot                                            |   26 +-
 turba/package.xml                                                 |   25 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71976 -> 71984 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77591 -> 77599 bytes
 whups/locale/cs/LC_MESSAGES/whups.mo                              |  Bin 102680 -> 102676 bytes
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 108092 -> 108100 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |    4 +-
 whups/locale/whups.pot                                            |    4 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78390 -> 78398 bytes
 118 files changed, 1040 insertions(+), 771 deletions(-)

http://git.horde.org/horde-git/-/commit/66b6684c15d52770c17e4b9b720d0a9c404fa108

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

commit 624eac3b40f83ce6ff067f1056f4ff529760bed9
Merge: e619d80 66b6684
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 10:35:11 2013 -0600

    Merge branch 'imp_6_2' into imp_multiple_accounts
    
    Conflicts:
    	imp/js/dimpbase.js
    	imp/package.xml

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 82110 -> 82118 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 107144 -> 107152 bytes
 chora/locale/cs/LC_MESSAGES/chora.mo                              |  Bin 71529 -> 71525 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71944 -> 71952 bytes
 components/lib/Components/Release/Task/Freecode.php               |   11 +-
 content/test/Content/Base.php                                     |    6 +-
 content/test/Content/Sql/MysqlTest.php                            |    6 +-
 content/test/Content/Sql/MysqliTest.php                           |    6 +-
 content/test/Content/Sql/Pdo/MysqlTest.php                        |    6 +-
 content/test/Content/Sql/Pdo/PgsqlTest.php                        |    6 +-
 content/test/Content/Sql/Pdo/SqliteTest.php                       |   26 +-
 content/test/Content/conf.php.dist                                |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    2 +-
 framework/Browser/locale/Horde_Browser.pot                        |   14 +-
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.mo          |  Bin 1382 -> 1382 bytes
 framework/Browser/locale/de/LC_MESSAGES/Horde_Browser.po          |   14 +-
 framework/Browser/package.xml                                     |   23 +-
 framework/Core/lib/Horde/Registry.php                             |    1 +
 framework/Core/locale/Horde_Core.pot                              |   56 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   56 +-
 framework/Core/package.xml                                        |   28 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   12 +-
 framework/Crypt/package.xml                                       |   21 +-
 framework/Exception/package.xml                                   |   21 +-
 framework/HashTable/lib/Horde/HashTable/Predis.php                |    2 +-
 framework/History/package.xml                                     |   23 +-
 framework/Http/package.xml                                        |   21 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |   88 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7202 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   92 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |    4 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    4 +-
 framework/Kolab_Storage/package.xml                               |   24 +-
 framework/Mime/package.xml                                        |    2 +-
 framework/Perms/package.xml                                       |   21 +-
 framework/Release/lib/Horde/Release/Freecode.php                  |    2 +-
 framework/Service_Facebook/package.xml                            |   21 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Hashtable.php |   35 +-
 framework/SessionHandler/package.xml                              |   21 +-
 framework/Smtp/locale/Horde_Smtp.pot                              |    6 +-
 framework/Test/package.xml                                        |   21 +-
 framework/Url/package.xml                                         |   23 +-
 gollem/locale/cs/LC_MESSAGES/gollem.mo                            |  Bin 73031 -> 73027 bytes
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74324 -> 74332 bytes
 hermes/js/hermes.js                                               |    2 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 82139 -> 82147 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |   28 +-
 hermes/locale/hermes.pot                                          |   28 +-
 horde/docs/CHANGES                                                |    8 +-
 horde/docs/RELEASE_NOTES                                          |   12 +-
 horde/lib/Application.php                                         |    2 +-
 horde/locale/cs/LC_MESSAGES/horde.mo                              |  Bin 64465 -> 64461 bytes
 horde/locale/cs/LC_MESSAGES/horde.po                              |    4 +-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 66207 -> 66215 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   48 +-
 horde/locale/horde.pot                                            |   46 +-
 horde/package.xml                                                 |   24 +-
 imp/docs/CHANGES                                                  |    8 +-
 imp/docs/RELEASE_NOTES                                            |   22 +-
 imp/js/dimpbase.js                                                |   15 +
 imp/lib/Basic/Mailbox.php                                         |   15 +-
 imp/lib/Basic/Message.php                                         |    6 +-
 imp/lib/Dynamic/Mailbox.php                                       |    1 +
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184470 -> 184529 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  190 +++--
 imp/locale/imp.pot                                                |  188 +++--
 imp/package.xml                                                   |   18 +-
 ingo/locale/cs/LC_MESSAGES/ingo.mo                                |  Bin 77520 -> 77516 bytes
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85768 -> 85776 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 76117 -> 76125 bytes
 klutz/locale/cs/LC_MESSAGES/klutz.mo                              |  Bin 68940 -> 68936 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70939 -> 70947 bytes
 kronolith/docs/RELEASE_NOTES                                      |   11 +-
 kronolith/locale/cs/LC_MESSAGES/kronolith.mo                      |  Bin 86783 -> 86779 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 128123 -> 128131 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |   50 +-
 kronolith/locale/kronolith.pot                                    |   50 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 68216 -> 68224 bytes
 mnemo/docs/CHANGES                                                |    2 +-
 mnemo/locale/cs/LC_MESSAGES/mnemo.mo                              |  Bin 71740 -> 71736 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75765 -> 75773 bytes
 mnemo/package.xml                                                 |    2 +-
 nag/docs/CHANGES                                                  |    8 +-
 nag/docs/RELEASE_NOTES                                            |   14 +-
 nag/lib/Application.php                                           |    2 +-
 nag/locale/cs/LC_MESSAGES/nag.mo                                  |  Bin 75394 -> 75390 bytes
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92451 -> 92459 bytes
 nag/locale/de/LC_MESSAGES/nag.po                                  |   24 +-
 nag/locale/nag.pot                                                |   26 +-
 nag/package.xml                                                   |   25 +-
 passwd/docs/CHANGES                                               |    8 +-
 passwd/docs/RELEASE_NOTES                                         |    6 +-
 passwd/lib/Application.php                                        |    2 +-
 passwd/locale/cs/LC_MESSAGES/passwd.mo                            |  Bin 69964 -> 69960 bytes
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 72162 -> 72170 bytes
 passwd/package.xml                                                |   26 +-
 sam/locale/cs/LC_MESSAGES/sam.mo                                  |  Bin 68734 -> 68730 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70265 -> 70273 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 75010 -> 75018 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66744 -> 66752 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70624 -> 70632 bytes
 turba/docs/CHANGES                                                |   12 +-
 turba/docs/RELEASE_NOTES                                          |   11 +-
 turba/lib/Application.php                                         |    2 +-
 turba/locale/cs/LC_MESSAGES/turba.mo                              |  Bin 95196 -> 95192 bytes
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98877 -> 98885 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   26 +-
 turba/locale/turba.pot                                            |   26 +-
 turba/package.xml                                                 |   25 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71976 -> 71984 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77591 -> 77599 bytes
 whups/locale/cs/LC_MESSAGES/whups.mo                              |  Bin 102680 -> 102676 bytes
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 108092 -> 108100 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |    4 +-
 whups/locale/whups.pot                                            |    4 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78390 -> 78398 bytes
 118 files changed, 1040 insertions(+), 771 deletions(-)

http://git.horde.org/horde-git/-/commit/624eac3b40f83ce6ff067f1056f4ff529760bed9




More information about the commits mailing list