summaryrefslogtreecommitdiff
path: root/THANKS
AgeCommit message (Collapse)Author
2009-06-11Integrating more ETAP tests from Bob Dionne.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@783600 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09Fixes COUCHDB-372Paul Joseph Davis
New couchspawnkillable requires update notifiers to expect a line of input to be read back. Undeleting the couch_os_process:write/2 method that got ixnayed. Now named send/2 and uses a gen_server:cast/2 to make it more apparent on what's going on. Thanks rnewson. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@782854 13f79535-47bb-0310-9956-ffa450edef68
2009-05-30Added code coverage report generation target.Paul Joseph Davis
To generate reports: # Assuming etap is installed $ cd /path/to/couchdb $ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover You can browse the report by opening ./cover/index.html in your html consuming software of choice. Shoutout to Nick Gerakines in THANKS for helping with etap and testing in general. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780326 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13JSONP support is thanks to Brad Anderson.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774181 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. CandlerAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@769792 13f79535-47bb-0310-9956-ffa450edef68
2009-04-18Fixes COUCHDB-311Paul Joseph Davis
Returns an _external error as a binary. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766353 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23redirect output from launchd to STDERR and STDOUT, thanks Florian Ebeling, ↵Noah Slater
closes COUCHDB-278 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757465 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20moved adam and paul to AUTHORSNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756670 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20fixed shell portability issues, thanks Maarten Thibaut, closes COUCHDB-169Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756665 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02added -C option to couchdb script, thanks Eric CasteleijnNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749321 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04ordered THANKS by date, finallyNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@740761 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
Thanks Jason Davies and Adam Kocoloski for the fix, Maximillian Dornseif for reporting. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@739047 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Add view language selection to Futon, based on patch by Brian Palmer. Closes ↵Christopher Lenz
COUCHDB-202. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734528 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07backing out r732413 - Futon browse history, due to Safari incompatibilityJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732510 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07Futon history browsing - applied patch from COUCHDB-186John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732413 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07apply patch to fix include docs q param parsingJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732407 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16fix COUCHDB-177. thanks Paul Carey and Paul DavisJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727156 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@713914 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712578 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21test to close COUCHDB-117John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706732 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11fixed missing DESTDIRs in (un)install hooks, thanks Mark BaranNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703638 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09added gottesmm to THANKSJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703277 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01doc improvementsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@700806 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Move jchris from THANKS to AUTHORS & update his email-address.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698610 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Apply patch by Yoan Blanc to fix the view selector in Futon for Opera and ↵Christopher Lenz
IE. Closes COUCHDB-81. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679846 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-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-04-10Add DB compaction button to Futon. Closes COUCHDB-38. Thanks to Jim Lindley ↵Christopher Lenz
for the patch! git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@646734 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31moved William Beh and Dirk Schalge from AUTHORS to THANKSNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@643203 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31changed Markdown header style and fixed formattingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642965 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30rewrote and improved core documentation for clarity, utility and ↵Noah Slater
compatibility with Markdown git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642660 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28Imported trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68