From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A11B3E0081E; Thu, 19 Feb 2015 03:18:33 -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: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.174 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1CED7E0034A for ; Thu, 19 Feb 2015 03:18:32 -0800 (PST) Received: by wesu56 with SMTP id u56so6595866wes.10 for ; Thu, 19 Feb 2015 03:18:32 -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=4RYyauuvRqBDq8r6hVICSWB9pNJJuhrvcKorEmDEMaY=; b=NwRmMX+XGRseA2GVJpElAvFyP2tw69VnL1HV5hcH5v9z4b/MzDu/k8xJyY/c+YsWA9 8sXBGcMlaxAsQ3YyTorjQ/cvV+Gke2uFMfZoObFNCf/vBYs5ZR40Ly97ubzBd0n8iA73 8TJKdZhhP5snRfijz8UZPzp3Yqfenn7VU05MbaPpI1tQBdhm3ZiWXwNAttL8oKhDvXFB St3EbhPngahV8/8dnhn0g9hMABYnUOc1ZsAxGO7vQX6YGc1fFjttDQtjtoZlmA/h5zVd JI533lY/VlFAIR7WSYdjYTKUzaPkic14vw26a68DOs3F/J+8lTqcL17mYjNz68HvUmPD HR6w== X-Gm-Message-State: ALoCoQnvoiA9eznxul9jyJGs9fvlNeTn/KMTWnICfLjK3KNWY3gi2j38kbHeG/4iHhYk0lf+6df0 X-Received: by 10.194.184.212 with SMTP id ew20mr8360388wjc.88.1424344711934; Thu, 19 Feb 2015 03:18:31 -0800 (PST) Received: from [192.168.2.187] ([83.217.123.106]) by mx.google.com with ESMTPSA id v7sm36933370wju.22.2015.02.19.03.18.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Feb 2015 03:18:31 -0800 (PST) Message-ID: <54E5C686.9090908@intel.com> Date: Thu, 19 Feb 2015 11:18:30 +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: [review-request] michaelw/toaster/fixes-7195-7241-7199 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: Thu, 19 Feb 2015 11:18:33 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit poky-contrib michaelw/toaster/fixes-7195-7241-7199 commit d959fd27059302b0d159146b2032b7804d6ef9ac Author: Michael Wood Date: Wed Feb 18 17:45:38 2015 +0000 bitbake: toaster: layerdetails Fix pagination controls Bring the pagination controls into line with others in toaster by limiting the number of page buttons to 5 [YOCTO #7195] Signed-off-by: Michael Wood commit d199bd99d81d24b84fedb270f51cfa1048b84f76 Author: Michael Wood Date: Wed Feb 18 16:43:27 2015 +0000 bitbake: toaster: layerdetails Add link to machines file In the machines table for a layer add a link/icon to the machine definition file. [YOCTO #7241] Signed-off-by: Michael Wood commit 57e68b0b342c48b51f2383588351658f039f18c4 Author: Michael Wood Date: Wed Feb 18 16:02:24 2015 +0000 bitbake: toaster: layerdetails summary/descriptions to be searchable Allow the descriptions of the machine summary and layer description to be searchable in their respective tables. [YOCTO #7199] Signed-off-by: Michael Wood Thanks, Michael