Commit Graph

36 Commits

Author SHA1 Message Date
Max 6442febbaf Merge pull request #6 from jmarca/bug/return_something
return null;
2013-10-16 18:17:13 -07:00
James E. Marca 008e268c06 return null;
at the end of the two main functions, add "return null;" because
otherwise Emacs javascript parser whinges about not returning something
from a routine.  I guess it is in the standard and all that.

apologies if this is noise, but that's why I'm making tiny commits...you
can ignore them.
2013-10-16 13:22:50 -07:00
Max Thayer d0f8fb3d21 bump version number, switch maintainer urls 2013-09-09 00:02:27 -04:00
Max Thayer eb0e451e38 merged various branches; demo passes 2013-09-08 23:59:17 -04:00
Max Thayer d636e472b0 merged with remote master 2013-09-08 22:12:19 -04:00
Max Thayer 36abc1ad4e merged rmcouchdb 2013-09-08 22:11:23 -04:00
Max Thayer 705827192d merged npm 2013-09-08 22:06:59 -04:00
Max Thayer de72ebf232 Merge branch 'docs' 2013-09-08 22:05:57 -04:00
Max Thayer dc1763de2a Merge branch 'files'
Conflicts:
	tasks/couchapp.js
2013-09-08 22:05:44 -04:00
Max Thayer b957e5a1c1 more helpful error message 2013-09-06 10:11:07 -04:00
Max Thayer a41ae8efac rmcouchdb doesn't drop everything if dbname is absent; mkcouchdb reports helpful error message if dbname is absent 2013-09-06 10:11:07 -04:00
Max Thayer 6d078f72de updated readme 2013-09-06 09:49:38 -04:00
Max Thayer 820eb50878 removed auth lib 2013-09-06 09:47:30 -04:00
Max Thayer 535902a71a well, i clearly did something 2013-09-06 09:47:30 -04:00
Max Thayer 7a9d8f85ca added auth lib 2013-09-06 09:47:29 -04:00
Max Thayer 8bd3f97cc0 fixed typo 2013-09-06 09:47:29 -04:00
Max Thayer 14fca52c64 typo 2013-09-06 09:47:29 -04:00
Russell Branca 4fe15a7769 Add in support for basic auth and add genDB helper 2013-09-06 09:47:29 -04:00
Max 9513ba168e Update couchapp version
Improves debugging.
2013-09-06 09:47:29 -04:00
Max 617fbaedda Update package.json 2013-09-06 09:38:51 -04:00
Max Thayer e80eb462c9 update couchapp version number so it can install 2013-09-06 08:07:49 -04:00
Max Thayer 5bda4b82c7 removed auth lib 2013-08-21 23:58:19 -04:00
Max Thayer afffe75a73 well, i clearly did something 2013-08-21 23:54:41 -04:00
Max Thayer ba25597292 added auth lib 2013-08-21 23:54:28 -04:00
Max Thayer d4025db1e0 fixed typo 2013-08-21 23:53:34 -04:00
Max Thayer 4189d8e888 typo 2013-08-21 23:52:50 -04:00
Russell Branca 3e68f28192 Add in support for basic auth and add genDB helper 2013-08-21 23:51:53 -04:00
Max 213c0224d0 Merge pull request #1 from garbados/patch-1
Update couchapp version
2013-08-21 20:49:10 -07:00
Max 5365bbd9a4 Update couchapp version
Improves debugging.
2013-08-16 13:50:29 -04:00
skiqh af73a33070 cleanup and error catching 2013-07-03 19:27:18 +02:00
skiqh 81f490a1f5 use grunt's dynamic filenames. 2013-07-03 18:44:49 +02:00
Elf M. Sternberg 0b295a3e15 Merge pull request #2 from drsm79/master
Add option to ignore errors from mkcouchdb if database exists
2012-12-07 09:13:24 -08:00
Simon Metson 840b93e7d2 Add okay_if_exists option to mkcouchdb 2012-10-30 19:17:55 +00:00
Ken Elf Mathieu Sternberg b514a1e27e Added demo task, and updated README to point to demo. 2012-08-09 18:51:11 -07:00
Ken Elf Mathieu Sternberg 650f99fc16 Fixed typo. 2012-08-09 18:46:13 -07:00
Ken Elf Mathieu Sternberg dc8a82b42d Initial check-in. 2012-08-09 18:34:00 -07:00