Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 52329 invoked from network); 25 Jun 2010 14:11:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 14:11:50 -0000 Received: (qmail 52724 invoked by uid 500); 25 Jun 2010 14:11:50 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 52601 invoked by uid 500); 25 Jun 2010 14:11:50 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 52594 invoked by uid 99); 25 Jun 2010 14:11:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 14:11:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 14:11:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 938DF2388A3B; Fri, 25 Jun 2010 14:10:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r957955 - in /couchdb/branches/0.11.x/share/www: couch_tests.html dialog/_share_test_reports.html style/layout.css Date: Fri, 25 Jun 2010 14:10:53 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100625141053.938DF2388A3B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Fri Jun 25 14:10:53 2010 New Revision: 957955 URL: http://svn.apache.org/viewvc?rev=957955&view=rev Log: Merge r952326 from trunk: button on test suite page to replicate test_suite_reports to community couchdb Added: couchdb/branches/0.11.x/share/www/dialog/_share_test_reports.html Modified: couchdb/branches/0.11.x/share/www/couch_tests.html couchdb/branches/0.11.x/share/www/style/layout.css Modified: couchdb/branches/0.11.x/share/www/couch_tests.html URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/share/www/couch_tests.html?rev=957955&r1=957954&r2=957955&view=diff ============================================================================== --- couchdb/branches/0.11.x/share/www/couch_tests.html [utf-8] (original) +++ couchdb/branches/0.11.x/share/www/couch_tests.html [utf-8] Fri Jun 25 14:10:53 2010 @@ -35,6 +35,14 @@ specific language governing permissions $("#toolbar button.load").click(function() { location.reload(true); }); + $("#toolbar button.share").click(function() { + $.showDialog("dialog/_share_test_reports.html", { + submit: function(data, callback) { + $.couch.replicate("test_suite_reports", "http://couchdb.couchdb.org/test_suite_reports"); + callback(); + } + }); + }); $("#toolbar button.add").click(function() { location = "custom_test.html"; }); @@ -52,6 +60,7 @@ specific language governing permissions
  • +

Added: couchdb/branches/0.11.x/share/www/dialog/_share_test_reports.html URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/share/www/dialog/_share_test_reports.html?rev=957955&view=auto ============================================================================== --- couchdb/branches/0.11.x/share/www/dialog/_share_test_reports.html (added) +++ couchdb/branches/0.11.x/share/www/dialog/_share_test_reports.html Fri Jun 25 14:10:53 2010 @@ -0,0 +1,42 @@ + +

+

Share Test Reports

+
+

+ After each test run, a results summary document is stored in + your local + test_suite_reports database. The data has no personally + identifying information, just details about the test run and your CouchDB + and browser versions. (Click the red link above to see what's stored.) + The data remains private until you click the "share" button below. +

+

+ Test reports are very valuable to the CouchDB community, and are easy to share. + Clicking the "share" button below triggers replication from + your local test_suite_reports database, to a database hosted by the + project. +

+

+ + Browse test reports shared by other users. + Thank you for sharing! +

+
+
+ + +
+
Modified: couchdb/branches/0.11.x/share/www/style/layout.css URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/share/www/style/layout.css?rev=957955&r1=957954&r2=957955&view=diff ============================================================================== --- couchdb/branches/0.11.x/share/www/style/layout.css (original) +++ couchdb/branches/0.11.x/share/www/style/layout.css Fri Jun 25 14:10:53 2010 @@ -242,6 +242,7 @@ body.fullwidth #wrap { margin-right: 0; #toolbar button.load { background-image: url(../image/load.png); } #toolbar button.run { background-image: url(../image/run.png); } #toolbar button.save { background-image: url(../image/save.png); } +#toolbar button.share { background-image: url(../image/compact.png); } /* Dialogs */