Age | Commit message (Expand) | Author |
2009-08-05 | proper handling of 406 Not Acceptable errors in list and show functions | John Christopher Anderson |
2009-08-05 | add mimeparse.js to license.skip | John Christopher Anderson |
2009-08-05 | ignore missing license header in erlang-oauth | Noah Slater |
2009-08-05 | added NOTICE for Erlang OAuth | Noah Slater |
2009-08-05 | Upgraded JavaScript Accept header handling to make it useful. | John Christopher Anderson |
2009-08-04 | Move mimeparse.js to it's own file, add to NOTICE as an external library. | John Christopher Anderson |
2009-08-04 | apply patch for chunking error from ibrowse 1.5.2 | Adam Kocoloski |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | Rookie mistake. Needed to force a compiler error to determine the difference in | Paul Joseph Davis |
2009-08-04 | log bind_address and port after startup, helps with COUCHDB-393 | Jan Lehnardt |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-08-04 | Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1 | Paul Joseph Davis |
2009-08-04 | Fix couch_js.c compilation with builds of non-threadsafe Spidermonkey 1.7 | Paul Joseph Davis |
2009-08-04 | search for jsapi.h in in $includedir and $includedir/js as a fallback, patch ... | Jan Lehnardt |
2009-08-04 | add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ... | Jan Lehnardt |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-27 | corrected case | Noah Slater |
2009-07-24 | reassemble split chunks in changes feed, add all() export | Adam Kocoloski |
2009-07-24 | speed up json encoding, patch by Brian Candler, closes COUCHDB-399 | Jan Lehnardt |
2009-07-24 | comment on jchris comment on not sending Content-Length for attachment GETs | Jan Lehnardt |
2009-07-23 | Apply patch by Volker Mische to improve the sidebar toggle animation. Really ... | Christopher Lenz |
2009-07-23 | Updated local_dev.ini build target as per Noah's suggestion. | Paul Joseph Davis |
2009-07-23 | Make local_dev.ini a build product. | Paul Joseph Davis |
2009-07-23 | etap tests should be executable | Adam Kocoloski |
2009-07-23 | use spawn to avoid recursive gen_server calls | Adam Kocoloski |
2009-07-23 | Update svn:ignore for Makefile build products. | Paul Joseph Davis |
2009-07-23 | Fixes error on first boot after adding an admin. | Paul Joseph Davis |
2009-07-23 | Fixes etap tests for recent updates. | Paul Joseph Davis |
2009-07-23 | Allow the Futon sidebar to be moved out of the way. Based on idea and patch b... | Christopher Lenz |
2009-07-22 | Fix automatic group=true on reduce views in Futon, which was only getting app... | Christopher Lenz |
2009-07-22 | Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat... | Christopher Lenz |
2009-07-22 | Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328. | Christopher Lenz |
2009-07-22 | Apply patch by Jason Davies that improves how the view menu is populated: onl... | Christopher Lenz |
2009-07-22 | various bugfixes and improvements for view compaction | Adam Kocoloski |
2009-07-22 | Avoid usage of `Array.indexOf` function, which is not available on IE (and no... | Christopher Lenz |
2009-07-22 | Change document creation in Futon so that it no longer prompts for a document... | Christopher Lenz |
2009-07-21 | Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a f... | Christopher Lenz |
2009-07-21 | Minor cosmetic cleanup for the custom test page: highight active navitem in s... | Christopher Lenz |
2009-07-21 | Fix for compatibility of Futon with design documents that have slashes in the... | Christopher Lenz |
2009-07-21 | Put the database name in the Futon sidebar in the link title, so it is still ... | Christopher Lenz |
2009-07-21 | Make the view-selection and jump-to-document widgets at the top of the Futon ... | Christopher Lenz |
2009-07-21 | Avoid wrapping of long database names in the Futon sidebar. | Christopher Lenz |
2009-07-21 | One line patch to fix _local docs. | Paul Joseph Davis |
2009-07-21 | fix view selection in Futon for Opera, patch by Alexander Uvarov, closes COUC... | Jan Lehnardt |
2009-07-21 | refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan ... | Jan Lehnardt |
2009-07-21 | Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ... | Jan Lehnardt |
2009-07-20 | Make the view URL in Futon consistent with the URL for views in the HTTP inte... | Christopher Lenz |
2009-07-20 | Optimize filtered _changes to use an OS process only when actively filtering ... | Damien F. Katz |