svn commit: r766338 - in /couchdb/trunk: README etc/Makefile.am etc/init/couchdb.tpl.in var/Makefile.am

2009-04-18 Thread nslater
Author: nslater Date: Sat Apr 18 15:20:00 2009 New Revision: 766338 URL: http://svn.apache.org/viewvc?rev=766338view=rev Log: create /var/run/couchdb during init script Modified: couchdb/trunk/README couchdb/trunk/etc/Makefile.am couchdb/trunk/etc/init/couchdb.tpl.in

svn commit: r766348 - in /couchdb/branches/0.9.x: ./ etc/default/couchdb share/www/script/test/view_errors.js src/couchdb/couch_db.hrl src/couchdb/couch_httpd_view.erl

2009-04-18 Thread davisp
Author: davisp Date: Sat Apr 18 16:22:55 2009 New Revision: 766348 URL: http://svn.apache.org/viewvc?rev=766348view=rev Log: Merged 766347 from trunk. Modified: couchdb/branches/0.9.x/ (props changed) couchdb/branches/0.9.x/etc/default/couchdb (props changed)

svn commit: r766353 - in /couchdb/trunk: THANKS src/couchdb/couch_external_manager.erl

2009-04-18 Thread davisp
Author: davisp Date: Sat Apr 18 16:34:33 2009 New Revision: 766353 URL: http://svn.apache.org/viewvc?rev=766353view=rev Log: Fixes COUCHDB-311 Returns an _external error as a binary. Modified: couchdb/trunk/THANKS couchdb/trunk/src/couchdb/couch_external_manager.erl Modified:

svn commit: r766358 - /couchdb/trunk/src/couchdb/couch_httpd_misc_handlers.erl

2009-04-18 Thread davisp
Author: davisp Date: Sat Apr 18 17:12:38 2009 New Revision: 766358 URL: http://svn.apache.org/viewvc?rev=766358view=rev Log: Fixes COUCHDB-310 Change the hardcoded /_utils/ redirect to append a '/' to the current path. Modified: couchdb/trunk/src/couchdb/couch_httpd_misc_handlers.erl

svn commit: r766373 - in /couchdb/trunk: share/www/script/test/basics.js share/www/script/test/view_errors.js src/couchdb/couch_httpd_db.erl src/couchdb/couch_httpd_view.erl

2009-04-18 Thread davisp
Author: davisp Date: Sat Apr 18 18:34:31 2009 New Revision: 766373 URL: http://svn.apache.org/viewvc?rev=766373view=rev Log: Resolves COUCHDB-306 - Wacky error responses to malformed documents Mostly adds improvements to the parsing of Json bodies for _bulk_docs and multi-get queries. Includes

svn commit: r766383 - in /couchdb/trunk: share/server/ share/www/script/test/ src/couchdb/

2009-04-18 Thread jchris
Author: jchris Date: Sat Apr 18 20:15:44 2009 New Revision: 766383 URL: http://svn.apache.org/viewvc?rev=766383view=rev Log: refactor main.js into many files and improve show/list error handling Added: couchdb/trunk/share/server/loop.js (with props) couchdb/trunk/share/server/mainjs.sh

svn commit: r766406 - in /couchdb/trunk/share: Makefile.am server/main.js server/mainjs.sh server/render.js

2009-04-18 Thread jan
Author: jan Date: Sat Apr 18 23:32:56 2009 New Revision: 766406 URL: http://svn.apache.org/viewvc?rev=766406view=rev Log: move main.js generation to Makefile Removed: couchdb/trunk/share/server/main.js couchdb/trunk/share/server/mainjs.sh Modified: couchdb/trunk/share/Makefile.am