[commits] Horde branch master updated. 56663cdfaec2c833bb3c8c331987fa7d5df733ea

Gunnar Wrobel p at rdus.de
Tue Oct 11 06:35:53 UTC 2011


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

from: 2fd85c33913c22b7307727bde1949fa74f78464f

b662259 "--pretend" is supported by most modules now.
345494b Additional component features.
8e84f3b Add a first draft of the website documentation helper that can replace the horde-build-website-docs.sh.
a590cb6 Add a command to build horde website documentation.
56663cd Support retrieving the release data from the package.xml

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

commit b662259a067c3937db43bb1a1351d453f33fa003
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Oct 11 08:29:40 2011 +0200

    "--pretend" is supported by most modules now.

 components/lib/Components/Config/Cli.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 345494b2ee230cec76c7b8fb76c371c61edf33ce
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Oct 11 08:33:06 2011 +0200

    Additional component features.
    
    Support retrieving the component release date.
    Support retrieving an array of component details (at least for released packages for now).

 components/lib/Components/Component.php         |   17 +++++++++-
 components/lib/Components/Component/Archive.php |    2 +-
 components/lib/Components/Component/Base.php    |   25 ++++++++++++--
 components/lib/Components/Component/Remote.php  |   40 ++++++++++++++++++++++-
 components/lib/Components/Component/Source.php  |    2 +-
 5 files changed, 79 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/345494b2ee230cec76c7b8fb76c371c61edf33ce

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

commit 8e84f3b8cab2d66c0acac0ce4e9c6ed94e32f3a7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Oct 11 08:34:29 2011 +0200

    Add a first draft of the website documentation helper that can replace the horde-build-website-docs.sh.

 components/lib/Components/Helper/Website.php |  218 ++++++++++++++++++++++++++
 1 files changed, 218 insertions(+), 0 deletions(-)
 create mode 100644 components/lib/Components/Helper/Website.php

http://git.horde.org/horde-git/-/commit/8e84f3b8cab2d66c0acac0ce4e9c6ed94e32f3a7

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

commit a590cb667e192eef8be843e6b935696fbb2624de
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Oct 11 08:35:13 2011 +0200

    Add a command to build horde website documentation.

 components/lib/Components/Dependencies.php           |    6 +-
 components/lib/Components/Dependencies/Bootstrap.php |    8 +-
 components/lib/Components/Dependencies/Injector.php  |    8 +-
 components/lib/Components/Module/Document.php        |   88 ----------
 components/lib/Components/Module/Webdocs.php         |  150 ++++++++++++++++++
 components/lib/Components/Runner/Document.php        |   82 ----------
 components/lib/Components/Runner/Webdocs.php         |   72 +++++++++
 components/package.xml                               |   16 +-
 8 files changed, 242 insertions(+), 188 deletions(-)
 delete mode 100644 components/lib/Components/Module/Document.php
 create mode 100644 components/lib/Components/Module/Webdocs.php
 delete mode 100644 components/lib/Components/Runner/Document.php
 create mode 100644 components/lib/Components/Runner/Webdocs.php

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

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

commit 56663cdfaec2c833bb3c8c331987fa7d5df733ea
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Oct 11 08:35:38 2011 +0200

    Support retrieving the release data from the package.xml

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/56663cdfaec2c833bb3c8c331987fa7d5df733ea




More information about the commits mailing list