[commits] Horde branch master updated. e93e2156d1b28e604bf1ba64041a193b3385f77a

Gunnar Wrobel p at rdus.de
Wed Jun 22 06:09:22 UTC 2011


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

from: e119580b7f11966860a87b41e84cab1e944391ec

e27acfd Remove -c/-C short options here.
7585552 Utility to determine the path of the configuration file.
ef6ee26 Add -c/--config option.
307e325 Add config file stub.
525160d Config file handler.
cbbe1c4 Update package.xml
14123ab Add convenience function to get a single option.
101b5a7 Allow to "unshift" a configuration into the configuration stack.
e93e215 Support the configuration file.

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

commit e27acfd69eb22fc28017a7ee4709f870e9f30d16
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:37:55 2011 +0200

    Remove -c/-C short options here.

 components/lib/Components/Module/CiSetup.php                      |    2 --
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit 7585552184a834ccd876ab68f42da823118f603e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:43:12 2011 +0200

    Utility to determine the path of the configuration file.

 components/lib/Components/Constants.php |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/7585552184a834ccd876ab68f42da823118f603e

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

commit ef6ee26aa28c2105dde8e4c2ad3cada353f4a166
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:43:33 2011 +0200

    Add -c/--config option.

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

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

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

commit 307e3257c12ed1dca05b6896367b25090ece8807
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:19 2011 +0200

    Add config file stub.

 components/config/conf.php.dist |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 components/config/conf.php.dist

http://git.horde.org/horde-git/-/commit/307e3257c12ed1dca05b6896367b25090ece8807

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

commit 525160dc2de9f23bf948ad6b4038bc07d4afaa88
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:33 2011 +0200

    Config file handler.

 components/lib/Components/Config/File.php                      |   48 ++++++
 components/test/Components/Unit/Components/Config/FileTest.php |   60 ++++++++
 2 files changed, 108 insertions(+), 0 deletions(-)
 create mode 100644 components/lib/Components/Config/File.php
 create mode 100644 components/test/Components/Unit/Components/Config/FileTest.php

http://git.horde.org/horde-git/-/commit/525160dc2de9f23bf948ad6b4038bc07d4afaa88

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

commit cbbe1c49aed6fa13c21c043469da686523e34eed
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:46 2011 +0200

    Update package.xml

 components/package.xml |   47 +++++++++++++++++++++++++++++++----------------
 1 files changed, 31 insertions(+), 16 deletions(-)

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

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

commit 14123ab38a293dd6674eaccfb956c36b1b5ee6c2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:06:24 2011 +0200

    Add convenience function to get a single option.

 components/lib/Components/Config/Base.php |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/14123ab38a293dd6674eaccfb956c36b1b5ee6c2

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

commit 101b5a79f46c0ea80e22bc27ec8ba013d08425b0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:07:05 2011 +0200

    Allow to "unshift" a configuration into the configuration stack.

 components/lib/Components/Configs.php                      |   18 ++++-
 components/package.xml                                     |   12 ++-
 components/test/Components/Unit/Components/ConfigsTest.php |   57 ++++++++++++
 components/test/Components/fixture/config/a.php            |    2 +
 components/test/Components/fixture/config/b.php            |    2 +
 components/test/Components/fixture/config/null.php         |    2 +
 6 files changed, 89 insertions(+), 4 deletions(-)
 create mode 100644 components/test/Components/fixture/config/a.php
 create mode 100644 components/test/Components/fixture/config/b.php
 create mode 100644 components/test/Components/fixture/config/null.php

http://git.horde.org/horde-git/-/commit/101b5a79f46c0ea80e22bc27ec8ba013d08425b0

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

commit e93e2156d1b28e604bf1ba64041a193b3385f77a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:08:22 2011 +0200

    Support the configuration file.
    
    It should be useable now but conf.php.dist still needs to be populated
    with useful defaults and some documentation.

 components/lib/Components.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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




More information about the commits mailing list