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 C1D8811A6A for ; Fri, 1 Aug 2014 14:22:15 +0000 (UTC) Received: (qmail 75221 invoked by uid 500); 1 Aug 2014 14:22:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 75156 invoked by uid 500); 1 Aug 2014 14:22:15 -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 75144 invoked by uid 99); 1 Aug 2014 14:22:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 14:22:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7DA369BD2C3; Fri, 1 Aug 2014 14:22:14 +0000 (UTC) From: tbranyen To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fauxton pull request: Refactored Layout and View, upgraded... Content-Type: text/plain Date: Fri, 1 Aug 2014 14:22:14 +0000 (UTC) GitHub user tbranyen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/22 Refactored Layout and View, upgraded to latest LM The Layout object was a simple wrapper over the Layout constructor instead of extending the constructor itself. I've patched this to make it more consistent and removed duplicative methods. I've also removed the test's for `removeView` since that is now a built-in method. The latest LM contains bugfixes and render performance updates that unforuntately have to be opt-out. Areas in the source or tests that are expecting synchronous renders must be patched to work asynchronously to take advantage. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tbranyen/couchdb-fauxton layout-improvements Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/22.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 #22 ---- commit 3e89ccc099721bc2824b9b933163b79ad4d2ac78 Author: Tim Branyen Date: 2014-08-01T14:18:13Z Refactored Layout and View, upgraded to latest LM The Layout object was a simple wrapper over the Layout constructor instead of extending the constructor itself. I've patched this to make it more consistent and removed duplicative methods. I've also removed the test's for `removeView` since that is now a built-in method. The latest LM contains bugfixes and render performance updates that unforuntately have to be opt-out. Areas in the source or tests that are expecting synchronous renders must be patched to work asynchronously to take advantage. ---- --- 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. ---