GitHub user garrensmith opened a pull request:
https://github.com/apache/couchdb/pull/254
Fauxton View improvements
This fixes the bug with stale query option. As well as adding an extension
to filter out what views
should be displayed in the side bar. An example of usage is to only display
views that have
"language:javascript".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/garrensmith/couchdb view-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/254.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #254
----
commit dc1b1484918205570db34349c5875f7e050d31f9
Author: Garren Smith <[email protected]>
Date: 2014-06-30T10:27:18Z
Fix missing stale query option
commit defe78d3cbee95e8240cb670e18dd3fdaeb059fb
Author: Garren Smith <[email protected]>
Date: 2014-07-01T12:31:12Z
Fauxton: Add view filter
This allows a module to register an extension to filter out what views
should be displayed in the side bar.
An example of usage is to only display views that have
"language:javascript"
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---