summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up app settings gengenerate-root-from-settingsGarren Smith2013-11-276-154/+127
|
* set to "/" as defaultsuelockwood2013-11-261-1/+1
|
* Adding the initialize task to be able to set app.rootsuelockwood2013-11-264-3/+96
|
* 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
|
* Fauxton: Fix ace editor to work with compiled FauxtonGarren Smith2013-11-213-6/+28
|
* configurable checkpoint intervalRobert Newson2013-11-202-12/+19
|
* Allow the use of checkpoint to be optionalBob Dionne2013-11-202-3/+14
| | | | | | | | A new parameter use_checkpoints which defaults to be true can be either used in the replicator section of ini files and/or used in the replication command or doc added to the replicator db. When this option is set to false no checkpoints are taken. It should be used with caution and only for small dbs. BugzID:14327
* Fauxton: Update routes template to support RouteObjectsGarren Smith2013-11-201-1/+22
|
* Remove old jshint.jsRussell Branca2013-11-197-4591/+33
|
* removed Primary Indices header; implied by SecondaryBigBlueHat2013-11-181-1/+0
|
* toggling delete docs button on Select AllBigBlueHat2013-11-181-2/+2
| | | | Also preventing "delete 0 docs" confirm box.
* lots of little tweaksBigBlueHat2013-11-185-7/+7
| | | | | | Fixed `Couchdb` spelling. Move version number to right of product name. Tweaked Primary Nav icon alignment.
* Merge branch '1930-fix-futon-save-document-with-_id' of ↵Dirkjan Ochtman2013-11-151-1/+1
|\ | | | | | | https://github.com/benru/couchdb
| * COUCHDB-1930 - fix - Futon, create New Document and change _id, clicking ↵Ben Russell2013-11-131-1/+1
| | | | | | | | Save Document will save but sends you to wrong doc
* | Wrap lines in the ace editor for Fauxtonsuelockwood2013-11-131-0/+1
|/
* Fixing the primary nav so the whole area is clickablesuelockwood2013-11-123-18/+32
|
* Fix the collapsed footersuelockwood2013-11-121-2/+4
|
* clean up whitespace following trailing backslashDirkjan Ochtman2013-11-091-14/+14
|
* added my name to the AUTHORS fileAndy Wenk2013-11-081-0/+1
|
* is misleading when using the terms 'book' and 'chapter' in theAndy Wenk2013-11-088-34/+35
| | | | documentation. Replaced these words with document and others
* Docs: handle 1.6 release notes by build systemAlexander Shorin2013-11-081-0/+3
|
* Docs: add 1.6 release notes for current changesAlexander Shorin2013-11-082-0/+49
|
* Remove duplicate CORS testRussell Branca2013-11-071-17/+1
|
* fixe some typos in the documentationAndy Wenk2013-11-081-5/+5
|
* Update version on masterDirkjan Ochtman2013-11-071-1/+1
|
* Remove unreleased notice for 1.5.0.Dirkjan Ochtman2013-11-071-4/+0
|
* Cleanup of paths for when we removed CodeMirror & added ace.suelockwood2013-11-071-4/+27
|
* COUCHDB-1922: fix CORS exposed headersRussell Branca2013-11-072-4/+6
|
* Setting Cache to false on ajax calls that are polled often for IE10 fixessuelockwood2013-11-073-2/+12
|
* Making that Spinner easier to seesuelockwood2013-11-071-2/+2
|
* Rename proxy_authentification_handler to proxy_authentication_handlerRobert Newson2013-11-071-2/+6
| | | | | | | | | | | All our other handlers follow the *_authentication_handler form and various bits of documentation imply they all do. The old form will continue to work, though it's marked as deprecated, and will be removed in a future release. Thanks to Stepan Stolyarov <stepan.stolyarov@gmail.com> for the original patch.
* Docs: fix api references for intro/security guideAlexander Shorin2013-11-061-4/+4
|
* Removing login_pane since it's not used.suelockwood2013-11-043-20/+5
| | | | | Fixing buttons on advanced options Fixing Ace editor issue when hide/show toggling.
* QA on firefoxsuelockwood2013-11-041-1/+0
|
* Fauxton: Replace CodeMirror with Ace EditorGarren Smith2013-11-0441-3989/+40688
| | | | Fixes #COUCHDB-1911
* Fauxton: Add routeobject eventsGarren Smith2013-11-043-58/+117
| | | | Fixes COUCHDB-1853
* Fauxton fix failing testGarren Smith2013-11-041-2/+4
|
* Fauxton: Hide new view when no docs in databaseGarren Smith2013-10-283-34/+31
|
* Fix markupAlexander Shorin2013-10-281-1/+1
|
* Fix Fauxton license bits: add missed headers, use explicit skip policyAlexander Shorin2013-10-2614-47/+161
|