Re: Website redesign

2009-08-03 Thread Chris Anderson
On Sun, Aug 2, 2009 at 10:59 PM, Noah Slaternsla...@apache.org wrote: On Sun, Aug 02, 2009 at 10:40:25PM -0700, Nitin Borwankar wrote: william cinnebar wrote: my vote is for christopher lenz designs or other non generic styles I would tend to agree. I'm not sure I understand what you're

Re: Native Erlang view server

2009-08-03 Thread Mark Hammond
On 28/07/2009 12:53 PM, Paul Davis wrote: Hey, I zoned out a bit and finished getting the native Erlang view server passing all of the rspec tests. The code can be found online at [1] and I'll also attach a patch. If anyone wants to play with it, that'd be pretty cool. There's probably a bit

[jira] Updated: (COUCHDB-377) allow native view servers

2009-08-03 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hammond updated COUCHDB-377: - Attachment: native_query_servers2.patch An integrated patch, including all previous patches,

POST with _id

2009-08-03 Thread Brian Candler
Is there any reason why, if you POST a document to a database and that document has an _id member, why this is ignored and a server-generated _id is used instead? $ curl -X PUT http://127.0.0.1:5984/sample {ok:true} $ curl --data-binary '{_id:foo,bar:baz}' -X POST http://127.0.0.1:5984/sample

Re: Project description

2009-08-03 Thread Robert Dionne
It looks like the update didn't happen, it's still showing the old version? On Aug 2, 2009, at 9:03 PM, Noah Slater wrote: Hey, I have updated the CouchDB site now. The changes should replicate out to the public site in about half an hour. Thanks for your input. Best, -- Noah

Re: POST with _id

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 11:04, Brian Candler wrote: Is there any reason why, if you POST a document to a database and that document has an _id member, why this is ignored and a server- generated _id is used instead? $ curl -X PUT http://127.0.0.1:5984/sample {ok:true} $ curl --data-binary

[jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed

2009-08-03 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738340#action_12738340 ] Adam Kocoloski commented on COUCHDB-370: Hi Mark, my take on the code in

[jira] Commented: (COUCHDB-441) Finally implement pre-write-doc-edit handlers.

2009-08-03 Thread Curt Arnold (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738384#action_12738384 ] Curt Arnold commented on COUCHDB-441: - 1. Other than possibly adding a ?include_doc(s)

[jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed

2009-08-03 Thread Damien Katz (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738390#action_12738390 ] Damien Katz commented on COUCHDB-370: - While I agree we should prevent unnecessary VM

Re: History Proposal

2009-08-03 Thread Damien Katz
On Aug 2, 2009, at 3:29 PM, Chris Anderson wrote: On Sat, Aug 1, 2009 at 3:29 AM, Jason Daviesja...@jasondavies.com wrote: On 31 Jul 2009, at 14:42, Benoit Chesneau wrote: 2009/7/31 Jason Davies ja...@jasondavies.com: The main points of this proposal are: 1. Store the historical

Re: POST with _id

2009-08-03 Thread Brian Candler
On Mon, Aug 03, 2009 at 01:10:42PM +0200, Jan Lehnardt wrote: On 3 Aug 2009, at 11:04, Brian Candler wrote: Is there any reason why, if you POST a document to a database and that document has an _id member, why this is ignored and a server- generated _id is used instead? $ curl -X PUT

Re: History Proposal

2009-08-03 Thread Damien Katz
On Aug 3, 2009, at 11:55 AM, Jason Davies wrote: Hi Damien, On 3 Aug 2009, at 16:39, Damien Katz wrote: On Aug 2, 2009, at 3:29 PM, Chris Anderson wrote: On Sat, Aug 1, 2009 at 3:29 AM, Jason Daviesja...@jasondavies.com wrote: On 31 Jul 2009, at 14:42, Benoit Chesneau wrote:

Re: History Proposal

2009-08-03 Thread Robert Dionne
On Aug 3, 2009, at 12:09 PM, Damien Katz wrote: On Aug 3, 2009, at 11:55 AM, Jason Davies wrote: Hi Damien, On 3 Aug 2009, at 16:39, Damien Katz wrote: On Aug 2, 2009, at 3:29 PM, Chris Anderson wrote: On Sat, Aug 1, 2009 at 3:29 AM, Jason Daviesja...@jasondavies.com wrote: On 31

Re: History Proposal

2009-08-03 Thread Rune Skou Larsen
Damien Katz skrev: 2009/7/31 Jason Davies ja...@jasondavies.com: The main points of this proposal are: 1. Store the historical versions of documents in a separate database. This is for a number of reasons: a) keeping it separate means we don't clog up the main database with

Re: History Proposal

2009-08-03 Thread Jason Davies
On 3 Aug 2009, at 17:26, Rune Skou Larsen wrote: Damien Katz skrev: 2009/7/31 Jason Davies ja...@jasondavies.com: The main points of this proposal are: 1. Store the historical versions of documents in a separate database. This is for a number of reasons: a) keeping it separate means we don't

[jira] Updated: (COUCHDB-245) Couch uses the erlang stdlib module regexp, which is deprecated and set to be removed. It should use the module re instead.

2009-08-03 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-245: --- Priority: Minor (was: Major) Fix Version/s: 0.10 Thanks for the updated patch,

Re: Project description

2009-08-03 Thread Noah Slater
On Mon, Aug 03, 2009 at 01:19:05PM +0200, Jan Lehnardt wrote: It looks like Noah missed a step publishing. I triggered the update. It should be synced in the near future. Silly me, thanks Jan. -- Noah Slater, http://tumbolia.org/nslater

Re: POST with _id

2009-08-03 Thread Paul Davis
On Mon, Aug 3, 2009 at 11:51 AM, Brian Candlerb.cand...@pobox.com wrote: On Mon, Aug 03, 2009 at 01:10:42PM +0200, Jan Lehnardt wrote: On 3 Aug 2009, at 11:04, Brian Candler wrote: Is there any reason why, if you POST a document to a database and that document has an _id member, why this is

Re: POST with _id

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 19:37, Paul Davis wrote: Either way, perhaps we should poll the community and see what the general consensus would be for respecting an _id or _rev in the POST body? “Be strict in what you send, but generous in what you receive” — The Internets Cheers Jan --

[jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed

2009-08-03 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738471#action_12738471 ] Paul Joseph Davis commented on COUCHDB-370: --- Is this something we can hook into

Re: POST with _id

2009-08-03 Thread Paul Davis
On Mon, Aug 3, 2009 at 1:43 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 19:37, Paul Davis wrote: Either way, perhaps we should poll the community and see what the general consensus would be for respecting an _id or _rev in the POST body? “Be strict in what you send, but

Re: POST with _id

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 20:19, Paul Davis wrote: On Mon, Aug 3, 2009 at 1:43 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 19:37, Paul Davis wrote: Either way, perhaps we should poll the community and see what the general consensus would be for respecting an _id or _rev in the POST

Re: POST with _id

2009-08-03 Thread Paul Davis
On Mon, Aug 3, 2009 at 2:27 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 20:19, Paul Davis wrote: On Mon, Aug 3, 2009 at 1:43 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 19:37, Paul Davis wrote: Either way, perhaps we should poll the community and see what the

Re: Website redesign

2009-08-03 Thread maddiin
Noah Slater schrieb: Hey, I am extremely grateful to Christopher Lenz for designing the first version of our official Apache site. However, I think it might be the time for a new design. There have been a number of other document databases pop up in the last year, and we would do well to keep

Re: [jira] Updated: (COUCHDB-245) Couch uses the erlang stdlib module regexp, which is deprecated and set to be removed. It should use the module re instead.

2009-08-03 Thread Adam Kocoloski
Wow, I didn't realize re.erl was only really available in R13B. I figured for new code I ought to not be using the regexp module, but this gives me pause. Adam On Aug 3, 2009, at 3:29 PM, Damien Katz wrote: Switching from regexp to re mean we can't support Erlang R12, but I'm not sure

Re: POST with _id

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 21:13, Paul Davis wrote: On Mon, Aug 3, 2009 at 2:27 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 20:19, Paul Davis wrote: On Mon, Aug 3, 2009 at 1:43 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 19:37, Paul Davis wrote: Either way, perhaps we

Re: [jira] Updated: (COUCHDB-245) Couch uses the erlang stdlib module regexp, which is deprecated and set to be removed. It should use the module re instead.

2009-08-03 Thread Jan Lehnardt
re.erl is in R12B-5: http://erlang.org/documentation/doc-5.6.5/lib/stdlib-1.15.5/doc/html/re.html Cheers Jan -- On 3 Aug 2009, at 21:40, Adam Kocoloski wrote: Wow, I didn't realize re.erl was only really available in R13B. I figured for new code I ought to not be using the regexp module,

Re: Website redesign

2009-08-03 Thread Noah Slater
On Mon, Aug 03, 2009 at 09:17:24PM +0200, maddiin wrote: 1. Classic color scheme http://twitpic.com/cndv0 Nice. 2. Planet color scheme http://twitpic.com/cne19 Wow, this is fantastic. To make this even better, I think we need to: * Reduce the size of the logo. * Get the word Apache

Re: POST with _id

2009-08-03 Thread Dirkjan Ochtman
On Mon, Aug 3, 2009 at 20:27, Jan Lehnardtj...@apache.org wrote: I remember stumbling over this at least twice in the (distant) past. I prefer the forced PUT, but then I'm also the one to argue intuitive APIs. Considering no downsides (usually Damien adds or leaves out features for a reason),

dev@ for development discussions (Was: POST with _id)

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 22:40, Paul Davis wrote: On Mon, Aug 3, 2009 at 3:41 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 21:13, Paul Davis wrote: On Mon, Aug 3, 2009 at 2:27 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 20:19, Paul Davis wrote: On Mon, Aug 3, 2009 at

Re: dev@ for development discussions (Was: POST with _id)

2009-08-03 Thread Paul Davis
On Mon, Aug 3, 2009 at 5:23 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 22:40, Paul Davis wrote: On Mon, Aug 3, 2009 at 3:41 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 21:13, Paul Davis wrote: On Mon, Aug 3, 2009 at 2:27 PM, Jan Lehnardtj...@apache.org wrote:

Re: Website redesign

2009-08-03 Thread Chris Anderson
On Mon, Aug 3, 2009 at 12:17 PM, maddiinmadd...@googlemail.com wrote: Noah Slater schrieb: Hey, I am extremely grateful to Christopher Lenz for designing the first version of our official Apache site. However, I think it might be the time for a new design. There have been a number of other

Re: dev@ for development discussions (Was: POST with _id)

2009-08-03 Thread Jan Lehnardt
On 3 Aug 2009, at 23:29, Paul Davis wrote: On Mon, Aug 3, 2009 at 5:23 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 22:40, Paul Davis wrote: On Mon, Aug 3, 2009 at 3:41 PM, Jan Lehnardtj...@apache.org wrote: On 3 Aug 2009, at 21:13, Paul Davis wrote: On Mon, Aug 3, 2009 at

Re: POST with _id

2009-08-03 Thread Chris Anderson
On Mon, Aug 3, 2009 at 1:48 PM, Dirkjan Ochtmandirk...@ochtman.nl wrote: On Mon, Aug 3, 2009 at 20:27, Jan Lehnardtj...@apache.org wrote: I remember stumbling over this at least twice in the (distant) past. I prefer the forced PUT, but then I'm also the one to argue intuitive APIs. Considering

[jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed

2009-08-03 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738677#action_12738677 ] Mark Hammond commented on COUCHDB-370: -- Damien writes: A correct solution is one or

Re: Website redesign

2009-08-03 Thread Will Hartung
The second one is much more relaxing IMHO. The black was a bit stark. Regards, Will Hartung

[jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed

2009-08-03 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738697#action_12738697 ] Paul Joseph Davis commented on COUCHDB-370: --- Is it possible to make

Re: POST with _id

2009-08-03 Thread Mark Hammond
On 4/08/2009 7:44 AM, Chris Anderson wrote: On Mon, Aug 3, 2009 at 1:48 PM, Dirkjan Ochtmandirk...@ochtman.nl wrote: On Mon, Aug 3, 2009 at 20:27, Jan Lehnardtj...@apache.org wrote: I remember stumbling over this at least twice in the (distant) past. I prefer the forced PUT, but then I'm

Re: Website redesign

2009-08-03 Thread Nicholas Orr
On Tue, Aug 4, 2009 at 5:17 AM, maddiin madd...@googlemail.com wrote: Noah Slater schrieb: Hey, I am extremely grateful to Christopher Lenz for designing the first version of our official Apache site. However, I think it might be the time for a new design. There have been a number of

Re: Website redesign

2009-08-03 Thread Randall Leeds
On Mon, Aug 3, 2009 at 15:17, maddiin madd...@googlemail.com wrote: I 've made a quick layout trying to match your list. Screenshots are taken with a resolution of 1024x768. 1. Classic color scheme http://twitpic.com/cndv0 2. Planet color scheme http://twitpic.com/cne19 I like the Planet

[jira] Updated: (COUCHDB-446) allow list function and view function to be in different design docs.

2009-08-03 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hammond updated COUCHDB-446: - Attachment: x_doc_list.patch addresses issue, including test. allow list function and view

[jira] Created: (COUCHDB-446) allow list function and view function to be in different design docs.

2009-08-03 Thread Mark Hammond (JIRA)
allow list function and view function to be in different design docs. - Key: COUCHDB-446 URL: https://issues.apache.org/jira/browse/COUCHDB-446 Project: CouchDB Issue Type: