[limb-svn] r6360 - in 3.x/trunk/limb/macro/tests/bench: . settings
svn at limb-project.com
svn at limb-project.com
Tue Oct 2 08:57:09 MSD 2007
Author: pachanga
Date: 2007-10-02 08:57:09 +0400 (Tue, 02 Oct 2007)
New Revision: 6360
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6360
Added:
3.x/trunk/limb/macro/tests/bench/settings/wact.ini
Removed:
3.x/trunk/limb/macro/tests/bench/wact.ini
Modified:
3.x/trunk/limb/macro/tests/bench/wact.php
Log:
-- moving wact.ini to settings directory
Copied: 3.x/trunk/limb/macro/tests/bench/settings/wact.ini (from rev 6358, 3.x/trunk/limb/macro/tests/bench/wact.ini)
===================================================================
--- 3.x/trunk/limb/macro/tests/bench/settings/wact.ini (rev 0)
+++ 3.x/trunk/limb/macro/tests/bench/settings/wact.ini 2007-10-02 04:57:09 UTC (rev 6360)
@@ -0,0 +1,16 @@
+# should template compiler scan for tags, filter and properties every time
+force_scan = 0
+
+# should template compiler recompile templates every time
+force_compile = 0
+
+# absolute path to your wact templates cache dir
+#cache_dir = limb/wact/cache/
+
+# directory where template compiler looks for source templates
+templates_dir = WACT_TPLS
+
+# directories where all compiler looks for tags, filters and properties
+[scan_directories]
+ 0 = limb/wact/src/tags
+
Deleted: 3.x/trunk/limb/macro/tests/bench/wact.ini
===================================================================
--- 3.x/trunk/limb/macro/tests/bench/wact.ini 2007-10-02 04:55:43 UTC (rev 6359)
+++ 3.x/trunk/limb/macro/tests/bench/wact.ini 2007-10-02 04:57:09 UTC (rev 6360)
@@ -1,16 +0,0 @@
-# should template compiler scan for tags, filter and properties every time
-force_scan = 0
-
-# should template compiler recompile templates every time
-force_compile = 0
-
-# absolute path to your wact templates cache dir
-#cache_dir = limb/wact/cache/
-
-# directory where template compiler looks for source templates
-templates_dir = WACT_TPLS
-
-# directories where all compiler looks for tags, filters and properties
-[scan_directories]
- 0 = limb/wact/src/tags
-
Modified: 3.x/trunk/limb/macro/tests/bench/wact.php
===================================================================
--- 3.x/trunk/limb/macro/tests/bench/wact.php 2007-10-02 04:55:43 UTC (rev 6359)
+++ 3.x/trunk/limb/macro/tests/bench/wact.php 2007-10-02 04:57:09 UTC (rev 6360)
@@ -11,7 +11,7 @@
for($i=0;$i<1000;$i++)
{
- $tpl = new WactTemplate('wact.html', new WactDefaultTemplateConfig(dirname(__FILE__) . '/wact.ini'));
+ $tpl = new WactTemplate('wact.html', new WactDefaultTemplateConfig(dirname(__FILE__) . '/settings/wact.ini'));
$tpl->set('name', 'Bob');
$tpl->capture();
}
More information about the limb-svn
mailing list