The branch "master" has been updated. The following is a summary of the commits.
from: 8ea53609e3a58ef8a373a4967763bdc2022be3c3 3eceda5 Start the hmk component helper. e90ec77 Start adding hmk specific modules. e952a8c Support overriding options. ccfb0cb Allow to unshift arguments. 8b40500 Basic module structure works. ----------------------------------------------------------------------- commit 3eceda5620fca899c365cbda03d3250be74a0299 Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 15:11:38 2011 +0100 Start the hmk component helper. components/bin/hmk | 18 +++ components/lib/Components.php | 84 +++++++++++-- components/package.xml | 4 + components/test/Components/Integration/ComponentsTest.php | 21 +++ components/test/Components/StoryTestCase.php | 36 ++++++ 5 files changed, 154 insertions(+), 9 deletions(-) create mode 100644 components/bin/hmk http://git.horde.org/horde-git/-/commit/3eceda5620fca899c365cbda03d3250be74a0299 ----------------------------------------------------------------------- commit e90ec7775b82625597a6df198e7e19ce83335ab3 Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 19:59:31 2011 +0100 Start adding hmk specific modules. components/lib/Components.php | 38 +++++++- components/lib/Components/Config/Cli.php | 8 +- components/lib/Components/Config/Hmk.php | 138 +++++++++++++++++++++++++++++ components/lib/Components/Hmk/Base.php | 85 ++++++++++++++++++ components/lib/Components/Hmk/Release.php | 46 ++++++++++ 5 files changed, 308 insertions(+), 7 deletions(-) create mode 100644 components/lib/Components/Config/Hmk.php create mode 100644 components/lib/Components/Hmk/Base.php create mode 100644 components/lib/Components/Hmk/Release.php http://git.horde.org/horde-git/-/commit/e90ec7775b82625597a6df198e7e19ce83335ab3 ----------------------------------------------------------------------- commit e952a8cdc411730add51daac3de0c197356bbcde Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 20:27:33 2011 +0100 Support overriding options. components/lib/Components/Config.php | 10 +++ components/lib/Components/Config/Bootstrap.php | 13 +++ components/lib/Components/Config/Cli.php | 13 +++ components/lib/Components/Config/Hmk.php | 13 +++ components/lib/Components/Configs.php | 23 +++++- components/test/Components/Unit/Components/ConfigsTest.php | 48 ++++++++++++ 6 files changed, 119 insertions(+), 1 deletions(-) create mode 100644 components/test/Components/Unit/Components/ConfigsTest.php http://git.horde.org/horde-git/-/commit/e952a8cdc411730add51daac3de0c197356bbcde ----------------------------------------------------------------------- commit ccfb0cba78498c0c1cfbde2e7adbebbbe952a29c Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 21:38:52 2011 +0100 Allow to unshift arguments. components/lib/Components.php | 9 ++++ components/lib/Components/Config.php | 9 ++++ components/lib/Components/Config/Bootstrap.php | 12 ++++++ components/lib/Components/Config/Cli.php | 12 ++++++ components/lib/Components/Config/Hmk.php | 12 ++++++ components/lib/Components/Configs.php | 24 +++++++++++- components/test/Components/Unit/Components/ConfigsTest.php | 13 ++++++- 7 files changed, 88 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ccfb0cba78498c0c1cfbde2e7adbebbbe952a29c ----------------------------------------------------------------------- commit 8b4050017670859cac91f06cc61728f6d5073fcc Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 21:40:32 2011 +0100 Basic module structure works. components/lib/Components/Hmk/Release.php | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/8b4050017670859cac91f06cc61728f6d5073fcc __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
