Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 64530 invoked from network); 10 Jul 2009 20:21:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 20:21:30 -0000 Received: (qmail 28412 invoked by uid 500); 10 Jul 2009 20:21:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 28317 invoked by uid 500); 10 Jul 2009 20:21:39 -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 28307 invoked by uid 99); 10 Jul 2009 20:21:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 20:21:39 +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; Fri, 10 Jul 2009 20:21:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6A63234C004 for ; Fri, 10 Jul 2009 13:21:14 -0700 (PDT) Message-ID: <344128316.1247257274798.JavaMail.jira@brutus> Date: Fri, 10 Jul 2009 13:21:14 -0700 (PDT) From: "Volker Mische (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (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 ] Volker Mische updated COUCHDB-408: ---------------------------------- Attachment: futon-view-url.patch Changes _view URLs in Futon to URLs similar to the HTTP interface. > 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 > Attachments: futon-view-url.patch > > > 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.