summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950865 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02If aclocal needs to be called during a build, its options are takenJan Lehnardt
from ACLOCAL_AMFLAGS in the top-level Makefile.am - which were not defined before. Additionally, this removes the need for the explicit m4_include of m4/ac_check_icu.m4 at the very top of configure.ac. Patch by Hans Ulrich Niedermann. Closes COUCHDB-165 and COUCHDB-414. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950779 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02add legalese for jspecJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950776 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Avoid double escaping in Futon edit fields. Patch by Martin Haaß. Closes ↵Jan Lehnardt
COUCHDB-611. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950696 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02typoJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950695 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add tests for couch.js and jquery.couch.jsJan Lehnardt
Patch by Lena Herrmann. Closes COUCHDB-783. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950689 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02all_databases -> all_dbs, less typing ftwAdam Kocoloski
2010-06-02correct doc_count error messageAdam Kocoloski
2010-06-02forgot to commit new file, BugzID 10242Adam Kocoloski
2010-06-02_all_docs with keys, closes BugzID 10218Adam Kocoloski
2010-06-02trailing whitespace pedantryJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950545 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02add license bannerJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950542 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01all_docs resource w/o keylist, BugzID 10218Adam Kocoloski
2010-06-01all_docs resource w/o keylist, BugzID 10218Adam Kocoloski
2010-06-01more s/dynomite/membership/ stuffAdam Kocoloski
2010-06-01fix attachments with "./" in their names in Futon. Closes COUCHDB-239.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950119 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Require ICU 3.4.1. Closes COUCHDB-175.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950107 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01better get_doc_count RPC, BugzID 10242Adam Kocoloski
2010-06-01add sync_reply, change msg format to be more like gen_serverAdam Kocoloski
2010-06-01add sync_reply, change msg format to be more like gen_serverAdam Kocoloski
2010-06-01RPC endpoint for all_docs w/o keylist, BugzID 10218Adam Kocoloski
2010-06-01add base64.js to license.skip and Makefile.amJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950066 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01better tests for the vhost globals, fixed a bugJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949912 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28more move of dynomite to membership, it compiles, but untestedBrad Anderson
2010-05-28begin move of dynomite to membershipBrad Anderson
2010-05-28begin move of dynomite to membershipBrad Anderson
2010-05-28remove dynomite cruftBrad Anderson
2010-05-28normalizing includesAdam Kocoloski
2010-05-28split fabric_db into dedicated modulesBrad Anderson
2010-05-28reorganize rpc calls, add doc_count and update_seqAdam Kocoloski
2010-05-28split fabric_doc into dedicated modulesAdam Kocoloski
2010-05-28open_revs for fabric, BugzID 10216Adam Kocoloski
2010-05-28implement fabric missing_revs, BugzID 10217Adam Kocoloski
2010-05-28always install fullmap during create_db, and make create/delete db calls use ↵Brad Anderson
#shard{name=ShardName}
2010-05-28fix matching of open_doc repliesAdam Kocoloski
2010-05-28add update_docAdam Kocoloski
2010-05-28more forgiving interface for fabricAdam Kocoloski
2010-05-28lots of work, expecially update_docsAdam Kocoloski
2010-05-28Allow creation and deletin of config entries. Patch by Mikeal Rogers. Closes ↵Jan Lehnardt
COUCHDB-777. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949149 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28better test suite error messages. Patch by Volker Mische. Closes COUCHDB-777Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949145 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add support for multi-document-fetch (via _all_docs) to jquery.couch.js.Jason David Davies
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949037 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Fix some bugs in jquery.couch.js.Jason David Davies
Namely: * openDoc() was inadvertently adding a ?beforeSuccess=... parameter to the URL. * bulkSave() wasn't sending a POST body. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949028 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27remove fabric_api, clean up other things to get futon rendering db listBrad Anderson
2010-05-27get_db_info working, also reorg'd fabric to doc and db module structureBrad Anderson
2010-05-27work on get_db_info, conflict resovled for fabric_rpcBrad Anderson
2010-05-27oops, forgot this guyAdam Kocoloski
2010-05-27export the right stuff for open_docAdam Kocoloski
2010-05-27updated docs for format of error messageAdam Kocoloski
2010-05-27sloppy commitAdam Kocoloski
2010-05-27open_doc call in fabricAdam Kocoloski