summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2009-08-20revert accidental boolean flip, this test doesn't make much sense any moreJan Lehnardt
2009-08-19make http.js hostname-aware, patch by Benoit Chesneau, closes COUCHDB-475Jan Lehnardt
2009-08-18allow configurable X-Forwarded-Host header handling for work behind reverse p...Jan Lehnardt
2009-08-18unset new config values on run_on_modified_server rollbackJan Lehnardt
2009-08-18continuous _changes are now newline-delimited JSON Objects (no commas)Adam Kocoloski
2009-08-18sort files alphabeticallyJan Lehnardt
2009-08-18add another file, closes COUCHDB-473 tooJan Lehnardt
2009-08-18add missing files to distro, devs, please learn the minimal autotools bits fo...Jan Lehnardt
2009-08-18fix persisting config changes from Futon, reported by Robert Newson, we need ...Jan Lehnardt
2009-08-17allow list function and view function to be in different design docs, patch b...Jan Lehnardt
2009-08-17fix whitespaceJan Lehnardt
2009-08-16make tests fast again, use X-Couch-Full-Commit:false for all db operationsJan Lehnardt
2009-08-16Make POST's reflect a provided _id member.Paul Joseph Davis
2009-08-15delayed commits are now a config option, off by default. Closes COUCHDB-449Adam Kocoloski
2009-08-14Fixes COUCHDB-422 - Reject invalid _local doc ids.Paul Joseph Davis
2009-08-14Fixes COUCHDB-429 - Error durring paging.Paul Joseph Davis
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-12recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e...John Christopher Anderson
2009-08-11and the test file itself :)John Christopher Anderson
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-06batch_save test wasn't being installedAdam Kocoloski
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn Christopher Anderson
2009-08-05Upgraded JavaScript Accept header handling to make it useful.John Christopher Anderson
2009-08-04Move mimeparse.js to it's own file, add to NOTICE as an external library.John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-08-04add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ...Jan Lehnardt
2009-08-01implement longpolling for _changes, unify _changes-mode parameters, patch by ...Jan Lehnardt
2009-08-01enable include_docs=true for list functions, patch by Mark Hammond, closes CO...Jan Lehnardt
2009-07-29Fix for COUCHDB-434. Only reassign previous revid inside the updater process.Damien F. Katz
2009-07-24speed up json encoding, patch by Brian Candler, closes COUCHDB-399Jan Lehnardt
2009-07-23Apply patch by Volker Mische to improve the sidebar toggle animation. Really ...Christopher Lenz
2009-07-23Allow the Futon sidebar to be moved out of the way. Based on idea and patch b...Christopher Lenz
2009-07-22Fix automatic group=true on reduce views in Futon, which was only getting app...Christopher Lenz
2009-07-22Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat...Christopher Lenz
2009-07-22Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328.Christopher Lenz
2009-07-22Apply patch by Jason Davies that improves how the view menu is populated: onl...Christopher Lenz
2009-07-22Avoid usage of `Array.indexOf` function, which is not available on IE (and no...Christopher Lenz
2009-07-22Change document creation in Futon so that it no longer prompts for a document...Christopher Lenz
2009-07-21Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a f...Christopher Lenz
2009-07-21Minor cosmetic cleanup for the custom test page: highight active navitem in s...Christopher Lenz
2009-07-21Fix for compatibility of Futon with design documents that have slashes in the...Christopher Lenz
2009-07-21Put the database name in the Futon sidebar in the link title, so it is still ...Christopher Lenz
2009-07-21Make the view-selection and jump-to-document widgets at the top of the Futon ...Christopher Lenz
2009-07-21Avoid wrapping of long database names in the Futon sidebar.Christopher Lenz
2009-07-21One line patch to fix _local docs.Paul Joseph Davis
2009-07-21fix view selection in Futon for Opera, patch by Alexander Uvarov, closes COUC...Jan Lehnardt
2009-07-21refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan ...Jan Lehnardt