[commits] Horde branch imp_6_1 updated. ba7c1b36b0d2b02ed6016678f35cdf6bce25adf8

Michael M Slusarz slusarz at horde.org
Wed Nov 28 05:35:56 UTC 2012


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

from: 8a1b7a2b74e676f24c2911ce1078a9ab08998d11

e1dea29 save_attachments pref no longer contains prompt options
c5e5d5c Combine these entries
2c2fc7a phpdoc
5aa5fae [jan] Use short date format in file listing (Request #11722).
a77067a [jan] Don't show permissions link if permissions are disabled (Bug #11705).
63f19ac Consistently throw Gollem_Exceptions from Gollem:: class (Bug #11208).
bf1c9c4 [jan] Try to translate holiday drivers (Request #11755).
d8de1d5 Don't bold.
61ad01c Only set maximum dimensions for favicons.
e153408 Tweak class names.
6f1420d Add split class, remove unused DIV.
654ffeb Simplify, add whitespace.
147c3e9 use the single-tag version of the tag glyphicon
9a6744d Revert "[gwr] Add missing core wrapper for Kolab group driver (Bug #11737)."
9b39cbf [jan] Fix class name when using the Kolab group backend (Bug #11737).
55690f5 [jan] Use modification and creation dates from backend if available (Request #11591).
b1e7f05 Use align class.
77b57d0 Prepare releases.
d2bfd16 Adding a license file to the docs Using the SPDX tag BSD-2-Clause instead of "BSD"
d16c5b4 [mms] Complete workaround for broken BINARY extension on Cyrus servers.
f8a1761 Released Horde_Imap_Client-2.2.2
cc54826 Development mode for Horde_Imap_Client-2.2.3
4565a2b Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
a8dbc21 Released Horde_ActiveSync-2.0.7
23a29ad Development mode for Horde_ActiveSync-2.0.8
e1bbead Released Horde_Core-2.0.4
4bbfc03 Development mode for Horde_Core-2.0.5
5c1bb76 Released Horde_Kolab_Storage-2.0.2
b445100 Development mode for Horde_Kolab_Storage-2.0.3
8dd0c88 Released Horde_Text_Filter-2.0.3
e22a708 Development mode for Horde_Text_Filter-2.0.4
ba56527 Fix UID property.
dc828df [jan] Fix deleting folders from absolute path in FTP backend (Bug #11761).
a1a519a Released Horde_Vfs-2.0.3
11e56fc Development mode for Horde_Vfs-2.0.4
826bf5e Prepare releases.
4084054 Released imp-6.0.2
b920dee Development mode for imp-6.0.3
493918a Released turba-4.0.1
fc54f32 Development mode for turba-4.0.2
947a6af Released kronolith-4.0.2
1b2ce23 Development mode for kronolith-4.0.3
3fc2d3e Released nag-4.0.1
03a3cca Development mode for nag-4.0.2
a09ac49 Released mnemo-4.0.1
55a2ed3 Development mode for mnemo-4.0.2
7713bae Released gollem-3.0.0RC1
0d18a23 Development mode for gollem-3.0.0RC2
2667804 Add dependency on Horde_Queue.
00c7e2b Prepare release.
c55a414 Released Horde_Queue-1.0.0alpha1
8977b18 Development mode for Horde_Queue-1.0.0alpha2
8789bb2 Released trean-1.0.0beta2
9e8b3e1 Development mode for trean-1.0.0beta3
b900186 Released timeobjects-2.0.1
edccc68 Development mode for timeobjects-2.0.2
10ce76a We load the history directly.
d251dca Implemented in these applications too.
09b45ad Add missing changelog.
91c45de Prepare releases.
d72b5dc Released groupware-5.0.2
9852f94 Development mode for groupware-5.0.3
caa0901 Released webmail-5.0.2
f15731c Development mode for webmail-5.0.3
a65f1c9 CSS tweak
8761444 [mms] Fix toggling other options in dynamic compose screen.
6cb47e8 Catch E_STRICT errors when using PHP 5.3.
0915174 [mms] Don't log backtrace for E_STRICT errors.
1365893 reset() argument must be variable
d9f9383 TIL that PHP doesn't allow method parameters to be overriden
f8faf51 Another attempt at fixing Cyrus issue (Bug #11769).
62d5c9a Modify the RequestShutdown runner so that it can handle tasks that spawn other tasks.
f7ceaf5 Allow text selection on subject field
ba7c1b3 Merge branch 'master' into imp_6_1

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

commit e1dea29b2041b099cb581998caa5889138588edd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 25 23:46:43 2012 -0700

    save_attachments pref no longer contains prompt options

 imp/lib/Compose.php                |    5 +----
 imp/lib/Dynamic/Compose/Common.php |    8 ++------
 2 files changed, 3 insertions(+), 10 deletions(-)

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

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

commit c5e5d5cd027f9be62957d572c60621f89f24bd8a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 25 23:49:18 2012 -0700

    Combine these entries

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

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

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

commit 2c2fc7aa0204358b5793930dba78e615323e819a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 26 00:27:54 2012 -0700

    phpdoc

 imp/lib/Flag/Base.php                                |   46 +++--
 imp/lib/Flag/Imap.php                                |   20 ++-
 imp/lib/Flag/Imap/Flagged.php                        |   20 ++-
 imp/lib/Flag/Imap/Forwarded.php                      |   19 ++-
 imp/lib/Flag/Imap/Junk.php                           |   22 ++-
 imp/lib/Flag/Imap/NotJunk.php                        |   22 ++-
 imp/lib/Flag/Imap/Seen.php                           |   22 ++-
 imp/lib/Flag/System/Attachment.php                   |   20 ++-
 imp/lib/Flag/System/Encrypted.php                    |   20 ++-
 imp/lib/Flag/System/HighPriority.php                 |   20 ++-
 imp/lib/Flag/System/List.php                         |   20 ++-
 imp/lib/Flag/System/LowPriority.php                  |   20 ++-
 imp/lib/Flag/System/Match/Address.php                |   20 ++-
 imp/lib/Flag/System/Match/Flag.php                   |   20 ++-
 imp/lib/Flag/System/Match/Header.php                 |   20 ++-
 imp/lib/Flag/System/Personal.php                     |   20 ++-
 imp/lib/Flag/System/Signed.php                       |   20 ++-
 imp/lib/Flag/System/Unseen.php                       |   24 ++-
 imp/lib/Flag/User.php                                |   20 ++-
 imp/lib/IMP.php                                      |   24 ++-
 imp/lib/Imap.php                                     |   28 ++-
 imp/lib/Indices.php                                  |   21 ++-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php  |   20 ++-
 imp/lib/LoginTasks/SystemTask/Upgrade.php            |   20 ++-
 imp/lib/LoginTasks/SystemTask/UpgradeAuth.php        |   22 ++-
 imp/lib/LoginTasks/Task/Autocreate.php               |   20 ++-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |    9 +-
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php    |   20 ++-
 imp/lib/LoginTasks/Task/FilterOnLogin.php            |   20 ++-
 imp/lib/LoginTasks/Task/PurgeSentmail.php            |   22 ++-
 imp/lib/LoginTasks/Task/PurgeSpam.php                |   22 ++-
 imp/lib/LoginTasks/Task/PurgeTrash.php               |   20 ++-
 imp/lib/LoginTasks/Task/RecoverDraft.php             |   20 ++-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php    |   20 ++-
 imp/lib/Mailbox.php                                  |  192 ++++++++++--------
 imp/lib/Mailbox/List.php                             |   22 ++-
 imp/lib/Mailbox/List/Thread.php                      |   29 ++-
 imp/lib/Mailbox/List/Track.php                       |   24 ++-
 imp/lib/Maillog.php                                  |   22 ++-
 imp/lib/Mbox/Parse.php                               |   26 ++-
 imp/lib/Message.php                                  |   32 ++-
 imp/lib/Mime/Status.php                              |   22 ++-
 42 files changed, 719 insertions(+), 373 deletions(-)

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

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

commit 5aa5fae9fd8cf95a08a740d1dd8802c9ce847d9e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 10:51:33 2012 +0100

    [jan] Use short date format in file listing (Request #11722).

 gollem/docs/CHANGES |    1 +
 gollem/manager.php  |    2 +-
 gollem/package.xml  |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit a77067a791fcffa8ff9f8f5ed7cb46c100409b08
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 11:16:23 2012 +0100

    [jan] Don't show permissions link if permissions are disabled (Bug #11705).

 gollem/docs/CHANGES        |    1 +
 gollem/lib/Application.php |    3 ++-
 gollem/package.xml         |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 63f19ac6dd4db646bf2433fedf557a597cca6acd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 11:33:24 2012 +0100

    Consistently throw Gollem_Exceptions from Gollem:: class (Bug #11208).

 gollem/lib/Gollem.php |  134 ++++++++++++++++++++++++++++++++-----------------
 gollem/manager.php    |   14 +++---
 2 files changed, 94 insertions(+), 54 deletions(-)

http://git.horde.org/horde-git/-/commit/63f19ac6dd4db646bf2433fedf557a597cca6acd

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

commit bf1c9c409f7394e9db45cca2c8b2b4741cb17eba
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 11:51:06 2012 +0100

    [jan] Try to translate holiday drivers (Request #11755).

 kronolith/docs/CHANGES             |    1 +
 kronolith/lib/Calendar/Holiday.php |    2 +-
 kronolith/package.xml              |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit d8de1d549eb9edd12af36433be64e8753d8a9074
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 12:45:41 2012 +0100

    Don't bold.

 trean/themes/default/screen.css |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

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

commit 61ad01c3008e8c0dbd5c1076cbea50232811999b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 12:49:26 2012 +0100

    Only set maximum dimensions for favicons.

 trean/templates/block/1line.inc    |    2 +-
 trean/templates/block/2line.inc    |    2 +-
 trean/templates/block/standard.inc |    2 +-
 trean/templates/edit.html.php      |    2 +-
 trean/templates/list.html.php      |    2 +-
 trean/themes/default/screen.css    |    6 +++---
 6 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/61ad01c3008e8c0dbd5c1076cbea50232811999b

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

commit e15340832664eb28ad50eefcf736b1bcf9c8b20f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 12:53:25 2012 +0100

    Tweak class names.

 trean/lib/Application.php       |    2 +-
 trean/templates/add.html.php    |    2 +-
 trean/templates/list.html.php   |    6 +++---
 trean/themes/default/screen.css |   13 ++++++-------
 4 files changed, 11 insertions(+), 12 deletions(-)

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

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

commit 6f1420dc23e0d9b50eec9a2c7d2da2d4e35b18f3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 12:57:31 2012 +0100

    Add split class, remove unused DIV.

 trean/templates/list.html.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit 654ffebe806bf3ba1f3d6491b1662c52a03e263f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 13:01:55 2012 +0100

    Simplify, add whitespace.

 nag/lib/View/List.php           |    8 +++++---
 trean/lib/View/BookmarkList.php |    7 ++++---
 2 files changed, 9 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/654ffebe806bf3ba1f3d6491b1662c52a03e263f

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

commit 147c3e9dc5b144a53696d8bdf6a7de094892370a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Nov 26 11:48:22 2012 -0500

    use the single-tag version of the tag glyphicon

 trean/themes/default/graphics/tag.png |  Bin 473 -> 395 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/147c3e9dc5b144a53696d8bdf6a7de094892370a

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

commit 9a6744d2d02dc7548e824ab764e60988104ef494
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 18:11:29 2012 +0100

    Revert "[gwr] Add missing core wrapper for Kolab group driver (Bug #11737)."
    
    This reverts commit ac49a602394d8b6d3daad1ca38b74b3c0730ad6f.
    
    We don't want to use an extension of Horde_Core_Group_Ldap. It only adds a call
    to the groupldap hook, that we don't want to use in Kolab and that's not even
    documented.

 framework/Core/lib/Horde/Core/Group/Kolab.php |   17 -----------------
 framework/Core/package.xml                    |    4 ++--
 2 files changed, 2 insertions(+), 19 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Group/Kolab.php

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

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

commit 9b39cbfba81750ca9ae1aab639b3efc6af7b3605
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 18:15:28 2012 +0100

    [jan] Fix class name when using the Kolab group backend (Bug #11737).

 framework/Core/lib/Horde/Core/Factory/Group.php |    8 +++++++-
 framework/Core/package.xml                      |    4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit 55690f5533ab3d5401c32fd8c5af442ac2428003
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 15:34:59 2012 +0100

    [jan] Use modification and creation dates from backend if available (Request #11591).

 kronolith/lib/Event.php                 |   65 +++++++++++++++++++++++++++++++
 kronolith/lib/Event/Kolab.php           |    7 +++
 kronolith/lib/View/Event.php            |   32 +---------------
 kronolith/templates/view/view.inc       |    8 ++--
 mnemo/docs/CHANGES                      |    2 +
 mnemo/lib/Driver/Kolab.php              |   11 +++++-
 mnemo/lib/Driver/Sql.php                |   47 +++++++++++++++++++---
 mnemo/list.php                          |   13 +++---
 mnemo/package.xml                       |    2 +
 mnemo/templates/list/memo_summaries.inc |    4 +-
 mnemo/templates/view/memo.inc           |   22 ++++++++---
 mnemo/view.php                          |   29 --------------
 nag/lib/Driver/Kolab.php                |    6 +++
 nag/lib/Driver/Sql.php                  |   31 ++++++++++++++-
 nag/lib/Task.php                        |   28 +++++++++++++
 nag/templates/view/task.inc             |   34 ++++++++++------
 nag/view.php                            |   39 ------------------
 17 files changed, 242 insertions(+), 138 deletions(-)

http://git.horde.org/horde-git/-/commit/55690f5533ab3d5401c32fd8c5af442ac2428003

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

commit b1e7f05fa1eefdfab10c2d6913dced563d7e6f25
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 15:37:29 2012 +0100

    Use align class.

 mnemo/templates/view/memo.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 77b57d0a25f4e7d807858e400894ab3659ddd52b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 19:40:16 2012 +0100

    Prepare releases.

 imp/docs/RELEASE_NOTES       |   14 ++++++++++----
 kronolith/docs/RELEASE_NOTES |   14 ++++++++------
 mnemo/docs/RELEASE_NOTES     |   12 +++++-------
 nag/docs/RELEASE_NOTES       |   24 +++++++++---------------
 turba/docs/RELEASE_NOTES     |   20 +++++++-------------
 5 files changed, 39 insertions(+), 45 deletions(-)

http://git.horde.org/horde-git/-/commit/77b57d0a25f4e7d807858e400894ab3659ddd52b

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

commit d2bfd16d074bd38710ffbbb062261c4a473ed465
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Nov 27 09:47:55 2012 +0000

    Adding a license file to the docs
    Using the SPDX tag BSD-2-Clause instead of "BSD"

 framework/ElasticSearch/doc/Horde/ElasticSearch/COPYING |   24 +++++++++++++++
 framework/ElasticSearch/package.xml                     |   12 ++++----
 2 files changed, 30 insertions(+), 6 deletions(-)
 create mode 100644 framework/ElasticSearch/doc/Horde/ElasticSearch/COPYING

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

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

commit d16c5b4ee1c0455753f308aa778bea658c8ac696
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:18:57 2012 +0100

    [mms] Complete workaround for broken BINARY extension on Cyrus servers.

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

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

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

commit f8a1761a993a2331cc8ce8d9fba92cc27abf7a54
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:21:41 2012 +0100

    Released Horde_Imap_Client-2.2.2

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

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

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

commit cc5482643694d7d483ba5395a32a324e61f4e552
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:21:41 2012 +0100

    Development mode for Horde_Imap_Client-2.2.3

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

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

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

commit 4565a2b799d3445d0f63e9808e6d43dc8352fda4
Merge: cc54826 d2bfd16
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:23:03 2012 +0100

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

 framework/ElasticSearch/doc/Horde/ElasticSearch/COPYING |   24 ++++++
 framework/ElasticSearch/package.xml                     |   12 ++--
 kronolith/lib/Event.php                                 |   65 +++++++++++++++
 kronolith/lib/Event/Kolab.php                           |    7 ++
 kronolith/lib/View/Event.php                            |   32 +-------
 kronolith/templates/view/view.inc                       |    8 +-
 mnemo/docs/CHANGES                                      |    2 +
 mnemo/lib/Driver/Kolab.php                              |   11 ++-
 mnemo/lib/Driver/Sql.php                                |   47 +++++++++--
 mnemo/list.php                                          |   13 ++--
 mnemo/package.xml                                       |    2 +
 mnemo/templates/list/memo_summaries.inc                 |    4 +-
 mnemo/templates/view/memo.inc                           |   26 ++++--
 mnemo/view.php                                          |   29 -------
 nag/lib/Driver/Kolab.php                                |    6 ++
 nag/lib/Driver/Sql.php                                  |   31 +++++++-
 nag/lib/Task.php                                        |   28 ++++++
 nag/templates/view/task.inc                             |   34 +++++---
 nag/view.php                                            |   39 ---------
 19 files changed, 274 insertions(+), 146 deletions(-)

http://git.horde.org/horde-git/-/commit/4565a2b799d3445d0f63e9808e6d43dc8352fda4

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

commit a8dbc217e4ea9d3e47fd7066fb32ae60e81da3dc
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:50:33 2012 +0100

    Released Horde_ActiveSync-2.0.7

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

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

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

commit 23a29adb4cfaa92f385e580f485522c74fa1b020
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:50:35 2012 +0100

    Development mode for Horde_ActiveSync-2.0.8

 framework/ActiveSync/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/23a29adb4cfaa92f385e580f485522c74fa1b020

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

commit e1bbeadf35f06dc6f9dcf8cfe77e41f3732a390d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:53:00 2012 +0100

    Released Horde_Core-2.0.4

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

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

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

commit 4bbfc0328925360903c31875ce4f451d52dfa07a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:53:01 2012 +0100

    Development mode for Horde_Core-2.0.5

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

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

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

commit 5c1bb76077388a9f257876b7cd9a7c8404576540
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:54:25 2012 +0100

    Released Horde_Kolab_Storage-2.0.2

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

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

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

commit b445100d634410fdf0cd14ce9013abd715417d65
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:54:26 2012 +0100

    Development mode for Horde_Kolab_Storage-2.0.3

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

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

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

commit 8dd0c88bc74e81f80c97bb7a726da8ab6682d627
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:56:15 2012 +0100

    Released Horde_Text_Filter-2.0.3

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

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

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

commit e22a708384030f85a92ac09244ded5aa730e2b26
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 11:56:16 2012 +0100

    Development mode for Horde_Text_Filter-2.0.4

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

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

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

commit ba565271bf959d1629977e830bcc693c9cfd19a1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:09:40 2012 +0100

    Fix UID property.

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

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

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

commit dc828df75df44867a8f0123f06795ffa70b8f1af
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:23:50 2012 +0100

    [jan] Fix deleting folders from absolute path in FTP backend (Bug #11761).

 framework/Vfs/lib/Horde/Vfs/Ftp.php |    2 +-
 framework/Vfs/package.xml           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit a1a519a5aee820e502ffad1d9a59d7aa9f2f1eb0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:25:12 2012 +0100

    Released Horde_Vfs-2.0.3

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

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

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

commit 11e56fc5f9a3f49e1ad8e6354a94ebbccb66538e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:25:13 2012 +0100

    Development mode for Horde_Vfs-2.0.4

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

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

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

commit 826bf5eb984acb603f7917b257ba2ab7d8920691
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:41:38 2012 +0100

    Prepare releases.

 gollem/docs/RELEASE_NOTES |   17 ++++++++++++-----
 trean/docs/CHANGES        |    6 +++---
 trean/docs/RELEASE_NOTES  |   16 +++++++++++++---
 trean/package.xml         |    6 ++++++
 4 files changed, 34 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/826bf5eb984acb603f7917b257ba2ab7d8920691

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

commit 40840546ab16891bb6cf3edf57c1c3e206035e92
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:52:28 2012 +0100

    Released imp-6.0.2

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

http://git.horde.org/horde-git/-/commit/40840546ab16891bb6cf3edf57c1c3e206035e92

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

commit b920dee368cb37a13056b4cc57a697a17aada31c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:52:40 2012 +0100

    Development mode for imp-6.0.3

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

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

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

commit 493918a8db0d395456049be4b58bb2d25740882e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:58:12 2012 +0100

    Released turba-4.0.1

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

http://git.horde.org/horde-git/-/commit/493918a8db0d395456049be4b58bb2d25740882e

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

commit fc54f32adecee9a0db7bb680e4ea97e668157727
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 12:58:17 2012 +0100

    Development mode for turba-4.0.2

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

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

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

commit 947a6afcf793b10059a2fefcdc1160a15ad9cb29
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:01:14 2012 +0100

    Released kronolith-4.0.2

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

http://git.horde.org/horde-git/-/commit/947a6afcf793b10059a2fefcdc1160a15ad9cb29

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

commit 1b2ce23ec2e03026a54d00fffdde08ca3f250198
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:01:19 2012 +0100

    Development mode for kronolith-4.0.3

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

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

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

commit 3fc2d3e536c95552a57d30776fed08b93d6679ff
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:04:07 2012 +0100

    Released nag-4.0.1

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

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

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

commit 03a3cca240f2a891072122b259f7ed069a74cc33
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:04:12 2012 +0100

    Development mode for nag-4.0.2

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

http://git.horde.org/horde-git/-/commit/03a3cca240f2a891072122b259f7ed069a74cc33

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

commit a09ac49a5632c1878b6a18cc0a9867d49324cc2c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:09:33 2012 +0100

    Released mnemo-4.0.1

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

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

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

commit 55a2ed3e4864f98ccd2fb881d7c93b8d74c56282
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:09:37 2012 +0100

    Development mode for mnemo-4.0.2

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

http://git.horde.org/horde-git/-/commit/55a2ed3e4864f98ccd2fb881d7c93b8d74c56282

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

commit 7713bae52fd993241690a9307faefe8b3ac83cde
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:15:12 2012 +0100

    Released gollem-3.0.0RC1

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

http://git.horde.org/horde-git/-/commit/7713bae52fd993241690a9307faefe8b3ac83cde

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

commit 0d18a23b4f6e7ca238e750bca7ef2d7edfc498aa
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:15:17 2012 +0100

    Development mode for gollem-3.0.0RC2

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

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

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

commit 26678043d1705c48f541b144bf29cc31b3cff8a2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:24:17 2012 +0100

    Add dependency on Horde_Queue.

 trean/package.xml |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/26678043d1705c48f541b144bf29cc31b3cff8a2

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

commit 00c7e2b84853e0e8876d252a973ef1932a5d4b74
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:25:38 2012 +0100

    Prepare release.

 framework/Queue/package.xml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/00c7e2b84853e0e8876d252a973ef1932a5d4b74

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

commit c55a41450243aee60255002abb50bdd410f7c468
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:27:11 2012 +0100

    Released Horde_Queue-1.0.0alpha1

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

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

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

commit 8977b185ca068b18a38bcefbad2dce3cbba70acd
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:27:12 2012 +0100

    Development mode for Horde_Queue-1.0.0alpha2

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

http://git.horde.org/horde-git/-/commit/8977b185ca068b18a38bcefbad2dce3cbba70acd

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

commit 8789bb22bc862d1e99e51fe471c65bb0a5aef50f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:29:25 2012 +0100

    Released trean-1.0.0beta2

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

http://git.horde.org/horde-git/-/commit/8789bb22bc862d1e99e51fe471c65bb0a5aef50f

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

commit 9e8b3e10872be61612feb2a2056cc604e1ecca03
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 13:29:30 2012 +0100

    Development mode for trean-1.0.0beta3

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

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

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

commit b900186fe48a69beb0d1037e87e55f130e20f9f2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 14:12:39 2012 +0100

    Released timeobjects-2.0.1

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

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

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

commit edccc68782611f077fbbb3568e90cf2881eaa78f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 14:12:41 2012 +0100

    Development mode for timeobjects-2.0.2

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

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

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

commit 10ce76a26751cf3b74fa5181096bfc78e80434c6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 26 18:41:47 2012 +0100

    We load the history directly.

 kronolith/lib/Event/Kolab.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/10ce76a26751cf3b74fa5181096bfc78e80434c6

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

commit d251dcad5439cb6d8d7881d994f566f1ed3f917b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 14:21:41 2012 +0100

    Implemented in these applications too.

 kronolith/docs/CHANGES |    1 +
 kronolith/package.xml  |    1 +
 mnemo/docs/CHANGES     |    1 +
 mnemo/package.xml      |    1 +
 nag/docs/CHANGES       |    1 +
 nag/package.xml        |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)

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

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

commit 09b45add8edfee993f8c53961fdf3f273dc2bdb9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 14:38:40 2012 +0100

    Add missing changelog.

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

http://git.horde.org/horde-git/-/commit/09b45add8edfee993f8c53961fdf3f273dc2bdb9

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

commit 91c45de4b3061a79f2b90c676ddb4e079ab9cc0b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 15:14:16 2012 +0100

    Prepare releases.

 bundles/groupware/docs/CHANGES       |  134 +++++++++++++++++++++++++++++
 bundles/groupware/docs/RELEASE_NOTES |   22 ++++--
 bundles/groupware/package.xml        |   28 +++---
 bundles/webmail/docs/CHANGES         |  153 ++++++++++++++++++++++++++++++++++
 bundles/webmail/docs/RELEASE_NOTES   |   32 +++++--
 bundles/webmail/package.xml          |   32 ++++----
 framework/Core/package.xml           |    2 +-
 7 files changed, 358 insertions(+), 45 deletions(-)

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

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

commit d72b5dc7d422aea350bc9ae5bac1502bd3c41c95
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 15:17:53 2012 +0100

    Released groupware-5.0.2

 bundles/groupware/docs/CHANGES   |    6 +++---
 bundles/groupware/lib/Bundle.php |    2 +-
 bundles/groupware/package.xml    |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 9852f94cc9d3a362115553517d69353bb946daca
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 15:17:59 2012 +0100

    Development mode for groupware-5.0.3

 bundles/groupware/docs/CHANGES   |    6 ++++++
 bundles/groupware/lib/Bundle.php |    2 +-
 bundles/groupware/package.xml    |   19 ++++++++++++++++---
 3 files changed, 23 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/9852f94cc9d3a362115553517d69353bb946daca

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

commit caa0901ee7bd6610e96a933fccf2cf7b5ca3163e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 15:20:05 2012 +0100

    Released webmail-5.0.2

 bundles/webmail/docs/CHANGES   |    6 +++---
 bundles/webmail/lib/Bundle.php |    2 +-
 bundles/webmail/package.xml    |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit f15731cbdf3e9113df06d089b20a746cb3ab9e35
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 27 15:20:13 2012 +0100

    Development mode for webmail-5.0.3

 bundles/webmail/docs/CHANGES   |    6 ++++++
 bundles/webmail/lib/Bundle.php |    2 +-
 bundles/webmail/package.xml    |   19 ++++++++++++++++---
 3 files changed, 23 insertions(+), 4 deletions(-)

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

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

commit a65f1c92d4e47edb9fc166479ed9f47186f748a8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 13:41:59 2012 -0700

    CSS tweak

 imp/themes/default/dynamic/screen.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 8761444844aa0eb97a17728c4f50824032618265
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 13:44:30 2012 -0700

    [mms] Fix toggling other options in dynamic compose screen.

 imp/docs/CHANGES                   |    1 +
 imp/js/compose-dimp.js             |    8 ++++----
 imp/lib/Dynamic/Compose/Common.php |    2 +-
 imp/package.xml                    |    4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/8761444844aa0eb97a17728c4f50824032618265

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

commit 6cb47e806b50ebe00f084e8197762a5d89bb5db1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 14:19:58 2012 -0700

    Catch E_STRICT errors when using PHP 5.3.

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

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

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

commit 09151749193a24b8e35389a3383ba6d9ffb48ae5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 14:24:04 2012 -0700

    [mms] Don't log backtrace for E_STRICT errors.

 framework/Core/lib/Horde.php                 |    1 -
 framework/Core/lib/Horde/Core/Log/Logger.php |    4 +++-
 framework/Core/lib/Horde/ErrorHandler.php    |    9 ++++++++-
 framework/Core/package.xml                   |    4 ++--
 4 files changed, 13 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/09151749193a24b8e35389a3383ba6d9ffb48ae5

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

commit 136589372873bae1285de409cae5f684b9442732
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 14:46:28 2012 -0700

    reset() argument must be variable

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/136589372873bae1285de409cae5f684b9442732

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

commit d9f93834a9b9784a2cf82a229393d43c14e7df0e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 14:50:53 2012 -0700

    TIL that PHP doesn't allow method parameters to be overriden
    
    Dilutes the usefulness of type hinting, that's for sure

 imp/lib/Crypt/Smime.php              |    2 +-
 imp/lib/Flag/System/Attachment.php   |    3 ++-
 imp/lib/Flag/System/Encrypted.php    |    3 ++-
 imp/lib/Flag/System/HighPriority.php |    3 ++-
 imp/lib/Flag/System/List.php         |    3 ++-
 imp/lib/Flag/System/LowPriority.php  |    3 ++-
 imp/lib/Flag/System/Match/Flag.php   |    2 +-
 imp/lib/Flag/System/Match/Header.php |    2 +-
 imp/lib/Flag/System/Personal.php     |    1 +
 imp/lib/Flag/System/Signed.php       |    3 ++-
 imp/lib/Flag/System/Unseen.php       |    3 ++-
 11 files changed, 18 insertions(+), 10 deletions(-)

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

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

commit f8faf517a6d68dd979b4b6df69f8eb6efdfb0f5d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 15:05:36 2012 -0700

    Another attempt at fixing Cyrus issue (Bug #11769).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

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

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

commit 62d5c9a151c5e6661e3639802eee7cedda0344b1
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Nov 27 11:55:55 2012 -0500

    Modify the RequestShutdown runner so that it can handle tasks that spawn other tasks.
    
    Obviously this can be abused but the RequestShutdown runner shouldn't see
    production use with any kind of real task load.

 framework/Queue/doc/Horde/Queue/examples/shutdown_runner.php |   15 ++++++++-
 framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php   |    6 ++-
 2 files changed, 17 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/62d5c9a151c5e6661e3639802eee7cedda0344b1

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

commit f7ceaf51a1c32e223685fa7bdf8ffaaeb2b2789f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 19:45:32 2012 -0700

    Allow text selection on subject field

 imp/js/dimpcore.js                     |    2 +-
 imp/templates/dynamic/mailbox.html.php |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit ba7c1b36b0d2b02ed6016678f35cdf6bce25adf8
Merge: 8a1b7a2 f7ceaf5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 27 22:35:02 2012 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/lib/Application.php
    	imp/lib/Dynamic/Compose/Common.php
    	imp/package.xml

 bundles/groupware/docs/CHANGES                               |  142 +++++++-
 bundles/groupware/docs/RELEASE_NOTES                         |   22 +-
 bundles/groupware/lib/Bundle.php                             |    2 +-
 bundles/groupware/package.xml                                |   39 ++-
 bundles/webmail/docs/CHANGES                                 |  161 ++++++++-
 bundles/webmail/docs/RELEASE_NOTES                           |   32 ++-
 bundles/webmail/lib/Bundle.php                               |    2 +-
 bundles/webmail/package.xml                                  |   43 ++-
 framework/ActiveSync/package.xml                             |   25 +-
 framework/Cache/package.xml                                  |    2 +-
 framework/Core/lib/Horde.php                                 |    1 -
 framework/Core/lib/Horde/Core/Factory/Group.php              |    8 +-
 framework/Core/lib/Horde/Core/Group/Kolab.php                |   17 -
 framework/Core/lib/Horde/Core/Log/Logger.php                 |    4 +-
 framework/Core/lib/Horde/ErrorHandler.php                    |    9 +-
 framework/Core/package.xml                                   |   29 +-
 framework/ElasticSearch/doc/Horde/ElasticSearch/COPYING      |   24 ++
 framework/ElasticSearch/package.xml                          |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   18 +-
 framework/Imap_Client/package.xml                            |   21 +-
 framework/Kolab_Storage/package.xml                          |   25 +-
 framework/Queue/doc/Horde/Queue/examples/shutdown_runner.php |   15 +-
 framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php   |    6 +-
 framework/Queue/package.xml                                  |   27 +-
 framework/Text_Filter/package.xml                            |   23 +-
 framework/Vfs/lib/Horde/Vfs/Ftp.php                          |    2 +-
 framework/Vfs/package.xml                                    |   21 +-
 gollem/docs/CHANGES                                          |    8 +
 gollem/docs/RELEASE_NOTES                                    |   17 +-
 gollem/lib/Application.php                                   |    3 +-
 gollem/lib/Gollem.php                                        |  134 +++++---
 gollem/manager.php                                           |   16 +-
 gollem/package.xml                                           |   27 +-
 horde/lib/core.php                                           |    2 +-
 imp/docs/CHANGES                                             |   12 +-
 imp/docs/RELEASE_NOTES                                       |   14 +-
 imp/js/compose-dimp.js                                       |    8 +-
 imp/js/dimpcore.js                                           |    2 +-
 imp/lib/Compose.php                                          |    5 +-
 imp/lib/Crypt/Smime.php                                      |    2 +-
 imp/lib/Dynamic/Compose/Common.php                           |    8 +-
 imp/lib/Flag/Base.php                                        |   46 ++-
 imp/lib/Flag/Imap.php                                        |   20 +-
 imp/lib/Flag/Imap/Flagged.php                                |   20 +-
 imp/lib/Flag/Imap/Forwarded.php                              |   19 +-
 imp/lib/Flag/Imap/Junk.php                                   |   22 +-
 imp/lib/Flag/Imap/NotJunk.php                                |   22 +-
 imp/lib/Flag/Imap/Seen.php                                   |   22 +-
 imp/lib/Flag/System/Attachment.php                           |   23 +-
 imp/lib/Flag/System/Encrypted.php                            |   23 +-
 imp/lib/Flag/System/HighPriority.php                         |   23 +-
 imp/lib/Flag/System/List.php                                 |   23 +-
 imp/lib/Flag/System/LowPriority.php                          |   23 +-
 imp/lib/Flag/System/Match/Address.php                        |   20 +-
 imp/lib/Flag/System/Match/Flag.php                           |   22 +-
 imp/lib/Flag/System/Match/Header.php                         |   22 +-
 imp/lib/Flag/System/Personal.php                             |   21 +-
 imp/lib/Flag/System/Signed.php                               |   23 +-
 imp/lib/Flag/System/Unseen.php                               |   27 +-
 imp/lib/Flag/User.php                                        |   20 +-
 imp/lib/IMP.php                                              |   24 +-
 imp/lib/Imap.php                                             |   28 +-
 imp/lib/Indices.php                                          |   21 +-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php          |   20 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php                    |   20 +-
 imp/lib/LoginTasks/SystemTask/UpgradeAuth.php                |   22 +-
 imp/lib/LoginTasks/Task/Autocreate.php                       |   20 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php         |    9 +-
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php            |   20 +-
 imp/lib/LoginTasks/Task/FilterOnLogin.php                    |   20 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php                    |   22 +-
 imp/lib/LoginTasks/Task/PurgeSpam.php                        |   22 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php                       |   20 +-
 imp/lib/LoginTasks/Task/RecoverDraft.php                     |   20 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php            |   20 +-
 imp/lib/Mailbox.php                                          |  192 +++++-----
 imp/lib/Mailbox/List.php                                     |   22 +-
 imp/lib/Mailbox/List/Thread.php                              |   29 +-
 imp/lib/Mailbox/List/Track.php                               |   24 +-
 imp/lib/Maillog.php                                          |   22 +-
 imp/lib/Mbox/Parse.php                                       |   26 +-
 imp/lib/Message.php                                          |   32 +-
 imp/lib/Mime/Status.php                                      |   22 +-
 imp/package.xml                                              |   20 +-
 imp/templates/dynamic/mailbox.html.php                       |    6 +-
 imp/themes/default/dynamic/screen.css                        |    3 +
 kronolith/docs/CHANGES                                       |   10 +-
 kronolith/docs/RELEASE_NOTES                                 |   14 +-
 kronolith/lib/Application.php                                |    2 +-
 kronolith/lib/Calendar/Holiday.php                           |    2 +-
 kronolith/lib/Event.php                                      |   65 ++++
 kronolith/lib/Event/Kolab.php                                |   14 +
 kronolith/lib/View/Event.php                                 |   32 +--
 kronolith/package.xml                                        |   30 +-
 kronolith/templates/view/view.inc                            |    8 +-
 mnemo/docs/CHANGES                                           |   11 +-
 mnemo/docs/RELEASE_NOTES                                     |   12 +-
 mnemo/lib/Application.php                                    |    2 +-
 mnemo/lib/Driver/Kolab.php                                   |   11 +-
 mnemo/lib/Driver/Sql.php                                     |   47 ++-
 mnemo/list.php                                               |   13 +-
 mnemo/package.xml                                            |   27 +-
 mnemo/templates/list/memo_summaries.inc                      |    4 +-
 mnemo/templates/view/memo.inc                                |   26 +-
 mnemo/view.php                                               |   29 --
 nag/docs/CHANGES                                             |    9 +-
 nag/docs/RELEASE_NOTES                                       |   24 +-
 nag/lib/Application.php                                      |    2 +-
 nag/lib/Driver/Kolab.php                                     |    6 +
 nag/lib/Driver/Sql.php                                       |   31 ++-
 nag/lib/Task.php                                             |   28 ++
 nag/lib/View/List.php                                        |    8 +-
 nag/package.xml                                              |   32 +-
 nag/templates/view/task.inc                                  |   34 +-
 nag/view.php                                                 |   39 --
 timeobjects/docs/CHANGES                                     |    9 +-
 timeobjects/lib/Application.php                              |    2 +-
 timeobjects/package.xml                                      |   21 +-
 trean/docs/CHANGES                                           |   12 +-
 trean/docs/RELEASE_NOTES                                     |   16 +-
 trean/lib/Application.php                                    |    2 +-
 trean/lib/View/BookmarkList.php                              |    7 +-
 trean/package.xml                                            |   44 ++-
 trean/templates/add.html.php                                 |    2 +-
 trean/templates/block/1line.inc                              |    2 +-
 trean/templates/block/2line.inc                              |    2 +-
 trean/templates/block/standard.inc                           |    2 +-
 trean/templates/edit.html.php                                |    2 +-
 trean/templates/list.html.php                                |   14 +-
 trean/themes/default/graphics/tag.png                        |  Bin 473 -> 395 bytes
 trean/themes/default/screen.css                              |   22 +-
 turba/docs/CHANGES                                           |    8 +-
 turba/docs/RELEASE_NOTES                                     |   20 +-
 turba/lib/Application.php                                    |    2 +-
 turba/package.xml                                            |   30 +-
 135 files changed, 2046 insertions(+), 882 deletions(-)

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




More information about the commits mailing list