From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B0D5FE00754; Wed, 4 Mar 2015 09:21:11 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.46 listed in list.dnswl.org] Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 73D71E006EF for ; Wed, 4 Mar 2015 09:21:06 -0800 (PST) Received: by wghk14 with SMTP id k14so4300876wgh.7 for ; Wed, 04 Mar 2015 09:21:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=GD1fFt+basY2Mu+xYs2m4Fw4z2ZwOELRikdObIF41v0=; b=ayYZyF28xF0TLENrdXijjF4Q+a16H67/wXzX1LclZrHs+xznNCeGVMmc2/Gk52GvQB KMiM/VRG0j0g5O+9qhEOKJAohqM6Y+8xere4FaMySfy2TRpPvnE9OVgI16PcdbjyiIkd iClYVlsXAD2mBk9SZn3MPYQHP10eLb2tS+IMcRcoOR3hHUaKuX12EXuZ7jyAS8wv2BKd PCPq10rdtaYfB6VJWGQo2vmfeXlu02z5TmgFs7FBUFbp4VC4YPT4LFGc63sdMYTzSVlG Ru/Ge0houonLWogvI5drsH9ZHuDZg3/IVT3kLtnFux9jMFbV6Sact9nV29GOsOEJGcm3 BUQg== X-Gm-Message-State: ALoCoQlyh19jRa5T7vtlddQ/vh56r/Idi321yr81tv6JG/vkO+YZ8jl93RnPiKYPbaElH0cRYhQ7 X-Received: by 10.180.82.40 with SMTP id f8mr14698945wiy.60.1425489665725; Wed, 04 Mar 2015 09:21:05 -0800 (PST) Received: from [192.168.2.86] ([83.217.123.106]) by mx.google.com with ESMTPSA id lb6sm6831353wjb.22.2015.03.04.09.21.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Mar 2015 09:21:04 -0800 (PST) Message-ID: <54F73F00.8000203@intel.com> Date: Wed, 04 Mar 2015 17:21:04 +0000 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: michaelw/pagesize-orderby-pagination-rework-WIP X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2015 17:21:11 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, As discussed on the Toaster call today, I've been simplifying the mechanism for the common functions for the tables. I've also cleaned up the basetable templates. It handles: - table items selector - paging - column order by and removing orderby when removing column - hiding columns which aren't shown by default - add remove column filter WIP: - filtering is untested - some visual regression to the orderby indicator (I accidentally removed the orderby visual indicator) I haven't looked very closely but I believe that potentially Dave's work for the package-details-view can just include the new basetable.js and it should all "just work". Michael