[commits] Horde branch imp_6_1 updated. 0b3d5e983e5bdd96d7658e54f60f8772e254bcde

Michael M Slusarz slusarz at horde.org
Wed Dec 5 22:43:43 UTC 2012


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

from: f955928fc7073f945291ab5b4b591e688f9c7f2a

b1688de Fix expected exception.
55f2e99 No idea how this test was supposed to work.
33c79e0 Kolab stores all day events differently than anybody else, add a day (Bug #11767).
2741099 Fix end time.
f04ce7d [jan] Remove creator permission mapping from Kolab backend (Bug #11713).
b756b26 [mms] Fix client-side address sorting (Bug #11820).
6df138d Released Horde_Imap_Client-2.3.1
372b2d0 Development mode for Horde_Imap_Client-2.3.2
67ec37e [mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search().
0b3d5e9 Merge branch 'master' into imp_6_1

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

commit b1688de71e7f543a802aa41ce3c553356ffa6947
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 5 10:10:31 2012 +0100

    Fix expected exception.

 framework/Share/test/Horde/Share/Kolab/UnitTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 55f2e999871f2d875acb7f647246b36e857440fa
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 5 11:01:48 2012 +0100

    No idea how this test was supposed to work.
    
    exists() always expects the share name, not the id.

 framework/Share/test/Horde/Share/Kolab/UnitTest.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

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

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

commit 33c79e07c7891524e206b9a246d94f83e002c3ba
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 5 18:35:24 2012 +0100

    Kolab stores all day events differently than anybody else, add a day (Bug #11767).

 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |   30 +++++
 .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php          |   29 ++++
 2 files changed, 59 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/33c79e07c7891524e206b9a246d94f83e002c3ba

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

commit 2741099095829f94f3cc663a931fe677bae9481b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 5 18:36:06 2012 +0100

    Fix end time.

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

http://git.horde.org/horde-git/-/commit/2741099095829f94f3cc663a931fe677bae9481b

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

commit f04ce7db09f0230ba531cad3e7ce51b8ecbddd3b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 5 19:22:39 2012 +0100

    [jan] Remove creator permission mapping from Kolab backend (Bug #11713).

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |   14 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Creator.php  |   43 ---
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |   11 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Creator.php    |   81 -----
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   21 +-
 framework/Perms/package.xml                                       |   14 +-
 framework/Perms/test/Horde/Perms/KolabTest.php                    |   72 +----
 7 files changed, 31 insertions(+), 225 deletions(-)
 delete mode 100644 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Creator.php
 delete mode 100644 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/Creator.php

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

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

commit b756b2689e88d4a991e3cbabb9c5fd1d0fad4206
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 5 15:08:57 2012 -0700

    [mms] Fix client-side address sorting (Bug #11820).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   12 ++--
 framework/Imap_Client/package.xml                                 |    2 +
 2 files changed, 8 insertions(+), 6 deletions(-)

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

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

commit 6df138d89db60ae9e93376b2a386d3e680cde30e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 5 15:39:01 2012 -0700

    Released Horde_Imap_Client-2.3.1

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

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

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

commit 372b2d0b88666e33df116baaf8438e4938c0ee51
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 5 15:39:01 2012 -0700

    Development mode for Horde_Imap_Client-2.3.2

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

http://git.horde.org/horde-git/-/commit/372b2d0b88666e33df116baaf8438e4938c0ee51

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

commit 67ec37eaac7dfc0edd3d3adcf9517a4b42ba4b2e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 5 15:41:44 2012 -0700

    [mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search().

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |   10 +++
 framework/Imap_Client/lib/Horde/Imap/Client.php       |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   53 ++++++++++++++---
 framework/Imap_Client/package.xml                     |   12 ++--
 4 files changed, 65 insertions(+), 14 deletions(-)

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

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

commit 0b3d5e983e5bdd96d7658e54f60f8772e254bcde
Merge: f955928 67ec37e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 5 15:43:23 2012 -0700

    Merge branch 'master' into imp_6_1

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   53 +++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   12 +-
 framework/Imap_Client/package.xml                                 |   27 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |   30 ++
 .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php          |   29 ++
 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |   14 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Creator.php  |   43 ---
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |   11 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Creator.php    |   81 -----
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   21 +-
 framework/Perms/package.xml                                       |   14 +-
 framework/Perms/test/Horde/Perms/KolabTest.php                    |   72 +----
 framework/Share/test/Horde/Share/Kolab/UnitTest.php               |    9 +-
 kronolith/lib/Event/Holidays.php                                  |    1 +
 16 files changed, 177 insertions(+), 254 deletions(-)

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




More information about the commits mailing list