[commits] Horde branch master updated. 1ae0ef253a76d8479b84b2a88c6a0322d3d69d3c

Jan Schneider jan at horde.org
Wed Dec 8 18:27:31 UTC 2010


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

from: 62419c18a24c461975061faf2a7c35b0f70bf794

604f905 Convert to Horde_Imap_Client.
4d77c15 Fix bootstrapping.
cf6a1fd Instantiate template object.
5a7efa5 Fix permission checking.
65c10ea Fix class names.
af8cf35 Fix domain detection.
2374949 Implement missing methods, abstraction.
42f23c6 Catch exception.
cd825b3 Fix variable name.
b211f02 Update API.
1ae0ef2 Fix parse errors.

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

commit 604f905867553666e4042217a5ab1da60d85d585
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:08:47 2010 +0100

    Convert to Horde_Imap_Client.

 vilma/lib/MailboxDriver/imap.php |   77 +++++++++++--------------------------
 1 files changed, 23 insertions(+), 54 deletions(-)

http://git.horde.org/horde-git/-/commit/604f905867553666e4042217a5ab1da60d85d585

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

commit 4d77c15d2838c03de0e04dfed4de49e8c234fa61
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:10:15 2010 +0100

    Fix bootstrapping.

 vilma/lib/Application.php |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

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

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

commit cf6a1fd55bcda0b7cf95db252355addfdb738221
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:13:26 2010 +0100

    Instantiate template object.

 vilma/domains/delete.php    |    1 +
 vilma/domains/edit.php      |    1 +
 vilma/domains/index.php     |    1 +
 vilma/users/delete.php      |    1 +
 vilma/users/edit.php        |    1 +
 vilma/users/editAlias.php   |    1 +
 vilma/users/editForward.php |    1 +
 vilma/users/index.php       |    1 +
 vilma/virtuals/delete.php   |    1 +
 vilma/virtuals/edit.php     |    1 +
 vilma/virtuals/index.php    |    1 +
 11 files changed, 11 insertions(+), 0 deletions(-)

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

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

commit 5a7efa5185cea1b9696ca122dc70bd02caa0135e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:14:50 2010 +0100

    Fix permission checking.

 vilma/domains/index.php |    4 ++--
 vilma/lib/Vilma.php     |   43 +++++++++++++++++++++----------------------
 2 files changed, 23 insertions(+), 24 deletions(-)

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

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

commit 65c10eadc67cc2e2914a18480cfa2356d35982a0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:15:01 2010 +0100

    Fix class names.

 vilma/users/index.php |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/65c10eadc67cc2e2914a18480cfa2356d35982a0

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

commit af8cf35634aa32383d17dd4f98487259689baa1c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:16:05 2010 +0100

    Fix domain detection.

 vilma/lib/Application.php |   17 +++++++++++++++--
 vilma/lib/Vilma.php       |   31 +------------------------------
 2 files changed, 16 insertions(+), 32 deletions(-)

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

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

commit 23749490bdfa8848ec9066898fc26e2dd5f0567b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:16:49 2010 +0100

    Implement missing methods, abstraction.

 vilma/lib/Driver.php           |   42 ++++++++++++++++++++++++++++++++++++++-
 vilma/lib/Driver/qmailldap.php |   31 +++++++++--------------------
 vilma/lib/Driver/sql.php       |   24 ++++++++++++++++++++++
 3 files changed, 74 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/23749490bdfa8848ec9066898fc26e2dd5f0567b

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

commit 42f23c6e04e256b2963f72d0d0e5abcd04246857
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:17:11 2010 +0100

    Catch exception.

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

http://git.horde.org/horde-git/-/commit/42f23c6e04e256b2963f72d0d0e5abcd04246857

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

commit cd825b3bf636ca2f5dd389df11d549adc646a9f5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:21:06 2010 +0100

    Fix variable name.

 vilma/lib/Forms/DeleteDomainForm.php |    2 +-
 vilma/lib/Forms/EditAliasForm.php    |    2 --
 vilma/lib/Forms/EditDomainForm.php   |    2 +-
 vilma/lib/Forms/EditForwardForm.php  |    2 --
 vilma/lib/Forms/EditUserForm.php     |    4 +---
 vilma/scripts/create_mailboxes.php   |    9 +++------
 6 files changed, 6 insertions(+), 15 deletions(-)

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

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

commit b211f02f7d24a2183c2c7b25495421a10858c27d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:24:33 2010 +0100

    Update API.

 vilma/lib/Api.php |   29 +++++++++++++++++++++++++++++
 vilma/lib/api.php |   41 -----------------------------------------
 2 files changed, 29 insertions(+), 41 deletions(-)
 create mode 100644 vilma/lib/Api.php
 delete mode 100644 vilma/lib/api.php

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

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

commit 1ae0ef253a76d8479b84b2a88c6a0322d3d69d3c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 8 19:26:31 2010 +0100

    Fix parse errors.

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

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




More information about the commits mailing list