[commits] Horde branch master updated. 6de491647c22590cf4859429f6577ed9f79fc285

Gunnar Wrobel p at rdus.de
Thu Sep 1 03:50:08 UTC 2011


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

from: 90a41bc5b0f93701f543fa0ee45561ea3396b6f9

a9a725c Add a new handler for task lists.
30467e5 Provide a factory for the new tasklists handler.
00d9ba3 Allow to select the tasklists handler.
f799ce2 Use the tasklists handler for creating the default share.
ed6070b Update package.xml
6de4916 [gwr] Avoid including the owner name into the default share.

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

commit a9a725c21f1c70002dd2f2b4f1f688818bd6f52b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:42:07 2011 +0200

    Add a new handler for task lists.
    
    This tasklist handler allows to deal with differences in how Kolab
    handles task lists as compared to the default situation. As a first
    step the new handler avoids including the owner name in the default
    share.

 nag/lib/Tasklists.php         |   13 +++++++
 nag/lib/Tasklists/Base.php    |   77 +++++++++++++++++++++++++++++++++++++++++
 nag/lib/Tasklists/Default.php |   48 +++++++++++++++++++++++++
 nag/lib/Tasklists/Kolab.php   |   23 ++++++++++++
 4 files changed, 161 insertions(+), 0 deletions(-)
 create mode 100644 nag/lib/Tasklists.php
 create mode 100644 nag/lib/Tasklists/Base.php
 create mode 100644 nag/lib/Tasklists/Default.php
 create mode 100644 nag/lib/Tasklists/Kolab.php

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

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

commit 30467e54c05f9ee37f0d59c60535d92742a70a47
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:42:56 2011 +0200

    Provide a factory for the new tasklists handler.

 nag/lib/Factory/Tasklists.php               |   72 ++++++++++++++++++++++
 nag/test/Nag/Unit/Factory/TasklistsTest.php |   85 +++++++++++++++++++++++++++
 2 files changed, 157 insertions(+), 0 deletions(-)
 create mode 100644 nag/lib/Factory/Tasklists.php
 create mode 100644 nag/test/Nag/Unit/Factory/TasklistsTest.php

http://git.horde.org/horde-git/-/commit/30467e54c05f9ee37f0d59c60535d92742a70a47

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

commit 00d9ba39fb51457d8c823a66c3be606442c6a6fe
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:43:13 2011 +0200

    Allow to select the tasklists handler.

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

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

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

commit f799ce23062e50795b46650b0b8c80e15b42b9a2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:48:37 2011 +0200

    Use the tasklists handler for creating the default share.

 nag/lib/Nag.php                     |   16 ++++------------
 nag/test/Nag/Unit/Nag/Base.php      |   26 ++++++++++++++++++++++++--
 nag/test/Nag/Unit/Nag/KolabTest.php |    8 ++++++++
 3 files changed, 36 insertions(+), 14 deletions(-)

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

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

commit ed6070b5fc94486597188364adb600c6c8f2d4c1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:48:57 2011 +0200

    Update package.xml

 nag/package.xml |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

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

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

commit 6de491647c22590cf4859429f6577ed9f79fc285
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 1 05:49:51 2011 +0200

    [gwr] Avoid including the owner name into the default share.

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

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




More information about the commits mailing list