[commits] Horde branch master updated. 214792e3ba4b83c69926097959062fad11354710

Jan Schneider jan at horde.org
Thu Dec 16 10:24:27 UTC 2010


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

from: ea02d9b24b15ae77d3d30f0455d840a6c8c0fcba

73934dc MFB: Add Andras.
632daa8 Remove redundant menu tags.
e595f8f Fix editing domains.
325a02d Catch HookNotSet.
40db660 Show full error trace on CLI too. CLI scripts can only be run by administrators anyway.
b3f283b Correctly report functions in the trace.
91cf144 Allow to provide additional details with exceptions. For now include PEAR_Error's userinfo.
acbe4eb Fix method name.
52ad7b1 Use Horde_Exception_Pear::catchError().
28efe53 Fix class names.
b63f899 Convert to migrations.
214792e Add debug switch to log all queries.

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

commit 73934dcb82c2d9987052c2effcd081753785034e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 17:33:38 2010 +0100

    MFB: Add Andras.

 gollem/docs/CREDITS    |    1 +
 ingo/docs/CREDITS      |    1 +
 kronolith/docs/CREDITS |    1 +
 mnemo/docs/CREDITS     |    1 +
 nag/docs/CREDITS       |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/73934dcb82c2d9987052c2effcd081753785034e

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

commit 632daa82e498e478cf40533ed89faa09ebe9fe6f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 17:49:39 2010 +0100

    Remove redundant menu tags.

 vilma/templates/main/main.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/632daa82e498e478cf40533ed89faa09ebe9fe6f

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

commit e595f8f3b15ce2a4fcff4d172ad3fc92208c007d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 17:53:47 2010 +0100

    Fix editing domains.

 vilma/lib/Form/EditDomain.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 325a02d8e8d0b4df3c77dffaa71e95bbe9862591
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 17:58:40 2010 +0100

    Catch HookNotSet.

 vilma/lib/Driver.php           |   10 ++++++++--
 vilma/lib/Driver/Qmailldap.php |   10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/325a02d8e8d0b4df3c77dffaa71e95bbe9862591

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

commit 40db6604d2c0f270ca9dd7e77bcb9c3aec48e32e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 18:12:01 2010 +0100

    Show full error trace on CLI too. CLI scripts can only be run by administrators
    anyway.

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

http://git.horde.org/horde-git/-/commit/40db6604d2c0f270ca9dd7e77bcb9c3aec48e32e

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

commit b3f283b9b8b29b92dad52e1686917775a125a22d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 18:42:50 2010 +0100

    Correctly report functions in the trace.

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

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

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

commit 91cf144d3c3c6974479cced2383d1b7c6c7bac94
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 18:43:51 2010 +0100

    Allow to provide additional details with exceptions. For now include PEAR_Error's userinfo.

 framework/Exception/lib/Horde/Exception.php       |   16 +++++++++++++++-
 framework/Exception/lib/Horde/Exception/Pear.php  |    3 +++
 framework/Exception/lib/Horde/Exception/Prior.php |    4 ++++
 3 files changed, 22 insertions(+), 1 deletions(-)

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

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

commit acbe4eb0aa396df947594a07304cda7b0d4fd336
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 18:44:07 2010 +0100

    Fix method name.

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

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

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

commit 52ad7b1b7255ed768d9df5138cc7cfc2ed8aacaa
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 18:45:57 2010 +0100

    Use Horde_Exception_Pear::catchError().

 vilma/lib/Driver/Sql.php |   28 ++++++----------------------
 1 files changed, 6 insertions(+), 22 deletions(-)

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

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

commit 28efe53b0576f9305dfa72d17c19ab4ba2515111
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 19:02:42 2010 +0100

    Fix class names.

 vilma/lib/Driver/Sql.php             |    2 +-
 vilma/lib/MailboxDriver/Hooks.php    |    2 +-
 vilma/lib/MailboxDriver/Imap.php     |    2 +-
 vilma/lib/MailboxDriver/Maildrop.php |    2 +-
 vilma/lib/MailboxDriver/Null.php     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit b63f899bf1a047c3b3fb9233922c35a6fdfb6afb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 19:33:40 2010 +0100

    Convert to migrations.

 vilma/migration/1_vilma_base_tables.php |   75 +++++++++++++++++++++++++++++++
 vilma/scripts/sql/vilma.sql             |   38 ----------------
 2 files changed, 75 insertions(+), 38 deletions(-)
 create mode 100644 vilma/migration/1_vilma_base_tables.php
 delete mode 100644 vilma/scripts/sql/vilma.sql

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

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

commit 214792e3ba4b83c69926097959062fad11354710
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 13 23:38:18 2010 +0100

    Add debug switch to log all queries.

 horde/bin/db_migrate |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/214792e3ba4b83c69926097959062fad11354710




More information about the commits mailing list