Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D1469890 for ; Fri, 20 Apr 2012 18:21:01 +0000 (UTC) Received: (qmail 37424 invoked by uid 500); 20 Apr 2012 18:21:01 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 37412 invoked by uid 500); 20 Apr 2012 18:21:01 -0000 Mailing-List: contact bloodhound-dev-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-dev@incubator.apache.org Received: (qmail 37400 invoked by uid 99); 20 Apr 2012 18:21:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 18:21:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.martin@wandisco.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 18:20:53 +0000 Received: by eekc1 with SMTP id c1so2160253eek.6 for ; Fri, 20 Apr 2012 11:20:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=wxyhZnczflbarYwSfKfdq/pggBmFYBrsXj93yVoLfXs=; b=KwZStpdpPNmPpOx8WCP/s96jB6QT45mGpLZm51x4Cz412n3AUI6ayRToUbzJg+EL35 tOChMKqaHl7lLMb1kOxDft4MlYer21BwF8VxHmcBZTsIutu/e7UahLNFnETIoyjpZTyG IHD0A4XRYAR+VMrBN0Fhcu9m4024bdlGZMfastAYTZY0E9oBAppPEistk0kal4ooX8DJ 35mwCEg6aEpJHJ+5/7CMsBzzRzvngvI1QroauArfLqe2PZPQ89J0o1SF3Zkmy5i9l1ob amywXsomLU32yPzBON+FS29+9f/dvP2sNlddT7PtuAZ8f2r0eW9LcOkke7ZGPacu3Ahh ZBGA== Received: by 10.14.182.194 with SMTP id o42mr1258234eem.50.1334946031606; Fri, 20 Apr 2012 11:20:31 -0700 (PDT) Received: from [10.2.5.127] ([77.86.30.139]) by mx.google.com with ESMTPS id d54sm29765148eei.9.2012.04.20.11.20.30 (version=SSLv3 cipher=OTHER); Fri, 20 Apr 2012 11:20:30 -0700 (PDT) Message-ID: <4F91A8EA.6030701@wandisco.com> Date: Fri, 20 Apr 2012 19:20:26 +0100 From: Gary User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: [Apache Bloodhound] #39: Disable old Trac CSS files References: <058.695b50fce7868d0d42401cb15e1be3f6@incubator.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlx00OUcIS9jZAgiGTqcHO2sqpnybnEPa34LuIcSK6UKLieqHGDmthaWcC5c4oxB42QVeQU X-Virus-Checked: Checked by ClamAV on apache.org Hi Joe, With a quick bit of playing around with some code, I think I found a way to do the job programmatically. This could be good if we want this to be permanent for the bloodhound theme (i.e. leaving core trac alone). Does this sound sensible to everyone? I left the code suggestion in the https://issues.apache.org/bloodhound/ticket/39#comment:1 for the implementer to consider. Cheers, Gary On 04/20/2012 04:40 PM, Joachim Dreimann wrote: > Hello all, > > We've been making steady progress on applying the Bootstrap styles to > Bloodhound (today I've commited r1328362 for the Activity feed), but > I'd like to propose a somewhat bolder next step: > Disable all the old Trac css files. > > I've raised the ticket (see below) to describe it a little further. > The current stylesheets seem inconsistent in their approach and don't > follow current best practices (many styles are applied by ID). > > As a general strategy I suggest we should try and use bootstrap.css > for all styles wherever reasonable, and only have one other styling > file for now: bloodhound.css > This is only for things to which the correct Bootstrap classes haven't > been applied yet. While it will grow in the short term to accomodate > for stuff that will break when we disable the old trac css files, in > the medium term it should shrink to the bare minimum of things that > really wouldn't fit Bootstrap styles. > > - Joe > > > On 20 April 2012 16:13, Apache Bloodhound > wrote: >> #39: Disable old Trac CSS files >> -----------------------+------------------------------------- >> Reporter: jdreimann | Owner: nobody >> Type: task | Status: new >> Priority: critical | Milestone: RC1 for initial release >> Component: ui design | Version: >> Keywords: | >> -----------------------+------------------------------------- >> Trac used a lot of different css files to apply different styles to parts >> of the interface. In order to make the migration to Bootstrap a little >> easier I propose that we disable these - either by renaming, deleting or >> overwriting (with) these files: >> https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/trac/trac/htdocs/css/ >> >> It would then be more obvious what we still have to adapt to the new >> style. I have done this locally and found it very useful. >> >> -- >> Ticket URL: >> Apache Bloodhound >> The Apache Bloodhound (incubating) issue tracker