summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Seperate error messages for keysQuery-Options-UIGarren Smith2014-03-201-3/+12
|
* Change parseJSON to return undefinedGarren Smith2014-03-201-13/+7
|
* Fix parseJSON to return object with errorGarren Smith2014-03-201-4/+10
|
* Fix parse jsonGarren Smith2014-03-201-9/+14
|
* Add keys validationGarren Smith2014-03-203-6/+38
|
* Fix for when errors return for key queries in _all_docssuelockwood2014-03-202-8/+21
|
* Enable Limit and Skip againsuelockwood2014-03-203-7/+10
| | | | Change the keys input to a textarea
* Remove Stale for all docs, but keep it for indexessuelockwood2014-03-201-0/+6
|
* Update Keys to be JSON instead of trying to configure that for the usersuelockwood2014-03-202-42/+4
|
* null object fix.suelockwood2014-03-201-17/+33
|
* Improved key supportGarren Smith2014-03-201-24/+29
|
* initial linking with paginateGarren Smith2014-03-202-32/+16
|
* Fix linting issueGarren Smith2014-03-201-7/+2
|
* 2183 (JIRA) remove stale from query optionssuelockwood2014-03-201-3/+0
|
* Cleaning up query options UIsuelockwood2014-03-203-66/+184
|
* update copyright year for CouchDB to 2014Robert Newson2014-03-181-1/+1
|
* Fauxton: fix navigating back to previous pageRobert Kowalski2014-03-173-1/+36
| | | | Fixes #COUCHDB-2169
* Merge branch 'my-first-couch-plugin-readme-typos'Andy Wenk2014-03-171-4/+2
|\ | | | | | | | | | | | | | | | | 'my-first-couch-plugin-readme-typos' of https://github.com/marianoguerra/couchdb * update opening note 868e171 * update clone command to clone from github repo This closes #186
| * update clone command to clone from github repoMariano Guerra2014-03-171-2/+1
| | | | | | | | since this already works on main couchdb.
| * update opening noteMariano Guerra2014-03-171-2/+1
| |
* | Merge branch 'my-first-couch-plugin-readme-typos' of ↵Jan Lehnardt2014-03-171-7/+7
|\ \ | |/ | | | | | | | | | | | | | | https://github.com/marianoguerra/couchdb * 'my-first-couch-plugin-readme-typos' of https://github.com/marianoguerra/couchdb: spell checking my-first-couchdb-plugin's README This closes #185
| * spell checking my-first-couchdb-plugin's READMEMariano Guerra2014-03-171-7/+7
| |
* | encoded attachment namesuelockwood2014-03-171-1/+1
|/
* Fauxton: remove cachingGarren Smith2014-03-176-348/+18
|
* fix buildRobert Kowalski2014-03-172-1/+2
| | | | | | | | | add CONTRIBUTING.md to Makefile.am and license.skip remove duplicate file from Makefile.am This closes #184 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Fix missing file in Makefile.amRobert Kowalski2014-03-151-0/+1
| | | | | | This closes #183 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Fauxton: highlight databases with more deleted docs than existingRobert Kowalski2014-03-144-1/+55
| | | | Fixes COUCHDB-2110
* COUCHDB-2166 Rename duplicate document to "copy ..." or "clone ..."suelockwood2014-03-142-3/+3
|
* Added Autocomplete for config sectionssuelockwood2014-03-148-81/+179
| | | | | | | | Form Validation Updating selectors with the js-prefix Added modal to makefile. Removed debugging alert. Cleaned up error messaging to be consistent.
* Fauxton: Adding an info file for contributorssuelockwood2014-03-141-0/+22
|
* Fauxton new view creation fixGarren Smith2014-03-132-16/+44
| | | | Fixes issue COUCHDB-2201
* Fauxton: remove template files we no longer useGarren Smith2014-03-139-224/+7
|
* Config refactor- Move views into their own file and out of resources.suelockwood2014-03-136-128/+157
|
* Fauxton: Config removed redundant method.suelockwood2014-03-131-4/+1
|
* Fauxton: focus input on doubleclickRobert Kowalski2014-03-133-7/+55
| | | | | | Fauxton: hide field if Esc if pressed Fauxton: fix small typo Fauxton: save value, when I press Enter
* Fauxton: add tests for configRobert Kowalski2014-03-132-0/+58
|
* Fauxton: use class instead of inline-styleRobert Kowalski2014-03-133-6/+9
|
* s/MVC/MVCC in replication protocol docsBigBlueHat2014-03-131-1/+1
|
* Fauxton: do not redirect after removing a filterRobert Kowalski2014-03-121-1/+1
| | | | Fixes #COUCHDB-2196
* Changed the typeahead to not make a call to _all_dbs and instead use the ↵suelockwood2014-03-121-4/+7
| | | | existing fetched collection.
* More deferred support to jquery.couch.jsDale Harvey2014-03-111-2/+2
| | | | | | COUCHDB-1180 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Add deferred support to jquery.couch.jstelis942014-03-111-28/+29
| | | | | | | | COUCHDB-1036 COUCHDB-1180 This closes #169 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* COUCHDB-2189 - fix for polling bugsuelockwood2014-03-101-1/+1
|
* Set the triggering of the call to poll or stop polling ddoc metadata in the ↵suelockwood2014-03-101-6/+18
| | | | tab toggling
* Quick doc edit for clarity.Michael Wheeler2014-03-101-1/+1
| | | | | | This closes #170 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Fixed the configs to be double click to edit.suelockwood2014-03-104-29/+35
| | | | | | | | Fixed the templates to not use IDs as selectors (BAD) Fixed the underscore values for inputs to be HTML-escaped Centered the table rows
* Update pagination docs - COUCHDB-1076 is old nowRandall Leeds2014-03-091-33/+15
| | | | | | As far as I'm aware, skip is equivalently fast to a startkey search because whole subtrees are skipped when their document count does not exceed the remaining skip.
* Store the initial collection parameters to allow a safe reset to the first page.Will Holley2014-03-072-12/+37
| | | | | | | | | | | | | | | | When adjusting page size, the desired behaviour is to navigate back to the first page of the collection. This was previously done using the browser URL but that does not capture additional defaults that are set in JavaScript. This commit adds 2 new methods to the document collections: saveDefaultParameters() restoreDefaultParameters() When each collection is initialized, we save the parameters (which represent the initial state) - these can then be correctly restored when the page size is changed. Fixes COUCHDB-2187.
* Fauxton: dry up promise error callbacksRobert Kowalski2014-03-061-29/+15
| | | | | | Fauxton: Fix error if anon. user tries to create Admins Fixes #COUCHDB-2170
* Adding semicolons back to activetasks to make the compiler happy.suelockwood2014-03-061-3/+3
|