From dev-return-12178-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Oct 09 01:19:47 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 11308 invoked from network); 9 Oct 2010 01:19:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Oct 2010 01:19:46 -0000 Received: (qmail 68256 invoked by uid 500); 9 Oct 2010 01:19:29 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 68205 invoked by uid 500); 9 Oct 2010 01:19:29 -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 68161 invoked by uid 99); 9 Oct 2010 01:19:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 01:19:29 +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; Sat, 09 Oct 2010 01:19:28 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o991J6u3003305 for ; Sat, 9 Oct 2010 01:19:06 GMT Message-ID: <20165080.50051286587146628.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 21:19:06 -0400 (EDT) From: "Paul Joseph Davis (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 ] Paul Joseph Davis updated COUCHDB-792: -------------------------------------- Skill Level: New Contributors Level (Easy) > 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.