[limb-svn] r5476 - 3.x/limb/config
svn at limb-project.com
svn at limb-project.com
Mon Apr 2 15:04:12 MSD 2007
Author: pachanga
Date: 2007-04-02 15:04:11 +0400 (Mon, 02 Apr 2007)
New Revision: 5476
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5476
Modified:
3.x/limb/config/CHANGELOG
Log:
-- CHANGELOG fixes
Modified: 3.x/limb/config/CHANGELOG
===================================================================
--- 3.x/limb/config/CHANGELOG 2007-04-02 11:02:57 UTC (rev 5475)
+++ 3.x/limb/config/CHANGELOG 2007-04-02 11:04:11 UTC (rev 5476)
@@ -1,12 +1,12 @@
-0.3.0alpha - 2 April 2007 (-r:5454)
+0.3.0-alpha - 2 April 2007 (r5454)
==================================================
--- lmbConfTools :: getConf($name) is now a single gateway for getting all sorts of conf objects in Limb3. The type of config object is determined by $name extension, if extension is omitted .conf.php is assumed
+-- lmbConfTools :: getConf($name) is now a single gateway for getting all sorts of conf objects in Limb3. The type of config object is determined by $name extension, if extension is omitted '.conf.php' is assumed
-- lmbConfTools :: setConf($name, $conf) added, this one is useful for testing
--- lmbFakeIni added, this is one is used for testing. It accepts settings passed with string in constructor.
+-- lmbFakeIni added, this is one is used for testing. It accepts all settings passed with string in constructor.
-- lmbConfTools :: getIni(), createIni(), setTestingIni(), clearTestingIni() removed
-0.2.0alpha - 16 February 2007 (-r:5028)
+0.2.0-alpha - 16 February 2007 (r5028)
==================================================
-- lmbCachedIni uses serialize(..) instead of var_export(..) for cached data. This method is much faster.
@@ -16,7 +16,7 @@
-- lmbConfTools :: setTestingIni(..), :: clearTestingIni(..) added (tests/common.inc.php will be removed soon)
-- tests are more isolated
-0.1.0alpha - 14 December 2006
+0.1.0-alpha - 14 December 2006
==================================================
-- Initial release of this package.
\ No newline at end of file
+-- Initial release of this package.
\ No newline at end of file
More information about the limb-svn
mailing list