Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F1BAC15A for ; Fri, 1 Jun 2012 07:51:29 +0000 (UTC) Received: (qmail 33926 invoked by uid 500); 1 Jun 2012 07:51:29 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 33902 invoked by uid 500); 1 Jun 2012 07:51:29 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 33883 invoked by uid 99); 1 Jun 2012 07:51:28 -0000 Received: from bloodhound-vm.apache.org (HELO bloodhound-vm) (140.211.11.32) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 07:51:28 +0000 Received: from bloodhound-vm.apache.org (localhost [127.0.0.1]) by bloodhound-vm (Postfix) with ESMTP id 42C55802AA; Fri, 1 Jun 2012 07:51:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Apache Bloodhound" X-Trac-Version: 0.13dev-r10952 Cc: bloodhound-commits@incubator.apache.org Auto-Submitted: auto-generated X-Mailer: Trac 0.13dev-r10952, by Edgewall Software X-Trac-Project: Apache Bloodhound Date: Fri, 01 Jun 2012 07:51:26 -0000 Reply-To: bloodhound-dev@incubator.apache.org X-URL: https://issues.apache.org/bloodhound/ Subject: Re: [Apache Bloodhound] #93: Converting dashboard views to new template X-Trac-Ticket-URL: https://issues.apache.org/bloodhound/ticket/93#comment:2 Message-ID: <067.8f33a221064e313b5662188ee0da842b@incubator.apache.org> References: <052.1fe69447634810388b6a932d53ee60d3@incubator.apache.org> X-Trac-Ticket-ID: 93 In-Reply-To: <052.1fe69447634810388b6a932d53ee60d3@incubator.apache.org> #93: Converting dashboard views to new template --------------------------+---------------------- Reporter: gjm | Owner: olemis Type: enhancement | Status: accepted Priority: major | Milestone: Component: dashboard | Version: Resolution: | Keywords: --------------------------+---------------------- Comment (by olemis): Attached patches implement milestone view using continuous layout . Approach was to do it step by step on top of [attachment:ticket:65:t65_r1343875_milestone_sticky.diff sticky panels patch] developed for #65, hence concatenating some minor enhancements to bugs found along the way . In order to apply them please read instructions below. ==== Theme plugin ==== Apply patches listed below (in that order) against r1343875 . {{{ #!sh $ hg qapplied t65/t65_r1343875_milestone_sticky.diff t93/t93_r1343875_continuous_milestone_header.diff t93/t93_r1343875_continuous_milestone_widgets.diff }}} ==== Dashboard plugin ==== Apply patches listed below (in that order) against r1343179 . {{{ #!sh $ hg qapplied t93/t93_r1343179_fix_query_link.diff t93/t93_r1343179_bootstrap_2.0.3.diff t93/t93_r1343179_progress_bar_compact.diff t93/t93_r1343179_ticket_query_cloud.diff }}} [attachment:t93_r1343179_bootstrap_2.0.3.diff Bootstrap version is updated] . Nonetheless there's still more to do in that direction . Follow #77 for further details. After doing this , it now looks like shown in the following screenshot. [[Image(bh_theme_x_35_milestone_continuous.png, width=600)]] -- Ticket URL: Apache Bloodhound The Apache Bloodhound (incubating) issue tracker