You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/12/27 16:11:22 UTC

git commit: updated refs/heads/master to 234a02a

Updated Branches:
  refs/heads/master bc378807a -> 234a02ab4


Encode the create a new doc link


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/234a02ab
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/234a02ab
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/234a02ab

Branch: refs/heads/master
Commit: 234a02ab458c1efc3f3daca15b7734fde2e2b8e4
Parents: bc37880
Author: suelockwood <de...@apache.org>
Authored: Fri Dec 27 10:11:20 2013 -0500
Committer: suelockwood <de...@apache.org>
Committed: Fri Dec 27 10:11:20 2013 -0500

----------------------------------------------------------------------
 src/fauxton/app/modules/documents/views.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/234a02ab/src/fauxton/app/modules/documents/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js
index a0775a1..8126f20 100644
--- a/src/fauxton/app/modules/documents/views.js
+++ b/src/fauxton/app/modules/documents/views.js
@@ -463,7 +463,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum
       recordStart = this.collection.recordStart();
 
       return {
-        database: this.collection.database.id,
+        database: app.mixins.safeURLName(this.collection.database.id),
         updateSeq: updateSeq,
         offset: recordStart,
         totalRows: totalRows,