summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.couch.js
Commit message (Expand)AuthorAgeFilesLines
* More deferred support to jquery.couch.jsDale Harvey2014-03-111-2/+2
* Add deferred support to jquery.couch.jstelis942014-03-111-28/+29
* remove superfluous 'user_doc.type'Robert Kowalski2014-02-161-2/+2
* jquery.couch.js: db.changes().stop() should abort XMLHTTPRequestFedor Indutny2013-12-101-2/+6
* Fix compatibility with jQuery 1.9+Alexander Shorin2013-12-081-1/+14
* Update jquery.couch docstrings. Fix few typos.Alexander Shorin2013-12-081-96/+78
* Merged pull request #7 from @mikeymckay, with thanksMike McKay2012-11-011-1/+2
* Use ajax helper function for _session GET request to stop request cache in IE7Ewan McDougall2012-06-161-1/+1
* COUCHDB-1381 - Don't call alert() from jquery.couch.jsSam Bisbee2012-02-181-11/+9
* Fix admin users creation and user password change in futon.benoitc2012-01-031-26/+6
* Add view request duration to FutonFilipe David Borba Manana2011-11-051-4/+7
* COUCHDB-1156 - send Accept header so Futon doesn't display HTML where it expe...Robert Newson2011-05-111-1/+7
* Simplify JSON parsing calls.Jason David Davies2011-04-171-28/+6
* fix referenceJan Lehnardt2011-04-161-1/+1
* Note to self: Test before commit.Jan Lehnardt2011-04-161-1/+1
* Make prepareUserDoc a public method.Jan Lehnardt2011-04-161-19/+25
* allow passing of ajax options to $.couch.list()Jan Lehnardt2011-04-161-2/+4
* Add inline documentation for jquery.couch.jsJan Lehnardt2011-04-161-15/+421
* Don't expect a 202 repsponse code when cancelling a replication.Jan Lehnardt2011-04-161-1/+1
* Only accept application/json from jquery.couch.jsRobert Newson2011-02-131-0/+10
* Make compatible with jQuery 1.5.xJason David Davies2011-02-051-6/+27
* JavaScript test suite: adding more semi-collons where necessary to assure com...Filipe David Borba Manana2010-09-171-4/+4
* Make the simple document versioning actually work. I have no idea how it pass...John Christopher Anderson2010-07-231-3/+3
* use json as the default content-type for requests from jquery.couch.jsJohn Christopher Anderson2010-07-081-0/+1
* fix jquery.couch.js replicate optionsJohn Christopher Anderson2010-07-031-1/+1
* make jquery.couch.js changes handling more robustJohn Christopher Anderson2010-06-231-11/+29
* jquery.couch.js changes options handlingJohn Christopher Anderson2010-06-191-2/+7
* jquery.couch.js works with PUT to delete.John Christopher Anderson2010-06-171-1/+1
* add continuous replication support to FutonJohn Christopher Anderson2010-06-161-3/+6
* jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson2010-06-151-2/+1
* add changes handler to jquery.couch.jsJohn Christopher Anderson2010-06-141-0/+45
* typoJan Lehnardt2010-06-021-1/+1
* Add tests for couch.js and jquery.couch.jsJan Lehnardt2010-06-021-14/+36
* Add support for multi-document-fetch (via _all_docs) to jquery.couch.js.Jason David Davies2010-05-271-2/+13
* Fix some bugs in jquery.couch.js.Jason David Davies2010-05-271-3/+3
* use a smaller rev token for attachment versions, thanks for the suggestion Da...John Christopher Anderson2010-05-261-1/+1
* add attachment versioning support to jquery.couch.jsJohn Christopher Anderson2010-05-261-3/+56
* Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774.Jan Lehnardt2010-05-221-0/+1
* jquery.couch.js option to force ensure_full_commit to true or falseJohn Christopher Anderson2010-05-151-1/+14
* list functionality for jquery.couch.jsJohn Christopher Anderson2010-04-291-0/+20
* make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560.Jan Lehnardt2010-02-021-1/+1
* Database-level security.John Christopher Anderson2010-02-011-0/+19
* fix bulkSave(). Patch insipred by Lena Herrmann. Closes COUCHDB-634Jan Lehnardt2010-01-311-1/+2
* Allow Futon to run behind a HTTP proxy.Jan Lehnardt2010-01-301-10/+11
* normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson2010-01-181-3/+3
* merge account branch to trunkJohn Christopher Anderson2010-01-071-6/+61
* add button to cleanup old view files. closes COUCHDB-610. thanks Ilia CheishviliJohn Christopher Anderson2010-01-021-0/+10
* Closes COUCHDB-547 - Adding a View Compaction ButtonPaul Joseph Davis2009-10-301-0/+10
* Add support for COPY (copyDoc) to jquery.couch.js.Jason David Davies2009-10-011-3/+29
* enable multi-key-get in jquery.couch.js, patch by Benoit Chesneau, closes COU...Jan Lehnardt2009-09-131-1/+13