summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2008-08-30Implement attachment uploading in Futon.Christopher Lenz
2008-08-30Fix for deleting attachments in Futon.Christopher Lenz
2008-08-29Provide pagination for the database index page in Futon.Christopher Lenz
2008-08-29Fix up svn:ignore properties after runtimeconfig branch merge.Christopher Lenz
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-12HTTP COPY & MOVE for documents with testsJan Lehnardt
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-08-08COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer sup...Damien F. Katz
2008-08-07Fix for bug COUCHDB-100.Damien F. Katz
2008-08-01Experimental tabbed interface in Futon document view to switch between tabula...Christopher Lenz
2008-08-01Fix collapsing of nested objects in Futon document view in Safari.Christopher Lenz
2008-08-01Fix auto-expanding of view editor textareas for temp views.Christopher Lenz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-29Removed some debugging stuff I left in the tests. oops.Damien F. Katz
2008-07-29Test changes I forgot to check in earlier. Contains a formatting change and a...Damien F. Katz
2008-07-25Apply patch by Yoan Blanc to fix the view selector in Futon for Opera and IE....Christopher Lenz
2008-07-22Fix for compacted databases reporting 0 documents after compactionDamien F. Katz
2008-07-17Allow for empty attachments.Jan Lehnardt
2008-07-10Make RESTful attachment API concurrency aware and the code a little more conc...Jan Lehnardt
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-07-03Expose endkey_docid as a view query option through the HTTP API (including te...Jan Lehnardt
2008-06-23Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf...Christopher Lenz
2008-06-23Create more docs in the database for the compaction test, so that the differe...Christopher Lenz
2008-06-23Follow fixes to r670732 for COUCHDB-83.Christopher Lenz
2008-06-23Improve error handling for undefined values emitted by map functions. Closes ...Christopher Lenz
2008-06-23Follow-up to r670653: Implement deep sealing in Javascript as using the nativ...Christopher Lenz
2008-06-23Seal the document in Javascript view functions in 'deep' mode so that it's no...Christopher Lenz
2008-06-16Change version number in links to static resources from 0.8.0a to 0.8.0.Christopher Lenz
2008-06-16renamed directory variables, stage twoNoah Slater
2008-06-13Tests that weren't checked in for a previous bug fixDamien F. Katz
2008-06-09added new line to reduce test to show bulk update failure on safariDamien F. Katz
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-06-07removed old, broken, datarootdir hackNoah Slater
2008-06-06Added comments and clarity to the reduce/combine test. againDamien F. Katz
2008-06-06Added comments and clarity to the reduce/combine testDamien F. Katz
2008-06-06Add version tags for CSS and Javascript references in Futon to avoid stale ca...Christopher Lenz
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-06-05Remove the Javascript shell from Futon due to unresolved licensing issues.Christopher Lenz
2008-06-04Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.Christopher Lenz
2008-06-03Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce co...Christopher Lenz
2008-06-02* The map/reduce function textareas in Futon are now horizontally resizable s...Christopher Lenz
2008-06-02Display group reduce results in Futon by default.Christopher Lenz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-26Fix assertion in compaction test.Christopher Lenz
2008-05-26Add back /_restart URL that got lost in the transition to MochiWeb.Christopher Lenz
2008-05-26Update to test suite after status code change in r660176.Christopher Lenz
2008-05-26* Respond to DELETE requests with a "200 OK" status code instead of "202 Acce...Christopher Lenz
2008-05-26Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Clos...Christopher Lenz
2008-05-26Applied patch to enable logging from Javascript view functions. Closes COUCHD...Christopher Lenz