summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-06added standard headerNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663985 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06slight rewording, more conciseNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663984 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06VERY slight formatting tweeksNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663983 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06Bring NOTICE file content and structure into compliance with ASF ↵Christopher Lenz
requirements and common practice (hopefully). git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663951 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06Add version tags for CSS and Javascript references in Futon to avoid stale ↵Christopher Lenz
caches. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663929 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06Added CHANGES to Makefile.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663927 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06NEWS updated, many changes moved to CHANGES, which is a manually written ↵Christopher Lenz
change log that contains all user-visible changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663925 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06minor aesthetic tweeks to NEWSNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663898 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06merge entries for 0.7.3a (which was only a placeholder) and 0.8.0Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663876 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large ↵Damien F. Katz
keys/reduction values git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663786 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05update news in preparation for 0.8.0Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663759 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05Remove /db/_search API call. This will be maintained in the lucene-search ↵Jan Lehnardt
branch and merged back after a 0.8 release when things got more stable. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663744 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05Remove the Javascript shell from Futon due to unresolved licensing issues.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663740 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05improved example adduser invokationNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663654 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04Use linebreaks between rows for view results with a negative count value, ↵Christopher Lenz
same as for a positive value. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663345 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663239 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04Enable the use of an unencoded slash in the URL of design documents. Closes ↵Christopher Lenz
COUCHDB-49. Thanks to Paul Davis for the patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663055 13f79535-47bb-0310-9956-ffa450edef68
2008-06-03Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce ↵Christopher Lenz
code editor, updated logo to match the version used elsewhere. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02Increase the request body size limitations on bulk_docs and document POST to ↵Christopher Lenz
4GB. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662591 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02* The map/reduce function textareas in Futon are now horizontally resizable ↵Christopher Lenz
split-pane style * The initial height of the view code textareas is adjusted to the number of lines in the map/reduce functions. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662587 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02Display group reduce results in Futon by default.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662554 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02correct Erlang version checkingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662528 13f79535-47bb-0310-9956-ffa450edef68
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@661476 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Experimental functionality to increment database update seq, might go away, ↵Damien F. Katz
use at own risk. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660315 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Fix assertion in compaction test.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660282 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Add back /_restart URL that got lost in the transition to MochiWeb.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660183 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Update to test suite after status code change in r660176.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660177 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26* Respond to DELETE requests with a "200 OK" status code instead of "202 ↵Christopher Lenz
Accepted", as the deletion is performed immediately. * The "content-type" member in attachment structures is now named "content_type" (underscore) for consistency and to be more accessible from Javascript (and presumably other languages, too) git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660176 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. ↵Christopher Lenz
Closes COUCHDB-40. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660170 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Improve the debug logging of request details. As the logging was split into ↵Christopher Lenz
multiple log messages, concurrent requests would get mixed up in the log. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660166 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Remove incomplete Lucene integration (will be moved to a branch).Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660142 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Applied patch to enable logging from Javascript view functions. Closes ↵Christopher Lenz
COUCHDB-59. Thanks to Chris Anderson for the patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660140 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Change error handling on unknown private paths to be more consistent with ↵Christopher Lenz
how other errors are handled. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660139 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Updated MochiWeb in trunk to r76. Closes COUCHDB-42.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660136 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Use limit of 4GB for document PUT requests, instead of the MochiWeb default ↵Christopher Lenz
of 1MB. Closes COUCHDB-37. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660050 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Fix for file attachments using too much space in compacted databasesDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660049 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Enable Etag processing for document GET requests that include the '?rev' ↵Christopher Lenz
query string parameter. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660046 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Nicer display of attachments in Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660007 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Improve jQuuery-based CouchDB interface so that it doesn't report an error ↵Christopher Lenz
when no 'success' callback was provided. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659989 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Add another third-party license to the LICENSE file.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659988 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25Add third-party licenses to LICENSE file, update jQuery to 1.2.5.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659940 13f79535-47bb-0310-9956-ffa450edef68
2008-05-24Make replication tests use current host instead of hardcoding localhost:5984Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659808 13f79535-47bb-0310-9956-ffa450edef68
2008-05-24added note to -h output of couchdb command about inherited environmentNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659722 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23enabled automatic Erlang SMP supportNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659717 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Minor tweaks to the map/reduce editing GUI in Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659714 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23downgraded required Erlang to R11BNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659699 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23improved private path error wordingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659690 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23do not guess the process ID, allow multiple database instances to run ↵Noah Slater
simultaneously git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659685 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23configure now checks for installed Erlang versionNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659681 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23fix for missing conflict check during serialized updateDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659676 13f79535-47bb-0310-9956-ffa450edef68