summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2010-06-08preserve _revs_limit after compaction. COUCHDB-789Adam Kocoloski
2010-06-07button on test suite page to replicate test_suite_reports to community couchdbJohn Christopher Anderson
2010-06-05fix #COUCHDB-787 . thanks!Benoit Chesneau
2010-06-05update_seq is only in view response when update_seq=true is in query paramsJohn Christopher Anderson
2010-06-03Add test case for by-doc-id replication with slashes.Jan Lehnardt
2010-06-03Fix button name in text. Closes COUCHDB-657.Jan Lehnardt
2010-06-03Fix test suite in Chromium. Patch by Glen Rempe. Closes COUCHDB-546Jan Lehnardt
2010-06-03Futon: sort databases in replicator source and target drop-down.Jan Lehnardt
2010-06-02add legalese for jspecJan Lehnardt
2010-06-02Avoid double escaping in Futon edit fields. Patch by Martin Haaß. Closes COU...Jan Lehnardt
2010-06-02typoJan Lehnardt
2010-06-02Add tests for couch.js and jquery.couch.jsJan Lehnardt
2010-06-01fix attachments with "./" in their names in Futon. Closes COUCHDB-239.Jan Lehnardt
2010-06-01add base64.js to license.skip and Makefile.amJan Lehnardt
2010-05-28Allow creation and deletin of config entries. Patch by Mikeal Rogers. Closes ...Jan Lehnardt
2010-05-28better test suite error messages. Patch by Volker Mische. Closes COUCHDB-777Jan Lehnardt
2010-05-27Add support for multi-document-fetch (via _all_docs) to jquery.couch.js.Jason David Davies
2010-05-27Fix some bugs in jquery.couch.js.Jason David Davies
2010-05-26use a smaller rev token for attachment versions, thanks for the suggestion Da...John Christopher Anderson
2010-05-26add attachment versioning support to jquery.couch.jsJohn Christopher Anderson
2010-05-22Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774.Jan Lehnardt
2010-05-20Refactoring of various internal APIs, particularly those dealing with replica...Damien F. Katz
2010-05-19Renaming `jsonp = false` ini option to `allow_jsonp = false` to beJan Lehnardt
2010-05-19jsonp callbacks are ignored unless jsonp is configured to trueJohn Christopher Anderson
2010-05-19Use "expando links" for long attribute values in the Futon document view.Jan Lehnardt
2010-05-15jquery.couch.js option to force ensure_full_commit to true or falseJohn Christopher Anderson
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-29list functionality for jquery.couch.jsJohn Christopher Anderson
2010-04-24add commentJan Lehnardt
2010-04-24typosJan Lehnardt
2010-04-22compaction preserves instance_start_time. Closes COUCHDB-744Adam Kocoloski
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-19Fix to close users db immediately after authentication.Damien F. Katz
2010-04-16upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson
2010-04-15ruby example function works with @mattly`s query serverJohn Christopher Anderson
2010-04-08fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r...John Christopher Anderson
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-04-07changes is less likely to miss updates, and changes test is more robustJohn Christopher Anderson
2010-04-06use waitForSuccess to timeout changes requests that never succeedJohn Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-04-01tab to spaceJan Lehnardt
2010-03-28allows more complex keys in the rewriter, so it could ease theBenoit Chesneau
2010-03-28allows client to retrieve the revision of document updated via _update,Benoit Chesneau
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
2010-03-21Test for a regression with doc-id replication.Jan Lehnardt
2010-03-21Make changes test pass in CLI runner & WebKitJan Lehnardt
2010-03-10_stats builtin reduction for min/max/mean/varianceAdam Kocoloski
2010-03-04Futon: use proper document value when constructing input element for inline e...Christopher Lenz