Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 3087 invoked from network); 12 Aug 2010 17:24:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 17:24:44 -0000 Received: (qmail 8079 invoked by uid 500); 12 Aug 2010 17:24:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 8020 invoked by uid 500); 12 Aug 2010 17:24:43 -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 8012 invoked by uid 99); 12 Aug 2010 17:24:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 17:24:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 17:24:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7CHOJb0029588 for ; Thu, 12 Aug 2010 17:24:19 GMT Message-ID: <914472.309071281633859786.JavaMail.jira@thor> Date: Thu, 12 Aug 2010 13:24:19 -0400 (EDT) From: "Noah Slater (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-792) Bespin integrated in Futon views editor In-Reply-To: <12085768.22321276180513600.JavaMail.jira@thor> 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-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Slater updated COUCHDB-792: -------------------------------- Fix Version/s: 0.11.3 (was: 0.11.2) > Bespin integrated in Futon views editor > --------------------------------------- > > Key: COUCHDB-792 > URL: https://issues.apache.org/jira/browse/COUCHDB-792 > Project: CouchDB > Issue Type: New Feature > Components: Futon > Environment: HTML5 / Javascript > Reporter: Mickael Bailly > Priority: Minor > Fix For: 0.11.3 > > Attachments: futon-bespin.patch.gz > > > Here is the "less-intrusive-I-can" patch to enable bespin editor in Futon database views page. > Implementation constraints : > - bespin can't have multiple instances > - bespin can't be enabled=>disabled=>enabled > I also met a bug on Google Chrome because CouchDB doesn't set a charset in HTTP response headers for database.html ... As a result I only succeded with BespinEmbedded 0.7.1. > Implementation details : > - created proxy functions to get and set map/reduce code to/from editor ( instead of $("#viewcode_map").val() ... ) > - created bespin wrapper class -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.