Return-Path: Delivered-To: apmail-tapestry-commits-archive@locus.apache.org Received: (qmail 27382 invoked from network); 20 Jun 2007 21:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 21:27:58 -0000 Received: (qmail 76071 invoked by uid 500); 20 Jun 2007 21:28:01 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 76051 invoked by uid 500); 20 Jun 2007 21:28:01 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 76041 invoked by uid 99); 20 Jun 2007 21:28:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 14:28:01 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 14:27:57 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C9D501A981C; Wed, 20 Jun 2007 14:27:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Wed, 20 Jun 2007 21:27:36 -0000 To: commits@tapestry.apache.org From: jkuhnert@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070620212736.C9D501A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ debugEnabled boolean no - true + false Turns browser level logging completely on/off. 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 @@ - + Allows turning browser debug logging statements on/off. 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 @@ /script script /script - script - /script link /head body 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 @@ /script script /script - script - /script /head body br