summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to views editor1911-ace-editorGarren Smith2013-10-301-12/+13
|
* Remove unneeded ace files and codemirrorGarren Smith2013-10-30824-178670/+28823
|
* working replacementGarren Smith2013-10-29809-34/+186579
|
* 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
|
* Fix /_session section titleAlexander Shorin2013-10-261-1/+1
|
* Update /db/_bulk_docs docs for HTTP 417 response, examples and markupAlexander Shorin2013-10-261-115/+159
|
* Fixed typo.Michael Wheeler2013-10-261-1/+1
| | | | Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Highlight possible_ancestors field for /db/_revs_diff responseAlexander Shorin2013-10-251-5/+12
|
* Fixing language in description of filterskarlin2013-10-251-22/+21
| | | | Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Fauxton: Added expand/collapse to all docsfauxton-expand-collapseGarren Smith2013-10-233-2/+75
|
* Finish view compactionGarren Smith2013-10-239-18/+124
|
* improvementsGarren Smith2013-10-232-6/+1
|
* compact and clean up workingGarren Smith2013-10-235-15/+103
|
* startedGarren Smith2013-10-2311-23/+213
|
* Added form validation for when you make a view with a new design doc, so ↵suelockwood2013-10-231-2/+3
| | | | that you have to enter a design doc name
* Fauxton disable pagination linksGarren Smith2013-10-221-0/+2
|
* Fauxton: add web-index url for database modelGarren Smith2013-10-211-0/+2
|
* Fauxton: Fix issue cannot delete new viewGarren Smith2013-10-214-56/+100
|
* Remove "API method" things. Fix header for /_session endpoint.Alexander Shorin2013-10-183-11/+10
|
* Remove {} chars from API reference links.Alexander Shorin2013-10-181-1/+1
| | | | | While browsers shows them correctly JIRA, StackOverflow and others in-form URL parsers aren't likes them and breaks the referencing.
* Fix for Delete viewsuelockwood2013-10-171-1/+1
|
* Eventually we should clean up these layout files to see which ones actually ↵suelockwood2013-10-171-0/+27
| | | | use tabs
* View Delete was brokensuelockwood2013-10-172-2/+4
|
* Add Cancel button to the edit formsuelockwood2013-10-172-2/+7
|
* Allow databases with / in the namessuelockwood2013-10-163-4/+5
|
* Remove the animation transitionssuelockwood2013-10-161-1/+0
|
* add apache licenseGarren Smith2013-10-161-0/+13
|
* Fauxton: Add Verify Install moduleGarren Smith2013-10-169-2/+425
| | | | Resolves #COUCHDB-1813
* Fauxton: Add advanced options to AlldocsGarren Smith2013-10-169-263/+445
| | | | Fixes COUCHDB-1694
* Fauxton: Fix correct row number messageGarren Smith2013-10-165-46/+113
| | | | Fixes COUCHDB-1760
* Add missed docs files for `make html` output.Alexander Shorin2013-10-151-2/+26
|
* Fix release version generation for docs.Alexander Shorin2013-10-151-8/+9
| | | | | | | | The logic: - If you didn't run ./bootstrap the version will be X.Y.Z-dev - If you did: X.Y.Z+build.hash - For CouchDB releases - just X.Y.Z (because we remove STAGE/RELEASE info from acinclude.m4.in)
* Fix httpdomain compatibility issue with Python 2.6Alexander Shorin2013-10-151-2/+2
|
* Better temp fix.Alexander Shorin2013-10-142-7/+1
|
* Temporary fix for quick search form layout on RTD site.Alexander Shorin2013-10-141-3/+9
|
* Fix quick search from non-top level articles.Alexander Shorin2013-10-141-1/+1
|
* Fixed `method` terminology usage w/databaseBigBlueHat2013-10-1111-39/+38
| | | | | | | The basics.rst includes an explanation of how an HTTP API works (leveraging HTTP methods rather than inventing new ones), but the API reference docs misuse the term thereafter.
* Api URL documentation fix.suelockwood2013-10-1018-35/+82
| | | | | Adding documentation to the models/collections Hide API url if there is no url on that route
* [build] ship Vagrantfile in releasesJan Lehnardt2013-10-101-1/+2
|
* add fauxton source to distributionJan Lehnardt2013-10-091-0/+258
|
* Merge branch 'remove-e4x-tests'Jan Lehnardt2013-10-076-136/+4
|\ | | | | | | | | * remove-e4x-tests: remove E4X tests
| * remove E4X testsremove-e4x-testsJan Lehnardt2013-09-306-136/+4
| |
* | Merge branch 'build-system-fixes-1.5.x'Jan Lehnardt2013-10-0713-12/+139
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build-system-fixes-1.5.x: (22 commits) the last line is intentionally left blank to appease POSIX gods [my-first-couchdb-plugin] remove note about ex-Makefile.dist move build system edits for my-first-couchdb-plugin to src/ [my-first-couchdb-plugin] use Apache 2 License move erlang-version.escript to EXTRA_DIST add erlang-version.escript to bin_SCRIPTS update license.skip with generated files fix fauxton adds fix typo add my-first-couchdb-plugin .gitignore remove more accidental edits remove accidental edit advise renaming the Makefile custom Makefile for my-first-couchdb-plugin add src/couchjs-node/Makedile to configure.ac trailing spaces set up my-first-couchdb-plugin with EXTRA_DIST set up couchjs-node with EXTRA_DIST add fauxton dist to Makefile add plugins.html & pagination.rst to Makefiles ...
| * | the last line is intentionally left blank to appease POSIX godsJan Lehnardt2013-10-071-1/+1
| | |
| * | [my-first-couchdb-plugin] remove note about ex-Makefile.distbuild-system-fixes-1.5.xJan Lehnardt2013-10-071-1/+1
| | |
| * | move build system edits for my-first-couchdb-plugin to src/Jan Lehnardt2013-10-075-23/+11
| | |
| * | [my-first-couchdb-plugin] use Apache 2 LicenseJan Lehnardt2013-10-073-1/+29
| | |
| * | move erlang-version.escript to EXTRA_DISTJan Lehnardt2013-10-041-2/+2
| | |