summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
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
2010-09-17JavaScript test suite: adding more semi-collons where necessary to assure com...Filipe David Borba Manana
2010-09-16JavaScript test files: adding missing semi-colons (Chrome is sensitive about ...Filipe David Borba Manana
2010-09-12additional test for non-circular commonjs require. closes COUCHDB-869John Christopher Anderson
2010-09-12commonjs require no longer creates circular referencesJohn Christopher Anderson
2010-09-07improve rewriter. No< it's possible to pass a variable in path as <var>Benoit Chesneau
2010-09-07warn when a view query will be empty due to backwards start and end keysJohn Christopher Anderson
2010-08-25fix attachments.js in Safari by treating charset case-insensitively.Robert Newson
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing...Robert Newson
2010-08-24correct fencepost error for last bytes range request.Robert Newson
2010-08-24COUCHDB-870 - attachments.js hangs.Robert Newson
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
2010-08-21add a test to check if rewrite works on views following a report on ircBenoit Chesneau
2010-08-20Allow the replication.js test to be run outside a browser environment.Filipe David Borba Manana