summaryrefslogtreecommitdiff
path: root/share/www/script/test/show_documents.js
AgeCommit message (Expand)Author
2010-08-11move futon into release overlayAdam Kocoloski
2010-02-28treat deleted docs as nonexistant docsJan Lehnardt
2010-02-28revert accidental commitJan Lehnardt
2010-02-28Merge branch 'show-deleted-docs' into trunkJan Lehnardt
2010-02-05add list()-API cmompatible API to _show. Symmetry FTW.Jan Lehnardt
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-02-04fix COUCHDB-638.Benoit Chesneau
2010-01-26Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22remove show from db doc GET handler, completing flip-flop on COUCHDB-404John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-06fix COUCHDB-593, thanks Roger Binns for reportingJohn Christopher Anderson
2009-08-16make tests fast again, use X-Couch-Full-Commit:false for all db operationsJan Lehnardt
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn Christopher Anderson
2009-08-05Upgraded JavaScript Accept header handling to make it useful.John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ...Jan Lehnardt
2009-07-14wheeeeeeeeNoah Slater
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-06-15Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.Jan Lehnardt
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-03-28always load _conflicts in _show functionsJan Lehnardt
2009-03-10Remove leftover console.log(). Should we get a pre-commit hook for these? Clo...Jan Lehnardt
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-03-04whitespaceJan Lehnardt
2009-03-04allow for handling 404s in document show functionsJan Lehnardt
2009-02-15Reorganize the tests into one file per test. No other changes.John Christopher Anderson