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 71DC91059D for ; Tue, 15 Oct 2013 10:23:35 +0000 (UTC) Received: (qmail 21094 invoked by uid 500); 15 Oct 2013 10:23:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 20798 invoked by uid 500); 15 Oct 2013 10:23:27 -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 20791 invoked by uid 99); 15 Oct 2013 10:23:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 10:23:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 94E128B4604; Tue, 15 Oct 2013 10:23:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Message-Id: <7ecaa1fe623d40e0874ea7071ff4f9fb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/1813-verify-install to 5513e8c Date: Tue, 15 Oct 2013 10:23:26 +0000 (UTC) Updated Branches: refs/heads/1813-verify-install [created] 5513e8c8e working first version Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5513e8c8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5513e8c8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5513e8c8 Branch: refs/heads/1813-verify-install Commit: 5513e8c8eebe3a4b985f01f557703dcf41d3a0f2 Parents: 1944276 Author: Garren Smith Authored: Tue Oct 15 12:23:00 2013 +0200 Committer: Garren Smith Committed: Tue Oct 15 12:23:00 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/resources.js | 1 - src/fauxton/settings.json.default | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5513e8c8/src/fauxton/app/modules/documents/resources.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/resources.js b/src/fauxton/app/modules/documents/resources.js index 901ba83..dca9b20 100644 --- a/src/fauxton/app/modules/documents/resources.js +++ b/src/fauxton/app/modules/documents/resources.js @@ -12,7 +12,6 @@ define([ "app", - "api" ], http://git-wip-us.apache.org/repos/asf/couchdb/blob/5513e8c8/src/fauxton/settings.json.default ---------------------------------------------------------------------- diff --git a/src/fauxton/settings.json.default b/src/fauxton/settings.json.default index 4964135..ce45e26 100644 --- a/src/fauxton/settings.json.default +++ b/src/fauxton/settings.json.default @@ -8,7 +8,8 @@ { "name": "plugins" }, { "name": "contribute" }, { "name": "permissions" }, - { "name": "auth" } + { "name": "auth" }, + { "name": "verifyinstall" } ], "template": { "development": {