[Couchdb Wiki] Update of Frequently asked questions by JanLehnardt

2009-01-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Couchdb Wiki for change notification. The following page has been changed by JanLehnardt: http://wiki.apache.org/couchdb/Frequently_asked_questions The comment on the change is: Add FaQ for relationships / joins

svn commit: r738903 - /couchdb/trunk/foo

2009-01-29 Thread nslater
Author: nslater Date: Thu Jan 29 16:00:00 2009 New Revision: 738903 URL: http://svn.apache.org/viewvc?rev=738903view=rev Log: testing testing Added: couchdb/trunk/foo Added: couchdb/trunk/foo URL: http://svn.apache.org/viewvc/couchdb/trunk/foo?rev=738903view=auto

svn commit: r738928 - /couchdb/trunk/foo

2009-01-29 Thread nslater
Author: nslater Date: Thu Jan 29 16:51:38 2009 New Revision: 738928 URL: http://svn.apache.org/viewvc?rev=738928view=rev Log: more testing Removed: couchdb/trunk/foo

svn commit: r739047 [1/2] - in /couchdb/trunk: ./ bin/ share/www/script/ src/couchdb/ src/ibrowse/ utils/

2009-01-29 Thread jchris
Author: jchris Date: Thu Jan 29 22:15:48 2009 New Revision: 739047 URL: http://svn.apache.org/viewvc?rev=739047view=rev Log: Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication. Thanks Jason Davies and Adam Kocoloski for the fix, Maximillian Dornseif for reporting.

svn commit: r739081 - /couchdb/trunk/src/ibrowse/

2009-01-29 Thread jchris
Author: jchris Date: Thu Jan 29 23:28:04 2009 New Revision: 739081 URL: http://svn.apache.org/viewvc?rev=739081view=rev Log: svn:ignore for ibrowse build products Modified: couchdb/trunk/src/ibrowse/ (props changed) Propchange: couchdb/trunk/src/ibrowse/

svn commit: r739133 - in /couchdb/trunk: share/www/script/couch_tests.js src/couchdb/couch_httpd_db.erl

2009-01-29 Thread jchris
Author: jchris Date: Fri Jan 30 01:40:38 2009 New Revision: 739133 URL: http://svn.apache.org/viewvc?rev=739133view=rev Log: POST to create docs returns a Location header. fixes COUCHDB-8 Modified: couchdb/trunk/share/www/script/couch_tests.js couchdb/trunk/src/couchdb/couch_httpd_db.erl

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

2009-01-29 Thread jchris
Author: jchris Date: Fri Jan 30 03:02:44 2009 New Revision: 739153 URL: http://svn.apache.org/viewvc?rev=739153view=rev Log: use the config setting for max document size. fixes COUCHDB-60 Modified: couchdb/trunk/src/couchdb/couch_httpd.erl Modified: couchdb/trunk/src/couchdb/couch_httpd.erl

[Couchdb Wiki] Update of HTTP view API by ChrisAnderson

2009-01-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Couchdb Wiki for change notification. The following page has been changed by ChrisAnderson: http://wiki.apache.org/couchdb/HTTP_view_API The comment on the change is: document stale=ok, closes COUCHDB-77

svn commit: r739169 - /couchdb/trunk/src/couchdb/couch_httpd_view.erl

2009-01-29 Thread jchris
Author: jchris Date: Fri Jan 30 04:41:12 2009 New Revision: 739169 URL: http://svn.apache.org/viewvc?rev=739169view=rev Log: cleanup long lines Modified: couchdb/trunk/src/couchdb/couch_httpd_view.erl Modified: couchdb/trunk/src/couchdb/couch_httpd_view.erl URL:

svn commit: r739170 - in /couchdb/trunk: share/www/script/couch_tests.js src/couchdb/couch_btree.erl

2009-01-29 Thread jchris
Author: jchris Date: Fri Jan 30 04:57:44 2009 New Revision: 739170 URL: http://svn.apache.org/viewvc?rev=739170view=rev Log: all_docs view with descending=true works properly now. fix COUCHDB-109 Modified: couchdb/trunk/share/www/script/couch_tests.js