[commits] Horde-Hatchery branch master updated.

Gunnar Wrobel p at rdus.de
Wed Apr 29 07:58:43 UTC 2009


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

from: 64bcdd0879cf5a69859231a1db399485d0079c9a

425e849... Move "bin" -> "script"
27accf3... We dont need a separate bootstrap handler at the moment.
88b05c0... Reorganize the www dir for PEAR.
2a32c28... Add the application handler.
4bd40f0... This view is not required.
c9fdd09... The themes directory belongs into the document root.
1cd7a8f... Clean up the configuration directory for packaging.
10d6032... Add a draft package.xml.

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

commit 425e8496b40598cfe7c7ac6a784469a3bdada619
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 08:33:39 2009 +0200

    Move "bin" -> "script"

 koward/bin/koward.php           |   93 ---------------------------------------
 koward/script/Koward/koward.php |   93 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+), 93 deletions(-)
 delete mode 100644 koward/bin/koward.php
 create mode 100644 koward/script/Koward/koward.php

http://git.horde.org/diff.php/koward/bin/koward.php?rt=horde-hatchery&r1=aa9d47e45c7bd67ef272ffa0b77652f822536055&r2=425e8496b40598cfe7c7ac6a784469a3bdada619
http://git.horde.org/co.php/koward/script/Koward/koward.php?rt=horde-hatchery&r=425e8496b40598cfe7c7ac6a784469a3bdada619

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

commit 27accf326904fecde9e01d74ffc93f6b9d52c63d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 08:33:58 2009 +0200

    We dont need a separate bootstrap handler at the moment.

 koward/bin/bootstrap.php |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
 delete mode 100644 koward/bin/bootstrap.php

http://git.horde.org/diff.php/koward/bin/bootstrap.php?rt=horde-hatchery&r1=2f784ca08157c16a993845a9375e8b7ac6e44f37&r2=27accf326904fecde9e01d74ffc93f6b9d52c63d

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

commit 88b05c08dd678b65dce242bd7e78a67a3687be7d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:41:11 2009 +0200

    Reorganize the www dir for PEAR.

 koward/www/Koward/config/.gitignore           |    1 +
 koward/www/Koward/config/attributes.php.dist  |   26 +++
 koward/www/Koward/config/koward.php.dist      |    3 +
 koward/www/Koward/config/labels.php.dist      |   30 ++++
 koward/www/Koward/config/objects.php.dist     |  210 ++++++++++++++++++++++++
 koward/www/Koward/config/order.php.dist       |   17 ++
 koward/www/Koward/config/routes.php.dist      |   12 ++
 koward/www/Koward/config/search.php.dist      |   15 ++
 koward/www/Koward/config/visible.php          |   59 +++++++
 koward/www/Koward/themes/graphics/favicon.ico |  Bin 0 -> 1406 bytes
 koward/www/Koward/themes/graphics/query.png   |  Bin 0 -> 223 bytes
 koward/www/Koward/themes/kolab/screen.css     |  212 +++++++++++++++++++++++++
 koward/www/Koward/themes/screen.css           |    3 +
 koward/www/config/.gitignore                  |    1 -
 koward/www/config/attributes.php              |   26 ---
 koward/www/config/conf.php                    |    3 -
 koward/www/config/labels.php                  |   30 ----
 koward/www/config/objects.php                 |  210 ------------------------
 koward/www/config/order.php                   |   17 --
 koward/www/config/routes.php                  |   12 --
 koward/www/config/search.php                  |   15 --
 koward/www/config/visible.php                 |   59 -------
 koward/www/themes/graphics/favicon.ico        |  Bin 1406 -> 0 bytes
 koward/www/themes/graphics/query.png          |  Bin 223 -> 0 bytes
 koward/www/themes/kolab/screen.css            |  212 -------------------------
 koward/www/themes/screen.css                  |    3 -
 26 files changed, 588 insertions(+), 588 deletions(-)
 create mode 100644 koward/www/Koward/config/.gitignore
 create mode 100644 koward/www/Koward/config/attributes.php.dist
 create mode 100644 koward/www/Koward/config/koward.php.dist
 create mode 100644 koward/www/Koward/config/labels.php.dist
 create mode 100644 koward/www/Koward/config/objects.php.dist
 create mode 100644 koward/www/Koward/config/order.php.dist
 create mode 100644 koward/www/Koward/config/routes.php.dist
 create mode 100644 koward/www/Koward/config/search.php.dist
 create mode 100644 koward/www/Koward/config/visible.php
 create mode 100644 koward/www/Koward/themes/graphics/favicon.ico
 create mode 100644 koward/www/Koward/themes/graphics/query.png
 create mode 100644 koward/www/Koward/themes/kolab/screen.css
 create mode 100644 koward/www/Koward/themes/screen.css
 delete mode 100644 koward/www/config/.gitignore
 delete mode 100644 koward/www/config/attributes.php
 delete mode 100644 koward/www/config/conf.php
 delete mode 100644 koward/www/config/labels.php
 delete mode 100644 koward/www/config/objects.php
 delete mode 100644 koward/www/config/order.php
 delete mode 100644 koward/www/config/routes.php
 delete mode 100644 koward/www/config/search.php
 delete mode 100644 koward/www/config/visible.php
 delete mode 100644 koward/www/themes/graphics/favicon.ico
 delete mode 100644 koward/www/themes/graphics/query.png
 delete mode 100644 koward/www/themes/kolab/screen.css
 delete mode 100644 koward/www/themes/screen.css

http://git.horde.org/co.php/koward/www/Koward/config/.gitignore?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/attributes.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/koward.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/labels.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/objects.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/order.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/routes.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/search.php.dist?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/config/visible.php?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/themes/graphics/favicon.ico?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/themes/graphics/query.png?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/themes/kolab/screen.css?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/co.php/koward/www/Koward/themes/screen.css?rt=horde-hatchery&r=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/.gitignore?rt=horde-hatchery&r1=64bcdd0879cf5a69859231a1db399485d0079c9a&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/attributes.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/conf.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/labels.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/objects.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/order.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/routes.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/search.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/config/visible.php?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/themes/graphics/favicon.ico?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/themes/graphics/query.png?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/themes/kolab/screen.css?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d
http://git.horde.org/diff.php/koward/www/themes/screen.css?rt=horde-hatchery&r1=ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314&r2=88b05c08dd678b65dce242bd7e78a67a3687be7d

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

commit 2a32c28db65b3de16604edc2e76f9156fd306c13
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:41:23 2009 +0200

    Add the application handler.

 koward/www/Koward/app/koward.php |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 koward/www/Koward/app/koward.php

http://git.horde.org/co.php/koward/www/Koward/app/koward.php?rt=horde-hatchery&r=2a32c28db65b3de16604edc2e76f9156fd306c13

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

commit 4bd40f0b1f71e7889573a244c4302ec0f91b7fe6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:41:38 2009 +0200

    This view is not required.

 koward/lib/Koward/View/Modify/add.html.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
 delete mode 100644 koward/lib/Koward/View/Modify/add.html.php

http://git.horde.org/diff.php/koward/lib/Koward/View/Modify/add.html.php?rt=horde-hatchery&r1=0a58487bbd120b9803f2613ca872ce69bec0519b&r2=4bd40f0b1f71e7889573a244c4302ec0f91b7fe6

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

commit c9fdd09d8312091b321f17bce8841a18474c23f5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:43:24 2009 +0200

    The themes directory belongs into the document root.

 koward/www/Koward/app/themes/graphics/favicon.ico |  Bin 0 -> 1406 bytes
 koward/www/Koward/app/themes/graphics/query.png   |  Bin 0 -> 223 bytes
 koward/www/Koward/app/themes/kolab/screen.css     |  212 +++++++++++++++++++++
 koward/www/Koward/app/themes/screen.css           |    3 +
 koward/www/Koward/themes/graphics/favicon.ico     |  Bin 1406 -> 0 bytes
 koward/www/Koward/themes/graphics/query.png       |  Bin 223 -> 0 bytes
 koward/www/Koward/themes/kolab/screen.css         |  212 ---------------------
 koward/www/Koward/themes/screen.css               |    3 -
 8 files changed, 215 insertions(+), 215 deletions(-)
 create mode 100644 koward/www/Koward/app/themes/graphics/favicon.ico
 create mode 100644 koward/www/Koward/app/themes/graphics/query.png
 create mode 100644 koward/www/Koward/app/themes/kolab/screen.css
 create mode 100644 koward/www/Koward/app/themes/screen.css
 delete mode 100644 koward/www/Koward/themes/graphics/favicon.ico
 delete mode 100644 koward/www/Koward/themes/graphics/query.png
 delete mode 100644 koward/www/Koward/themes/kolab/screen.css
 delete mode 100644 koward/www/Koward/themes/screen.css

http://git.horde.org/co.php/koward/www/Koward/app/themes/graphics/favicon.ico?rt=horde-hatchery&r=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/co.php/koward/www/Koward/app/themes/graphics/query.png?rt=horde-hatchery&r=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/co.php/koward/www/Koward/app/themes/kolab/screen.css?rt=horde-hatchery&r=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/co.php/koward/www/Koward/app/themes/screen.css?rt=horde-hatchery&r=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/diff.php/koward/www/Koward/themes/graphics/favicon.ico?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/diff.php/koward/www/Koward/themes/graphics/query.png?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/diff.php/koward/www/Koward/themes/kolab/screen.css?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=c9fdd09d8312091b321f17bce8841a18474c23f5
http://git.horde.org/diff.php/koward/www/Koward/themes/screen.css?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=c9fdd09d8312091b321f17bce8841a18474c23f5

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

commit 1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:58:01 2009 +0200

    Clean up the configuration directory for packaging.

 koward/www/Koward/config/.gitignore        |    1 +
 koward/www/Koward/config/conf.php.dist     |   33 ++++
 koward/www/Koward/config/hooks.php.dist    |    1 +
 koward/www/Koward/config/nls.php.dist      |  272 ++++++++++++++++++++++++++++
 koward/www/Koward/config/registry.php.dist |   66 +++++++
 koward/www/Koward/config/visible.php       |   59 ------
 koward/www/Koward/config/visible.php.dist  |   59 ++++++
 7 files changed, 432 insertions(+), 59 deletions(-)
 create mode 100644 koward/www/Koward/config/conf.php.dist
 create mode 100644 koward/www/Koward/config/hooks.php.dist
 create mode 100644 koward/www/Koward/config/nls.php.dist
 create mode 100644 koward/www/Koward/config/registry.php.dist
 delete mode 100644 koward/www/Koward/config/visible.php
 create mode 100644 koward/www/Koward/config/visible.php.dist

http://git.horde.org/diff.php/koward/www/Koward/config/.gitignore?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/co.php/koward/www/Koward/config/conf.php.dist?rt=horde-hatchery&r=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/co.php/koward/www/Koward/config/hooks.php.dist?rt=horde-hatchery&r=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/co.php/koward/www/Koward/config/nls.php.dist?rt=horde-hatchery&r=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/co.php/koward/www/Koward/config/registry.php.dist?rt=horde-hatchery&r=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/diff.php/koward/www/Koward/config/visible.php?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca
http://git.horde.org/co.php/koward/www/Koward/config/visible.php.dist?rt=horde-hatchery&r=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca

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

commit 10d6032a8417dc289bd515e43938fd28ad3d863d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 29 09:58:19 2009 +0200

    Add a draft package.xml.

 koward/package.xml |  242 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 242 insertions(+), 0 deletions(-)
 create mode 100644 koward/package.xml

http://git.horde.org/co.php/koward/package.xml?rt=horde-hatchery&r=10d6032a8417dc289bd515e43938fd28ad3d863d




More information about the commits mailing list