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 58A5D10785 for ; Fri, 14 Mar 2014 03:26:52 +0000 (UTC) Received: (qmail 23850 invoked by uid 500); 14 Mar 2014 03:26:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 23727 invoked by uid 500); 14 Mar 2014 03:26:49 -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 23715 invoked by uid 99); 14 Mar 2014 03:26:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 03:26:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 23FEB980AE8; Fri, 14 Mar 2014 03:26:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Message-Id: <535e43a2b4d54edc957bcdb6fdf71491@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/2164-attachments-encoded to 9a6ff0d Date: Fri, 14 Mar 2014 03:26:45 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/2164-attachments-encoded [created] 9a6ff0df6 encoded attachment name Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9a6ff0df Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9a6ff0df Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9a6ff0df Branch: refs/heads/2164-attachments-encoded Commit: 9a6ff0df6bd27558cbf5d70e648a640cfc4691dc Parents: 4f7cb15 Author: suelockwood Authored: Thu Mar 13 23:26:33 2014 -0400 Committer: suelockwood Committed: Thu Mar 13 23:26:33 2014 -0400 ---------------------------------------------------------------------- src/fauxton/app/addons/documents/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9a6ff0df/src/fauxton/app/addons/documents/views.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/documents/views.js b/src/fauxton/app/addons/documents/views.js index 48075e8..e104a69 100644 --- a/src/fauxton/app/addons/documents/views.js +++ b/src/fauxton/app/addons/documents/views.js @@ -940,7 +940,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum fileName: key, size: att.length, contentType: att.content_type, - url: this.model.url() + '/' + key + url: this.model.url() + '/' + app.utils.safeURLName(key) }; }, this); },