You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2007/06/20 23:27:36 UTC

svn commit: r549244 - in /tapestry/tapestry4/trunk: src/site/xdoc/components/general/shell.xml tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc tapestry-framework/src/scripts/TestLibrary.xml tapestry-framework/src/scripts/TestSimple.xml

Author: jkuhnert
Date: Wed Jun 20 14:27:35 2007
New Revision: 549244

URL: http://svn.apache.org/viewvc?view=rev&rev=549244
Log:
TAPESTRY-1589. Make debug disabled by default.

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc
    tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestLibrary.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestSimple.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml?view=diff&rev=549244&r1=549243&r2=549244
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml Wed Jun 20 14:27:35 2007
@@ -236,7 +236,7 @@
                         <td>debugEnabled</td>
                         <td>boolean</td>
                         <td>no</td>
-                        <td>true</td>
+                        <td>false</td>
                         <td>
                             Turns browser level logging completely on/off.
                         </td>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc?view=diff&rev=549244&r1=549243&r2=549244
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Shell.jwc Wed Jun 20 14:27:35 2007
@@ -115,7 +115,7 @@
         </description>
     </parameter>
 
-    <parameter name="debugEnabled" default-value="true">
+    <parameter name="debugEnabled" default-value="false">
         <description>Allows turning browser debug logging statements on/off.</description>
     </parameter>
     

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestLibrary.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestLibrary.xml?view=diff&rev=549244&r1=549243&r2=549244
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestLibrary.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestLibrary.xml Wed Jun 20 14:27:35 2007
@@ -58,8 +58,6 @@
         <match>/script</match>
         <match>script</match>
         <match>/script</match>
-        <match>script</match>
-        <match>/script</match>
         <match>link</match>
 		<match>/head</match>
 		<match>body</match>	

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestSimple.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestSimple.xml?view=diff&rev=549244&r1=549243&r2=549244
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestSimple.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/scripts/TestSimple.xml Wed Jun 20 14:27:35 2007
@@ -51,8 +51,6 @@
         <match>/script</match>
         <match>script</match>
         <match>/script</match>
-        <match>script</match>
-        <match>/script</match>
         <match>/head</match>
 		<match>body</match>	
 		<match>br</match>