summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.couch.js
AgeCommit message (Expand)Author
2011-04-16Don't expect a 202 repsponse code when cancelling a replication.Jan Lehnardt
2011-02-16Make compatible with jQuery 1.5.xRobert Newson
2011-02-15Only accept application/json from jquery.couch.jsRobert Newson
2010-09-17JavaScript test suite: adding more semi-collons where necessary to assure com...Filipe David Borba Manana
2010-07-23Make the simple document versioning actually work. I have no idea how it pass...John Christopher Anderson
2010-07-08use json as the default content-type for requests from jquery.couch.jsJohn Christopher Anderson
2010-07-03fix jquery.couch.js replicate optionsJohn Christopher Anderson
2010-06-23make jquery.couch.js changes handling more robustJohn Christopher Anderson
2010-06-19jquery.couch.js changes options handlingJohn Christopher Anderson
2010-06-17jquery.couch.js works with PUT to delete.John Christopher Anderson
2010-06-16add continuous replication support to FutonJohn Christopher Anderson
2010-06-15jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson
2010-06-14add changes handler to jquery.couch.jsJohn Christopher Anderson
2010-06-02typoJan Lehnardt
2010-06-02Add tests for couch.js and jquery.couch.jsJan Lehnardt
2010-05-27Add support for multi-document-fetch (via _all_docs) to jquery.couch.js.Jason David Davies
2010-05-27Fix some bugs in jquery.couch.js.Jason David Davies
2010-05-26use a smaller rev token for attachment versions, thanks for the suggestion Da...John Christopher Anderson
2010-05-26add attachment versioning support to jquery.couch.jsJohn Christopher Anderson
2010-05-22Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774.Jan Lehnardt
2010-05-15jquery.couch.js option to force ensure_full_commit to true or falseJohn Christopher Anderson
2010-04-29list functionality for jquery.couch.jsJohn Christopher Anderson
2010-02-02make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2010-01-31fix bulkSave(). Patch insipred by Lena Herrmann. Closes COUCHDB-634Jan Lehnardt
2010-01-30Allow Futon to run behind a HTTP proxy.Jan Lehnardt
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2010-01-02add button to cleanup old view files. closes COUCHDB-610. thanks Ilia CheishviliJohn Christopher Anderson
2009-10-30Closes COUCHDB-547 - Adding a View Compaction ButtonPaul Joseph Davis
2009-10-01Add support for COPY (copyDoc) to jquery.couch.js.Jason David Davies
2009-09-13enable multi-key-get in jquery.couch.js, patch by Benoit Chesneau, closes COU...Jan Lehnardt
2009-08-18fix persisting config changes from Futon, reported by Robert Newson, we need ...Jan Lehnardt
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-22Avoid usage of `Array.indexOf` function, which is not available on IE (and no...Christopher Lenz
2009-07-22Change document creation in Futon so that it no longer prompts for a document...Christopher Lenz
2009-07-21Fix for compatibility of Futon with design documents that have slashes in the...Christopher Lenz
2009-07-21refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan ...Jan Lehnardt
2009-07-14wheeeeeeeeNoah Slater
2009-07-11Only update a document's _id and _rev if the save was successful.Paul Joseph Davis
2009-07-06trimmed trailing whitespaceNoah Slater
2009-04-15add bulkSave method to jquery.couch.jsJohn Christopher Anderson
2009-03-20map queries with group=true query option will return an error.John Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-02-22undefined protection for design doc attachments in futonJohn Christopher Anderson
2009-02-22Link to design docs that have ddoc.couchapp.index or index.html, from Futon d...John Christopher Anderson
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-26Add a page to Futon that shows the currently active tasks (compaction, view i...Christopher Lenz
2009-01-14Allow modification of existing config option values from Futon.Christopher Lenz
2009-01-12Add syntax highlighting of JSON code in Futon.Christopher Lenz