Age | Commit message (Expand) | Author |
2010-06-16 | provide a uuid to update functions (and all other functions) that they can us... | John Christopher Anderson |
2010-06-16 | add continuous replication support to Futon | John Christopher Anderson |
2010-06-16 | indicate which test is running in the top of the test runner | John Christopher Anderson |
2010-06-15 | Add missing file from COUCHDB-777. | Jan Lehnardt |
2010-06-15 | jquery.couch.js uses a cache-buster when the browser is msie | John Christopher Anderson |
2010-06-14 | add changes handler to jquery.couch.js | John Christopher Anderson |
2010-06-08 | preserve _revs_limit after compaction. COUCHDB-789 | Adam Kocoloski |
2010-06-07 | button on test suite page to replicate test_suite_reports to community couchdb | John Christopher Anderson |
2010-06-05 | fix #COUCHDB-787 . thanks! | Benoit Chesneau |
2010-06-05 | update_seq is only in view response when update_seq=true is in query params | John Christopher Anderson |
2010-06-03 | Add test case for by-doc-id replication with slashes. | Jan Lehnardt |
2010-06-03 | Fix button name in text. Closes COUCHDB-657. | Jan Lehnardt |
2010-06-03 | Fix test suite in Chromium. Patch by Glen Rempe. Closes COUCHDB-546 | Jan Lehnardt |
2010-06-03 | Futon: sort databases in replicator source and target drop-down. | Jan Lehnardt |
2010-06-02 | add legalese for jspec | Jan Lehnardt |
2010-06-02 | Avoid double escaping in Futon edit fields. Patch by Martin Haaß. Closes COU... | Jan Lehnardt |
2010-06-02 | typo | Jan Lehnardt |
2010-06-02 | Add tests for couch.js and jquery.couch.js | Jan Lehnardt |
2010-06-01 | fix attachments with "./" in their names in Futon. Closes COUCHDB-239. | Jan Lehnardt |
2010-05-28 | Allow creation and deletin of config entries. Patch by Mikeal Rogers. Closes ... | Jan Lehnardt |
2010-05-28 | better test suite error messages. Patch by Volker Mische. Closes COUCHDB-777 | Jan Lehnardt |
2010-05-27 | Add support for multi-document-fetch (via _all_docs) to jquery.couch.js. | Jason David Davies |
2010-05-27 | Fix some bugs in jquery.couch.js. | Jason David Davies |
2010-05-26 | use a smaller rev token for attachment versions, thanks for the suggestion Da... | John Christopher Anderson |
2010-05-26 | add attachment versioning support to jquery.couch.js | John Christopher Anderson |
2010-05-22 | Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774. | Jan Lehnardt |
2010-05-20 | Refactoring of various internal APIs, particularly those dealing with replica... | Damien F. Katz |
2010-05-19 | Renaming `jsonp = false` ini option to `allow_jsonp = false` to be | Jan Lehnardt |
2010-05-19 | jsonp callbacks are ignored unless jsonp is configured to true | John Christopher Anderson |
2010-05-19 | Use "expando links" for long attribute values in the Futon document view. | Jan Lehnardt |
2010-05-15 | jquery.couch.js option to force ensure_full_commit to true or false | John Christopher Anderson |
2010-05-05 | rewriter security to allow isolation of databases via subdomains | John Christopher Anderson |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-29 | list functionality for jquery.couch.js | John Christopher Anderson |
2010-04-24 | add comment | Jan Lehnardt |
2010-04-24 | typos | Jan Lehnardt |
2010-04-22 | compaction preserves instance_start_time. Closes COUCHDB-744 | Adam Kocoloski |
2010-04-22 | fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ... | John Christopher Anderson |
2010-04-19 | Fix to close users db immediately after authentication. | Damien F. Katz |
2010-04-16 | upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739 | John Christopher Anderson |
2010-04-15 | ruby example function works with @mattly`s query server | John Christopher Anderson |
2010-04-08 | fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r... | John Christopher Anderson |
2010-04-07 | temp_views should be only available to server and database admins | John Christopher Anderson |
2010-04-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2010-04-07 | changes is less likely to miss updates, and changes test is more robust | John Christopher Anderson |
2010-04-06 | use waitForSuccess to timeout changes requests that never succeed | John Christopher Anderson |
2010-04-02 | Removed _sleep from all tests. replaced with loops that spin until a conditio... | Damien F. Katz |
2010-03-28 | allows more complex keys in the rewriter, so it could ease the | Benoit Chesneau |
2010-03-28 | allows client to retrieve the revision of document updated via _update, | Benoit Chesneau |
2010-03-25 | restart using init:restart() for better test reliability | John Christopher Anderson |