summaryrefslogtreecommitdiff
path: root/share/www/script
AgeCommit message (Expand)Author
2009-07-11Only update a document's _id and _rev if the save was successful.Paul Joseph Davis
2009-07-11Create tests in Futon.Paul Joseph Davis
2009-07-11send Location header for new or updated attachmentsJan Lehnardt
2009-07-11tabs -> spaces, other whitespaceJan Lehnardt
2009-07-10fix whitespaceJan Lehnardt
2009-07-10remove log statementJan Lehnardt
2009-07-10fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386John Christopher Anderson
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-09fix and test for scrambling of large inline attachmentsAdam Kocoloski
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-07fix deleted_conflicts qs parameterAdam Kocoloski
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-07-04remove old fileJan Lehnardt
2009-06-30reset stats on POST /_restart and correct open_databases test. Closes COUCHD...Adam Kocoloski
2009-06-27A /_whoami handler to provide client apps with access to the active userCtx f...John Christopher Anderson
2009-06-22Added 'Jump to Document' in the database.htmlscreen. Would like maybe to see ...Damien F. Katz
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-06-04doh. remove console.logJohn Christopher Anderson
2009-06-01Added tests for heartbeat and timeout options in the _changes api.Damien F. Katz
2009-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-05-29Removed unfixed tests cases accidently checked in.Damien F. Katz
2009-05-29Fix and test for COUCHDB-366, uploading large attachments causes 500 error.Damien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-18View source loads the original file now.Paul Joseph Davis
2009-05-13Fixes COUCHDB-349Paul Joseph Davis
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-12You can now specify either "_sum" or "_count" as the source code for 2 built-...John Christopher Anderson
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-09Check for invalid document members.Paul Joseph Davis
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04standalone attachment GETs should respect "rev" qs paramAdam Kocoloski
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-29Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. CandlerAdam Kocoloski
2009-04-27Resolves COUCHDB-332 Proper errors for invalid docids.Paul Joseph Davis
2009-04-27Fix and test for COUCHDB-334 where a database with delayed commits pending is...Damien F. Katz
2009-04-25Resolves COUCHDB-331 - Allow reduce=true&include_docs=falsePaul Joseph Davis
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-18Resolves COUCHDB-306 - Wacky error responses to malformed documentsPaul Joseph Davis
2009-04-18Fixes COUCHDB-322Paul Joseph Davis
2009-04-15add bulkSave method to jquery.couch.jsJohn Christopher Anderson
2009-04-15URL-encode attachment paths during replicationAdam Kocoloski