summaryrefslogtreecommitdiff
path: root/share/server/main.js
AgeCommit message (Expand)Author
2009-04-18move main.js generation to MakefileJan Lehnardt
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-17output errors differently during chunked responses (view and list)John Christopher Anderson
2009-04-16Baby steps toward better reporting of os_process errors (and JavaScript synta...John Christopher Anderson
2009-03-05make row_info.prev_key available on 2nd rowJohn Christopher Anderson
2009-02-09row_info object for _list pagination. Thanks benoitc.John Christopher Anderson
2009-02-09allow format query param to override accept headers for _list and _showJohn Christopher Anderson
2009-02-04create a separate mime registration for xhtmlJohn Christopher Anderson
2009-02-02add iteration numbers to list row functions. closes COUCHDB-233. thanks Benoi...John Christopher Anderson
2009-01-27add toJSON to the sandboxJohn Christopher Anderson
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-24Improve show/list API and send external responses without chunked as it's not...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2009-01-03Slight improvement in forms error logging. When this is solid I will standard...John Christopher Anderson
2009-01-02test runner is back up (thanks davisp), and tests pass in safari again (e4x s...John Christopher Anderson
2008-12-30slightly better form error loggingJohn Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-11-25Log the offending doc._id when the view function raises an exception.John Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-08-08COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer sup...Damien F. Katz
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-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-05-26Applied patch to enable logging from Javascript view functions. Closes COUCHD...Christopher Lenz
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ...Damien F. Katz
2008-05-20Some javascript code cleanup.Christopher Lenz
2008-05-20Fixed design document view definitions to be consistent with temp views. Chan...Damien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-04-07Compaction. Works, but still needs queueing and better handling for long read...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz