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 6CB0611EDA for ; Thu, 31 Jul 2014 21:43:01 +0000 (UTC) Received: (qmail 52468 invoked by uid 500); 31 Jul 2014 21:42:53 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 52362 invoked by uid 500); 31 Jul 2014 21:42:53 -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 50810 invoked by uid 99); 31 Jul 2014 21:42:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 21:42:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 03FDA951B55; Thu, 31 Jul 2014 21:42:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 31 Jul 2014 21:43:35 -0000 Message-Id: <17e67de1b29241dd92a0934f51a5ded0@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [45/51] [abbrv] futon commit: updated refs/heads/import-master to 53a86dd permit . within database names to allow shard browsing on :5986 Project: http://git-wip-us.apache.org/repos/asf/couchdb-futon/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-futon/commit/fc5abecd Tree: http://git-wip-us.apache.org/repos/asf/couchdb-futon/tree/fc5abecd Diff: http://git-wip-us.apache.org/repos/asf/couchdb-futon/diff/fc5abecd Branch: refs/heads/import-master Commit: fc5abecd5fa48a0fb55e9462eed87e79c0315141 Parents: 7b0154f Author: Robert Newson Authored: Wed May 14 16:11:42 2014 +0100 Committer: Robert Newson Committed: Wed May 14 16:14:08 2014 +0100 ---------------------------------------------------------------------- script/futon.browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-futon/blob/fc5abecd/script/futon.browse.js ---------------------------------------------------------------------- diff --git a/script/futon.browse.js b/script/futon.browse.js index 3fda707..cf7e70d 100644 --- a/script/futon.browse.js +++ b/script/futon.browse.js @@ -131,7 +131,7 @@ var urlParts = location.search.substr(1).split("/"); var dbName = decodeURIComponent(urlParts.shift()) - var dbNameRegExp = new RegExp("[^a-z0-9\_\$\(\)\+\/\-]", "g"); + var dbNameRegExp = new RegExp("[^a-z0-9.\_\$\(\)\+\/\-]", "g"); dbName = dbName.replace(dbNameRegExp, ""); $.futon.storage.declareWithPrefix(dbName + ".", {