_rewrite handler

2009-12-04 Thread Benoit Chesneau
Hi all, I created a branch* based on trunk on my Github repository that allows url rewriting in CouchDB: http://github.com/benoitc/couchdb/tree/rewrite The design is very simple. Everything is managed via a simple javascript function that return a path or throw 'forbidden', 'unauthorized' and

[jira] Updated: (COUCHDB-591) _rewrite handler

2009-12-04 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau updated COUCHDB-591: Attachment: couchdb_rewrite.patch _rewrite handler

[jira] Created: (COUCHDB-591) _rewrite handler

2009-12-04 Thread Benoit Chesneau (JIRA)
_rewrite handler Key: COUCHDB-591 URL: https://issues.apache.org/jira/browse/COUCHDB-591 Project: CouchDB Issue Type: New Feature Components: HTTP Interface Affects Versions: 0.11 Reporter: Benoit

Re: Archiving old releases

2009-12-04 Thread Benoit Chesneau
On Thu, Dec 3, 2009 at 8:53 PM, Paul Davis paul.joseph.da...@gmail.com wrote: I would think the last release from the previous two version branches would be enough. Ie, 0.9.2 and 0.10.1. Releasing 0.11.0 means removing 0.9.x etc etc. I thought that too, but then you loose the full change

Re: Updating the CouchDB roadmap

2009-12-04 Thread Noah Slater
On 3 Dec 2009, at 19:29, Noah Slater wrote: As part of the release procedure, this is a request to update the roadmap document: http://couchdb.apache.org/roadmap.html Please comment on what should be added, and what should be removed. After a we reach consensus, I will update

Re: Updating the CouchDB roadmap

2009-12-04 Thread Dirkjan Ochtman
On Fri, Dec 4, 2009 at 18:32, Noah Slater nsla...@tumbolia.org wrote: Hey, does anyone want to start the discussion off? Question from one of those trailing around on actual releases, that may help getting started: what big-ticket features are in trunk, but not 0.10.1? Cheers, Dirkjan

Re: Updating the CouchDB roadmap

2009-12-04 Thread Robert Newson
Support for compressed attachments? I think there's a ticket for it, but the basic idea is to support Accept-Encoding/Content-Encoding form the client and store the attachment with compression (and decompressing on demand). A bulk insertion endpoint that included attachments (without base64

[jira] Created: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Ari Lerner (JIRA)
Build and configure without the js library -- Key: COUCHDB-592 URL: https://issues.apache.org/jira/browse/COUCHDB-592 Project: CouchDB Issue Type: New Feature Components: Build System

Re: Ang.: Re: using Erlang's debugger with couchdb

2009-12-04 Thread Filipe David Manana
Hello, thanks for the suggestion Torbjörn, I had not yet the time to test it but it seems promising (I am mostly an Emacs user also). It's on my todo list now. I found the cause of the problem. When debugging using Erlang's debugger, he considers the Length variable used in the second case

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Noah Slater (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786082#action_12786082 ] Noah Slater commented on COUCHDB-592: - I'm not sure what you want. Do you want to be

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Ari Lerner (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786088#action_12786088 ] Ari Lerner commented on COUCHDB-592: I don't want to have to require the SpiderMonkey

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786121#action_12786121 ] Paul Joseph Davis commented on COUCHDB-592: --- The quickest thing to do would be

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Glenn Rempe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786150#action_12786150 ] Glenn Rempe commented on COUCHDB-592: - Noah, I believe you can use CouchDB without

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786156#action_12786156 ] Paul Joseph Davis commented on COUCHDB-592: --- Don't forget the ICU dependency

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786157#action_12786157 ] Paul Joseph Davis commented on COUCHDB-592: --- Also, I should mention that I don't

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Ari Lerner (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786159#action_12786159 ] Ari Lerner commented on COUCHDB-592: Perhaps I'm mistaken, but I don't see the

[jira] Commented: (COUCHDB-592) Build and configure without the js library

2009-12-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12786243#action_12786243 ] Paul Joseph Davis commented on COUCHDB-592: --- The downside is on the theoretical

Re: [ANNOUNCE] Apache CouchDB 0.10.1 has been released

2009-12-04 Thread Vlad GURDIGA
Gut! =) On Thu, Dec 3, 2009 at 9:21 PM, Noah Slater nsla...@tumbolia.org wrote: Hello, Apache CouchDB 0.10.1 has been released and is available for download:        http://couchdb.apache.org/downloads.html Changes in this release:        * Fixed test suite to work with build system.    

Re: _rewrite handler

2009-12-04 Thread Vlad GURDIGA
This thing was long awaited! Thank you for the effort, Benoît! On Fri, Dec 4, 2009 at 6:30 PM, Benoit Chesneau bchesn...@gmail.com wrote: Hi all, I created a branch*  based on trunk on my Github repository that allows url rewriting in CouchDB: http://github.com/benoitc/couchdb/tree/rewrite

Re: _rewrite handler

2009-12-04 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benoit Chesneau wrote: The design is very simple. Everything is managed via a simple javascript function that return a path or throw 'forbidden', 'unauthorized' and not found errors. The request object is passed to the function and then depending