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 581B0115C0 for ; Thu, 10 Jul 2014 14:50:37 +0000 (UTC) Received: (qmail 48061 invoked by uid 500); 10 Jul 2014 14:50:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 47807 invoked by uid 500); 10 Jul 2014 14:50:35 -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 47289 invoked by uid 99); 10 Jul 2014 14:50:35 -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, 10 Jul 2014 14:50:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B5C309AB0DA; Thu, 10 Jul 2014 14:50:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 10 Jul 2014 14:50:52 -0000 Message-Id: <34913c6c2941447bb176b9e1078649de@git.apache.org> In-Reply-To: <8695c4d5533e4cb194bef5e189e65e55@git.apache.org> References: <8695c4d5533e4cb194bef5e189e65e55@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/50] couchdb commit: updated refs/heads/master to 6526051 permit . within database names to allow shard browsing on :5986 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/105a99a0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/105a99a0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/105a99a0 Branch: refs/heads/master Commit: 105a99a048d2b70768582983a404ba810fd714b9 Parents: 4caa18b Author: Robert Newson Authored: Wed May 14 16:11:42 2014 +0100 Committer: Robert Newson Committed: Wed May 14 16:14:08 2014 +0100 ---------------------------------------------------------------------- share/www/script/futon.browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/105a99a0/share/www/script/futon.browse.js ---------------------------------------------------------------------- diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 3fda707..cf7e70d 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/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 + ".", {