Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13AB010CD1 for ; Tue, 1 Jul 2014 12:34:23 +0000 (UTC) Received: (qmail 76256 invoked by uid 500); 1 Jul 2014 12:34:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 76201 invoked by uid 500); 1 Jul 2014 12:34:22 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 76190 invoked by uid 99); 1 Jul 2014 12:34:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 12:34:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 12DC4990FEC; Tue, 1 Jul 2014 12:34:22 +0000 (UTC) From: garrensmith To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb pull request: Fauxton View improvements Content-Type: text/plain Date: Tue, 1 Jul 2014 12:34:22 +0000 (UTC) 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 Date: 2014-06-30T10:27:18Z Fix missing stale query option commit defe78d3cbee95e8240cb670e18dd3fdaeb059fb Author: Garren Smith 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---