summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
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
2009-07-21Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ...Jan Lehnardt
2009-07-20Make the view URL in Futon consistent with the URL for views in the HTTP inte...Christopher Lenz
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-16added missing fileNoah Slater
2009-07-14wheeeeeeeeNoah Slater
2009-07-14added licence check, and licence.skipNoah Slater
2009-07-12Added an implementation of Tequals(expect, found, mesg)Paul Joseph Davis
2009-07-11Updated the custom test run to use a locally defined T() function.Paul Joseph Davis
2009-07-11Only update a document's _id and _rev if the save was successful.Paul Joseph Davis
2009-07-11Forgot to add custom_test.html to share/Makefile.amPaul Joseph Davis
2009-07-11Create tests in Futon.Paul Joseph Davis
2009-07-11send Location header for new or updated attachmentsJan Lehnardt
2009-07-11tabs -> spaces, other whitespaceJan Lehnardt
2009-07-10fix whitespaceJan Lehnardt
2009-07-10remove log statementJan Lehnardt
2009-07-10fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386John Christopher Anderson
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-09fix and test for scrambling of large inline attachmentsAdam Kocoloski
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-07fix deleted_conflicts qs parameterAdam Kocoloski
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-07-04remove old fileJan Lehnardt
2009-06-30reset stats on POST /_restart and correct open_databases test. Closes COUCHD...Adam Kocoloski
2009-06-27A /_whoami handler to provide client apps with access to the active userCtx f...John Christopher Anderson
2009-06-22Added 'Jump to Document' in the database.htmlscreen. Would like maybe to see ...Damien F. Katz
2009-06-15Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.Jan Lehnardt
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-06-09removed redundant lineNoah Slater
2009-06-06truncate giant reduce overflow error outputJohn Christopher Anderson
2009-06-04doh. remove console.logJohn Christopher Anderson
2009-06-01Added tests for heartbeat and timeout options in the _changes api.Damien F. Katz