Initial implementation of the Kolab_Config package.
authorGunnar Wrobel <p@rdus.de>
Mon, 28 Jun 2010 07:05:00 +0000 (09:05 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 28 Jun 2010 07:05:00 +0000 (09:05 +0200)
commit8db04d5dbc71180908279b3b701b770e5e5eb1a5
tree1ddfb17ff02a10a0f9f32a39f5c00d5cd8d39dfa
parent5c0e015e170775e836f52833daedbd24a8959e85
Initial implementation of the Kolab_Config package.
12 files changed:
framework/Kolab_Config/lib/Horde/Kolab/Config.php [new file with mode: 0644]
framework/Kolab_Config/lib/Horde/Kolab/Config/Exception.php [new file with mode: 0644]
framework/Kolab_Config/package.xml
framework/Kolab_Config/test/Horde/Kolab/Config/AllTests.php
framework/Kolab_Config/test/Horde/Kolab/Config/Autoload.php
framework/Kolab_Config/test/Horde/Kolab/Config/ConfigStoryTestCase.php [new file with mode: 0644]
framework/Kolab_Config/test/Horde/Kolab/Config/Integration/ConfigTest.php
framework/Kolab_Config/test/Horde/Kolab/Config/conf.php.dist [new file with mode: 0644]
framework/Kolab_Config/test/Horde/Kolab/Config/fixture/empty/no_config_file [new file with mode: 0644]
framework/Kolab_Config/test/Horde/Kolab/Config/fixture/global/globals.conf [new file with mode: 0644]
framework/Kolab_Config/test/Horde/Kolab/Config/fixture/local/kolab.conf [new file with mode: 0644]
framework/Kolab_Config/test/Horde/Kolab/Config/fixture/local/kolab.globals [new file with mode: 0644]