svn commit: r766407 - /couchdb/trunk/share/Makefile.am

2009-04-18 Thread jan
Author: jan Date: Sat Apr 18 23:56:53 2009 New Revision: 766407 URL: http://svn.apache.org/viewvc?rev=766407&view=rev Log: fix make distcheck, thanks Noah Modified: couchdb/trunk/share/Makefile.am Modified: couchdb/trunk/share/Makefile.am URL: http://svn.apache.org/viewvc/couchdb/trunk/shar

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=766406&view=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

[Couchdb Wiki] Update of "How-To Guides" by AlexanderKosenkov

2009-04-18 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 AlexanderKosenkov: http://wiki.apache.org/couchdb/How-To_Guides --

[Couchdb Wiki] Update of "EntityRelationship" by AlexanderKosenkov

2009-04-18 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 AlexanderKosenkov: http://wiki.apache.org/couchdb/EntityRelationship

svn commit: r766399 - /couchdb/trunk/share/server/mainjs.sh

2009-04-18 Thread jan
Author: jan Date: Sat Apr 18 22:18:52 2009 New Revision: 766399 URL: http://svn.apache.org/viewvc?rev=766399&view=rev Log: add generation-notice Modified: couchdb/trunk/share/server/mainjs.sh Modified: couchdb/trunk/share/server/mainjs.sh URL: http://svn.apache.org/viewvc/couchdb/trunk/shar

svn commit: r766392 - /couchdb/trunk/share/Makefile.am

2009-04-18 Thread jan
Author: jan Date: Sat Apr 18 20:58:24 2009 New Revision: 766392 URL: http://svn.apache.org/viewvc?rev=766392&view=rev Log: run mainjs.sh if one of the source files changed Modified: couchdb/trunk/share/Makefile.am Modified: couchdb/trunk/share/Makefile.am URL: http://svn.apache.org/viewvc/c

svn commit: r766390 - in /couchdb/trunk/share: Makefile.am server/mainjs.sh

2009-04-18 Thread jan
Author: jan Date: Sat Apr 18 20:50:25 2009 New Revision: 766390 URL: http://svn.apache.org/viewvc?rev=766390&view=rev Log: integrate main.js split-up into build system Modified: couchdb/trunk/share/Makefile.am couchdb/trunk/share/server/mainjs.sh Modified: couchdb/trunk/share/Makefile.am

svn commit: r766388 - in /couchdb/branches/0.9.x: ./ etc/default/couchdb share/server/main.js src/couchdb/couch_js.c src/couchdb/couch_os_process.erl

2009-04-18 Thread jchris
Author: jchris Date: Sat Apr 18 20:42:19 2009 New Revision: 766388 URL: http://svn.apache.org/viewvc?rev=766388&view=rev Log: merge 765479 (better JS error handling) into 0.9.x branch Modified: couchdb/branches/0.9.x/ (props changed) couchdb/branches/0.9.x/etc/default/couchdb (props c

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=766383&view=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: r766374 - in /couchdb/branches/0.9.x: ./ etc/default/couchdb share/www/script/test/basics.js share/www/script/test/view_errors.js src/couchdb/couch_httpd_db.erl src/couchdb/couch_httpd_vie

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

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=766373&view=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 t

svn commit: r766359 - in /couchdb/branches/0.9.x: ./ etc/default/couchdb src/couchdb/couch_httpd_misc_handlers.erl

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

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=766358&view=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 Mo

svn commit: r766354 - in /couchdb/branches/0.9.x: ./ THANKS etc/default/couchdb src/couchdb/couch_external_manager.erl

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

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=766353&view=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: couchdb/

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=766348&view=rev Log: Merged 766347 from trunk. Modified: couchdb/branches/0.9.x/ (props changed) couchdb/branches/0.9.x/etc/default/couchdb (props changed) couchdb/branches/0.9

svn commit: r766347 - in /couchdb/trunk: 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:16:26 2009 New Revision: 766347 URL: http://svn.apache.org/viewvc?rev=766347&view=rev Log: Fixes COUCHDB-322 Specifying reduce=true now returns a 400 error when the view has no reduce function. Modified: couchdb/trunk/share/www/script/test/view_errors.js

svn commit: r766340 - in /couchdb/trunk: CHANGES NEWS

2009-04-18 Thread nslater
Author: nslater Date: Sat Apr 18 15:28:49 2009 New Revision: 766340 URL: http://svn.apache.org/viewvc?rev=766340&view=rev Log: updated for recent changes Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CH

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=766338&view=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 couchdb/trun