From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B57FBE00A1A; Fri, 3 Jul 2015 09:41:27 -0700 (PDT) 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 * [209.85.212.178 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5375FE009DF for ; Fri, 3 Jul 2015 09:41:22 -0700 (PDT) Received: by widjy10 with SMTP id jy10so114127382wid.1 for ; Fri, 03 Jul 2015 09:41:21 -0700 (PDT) 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=UFaxsDwClZN9jjx3/1ffovZIvrgNjQRXLuTJw6ApenI=; b=jE+Y2olSe5FbXxj71LR+fQvOJ8GachmyDZTCMqAuW42KSBe6S8krPp84Turu/FCinU VZnSZNLlyvc7OhNQ4bpFmodtkQtkEi4OqPEeDTxG3fZuItSxTdug+7XXKbgjLs0Jxz3A eyZQRhRU82doohHOHcjOUbb59moYxy1XUKxX8dcXcQVNpHDMMYkvdhFopG26YZqs0n3x bd0oLdG3P9pYK1x91PvzwUBWMqadrYDPcth4RHIsKW4RSMBxh5YmWYBXpcFcCwW1+JeH b44jOrX3yCr6sPh9LVZ1PoMC6MDYovf1aOHTTto/ckV6EweG4VOG81HwkiXflWxBA2UJ GmdA== X-Gm-Message-State: ALoCoQlNsEtf2ipP/EWotaF16zkUkbM7ND4AuW/jWXWS94OcznX4zbP9e17zT6GHyP+Pp+W6iOGq X-Received: by 10.180.101.138 with SMTP id fg10mr28916143wib.46.1435941681436; Fri, 03 Jul 2015 09:41:21 -0700 (PDT) Received: from [192.168.0.15] (cpc73680-dals20-2-0-cust304.20-2.cable.virginm.net. [80.194.17.49]) by mx.google.com with ESMTPSA id v3sm14121585wja.31.2015.07.03.09.41.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 09:41:20 -0700 (PDT) Message-ID: <5596BB30.9040300@intel.com> Date: Fri, 03 Jul 2015 17:41:20 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/toaster/topnav 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: Fri, 03 Jul 2015 16:41:27 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Early review for the top level navigation changes. At the moment this doesn't include the project page content changes you can see in the design documents in #7329 and just deals with navigation. commit 11abeda281714f46251aec1fe8b00d21d4a1b5d0 Author: Michael Wood Date: Fri Jul 3 11:51:13 2015 +0100 bitbake: toaster: base Fix html indentation Signed-off-by: Michael Wood commit 8cdb4d5eda48071565f278b6cc3ca0a9888b39cc Author: Michael Wood Date: Thu Jun 25 19:21:31 2015 +0100 bitbake: toaster: Implement new project navigation Change the structure of the project page to include a navigation menu and top tab navigation. Remove old breadcrumb method. [YOCTO #7329] Signed-off-by: Michael Wood commit 4ca644fb3068807622a4cac1a30795399aa3c31a Author: Michael Wood Date: Wed Jun 24 18:44:32 2015 +0100 bitbake: toaster: Implement new top navigation design Additional items for top level navigation. This is part of a wider navigation refactoring. [YOCTO #7329] Signed-off-by: Michael Wood