summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2010-01-09better validations on users dbJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2010-01-02add _view_cleanup.html to the MakefileJohn Christopher Anderson
2010-01-02add button to cleanup old view files. closes COUCHDB-610. thanks Ilia CheishviliJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22remove show from db doc GET handler, completing flip-flop on COUCHDB-404John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-12Create a new sandbox for each reset.Paul Joseph Davis
2009-12-12Futon: Improve display of multi-line strings in tabular document view.Christopher Lenz
2009-12-11Futon: Show empty lists and objects in document view as [] and {}, respectively.Christopher Lenz
2009-12-11Futon: Remember tabular vs. source tab preference in a cookie.Christopher Lenz
2009-12-11Futon: A couple of bug fixes:Christopher Lenz
2009-12-11Futon: Allow control over the group and group_level options on reduce views.Christopher Lenz
2009-12-11Futon: Improve storage of session state by storing short-term settings in the...Christopher Lenz
2009-12-10Futon: Fix toggling of reduce checkbox on database page.Christopher Lenz
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-12-10Futon: Update all the cache invalidation query strings from 0.9.0 to 0.11.0.Christopher Lenz
2009-12-10Futon: Also enable tab insertion in the custom test textarea.Christopher Lenz
2009-12-09Futon: Gecko now supports box-shadow, too.Christopher Lenz
2009-12-09The "View Code" expansion triangle now actually shows the expanded/collapsed ...Christopher Lenz
2009-12-09A couple of Futon improvements:Christopher Lenz
2009-12-06fix COUCHDB-593, thanks Roger Binns for reportingJohn Christopher Anderson
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-12-01change some timings to make the changes test more robustJohn Christopher Anderson
2009-11-30passing test for filtered continuous changesJohn Christopher Anderson
2009-11-30ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586Adam Kocoloski
2009-11-30work on COUCHDB-582, fixes issues with filtered longpoll requests closing earlyJohn Christopher Anderson
2009-11-29add assertion that _all_dbs API existsJohn Christopher Anderson
2009-11-26Setup JavaScript command line runner.Paul Joseph Davis
2009-11-26Use TEquals() in content_negotiation test.Jason David Davies
2009-11-26Refactored the fix for active_dbs timeouts.Paul Joseph Davis
2009-11-26Update the open db's test to check failure.Paul Joseph Davis
2009-11-25Fixed a bug preventing active_dbs from working.Paul Joseph Davis
2009-11-23Fix and tests for COUCHDB-292Damien F. Katz
2009-11-20whitespace, add missing curly braces, 80 columns width -- no functionality ch...Jan Lehnardt
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-14Removed redudant multipart/related test from attachments.jsDamien F. Katz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-12Whoops. No alerts in tests plzkthx.Paul Joseph Davis
2009-11-12ErlView test case with a larger data set.Paul Joseph Davis
2009-11-10Add doc id validation when creating a new document with theJan Lehnardt
2009-11-09Fixes 'make distcheck' to run the test suite.Paul Joseph Davis
2009-11-05typo, thanks David CoallierJan Lehnardt
2009-11-05add safety net for code accidents where the document id in a doc delete reque...Jan Lehnardt
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-10-30Closes COUCHDB-547 - Adding a View Compaction ButtonPaul Joseph Davis
2009-10-22Improve OAuth error message for missing tokens.Paul Joseph Davis
2009-10-19Fix bug when lists use two design docs.Paul Joseph Davis
2009-10-18case sensitivityJan Lehnardt