summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added google analytics code to docsga-couchdbdocsAndy Wenk2013-12-122-0/+7
|
* 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
|
* Docs: fix CouchDB.info file generationAlexander Shorin2013-11-251-4/+4
| | | | | | | | It was broken due to long lines with { } chars in HTTP API index which was wrapped to fit 80 chars per line limit. Since { } chars have some special meaning for texinfo, they should be escaped with @ char, but due to wrapping this escaping becomes broken which leads to to syntax error.
* Docs: add synopsis, deprecated and noindex options to HTTP endpointsAlexander Shorin2013-11-2420-149/+153
| | | | | | | | | | | | Synopsis is the short description of the HTTP endpoint that used in the generated API reference. Deprecated option, if specified, adds special remark to the endpoint description in the same reference. Noindex excludes endpoint from the reference. The old source of synopsises is removed.
* fixed some miss communication about _replicatorBigBlueHat2013-11-241-7/+11
| | | | | | | | | Was saying to `PUT` to `_replicator` directly. Which throws a "database exists" or similar error. Also tweaked intro copy to be clearer. Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Improve _sum and _stats JS equivalentsRobert Newson2013-11-231-18/+28
|
* Validate type of iterations and derived_key if scheme is pbkdf2Robert Newson2013-11-221-0/+9
|
* Fix issue with Ace editor and wrap not working properly with "toggle slow"suelockwood2013-11-221-2/+3
|
* Fauxton add back update View functionGarren Smith2013-11-221-1/+37
|
* Add ace javascript for release mode and fix new view bugGarren Smith2013-11-212-7/+5
|