You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Brian Palmer (JIRA)" <ji...@apache.org> on 2009/01/10 00:05:59 UTC

[jira] Updated: (COUCHDB-202) [PATCH] Support other languages for views in Futon

     [ https://issues.apache.org/jira/browse/COUCHDB-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Palmer updated COUCHDB-202:
---------------------------------

    Attachment: Futon_languages_support.patch

Patch against the latest SVN trunk r733173

> [PATCH] Support other languages for views in Futon
> --------------------------------------------------
>
>                 Key: COUCHDB-202
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-202
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Administration Console
>            Reporter: Brian Palmer
>         Attachments: Futon_languages_support.patch
>
>
> Attached is a small patch to generalize Futon to support any language defined in the .ini file. If the language is recognized, Futon will use the correct "stub" map function in the edit textarea. Currently I've added stub map methods for javascript and ruby, more could be added.
> Languages are checked on save and handled conservatively. So once a view has been created, its language cannot be changed. And when first saving a view, the target document's language is checked and an error is returned if the languages don't match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.