[commits] Horde branch trean_tags updated. 4bcb4bee15f338af00e201091cab67912ec72a94

Chuck Hagenbuch chuck at horde.org
Tue Aug 23 16:29:03 UTC 2011


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

from: 557d12a832e5f0c2afd21ec6256d8bf7a77ff76e

bbf3a77 Remove stray file.
03b0714 There is no such parameter.
20e6dd6 [jan] Fix disabling of actions by locking preferences.
5a902a8 Fix attribute name (Bug #10449).
c16f858 Fix deleting existing when changing to autoincrementKey.
0f73420 Rebind for write access when setting group data.
a0e3b5a New groups need the hordeGroup objectclass for the tests to successfully run.
89e2767 [jan] Fix bind for modifying existing LDAP groups.
f65f91a Don't show form to add groups if group backend is readonly.
3fb657f Throw exception when trying to set data on read-only backends.
61877ad Awesome, looks like no one ever managed LDAP groups since the release of Horde 4.
a3d8bfa BFN
4f67a1a If there is more than one sent-mail folder, check if there is one matching the default value, and translate that.
cbdf3c3 Require Net_Sieve 1.3.1, older versions are too buggy.
b451d9c Remove resp. fix skipped tests.
4efecb9 Replace deprecated methods.
fd213c0 [jan] Speed up Horde_Ldap_Search#shiftEntry() on large result sets.
7566ae9 A leading whitespace is not required after quoted printable soft line break sequences.
764714a [jan] Avoid infinite loop when importing certain vCalendar 1.0/vCard 2.1 data.
555e825 Merge branch 'master' into trean_tags
f6ea9ca Migration for creating trean base tables
4bcb4be Incremental work: saving bookmarks works now

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

commit bbf3a77233f621430b4d2eb982fa02657f28e56d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Aug 22 06:13:14 2011 +0200

    Remove stray file.

 kolab/package.xml |  198 -----------------------------------------------------
 1 files changed, 0 insertions(+), 198 deletions(-)
 delete mode 100644 kolab/package.xml

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

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

commit 03b071450619ab0bfd5e7c6ae67808baa46d39fe
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 17:06:48 2011 +0200

    There is no such parameter.

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

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

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

commit 20e6dd6c85141b4d659f5b2626d63ae29ee85547
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 17:51:49 2011 +0200

    [jan] Fix disabling of actions by locking preferences.

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

http://git.horde.org/horde-git/-/commit/20e6dd6c85141b4d659f5b2626d63ae29ee85547

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

commit 5a902a8c1e8fee113725ca534f786676b6673366
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 18:12:14 2011 +0200

    Fix attribute name (Bug #10449).

 turba/config/backends.php |    4 ++--
 turba/docs/CHANGES        |    1 +
 turba/package.xml         |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

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

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

commit c16f858ee6f571f5b4a705bcd7a41fd4211fe184
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:14:34 2011 +0200

    Fix deleting existing when changing to autoincrementKey.

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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

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

commit 0f73420701878b769cf5ae4b26538d4fe28dddd0
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:28:04 2011 +0200

    Rebind for write access when setting group data.

 framework/Group/lib/Horde/Group/Ldap.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit a0e3b5a00a0ff66860dafba91d0d5296afd890fb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:28:42 2011 +0200

    New groups need the hordeGroup objectclass for the tests to successfully run.

 framework/Group/test/Horde/Group/conf.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 89e276720387a159c2e87986615dc0fa1b8a7c53
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:30:27 2011 +0200

    [jan] Fix bind for modifying existing LDAP groups.

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

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

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

commit f65f91adf0c6313ff8f51d81d683732f36e6aa48
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:49:40 2011 +0200

    Don't show form to add groups if group backend is readonly.

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

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

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

commit 3fb657fdf3e55113a172ce7cc21d4eabbbff1682
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 19:53:42 2011 +0200

    Throw exception when trying to set data on read-only backends.

 framework/Group/lib/Horde/Group/Ldap.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 61877ad049283d8414c388a938ee4feeb654a160
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 20:03:18 2011 +0200

    Awesome, looks like no one ever managed LDAP groups since the release of Horde 4.

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

http://git.horde.org/horde-git/-/commit/61877ad049283d8414c388a938ee4feeb654a160

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

commit a3d8bfadb1a095d09c3edba8110c0c5b8fb1c0b6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 20:04:14 2011 +0200

    BFN

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

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

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

commit 4f67a1ae0d9d0a2576921934ef98a8892aae49a0
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 22 21:34:49 2011 +0200

    If there is more than one sent-mail folder, check if there is one matching the
    default value, and translate that.

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

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

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

commit cbdf3c3df791164cd96702335436222837ee1814
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 13:22:15 2011 +0200

    Require Net_Sieve 1.3.1, older versions are too buggy.

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

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

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

commit b451d9c77e40966df6bd7f77e0f62faa0ec3f69d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 14:58:30 2011 +0200

    Remove resp. fix skipped tests.

 framework/Ldap/test/Horde/Ldap/LdifTest.php |   92 +++-----------------------
 1 files changed, 11 insertions(+), 81 deletions(-)

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

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

commit 4efecb988dbd9def117333b05ec01e2992723452
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 14:58:51 2011 +0200

    Replace deprecated methods.

 framework/Ldap/test/Horde/Ldap/EntryTest.php  |    2 +-
 framework/Ldap/test/Horde/Ldap/FilterTest.php |   42 ++++++++++++------------
 framework/Ldap/test/Horde/Ldap/LdapTest.php   |   28 ++++++++--------
 framework/Ldap/test/Horde/Ldap/LdifTest.php   |    8 ++--
 framework/Ldap/test/Horde/Ldap/SearchTest.php |   18 +++++-----
 5 files changed, 49 insertions(+), 49 deletions(-)

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

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

commit fd213c08ee522ae069c4255b8b7e1893d9df014c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 15:00:09 2011 +0200

    [jan] Speed up Horde_Ldap_Search#shiftEntry() on large result sets.

 framework/Ldap/lib/Horde/Ldap/Search.php |    8 +++-----
 framework/Ldap/package.xml               |    4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)

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

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

commit 7566ae9c3881145e89f1e0e138b637aceb932af0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 15:42:28 2011 +0200

    A leading whitespace is not required after quoted printable soft line break
    sequences.

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

http://git.horde.org/horde-git/-/commit/7566ae9c3881145e89f1e0e138b637aceb932af0

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

commit 764714a7b1657d1662790b8929bb183c9c3b4b2a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 23 15:43:35 2011 +0200

    [jan] Avoid infinite loop when importing certain vCalendar 1.0/vCard 2.1 data.

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

http://git.horde.org/horde-git/-/commit/764714a7b1657d1662790b8929bb183c9c3b4b2a

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

commit 555e8259896e11f5a2babc6f6d6d079136d710da
Merge: 557d12a 764714a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Aug 23 12:16:15 2011 -0400

    Merge branch 'master' into trean_tags

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |    7 +-
 framework/Group/lib/Horde/Group/Ldap.php                |    6 +
 framework/Group/package.xml                             |    4 +-
 framework/Group/test/Horde/Group/conf.php.dist          |    2 +-
 framework/Icalendar/lib/Horde/Icalendar.php             |    2 +-
 framework/Icalendar/package.xml                         |    4 +-
 framework/Ldap/lib/Horde/Ldap/Search.php                |    8 +-
 framework/Ldap/package.xml                              |    4 +-
 framework/Ldap/test/Horde/Ldap/EntryTest.php            |    2 +-
 framework/Ldap/test/Horde/Ldap/FilterTest.php           |   42 ++--
 framework/Ldap/test/Horde/Ldap/LdapTest.php             |   28 +-
 framework/Ldap/test/Horde/Ldap/LdifTest.php             |  100 +------
 framework/Ldap/test/Horde/Ldap/SearchTest.php           |   18 +-
 horde/admin/groups.php                                  |    2 +-
 horde/config/conf.xml                                   |    4 +
 horde/docs/CHANGES                                      |    1 +
 horde/package.xml                                       |    2 +
 imp/lib/Mailbox.php                                     |    8 +
 ingo/docs/CHANGES                                       |    1 +
 ingo/lib/Ingo.php                                       |    5 +-
 ingo/package.xml                                        |    3 +
 kolab/package.xml                                       |  198 ---------------
 passwd/lib/Driver/Ldap.php                              |    2 +-
 turba/config/backends.php                               |    4 +-
 turba/docs/CHANGES                                      |    1 +
 turba/package.xml                                       |    4 +-
 26 files changed, 113 insertions(+), 349 deletions(-)

http://git.horde.org/horde-git/-/commit/555e8259896e11f5a2babc6f6d6d079136d710da

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

commit f6ea9ca620a9e4a906077a40f65db8a1a9fb3d93
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Aug 23 12:25:49 2011 -0400

    Migration for creating trean base tables

 trean/migration/1_trean_base_tables.php |   74 +++++++++++++++++++++---------
 1 files changed, 52 insertions(+), 22 deletions(-)

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

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

commit 4bcb4bee15f338af00e201091cab67912ec72a94
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Aug 23 12:26:13 2011 -0400

    Incremental work: saving bookmarks works now

 trean/add.php               |    7 ++-----
 trean/bin/trean-url-checker |    2 --
 trean/browse.php            |    3 ---
 trean/config/conf.xml       |    2 +-
 trean/lib/Application.php   |    8 ++++----
 trean/lib/Bookmark.php      |    8 ++++++--
 trean/lib/Bookmarks.php     |   23 +++++++++++++++++++----
 7 files changed, 32 insertions(+), 21 deletions(-)

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




More information about the commits mailing list