summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
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
2010-08-19COUCHDB-861 - enhance _sum to work with lists of numbers.Robert Newson
2010-08-19Fix behaviour of the view query option stale=update_after.Filipe David Borba Manana
2010-08-18expose security obj to shows, lists & updates functions.Benoit Chesneau
2010-08-18Fix test suite for Chrome and Safari.Jan Lehnardt
2010-08-18include new attachment_ranges.js in share/Makefile.amRobert Newson
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-18Add one more test to replicator_db.js: test that after a design doc is update...Filipe David Borba Manana
2010-08-18Test that design docs get replicated in a continuous replication when the rep...Filipe David Borba Manana
2010-08-10added missing files to share, fixes COUCHDB-850Noah Slater
2010-08-08provide the update_seq in all_docs view even when it is zeroJohn Christopher Anderson
2010-08-08failing test case for COUCHDB-844Adam Kocoloski
2010-08-07builtin reduce functions more forgiving about trailing whitespace and other c...John Christopher Anderson
2010-08-07Futon: Fix markup around replicator form labels.Jan Lehnardt
2010-08-07add tests for Etag in standalone attachment PUT enhancement.Robert Newson