[commits] Horde-Hatchery branch master updated.

Gunnar Wrobel p at rdus.de
Tue Apr 28 20:57:37 UTC 2009


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

from: cc41b12caab7b0f6d8cc5da89135d780dc5b5618

652cc8d... Added a draft for the search view.
1897d38... Provide the search configuration. Only instantiate a server object if we really need it.
9d8691e... Added searching. Finished deletion of objects. Allowed object actions.
d5037a1... Completed object deletion.
9a22711... Enable object actions.
aa9d47e... A very rough command line interface for koward.
a892f1c... Comment the base definition and rely on the *local.php file.
ec59f38... The form to allow object actions.
b4c56ba... Use getServer()

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

commit 652cc8d27b275009c4f7ded0312013c5326f406d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:53:51 2009 +0200

    Added a draft for the search view.

 koward/app/controllers/ApplicationController.php |    4 +-
 koward/app/views/Object/search.html.php          |   40 +++++++++
 koward/config/search.php                         |   15 +++
 koward/lib/Form/Search.php                       |  100 ++++++++++++++++++++++
 4 files changed, 157 insertions(+), 2 deletions(-)
 create mode 100644 koward/app/views/Object/search.html.php
 create mode 100644 koward/config/search.php
 create mode 100644 koward/lib/Form/Search.php

http://git.horde.org/diff.php/koward/app/controllers/ApplicationController.php?rt=horde-hatchery&r1=2f784ca08157c16a993845a9375e8b7ac6e44f37&r2=652cc8d27b275009c4f7ded0312013c5326f406d
http://git.horde.org/co.php/koward/app/views/Object/search.html.php?rt=horde-hatchery&r=652cc8d27b275009c4f7ded0312013c5326f406d
http://git.horde.org/co.php/koward/config/search.php?rt=horde-hatchery&r=652cc8d27b275009c4f7ded0312013c5326f406d
http://git.horde.org/co.php/koward/lib/Form/Search.php?rt=horde-hatchery&r=652cc8d27b275009c4f7ded0312013c5326f406d

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

commit 1897d3885eff2118980f35c25b4d634b1a4a6f18
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:54:54 2009 +0200

    Provide the search configuration. Only instantiate a server object if we really need it.

 koward/lib/Koward.php |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-hatchery&r1=25869b6637138ae5de175c1f54c5958a07ac5110&r2=1897d3885eff2118980f35c25b4d634b1a4a6f18

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

commit 9d8691e3c6ad7ca18c1656a84baa2087d37723c6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:55:44 2009 +0200

    Added searching. Finished deletion of objects. Allowed object actions.

 koward/app/controllers/ObjectController.php |  127 ++++++++++++++++++++++++---
 1 files changed, 115 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/koward/app/controllers/ObjectController.php?rt=horde-hatchery&r1=a99bca2efdf638fa7e2ef2ad2fde0e982c485d6e&r2=9d8691e3c6ad7ca18c1656a84baa2087d37723c6

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

commit d5037a1d4d2cae8bacb3e24b093b5d28d3865403
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:55:58 2009 +0200

    Completed object deletion.

 koward/app/views/Object/delete.html.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/koward/app/views/Object/delete.html.php?rt=horde-hatchery&r1=2f784ca08157c16a993845a9375e8b7ac6e44f37&r2=d5037a1d4d2cae8bacb3e24b093b5d28d3865403

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

commit 9a22711e505b5e8117afd3450c9ad366bb3e2544
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:56:08 2009 +0200

    Enable object actions.

 koward/app/views/Object/view.html.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/koward/app/views/Object/view.html.php?rt=horde-hatchery&r1=a99bca2efdf638fa7e2ef2ad2fde0e982c485d6e&r2=9a22711e505b5e8117afd3450c9ad366bb3e2544

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

commit aa9d47e45c7bd67ef272ffa0b77652f822536055
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:56:25 2009 +0200

    A very rough command line interface for koward.

 koward/bin/koward.php |   93 ++++++++++++++++++++
 koward/lib/Cli.php    |  227 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 320 insertions(+), 0 deletions(-)
 create mode 100644 koward/bin/koward.php
 create mode 100644 koward/lib/Cli.php

http://git.horde.org/co.php/koward/bin/koward.php?rt=horde-hatchery&r=aa9d47e45c7bd67ef272ffa0b77652f822536055
http://git.horde.org/co.php/koward/lib/Cli.php?rt=horde-hatchery&r=aa9d47e45c7bd67ef272ffa0b77652f822536055

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

commit a892f1c2bbf105af9043b6cc1896d82b9fec0d0c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:57:02 2009 +0200

    Comment the base definition and rely on the *local.php file.

 koward/config/objects.php |  396 ++++++++++++++++++++++----------------------
 koward/config/visible.php |    1 -
 2 files changed, 198 insertions(+), 199 deletions(-)

http://git.horde.org/diff.php/koward/config/objects.php?rt=horde-hatchery&r1=8c71614b82969aef25438e3843b06e676efad3c9&r2=a892f1c2bbf105af9043b6cc1896d82b9fec0d0c
http://git.horde.org/diff.php/koward/config/visible.php?rt=horde-hatchery&r1=cdff1d34d910c3a4b74c77b0bf7ea34627343eea&r2=a892f1c2bbf105af9043b6cc1896d82b9fec0d0c

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

commit ec59f3878a9c02a1464e649b5fc0c48d0e93064b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:57:16 2009 +0200

    The form to allow object actions.

 koward/lib/Form/Actions.php |   63 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)
 create mode 100644 koward/lib/Form/Actions.php

http://git.horde.org/co.php/koward/lib/Form/Actions.php?rt=horde-hatchery&r=ec59f3878a9c02a1464e649b5fc0c48d0e93064b

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

commit b4c56ba982b2ecedbaa1f66066862b608398ed25
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Apr 28 22:57:37 2009 +0200

    Use getServer()

 koward/lib/Form/Object.php |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/koward/lib/Form/Object.php?rt=horde-hatchery&r1=cc4b83d882488ef741390151bacefe3fcfa6b630&r2=b4c56ba982b2ecedbaa1f66066862b608398ed25




More information about the commits mailing list