Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add solution for COUCHDB-1415 issue by Eric Ross.1912-troubleshooting-guide | Alexander Shorin | 2013-10-22 | 1 | -0/+20 |
| | |||||
* | Initial commit for troubleshooting guide. | Alexander Shorin | 2013-10-22 | 5 | -1/+93 |
| | |||||
* | Fix for Delete view | suelockwood | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Eventually we should clean up these layout files to see which ones actually ↵ | suelockwood | 2013-10-17 | 1 | -0/+27 |
| | | | | use tabs | ||||
* | View Delete was broken | suelockwood | 2013-10-17 | 2 | -2/+4 |
| | |||||
* | Add Cancel button to the edit form | suelockwood | 2013-10-17 | 2 | -2/+7 |
| | |||||
* | Allow databases with / in the names | suelockwood | 2013-10-16 | 3 | -4/+5 |
| | |||||
* | Remove the animation transitions | suelockwood | 2013-10-16 | 1 | -1/+0 |
| | |||||
* | add apache license | Garren Smith | 2013-10-16 | 1 | -0/+13 |
| | |||||
* | Fauxton: Add Verify Install module | Garren Smith | 2013-10-16 | 9 | -2/+425 |
| | | | | Resolves #COUCHDB-1813 | ||||
* | Fauxton: Add advanced options to Alldocs | Garren Smith | 2013-10-16 | 9 | -263/+445 |
| | | | | Fixes COUCHDB-1694 | ||||
* | Fauxton: Fix correct row number message | Garren Smith | 2013-10-16 | 5 | -46/+113 |
| | | | | Fixes COUCHDB-1760 | ||||
* | Add missed docs files for `make html` output. | Alexander Shorin | 2013-10-15 | 1 | -2/+26 |
| | |||||
* | Fix release version generation for docs. | Alexander Shorin | 2013-10-15 | 1 | -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.6 | Alexander Shorin | 2013-10-15 | 1 | -2/+2 |
| | |||||
* | Better temp fix. | Alexander Shorin | 2013-10-14 | 2 | -7/+1 |
| | |||||
* | Temporary fix for quick search form layout on RTD site. | Alexander Shorin | 2013-10-14 | 1 | -3/+9 |
| | |||||
* | Fix quick search from non-top level articles. | Alexander Shorin | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Fixed `method` terminology usage w/database | BigBlueHat | 2013-10-11 | 11 | -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. | suelockwood | 2013-10-10 | 18 | -35/+82 |
| | | | | | Adding documentation to the models/collections Hide API url if there is no url on that route | ||||
* | [build] ship Vagrantfile in releases | Jan Lehnardt | 2013-10-10 | 1 | -1/+2 |
| | |||||
* | add fauxton source to distribution | Jan Lehnardt | 2013-10-09 | 1 | -0/+258 |
| | |||||
* | Merge branch 'remove-e4x-tests' | Jan Lehnardt | 2013-10-07 | 6 | -136/+4 |
|\ | | | | | | | | | * remove-e4x-tests: remove E4X tests | ||||
| * | remove E4X testsremove-e4x-tests | Jan Lehnardt | 2013-09-30 | 6 | -136/+4 |
| | | |||||
* | | Merge branch 'build-system-fixes-1.5.x' | Jan Lehnardt | 2013-10-07 | 13 | -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 gods | Jan Lehnardt | 2013-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | [my-first-couchdb-plugin] remove note about ex-Makefile.distbuild-system-fixes-1.5.x | Jan Lehnardt | 2013-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | move build system edits for my-first-couchdb-plugin to src/ | Jan Lehnardt | 2013-10-07 | 5 | -23/+11 |
| | | | |||||
| * | | [my-first-couchdb-plugin] use Apache 2 License | Jan Lehnardt | 2013-10-07 | 3 | -1/+29 |
| | | | |||||
| * | | move erlang-version.escript to EXTRA_DIST | Jan Lehnardt | 2013-10-04 | 1 | -2/+2 |
| | | | |||||
| * | | add erlang-version.escript to bin_SCRIPTS | Jan Lehnardt | 2013-10-04 | 1 | -2/+2 |
| | | | |||||
| * | | update license.skip with generated files | Jan Lehnardt | 2013-10-04 | 1 | -0/+2 |
| | | | |||||
| * | | fix fauxton adds | Jan Lehnardt | 2013-10-04 | 1 | -23/+19 |
| | | | |||||
| * | | fix typo | Jan Lehnardt | 2013-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | add my-first-couchdb-plugin .gitignore | Jan Lehnardt | 2013-10-04 | 2 | -1/+2 |
| | | | |||||
| * | | remove more accidental edits | Jan Lehnardt | 2013-10-04 | 1 | -13/+11 |
| | | | |||||
| * | | remove accidental edit | Jan Lehnardt | 2013-10-04 | 1 | -1/+0 |
| | | | |||||
| * | | advise renaming the Makefile | Jan Lehnardt | 2013-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | custom Makefile for my-first-couchdb-plugin | Jan Lehnardt | 2013-10-04 | 4 | -11/+62 |
| | | | |||||
| * | | add src/couchjs-node/Makedile to configure.ac | Jan Lehnardt | 2013-10-04 | 1 | -0/+1 |
| | | | |||||
| * | | trailing spaces | Jan Lehnardt | 2013-10-04 | 1 | -7/+7 |
| | | | |||||
| * | | set up my-first-couchdb-plugin with EXTRA_DIST | Jan Lehnardt | 2013-10-04 | 1 | -1/+12 |
| | | | |||||
| * | | set up couchjs-node with EXTRA_DIST | Jan Lehnardt | 2013-10-04 | 1 | -0/+26 |
| | | | |||||
| * | | add fauxton dist to Makefile | Jan Lehnardt | 2013-10-04 | 1 | -0/+23 |
| | | | |||||
| * | | add plugins.html & pagination.rst to Makefiles | Jan Lehnardt | 2013-10-04 | 2 | -0/+3 |
| | | | |||||
| * | | add src/couch_plugins/README.md to EXTRA_DIST | Jan Lehnardt | 2013-10-03 | 1 | -1/+1 |
| | | | |||||
| * | | add erlang-version.escript to noinst_SCRIPTS | Jan Lehnardt | 2013-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | 72 char columns | Jan Lehnardt | 2013-10-07 | 1 | -29/+45 |
| | | | |||||
* | | | add pointer to DEVELOPERS to INSTALL | Jan Lehnardt | 2013-10-07 | 1 | -0/+3 |
| | | | |||||
* | | | snappy: ensure configure.ac matches snappy release | Dave Cottlehuber | 2013-10-07 | 1 | -1/+1 |
|/ / | | | | | | | See history in COUCHDB-1600 for full patch |