You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Mickael Bailly (JIRA)" <ji...@apache.org> on 2010/06/10 16:35:13 UTC

[jira] Created: (COUCHDB-792) Bespin integrated in Futon views editor

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


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.


[jira] Updated: (COUCHDB-792) Bespin integrated in Futon views editor

Posted by "Noah Slater (JIRA)" <ji...@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.2
                       (was: 0.11.1)

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


[jira] Commented: (COUCHDB-792) Bespin integrated in Futon views editor

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882224#action_12882224 ] 

Chris Anderson commented on COUCHDB-792:
----------------------------------------

I'm gonna hold off on reviewing this until after 1.0 is out. We don't want to make such a big change just before 1.0 anyway. With all the work that is going into Bespin these dats, I expect this patch (or something like it) will be viable in the next few months.

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


[jira] Updated: (COUCHDB-792) Bespin integrated in Futon views editor

Posted by "Paul Joseph Davis (JIRA)" <ji...@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.


[jira] Updated: (COUCHDB-792) Bespin integrated in Futon views editor

Posted by "Noah Slater (JIRA)" <ji...@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.


[jira] Updated: (COUCHDB-792) Bespin integrated in Futon views editor

Posted by "Mickael Bailly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Bailly updated COUCHDB-792:
-----------------------------------

    Attachment: futon-bespin.patch.gz

patch built on top of CouchDB github repository :

http://github.com/apache/couchdb/commit/5aae08bf66411e4e81b21a3c137627733efa6b26

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