[limb-svn] r6374 - in 3.x/trunk/limb/web_app: settings skel/settings

svn at limb-project.com svn at limb-project.com
Wed Oct 3 23:13:41 MSD 2007


Author: pachanga
Date: 2007-10-03 23:13:41 +0400 (Wed, 03 Oct 2007)
New Revision: 6374
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6374

Added:
   3.x/trunk/limb/web_app/settings/macro.conf.php
   3.x/trunk/limb/web_app/settings/wact.conf.php
   3.x/trunk/limb/web_app/skel/settings/macro.conf.php
Log:
-- adding default macro.conf.php

Added: 3.x/trunk/limb/web_app/settings/macro.conf.php
===================================================================
--- 3.x/trunk/limb/web_app/settings/macro.conf.php	                        (rev 0)
+++ 3.x/trunk/limb/web_app/settings/macro.conf.php	2007-10-03 19:13:41 UTC (rev 6374)
@@ -0,0 +1,8 @@
+<?php
+$conf = array(
+'forcescan' => false,  #Force to scan directories for tags, filters and properties (very slow)
+'forcecompile' => true #Force every template to be re-compiled on every request. Option is used
+                       #for debugging templates when developing template generation code
+
+);
+

Added: 3.x/trunk/limb/web_app/settings/wact.conf.php
===================================================================
--- 3.x/trunk/limb/web_app/settings/wact.conf.php	                        (rev 0)
+++ 3.x/trunk/limb/web_app/settings/wact.conf.php	2007-10-03 19:13:41 UTC (rev 6374)
@@ -0,0 +1,8 @@
+<?php
+$conf = array(
+'forcescan' => false,  #Force to scan directories for tags, filters and properties (very slow)
+'forcecompile' => true #Force every template to be re-compiled on every request. Option is used
+                       #for debugging templates when developing template generation code
+
+);
+

Added: 3.x/trunk/limb/web_app/skel/settings/macro.conf.php
===================================================================
--- 3.x/trunk/limb/web_app/skel/settings/macro.conf.php	                        (rev 0)
+++ 3.x/trunk/limb/web_app/skel/settings/macro.conf.php	2007-10-03 19:13:41 UTC (rev 6374)
@@ -0,0 +1,8 @@
+<?php
+$conf = array(
+'forcescan' => false,  #Force to scan directories for tags, filters and properties (very slow)
+'forcecompile' => true #Force every template to be re-compiled on every request. Option is used
+                       #for debugging templates when developing template generation code
+
+);
+



More information about the limb-svn mailing list