svn commit: r957459 - in /couchdb/branches/0.11.x: share/www/script/test/update_documents.js src/couchdb/couch_httpd_show.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 08:59:24 2010 New Revision: 957459 URL: http://svn.apache.org/viewvc?rev=957459view=rev Log: allows client to retrieve the revision of document updated via _update, by providing it in headers. Header is named X-Couch-Update-NewRev. Modified:

svn commit: r957460 - /couchdb/branches/0.11.x/src/couchdb/couch_app.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 09:01:29 2010 New Revision: 957460 URL: http://svn.apache.org/viewvc?rev=957460view=rev Log: fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key is available since R12B5. Modified: couchdb/branches/0.11.x/src/couchdb/couch_app.erl Modified:

svn commit: r957466 - in /couchdb/branches/0.11.x: share/www/script/test/rewrite.js src/couchdb/couch_httpd_rewrite.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 09:18:16 2010 New Revision: 957466 URL: http://svn.apache.org/viewvc?rev=957466view=rev Log: allows more complex keys in the rewriter, so it could ease the pagination (only array for now) : { from: simpleForm/complexView5/:a/:b, to:

svn commit: r957467 - in /couchdb/branches/0.11.x: share/www/script/test/rewrite.js src/couchdb/couch_httpd_rewrite.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 09:24:28 2010 New Revision: 957467 URL: http://svn.apache.org/viewvc?rev=957467view=rev Log: fix #COUCHDB-787 . thanks! Modified: couchdb/branches/0.11.x/share/www/script/test/rewrite.js couchdb/branches/0.11.x/src/couchdb/couch_httpd_rewrite.erl

[Couchdb Wiki] Update of People_on_the_Couch by DannySiu

2010-06-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Couchdb Wiki for change notification. The People_on_the_Couch page has been changed by DannySiu. The comment on this change is: joined list of people using CouchDB.

[Couchdb Wiki] Update of People_on_the_Couch by DannySiu

2010-06-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Couchdb Wiki for change notification. The People_on_the_Couch page has been changed by DannySiu. http://wiki.apache.org/couchdb/People_on_the_Couch?action=diffrev1=81rev2=82

svn commit: r957596 - /couchdb/trunk/src/couchdb/couch_app.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 16:03:10 2010 New Revision: 957596 URL: http://svn.apache.org/viewvc?rev=957596view=rev Log: ignore error when loading public_key on R12B5. spotted by barj on irc and fixed with help of @rnewson. Modified: couchdb/trunk/src/couchdb/couch_app.erl Modified:

svn commit: r957598 - /couchdb/branches/0.11.x/src/couchdb/couch_app.erl

2010-06-24 Thread benoitc
Author: benoitc Date: Thu Jun 24 16:04:32 2010 New Revision: 957598 URL: http://svn.apache.org/viewvc?rev=957598view=rev Log: ignore error when loading public_key on R12B5. spotted by barj on irc and fixed with help of @rnewson. Modified: couchdb/branches/0.11.x/src/couchdb/couch_app.erl

svn commit: r957599 - /couchdb/trunk/src/couchdb/couch_config.erl

2010-06-24 Thread jan
Author: jan Date: Thu Jun 24 16:05:50 2010 New Revision: 957599 URL: http://svn.apache.org/viewvc?rev=957599view=rev Log: wait forever on large ini files Modified: couchdb/trunk/src/couchdb/couch_config.erl Modified: couchdb/trunk/src/couchdb/couch_config.erl URL:

svn commit: r957605 - /couchdb/trunk/bin/Makefile.am

2010-06-24 Thread jan
Author: jan Date: Thu Jun 24 16:18:04 2010 New Revision: 957605 URL: http://svn.apache.org/viewvc?rev=957605view=rev Log: allow help2man to work with commands that send help output to stderr Modified: couchdb/trunk/bin/Makefile.am Modified: couchdb/trunk/bin/Makefile.am URL:

svn commit: r957606 - /couchdb/branches/0.11.x/bin/Makefile.am

2010-06-24 Thread jan
Author: jan Date: Thu Jun 24 16:19:18 2010 New Revision: 957606 URL: http://svn.apache.org/viewvc?rev=957606view=rev Log: allow help2man to work with commands that send help output to stderr Modified: couchdb/branches/0.11.x/bin/Makefile.am Modified: couchdb/branches/0.11.x/bin/Makefile.am

svn commit: r957610 - in /couchdb/trunk: THANKS share/Makefile.am share/www/script/couch_tests.js share/www/script/test/method_override.js src/couchdb/couch_httpd.erl

2010-06-24 Thread jchris
Author: jchris Date: Thu Jun 24 16:33:27 2010 New Revision: 957610 URL: http://svn.apache.org/viewvc?rev=957610view=rev Log: close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian Jenkins Added: couchdb/trunk/share/www/script/test/method_override.js Modified:

svn commit: r957613 - /couchdb/trunk/src/couchdb/couch_httpd.erl

2010-06-24 Thread jchris
Author: jchris Date: Thu Jun 24 16:35:58 2010 New Revision: 957613 URL: http://svn.apache.org/viewvc?rev=957613view=rev Log: better error message for db names, closes COUCHDB-741 thanks Frank Modified: couchdb/trunk/src/couchdb/couch_httpd.erl Modified:

svn commit: r957619 - /couchdb/trunk/share/www/script/futon.js

2010-06-24 Thread jchris
Author: jchris Date: Thu Jun 24 16:47:18 2010 New Revision: 957619 URL: http://svn.apache.org/viewvc?rev=957619view=rev Log: add $.couch.urlPrefix to link to users db. closes COUCHDB-742 Modified: couchdb/trunk/share/www/script/futon.js Modified: couchdb/trunk/share/www/script/futon.js URL:

svn commit: r957622 - in /couchdb/trunk: THANKS share/www/script/futon.browse.js share/www/script/futon.format.js

2010-06-24 Thread jchris
Author: jchris Date: Thu Jun 24 16:53:43 2010 New Revision: 957622 URL: http://svn.apache.org/viewvc?rev=957622view=rev Log: proper docid escaping in Futon view display, thanks Paul Bonser. Closes COUCHDB-748 Modified: couchdb/trunk/THANKS couchdb/trunk/share/www/script/futon.browse.js

svn commit: r957629 - /couchdb/trunk/bin/Makefile.am

2010-06-24 Thread jan
Author: jan Date: Thu Jun 24 17:03:47 2010 New Revision: 957629 URL: http://svn.apache.org/viewvc?rev=957629view=rev Log: Revert allow help2man to work with commands that send help output to stderr Requires too new a version of help2man. Modified: couchdb/trunk/bin/Makefile.am Modified:

svn commit: r957636 - /couchdb/branches/0.11.x/bin/Makefile.am

2010-06-24 Thread jan
Author: jan Date: Thu Jun 24 17:14:32 2010 New Revision: 957636 URL: http://svn.apache.org/viewvc?rev=957636view=rev Log: Revert allow help2man to work with commands that send help output to stderr Requires too new a version of help2man. Modified: couchdb/branches/0.11.x/bin/Makefile.am

svn commit: r957653 - in /couchdb/trunk: THANKS share/www/script/test/attachments.js src/couchdb/couch_doc.erl

2010-06-24 Thread jchris
Author: jchris Date: Thu Jun 24 17:56:41 2010 New Revision: 957653 URL: http://svn.apache.org/viewvc?rev=957653view=rev Log: don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb Land Modified: couchdb/trunk/THANKS couchdb/trunk/share/www/script/test/attachments.js

svn commit: r957697 - in /couchdb/trunk: CHANGES NEWS bin/couchdb.tpl.in

2010-06-24 Thread nslater
Author: nslater Date: Thu Jun 24 19:57:34 2010 New Revision: 957697 URL: http://svn.apache.org/viewvc?rev=957697view=rev Log: improved \`couchdb --help\` output Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS couchdb/trunk/bin/couchdb.tpl.in Modified: couchdb/trunk/CHANGES URL:

svn commit: r957699 - /couchdb/trunk/bin/couchdb.tpl.in

2010-06-24 Thread nslater
Author: nslater Date: Thu Jun 24 20:00:10 2010 New Revision: 957699 URL: http://svn.apache.org/viewvc?rev=957699view=rev Log: removed redundant line Modified: couchdb/trunk/bin/couchdb.tpl.in Modified: couchdb/trunk/bin/couchdb.tpl.in URL:

svn commit: r957799 - in /couchdb/trunk/share/www/script: couch.js test/content_negotiation.js test/list_views.js

2010-06-24 Thread jchris
Author: jchris Date: Fri Jun 25 05:17:30 2010 New Revision: 957799 URL: http://svn.apache.org/viewvc?rev=957799view=rev Log: use proper Accept headers in the test suite Modified: couchdb/trunk/share/www/script/couch.js couchdb/trunk/share/www/script/test/content_negotiation.js

svn commit: r957800 - in /couchdb/trunk: share/www/script/test/attachments.js src/couchdb/couch_doc.erl

2010-06-24 Thread damien
Author: damien Date: Fri Jun 25 05:18:28 2010 New Revision: 957800 URL: http://svn.apache.org/viewvc?rev=957800view=rev Log: Added checking to ensure when a revpos is sent with a stub, it's correct. Modified: couchdb/trunk/share/www/script/test/attachments.js

svn commit: r957805 - in /couchdb/trunk: etc/couchdb/default.ini.tpl.in src/couchdb/couch_httpd.erl src/couchdb/couch_rep_writer.erl

2010-06-24 Thread jchris
Author: jchris Date: Fri Jun 25 05:30:51 2010 New Revision: 957805 URL: http://svn.apache.org/viewvc?rev=957805view=rev Log: make the authentication redirect URL configurable. setting it to the empty string yields the 0.11 behavior Modified: couchdb/trunk/etc/couchdb/default.ini.tpl.in

svn commit: r957808 - /couchdb/trunk/share/www/script/futon.js

2010-06-24 Thread jchris
Author: jchris Date: Fri Jun 25 05:41:13 2010 New Revision: 957808 URL: http://svn.apache.org/viewvc?rev=957808view=rev Log: fix the Futon issue where you have to cancel the admin dialog box after putting back admins that were removed to run the tests Modified: