summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allows clients to send gzipped JSON bodies154-feature-gzip-postAdam Kocoloski2013-12-191-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 Shorin2013-12-143-2/+41
|
* docs: various updates for release notes for 1.6.0Dave Cottlehuber2013-12-143-2/+20
| | | | | - closes COUCHDB-1795 - closes COUCHDB-1962
* Add documentation for use_checkpoints replicator optionVolker Mische2013-12-142-1/+5
|
* Tests for replicator use_checkpoints optionVolker Mische2013-12-142-1/+258
|
* Run a directory full of testsVolker Mische2013-12-131-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 infoGarren Smith2013-12-131-3/+10
|
* Fauxton: Add extension to new doc/index sectionGarren Smith2013-12-122-0/+5
|
* Fauxton: View fixesGarren Smith2013-12-122-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 viewGarren Smith2013-12-114-29/+4
|
* Fauxton: Improvements and fixesGarren Smith2013-12-103-3/+3
|
* extensions added for sidebarsuelockwood2013-12-102-2/+16
|
* remove initializesuelockwood2013-12-101-33/+0
|
* jquery.couch.js: db.changes().stop() should abort XMLHTTPRequestFedor Indutny2013-12-101-2/+6
|
* Fauxton copy tweaksBigBlueHat2013-12-106-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 docBigBlueHat2013-12-101-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 messageJan Lehnardt2013-12-091-1/+1
|
* Fauxton: Before unload eventGarren Smith2013-12-096-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 ImprovementsGarren Smith2013-12-094-15/+15
|
* Faxuton: UI FixesGarren Smith2013-12-0911-29/+39
|
* Fix compatibility with jQuery 1.9+Alexander Shorin2013-12-081-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 Shorin2013-12-081-96/+78
| | | | References to CouchBase docs were broken anyway.
* grammarRobert Newson2013-12-051-1/+1
|
* spellingRobert Newson2013-12-051-1/+1
|
* Remove pronounsRobert Newson2013-12-0512-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 onesuelockwood2013-12-041-2/+2
|
* Clean up app settings genGarren Smith2013-12-046-154/+127
|
* set to "/" as defaultsuelockwood2013-12-041-1/+1
|
* Adding the initialize task to be able to set app.rootsuelockwood2013-12-044-3/+96
|
* Fauxton: Add viewHasRendered route eventGarren Smith2013-12-041-15/+24
| | | | | This is used to clean up any left over spinners if a view has previously been rendered
* Fauxton: Fix search buttonGarren Smith2013-12-043-8/+29
|
* distcheck: remove softlink in build-auxDave Cottlehuber2013-12-041-1/+0
| | | | - fixes issue introduced in COUCHDB-1911
* distcheck: update license.skipDave Cottlehuber2013-12-041-0/+1
| | | | fixes issue introduced in #d25d31c8
* Docs: fix indention issues.Alexander Shorin2013-12-041-0/+6
|
* Merge branch '1795-fix-pidfile-race'Dave Cottlehuber2013-12-031-0/+4
|\ | | | | | | | | Patch via Dileep Bapat https://github.com/dileepbapat/couchdb/commit/f90476074504058c81a6e73814266a5a0724fc55.patch
| * taking changes from 1.2 to stop servicedileepbapat2013-12-031-0/+4
|/
* Fauxton: hide reduce options for no reduceGarren Smith2013-12-031-7/+21
|
* Fauxton: Remove databases from breadcrumbsGarren Smith2013-12-033-10/+0
|
* Fauxton: Add preview to edit index and fix preview bugGarren Smith2013-12-032-3/+20
|
* Include reason for replication failure in _replicator docRobert Newson2013-12-034-4/+21
| | | | closes COUCHDB-1647
* Adding Robert Kowalski <rok@kowalski.gd> to the Thanks file for helping out ↵suelockwood2013-12-021-0/+1
| | | | | | with Fauxton by fixing: COUCHDB-1921
* Fauxton: edit document on double clicksuelockwood2013-12-021-1/+7
| | | | Fixes COUCHDB-1921
* Fauxton fixesGarren Smith2013-12-025-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 figureRobert Kowalski2013-11-301-1/+1
| | | | Fixing A “hello world” document in Futon document in Futon”.
* Fix whitespaceKlaus Trainer2013-11-281-1/+1
|
* Extend support for attachment-related query paramsKlaus Trainer2013-11-2812-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 typoJens Rantil2013-11-281-1/+1
|
* minor documentation improvements in ddocAndy Wenk2013-11-251-3/+3
|
* Fauxton: Bug fixesGarren Smith2013-11-255-5/+26
| | | | Remove databases after completed verify install. Fix css on config page
* Update Sequence had the wrong label. Missing closing tag for wrapper.suelockwood2013-11-251-1/+4
|