summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix typo1989-move-couchjs-node-to-extrabenoitc2014-01-051-1/+1
|
* move couchjs-node from src to extrabenoitc2014-01-0518-16/+31
| | | | | | | | | Since the build of couchjs-node is optional we should put it outside of the src/ folder and move it to an `extra` folder (and the same for all extras). The reasoning behind is that we should separate more clearly what is an addon from what is the core product. fix #COUCHDB-1989
* use POSIX tar to support files length > 99benoitc2014-01-051-1/+1
|
* move todo list into JIRAJan Lehnardt2014-01-042-72/+5
|
* Fix for saving viewssuelockwood2014-01-041-3/+7
|
* remove reduce when setting view on ddocsuelockwood2014-01-031-3/+4
|
* Fix for setting Ddoc values on view savesuelockwood2014-01-031-10/+3
|
* Fixed an issue with the view editor encoding values when it shouldn'tsuelockwood2014-01-031-3/+3
|
* Document editor needs to clear model before setting the values to remove any ↵suelockwood2014-01-031-1/+1
| | | | prev attributes.
* Make sure missing docs reroute back to all docssuelockwood2014-01-022-15/+9
|
* Skip Ace in the www/share folder for fauxtonsuelockwood2014-01-021-0/+7
|
* New Fauxton Build.suelockwood2014-01-029-35/+14014
| | | | | Added Ace Editor files to Makefile.am Updated settings.json.default to have the correct release root
* Document `data_size` in `/db`Jens Rantil2013-12-281-0/+1
| | | | | | The value is returned, but was missing in the documentation. Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Encode the create a new doc linksuelockwood2013-12-271-1/+1
|
* Add messaging while waiting for DB to delete.suelockwood2013-12-262-59/+64
| | | | Remove buttons from the bottom of the editor
* Autocomplete fix for searching docssuelockwood2013-12-261-1/+1
|
* Search for invalid database name or doc id throws errorsuelockwood2013-12-263-17/+25
|
* Docs: minor typo on INSTALL documentJulian Duque2013-12-242-3/+3
|
* sometimes data_size isn't always there. ok.suelockwood2013-12-231-1/+5
|
* Css fix for editor buttonssuelockwood2013-12-234-21/+41
|
* Fix API urlssuelockwood2013-12-236-14/+42
| | | | Fix data size
* decode ddoc from route.suelockwood2013-12-235-14/+30
| | | | | | | Fix issue with adding ddoc to collection on save, but not on preview regex fix fixed the regex for sniffing for design docs More encoding for Ddocs
* URL ENCODE ALL THE THINGS.suelockwood2013-12-239-38/+67
| | | | | | | | | | | | | Mixin added to test for bad characters that get through couch validation & encode when found. Do not encode already encoded entries. mixin added for scrubbing special characters out of names used as CSS selectors SafeIDs used wherever there is a URL in views redirects & models. Better parsing of _design doc names (use regex) Allow the use of couchdb special characters / _ , $ etc in names for DBs, Views, Search Indexes etc, without breaking everything.
* Added note about changing root in settings.json for release buildsuelockwood2013-12-231-1/+4
|
* Docs: Correct a `_revs_info` typo implying a factual errorJason Smith (air)2013-12-211-1/+1
|
* Merge branch '2007-fix-docs-under-ci'Jan Lehnardt2013-12-191-1/+10
|\ | | | | | | | | * 2007-fix-docs-under-ci: Docs: Fix doc building under CI
| * Docs: Fix doc building under CI2007-fix-docs-under-ciJan Lehnardt2013-12-191-1/+10
| | | | | | | | | | | | | | | | | | | | | | Under CI the CouchDB version configured can break the LaTeX PDF building. This patch munges the release name for doc builds. Python styles from Eli Stevens and Alexander Shorin. Closes COUCHDB-2007
* | Panel will allow an empty doc name, leading to saving "_design"suelockwood2013-12-194-9/+15
| |
* | Fix for issue: Search for Document with name that doesn't exist leads to ↵suelockwood2013-12-193-19/+18
| | | | | | | | | | | | unworkable state Turned it into a form. Added validation
* | Button csssuelockwood2013-12-171-2/+2
| |
* | Fixing some CSS issues with buttonssuelockwood2013-12-172-1/+2
| |
* | Fixing database landing page so that it doesn't fetch the status of every ↵suelockwood2013-12-172-16/+17
| | | | | | | | | | | | database on load. Only fetches the # of databases showing per page.
* | Fauxton: Prevent propogation on paginationGarren Smith2013-12-171-0/+2
| |
* | Fauxton: Fix bug not removing old reduce functionGarren Smith2013-12-172-6/+4
| |
* | Fix make distcheckAlexander Shorin2013-12-161-1/+1
|/
* Improve docs of use_checkpoints and checkpoint_interval config options.merge-rebase-targetAlexander Shorin2013-12-141-16/+12
|
* don't crash if ibrowse is already startedbenoitc2013-12-141-2/+2
| | | | fix #COUCHDB-1986
* 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
|