Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allows clients to send gzipped JSON bodies154-feature-gzip-post | Adam Kocoloski | 2013-12-19 | 1 | -1/+15 |
| | | | | | | | A request with a Content-Encoding other than "gzip" or "identity" will receive a 415 Unsupported Media Type response. COUCHDB-154 | ||||
* | Document use_checkpoints and checkpoint_interval config options. | Alexander Shorin | 2013-12-14 | 3 | -2/+41 |
| | |||||
* | docs: various updates for release notes for 1.6.0 | Dave Cottlehuber | 2013-12-14 | 3 | -2/+20 |
| | | | | | - closes COUCHDB-1795 - closes COUCHDB-1962 | ||||
* | Add documentation for use_checkpoints replicator option | Volker Mische | 2013-12-14 | 2 | -1/+5 |
| | |||||
* | Tests for replicator use_checkpoints option | Volker Mische | 2013-12-14 | 2 | -1/+258 |
| | |||||
* | Run a directory full of tests | Volker Mische | 2013-12-13 | 1 | -16/+23 |
| | | | | | | It's now possible to supply a directory to the JavaScript test runner and it will run all the .js files in that direcotry. | ||||
* | add Fauxton release info | Garren Smith | 2013-12-13 | 1 | -3/+10 |
| | |||||
* | Fauxton: Add extension to new doc/index section | Garren Smith | 2013-12-12 | 2 | -0/+5 |
| | |||||
* | Fauxton: View fixes | Garren Smith | 2013-12-12 | 2 | -8/+28 |
| | | | | | | On saving new view contiue to show edit index Add new design doc to collection on save Reload view list when bulk or single deleting design doc | ||||
* | Fauxton: remove icon list and hiding new view | Garren Smith | 2013-12-11 | 4 | -29/+4 |
| | |||||
* | Fauxton: Improvements and fixes | Garren Smith | 2013-12-10 | 3 | -3/+3 |
| | |||||
* | extensions added for sidebar | suelockwood | 2013-12-10 | 2 | -2/+16 |
| | |||||
* | remove initialize | suelockwood | 2013-12-10 | 1 | -33/+0 |
| | |||||
* | jquery.couch.js: db.changes().stop() should abort XMLHTTPRequest | Fedor Indutny | 2013-12-10 | 1 | -2/+6 |
| | |||||
* | Fauxton copy tweaks | BigBlueHat | 2013-12-10 | 6 | -12/+11 |
| | | | | | | | | | | | | | Fixed init caps on Add New Databases Wwitched Add to New in Doc dropdown Also (accordingly) switched "New doc" and "New view" to "Document" and "Secondary Index" accordingly. tweaked Create/Edit Index labels %s/Advanced Options/Query Options empty tasks list just says No tasks currentView was not being populated. Could come back when it works. | ||||
* | hid code editor tab when editing a doc | BigBlueHat | 2013-12-10 | 1 | -3/+3 |
| | | | | | | The single tab was sad and lonely. Left all the JS around, though, for when Feild Editor decides to rejoin Code Editor. | ||||
* | fix typo in error message | Jan Lehnardt | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Fauxton: Before unload event | Garren Smith | 2013-12-09 | 6 | -7/+71 |
| | | | | | | Build custom beforeunload event for backbone route, also add in check on editor to warn the user if they have unsaved changes in their editor. | ||||
* | Fauxton: UI Improvements | Garren Smith | 2013-12-09 | 4 | -15/+15 |
| | |||||
* | Faxuton: UI Fixes | Garren Smith | 2013-12-09 | 11 | -29/+39 |
| | |||||
* | Fix compatibility with jQuery 1.9+ | Alexander Shorin | 2013-12-08 | 1 | -1/+14 |
| | | | | | | $.browser is gone there, but still we have to disable cache for MSIE. COUCHDB-1668 | ||||
* | Update jquery.couch docstrings. Fix few typos. | Alexander Shorin | 2013-12-08 | 1 | -96/+78 |
| | | | | References to CouchBase docs were broken anyway. | ||||
* | grammar | Robert Newson | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | spelling | Robert Newson | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Remove pronouns | Robert Newson | 2013-12-05 | 12 | -23/+23 |
| | | | | | | | | | | | Most pronouns were awkwardly referring to COUCHDB as masculine. I left in the ones clearly referring to a named person's gender. I grepped for 'him', 'he' and 'his' and fixed all matches I found, if there are more, everyone is encouraged to fix them. I corrected some awkward sentence structures as I went because I just couldn't resist. | ||||
* | Added 'copy:ace' to the release task and out of the couchdebug one | suelockwood | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | Clean up app settings gen | Garren Smith | 2013-12-04 | 6 | -154/+127 |
| | |||||
* | set to "/" as default | suelockwood | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Adding the initialize task to be able to set app.root | suelockwood | 2013-12-04 | 4 | -3/+96 |
| | |||||
* | Fauxton: Add viewHasRendered route event | Garren Smith | 2013-12-04 | 1 | -15/+24 |
| | | | | | This is used to clean up any left over spinners if a view has previously been rendered | ||||
* | Fauxton: Fix search button | Garren Smith | 2013-12-04 | 3 | -8/+29 |
| | |||||
* | distcheck: remove softlink in build-aux | Dave Cottlehuber | 2013-12-04 | 1 | -1/+0 |
| | | | | - fixes issue introduced in COUCHDB-1911 | ||||
* | distcheck: update license.skip | Dave Cottlehuber | 2013-12-04 | 1 | -0/+1 |
| | | | | fixes issue introduced in #d25d31c8 | ||||
* | Docs: fix indention issues. | Alexander Shorin | 2013-12-04 | 1 | -0/+6 |
| | |||||
* | Merge branch '1795-fix-pidfile-race' | Dave Cottlehuber | 2013-12-03 | 1 | -0/+4 |
|\ | | | | | | | | | Patch via Dileep Bapat https://github.com/dileepbapat/couchdb/commit/f90476074504058c81a6e73814266a5a0724fc55.patch | ||||
| * | taking changes from 1.2 to stop service | dileepbapat | 2013-12-03 | 1 | -0/+4 |
|/ | |||||
* | Fauxton: hide reduce options for no reduce | Garren Smith | 2013-12-03 | 1 | -7/+21 |
| | |||||
* | Fauxton: Remove databases from breadcrumbs | Garren Smith | 2013-12-03 | 3 | -10/+0 |
| | |||||
* | Fauxton: Add preview to edit index and fix preview bug | Garren Smith | 2013-12-03 | 2 | -3/+20 |
| | |||||
* | Include reason for replication failure in _replicator doc | Robert Newson | 2013-12-03 | 4 | -4/+21 |
| | | | | closes COUCHDB-1647 | ||||
* | Adding Robert Kowalski <rok@kowalski.gd> to the Thanks file for helping out ↵ | suelockwood | 2013-12-02 | 1 | -0/+1 |
| | | | | | | with Fauxton by fixing: COUCHDB-1921 | ||||
* | Fauxton: edit document on double click | suelockwood | 2013-12-02 | 1 | -1/+7 |
| | | | | Fixes COUCHDB-1921 | ||||
* | Fauxton fixes | Garren Smith | 2013-12-02 | 5 | -9/+28 |
| | | | | | | | Remove white space in editor Interior tabs on views now collapse Reworded preview button Change Advanced Options -> Query Options | ||||
* | docs: fix naming of figure | Robert Kowalski | 2013-11-30 | 1 | -1/+1 |
| | | | | Fixing A “hello world” document in Futon document in Futon”. | ||||
* | Fix whitespace | Klaus Trainer | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | Extend support for attachment-related query params | Klaus Trainer | 2013-11-28 | 12 | -31/+220 |
| | | | | | | | | | | | | | | | | | | | Until now, the boolean query parameters `attachments` and `att_encoding_info` have only been supported for the document API endpoint (`/{db}/{docid}`). This extends support for queries to the changes (`/{db}/_changes`) and view (`/{db}/_design/{ddoc}/_view/{view}`) API endpoints: * If `include_docs` and `attachments` equal `true`, the Base64-encoded contents of attachments are included with the documents in changes or view query results, respectively. * If `include_docs` and `att_encoding_info` equal `true`, encoding information is included in attachment stubs if the particular attachment is compressed. Closes COUCHDB-1923. | ||||
* | Fix minor documemtation typo | Jens Rantil | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | minor documentation improvements in ddoc | Andy Wenk | 2013-11-25 | 1 | -3/+3 |
| | |||||
* | Fauxton: Bug fixes | Garren Smith | 2013-11-25 | 5 | -5/+26 |
| | | | | Remove databases after completed verify install. Fix css on config page | ||||
* | Update Sequence had the wrong label. Missing closing tag for wrapper. | suelockwood | 2013-11-25 | 1 | -1/+4 |
| |