Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 337A27E2C for ; Mon, 18 Jul 2011 12:32:08 +0000 (UTC) Received: (qmail 75717 invoked by uid 500); 18 Jul 2011 12:32:08 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 75641 invoked by uid 500); 18 Jul 2011 12:32:07 -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 75632 invoked by uid 99); 18 Jul 2011 12:32:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 12:32:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 18 Jul 2011 12:32:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BC56D238890D for ; Mon, 18 Jul 2011 12:31:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1147832 - in /couchdb/trunk/share/www: _sidebar.html style/layout.css verify_install.html Date: Mon, 18 Jul 2011 12:31:45 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110718123145.BC56D238890D@eris.apache.org> Author: jan Date: Mon Jul 18 12:31:45 2011 New Revision: 1147832 URL: http://svn.apache.org/viewvc?rev=1147832&view=rev Log: Add a "Verify Installation" page to Futon. The "verify install" procedure replaces the full JS test suite for users to see if they installation is correct. The tests run check for CouchDB's basic feature set and should notify users of the most common installation issues. The full test suite is demoted to be "for Developers" in the sidebar, so that core CouchDB developers can keep using this for development and release testing, but end-users won't have to deal with the various browser and runtime issues on different hardware. Added: couchdb/trunk/share/www/verify_install.html Modified: couchdb/trunk/share/www/_sidebar.html couchdb/trunk/share/www/style/layout.css Modified: couchdb/trunk/share/www/_sidebar.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/_sidebar.html?rev=1147832&r1=1147831&r2=1147832&view=diff ============================================================================== --- couchdb/trunk/share/www/_sidebar.html (original) +++ couchdb/trunk/share/www/_sidebar.html Mon Jul 18 12:31:45 2011 @@ -23,7 +23,13 @@ specific language governing permissions
  • Configuration
  • Replicator
  • Status
  • -
  • Test Suite
  • +
  • Verify Installation
  • +

  • +
  • For Developers: + +
  • Recent Databases
      Modified: couchdb/trunk/share/www/style/layout.css URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/style/layout.css?rev=1147832&r1=1147831&r2=1147832&view=diff ============================================================================== --- couchdb/trunk/share/www/style/layout.css (original) +++ couchdb/trunk/share/www/style/layout.css Mon Jul 18 12:31:45 2011 @@ -562,6 +562,10 @@ body.loading #dialog h2 { background-image: url(../image/test_failure.gif) no-repeat; color: #c00; } +#result { + color: #060; +} + /* Configuration */ #config tbody th { background: #e6e6e6; border-right: none; Added: couchdb/trunk/share/www/verify_install.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/verify_install.html?rev=1147832&view=auto ============================================================================== --- couchdb/trunk/share/www/verify_install.html (added) +++ couchdb/trunk/share/www/verify_install.html Mon Jul 18 12:31:45 2011 @@ -0,0 +1,118 @@ + + + + + Test Suite + + + + + + + + + + + + +
      +

      + Overview + Verify Install +

      +
      +
        +
      • +
      +
      +
      +