[
https://issues.apache.org/jira/browse/COUCHDB-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622239#comment-15622239
]
ASF subversion and git services commented on COUCHDB-3187:
----------------------------------------------------------
Commit 8b7e186bf7c7aed6f14d1afb3dc52c011ba844b2 in couchdb-fauxton's branch
refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=8b7e186 ]
Fix database-list for dbs with slash in name
This fix for encoded database names also includes a big refactor
of the database page, pulling logic out of the views and gets rid
of backbone models.
- no backbone models for the db list any more
- replaces the jquery tooltips on the db list with react tooltips
- avoiding safeURLName which is broken by design
- no method calls on passed data in views any more
(e.g. `{this.props.db.get('name')}` - focus on plain JSON data
from flux stores
COUCHDB-3187
PR: #782
PR-URL: https://github.com/apache/couchdb-fauxton/pull/782
Reviewed-By: garren smith <[email protected]>
> Fauxton in CouchDB 2.0 can't handle databases with slash in the name.
> ---------------------------------------------------------------------
>
> Key: COUCHDB-3187
> URL: https://issues.apache.org/jira/browse/COUCHDB-3187
> Project: CouchDB
> Issue Type: Bug
> Components: Fauxton
> Reporter: Joern Huxhorn
> Assignee: Robert Kowalski
> Attachments: Screenshot.png
>
>
> {{/_utils/#/_all_dbs}} (the link when you click on "Databases" in Fauxton)
> lists the databases in question but they aren't clickable and the overview
> says "This database failed to load.".
> This is a regression compared to 1.6.1 since Futon could handle databases
> like that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)