From dev-return-5221-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Jul 21 21:18:32 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 30889 invoked from network); 21 Jul 2009 21:18:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 21:18:32 -0000 Received: (qmail 4211 invoked by uid 500); 21 Jul 2009 21:19:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 4137 invoked by uid 500); 21 Jul 2009 21:19:37 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 4127 invoked by uid 99); 21 Jul 2009 21:19:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 21:19:37 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 21:19:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAD52234C044 for ; Tue, 21 Jul 2009 14:19:14 -0700 (PDT) Message-ID: <497570065.1248211154819.JavaMail.jira@brutus> Date: Tue, 21 Jul 2009 14:19:14 -0700 (PDT) From: "Christopher Lenz (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-408) Futon _view URLs should be similar to the HTTP interface In-Reply-To: <342317357.1247257154819.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Lenz resolved COUCHDB-408. -------------------------------------- Resolution: Fixed Thanks for testing, I've applied the patch in r796541. > Futon _view URLs should be similar to the HTTP interface > -------------------------------------------------------- > > Key: COUCHDB-408 > URL: https://issues.apache.org/jira/browse/COUCHDB-408 > Project: CouchDB > Issue Type: Improvement > Components: Administration Console > Affects Versions: 0.9.1 > Reporter: Volker Mische > Assignee: Christopher Lenz > Fix For: 0.10 > > Attachments: futon-view-url-2.patch, futon_design_name_slashes.diff > > > URLs of view in Futon normally look like: > http://localhost:5984/_utils/database.html?db/_design/designdocname/viewname > The HTTP interface is: > http://localhost:5984/db/_design/desigdocname/_view/viewname > The patch changes the URLs to: > http://localhost:5984/_utils/database.html?db/_design/designdocname/_view/viewname > It changes the dropdown menu on the top right to use this new URL, are there any other places where you can get to a view? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.