summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2010-12-13COUCHDB-984 - Backported fix for spinner.gifPaul Joseph Davis
2010-12-07Merged revision 1043186 from trunk:Filipe David Borba Manana
2010-11-25Merged revision 1039118 from trunk:Filipe David Borba Manana
2010-11-24Merged revision 1038665 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038193 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038172 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038067 from trunk:Filipe David Borba Manana
2010-11-21Merged revision 1037448 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037245 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037213 from trunk:Filipe David Borba Manana
2010-11-19Undo overzealous escaping.Jan Lehnardt
2010-11-19For absolute consistency, renamed aliases start_key_docid and end_key_docid t...Filipe David Borba Manana
2010-11-19Add aliases start_key, end_key, start_key_docid and end_key_docid.Filipe David Borba Manana
2010-11-18COUCHDB-957 - Show an error message if trying 'Compact View' without selectin...Robert Newson
2010-11-18JavaScript tests: avoid global variable declarations.Filipe David Borba Manana
2010-11-18Make sure that after compaction of the authentication database the old refere...Filipe David Borba Manana
2010-11-17Added missing semicolons to the view_pagination.js test.Filipe David Borba Manana
2010-11-17Replicator DB: removed some restrictions from the default document update val...Filipe David Borba Manana
2010-11-15Refactoring of the design_docs.js test: fixed indentation and improved readab...Filipe David Borba Manana
2010-11-15Correct display for docs with %2f in their ID. Closes COUCHDB-948.Jan Lehnardt
2010-11-15Avoid lengthy stack traces for log(undefined);Jan Lehnardt
2010-11-14Added missing semicolons to replication.js test.Filipe David Borba Manana
2010-11-14Allow reduce=false parameter in map-only views.Jan Lehnardt
2010-11-13builtin changes filters fonctions: _doc_ids & _design. replace lastBenoit Chesneau
2010-11-12Added test for COUCHDB-868 - ensure that a pull replication of design documen...Filipe David Borba Manana
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-11-10COUCHDB-945 - ensure validation funs are still applied after compaction.Robert Newson
2010-11-07Bug fix: the separator for media types in the 'Accept' header is a comma. The...Filipe David Borba Manana
2010-11-07Allow the atts_since parameter to work together with the open_revs parameter.Filipe David Borba Manana
2010-11-05HTTP proxy handler.Paul Joseph Davis
2010-11-05useless js loggingBenoit Chesneau
2010-11-03typoJan Lehnardt
2010-11-02Escape URL and cookie input.Jan Lehnardt
2010-10-30Trivial change: add/move semi-collons to where they belong to.Filipe David Borba Manana
2010-10-30Avoiding hardcoded value for the view index disk size.Filipe David Borba Manana
2010-10-30Closes COUCHDB-821.Filipe David Borba Manana
2010-10-25GET /db/_design/doc/_info should not trigger an update.Filipe David Borba Manana
2010-10-19Added missing semi-colons and variable declarations .Filipe David Borba Manana
2010-10-18Avoid occasional stalling of Futon in Firefox.Jan Lehnardt
2010-10-13get _changes on specific docidsBenoit Chesneau
2010-10-11Fix ddoc sig test.Paul Joseph Davis
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-10-07Fix bad JavaScript practices and avoid declaration of 2 global variables.Filipe David Borba Manana
2010-10-03import couch_tests.js in custom_test.html so that CouchDB.protocol is defined...Robert Newson
2010-09-30fix badmatch for COPY call with missing Destination header.Robert Newson
2010-09-30Revert "COUCHDB-903 - add {ok, true} to COPY result."Robert Newson
2010-09-30COUCHDB-903 - add {ok, true} to COPY result.Robert Newson
2010-09-28Replicator fix: for a filtered replication, the replication ID should take in...Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-25update documents test assertionsJohn Christopher Anderson