[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.