FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Adding milestones

 
Post new topic   Reply to topic     Forum Index -> Ares
View previous topic :: View next topic  
Author Message
sean



Joined: 24 Jun 2004
Posts: 609
Location: Bay Area, CA

PostPosted: Wed Jan 18, 2006 11:55 am    Post subject: Adding milestones Reply with quote

I'm finally adding a bit to the Trac website. First on the list will be a few milestones to outline "to do" items for the next N upcoming releases. Feel free to respond on any of these here, or suggest others I've missed. Currently, I have one up outlining some of what needs to be done with the GC code. Others yet to be added will address std.regexp, std.math, and std.io.
Back to top
View user's profile Send private message
sean



Joined: 24 Jun 2004
Posts: 609
Location: Bay Area, CA

PostPosted: Thu Jan 26, 2006 6:06 am    Post subject: Reply with quote

Since milestones seem to be intended to subdivide tickets, I'm now adding tickets instead Smile I've gotta say, the more I use Trac the more I like it.
Back to top
View user's profile Send private message
pragma



Joined: 28 May 2004
Posts: 607
Location: Washington, DC

PostPosted: Thu Jan 26, 2006 1:17 pm    Post subject: Reply with quote

I swear, Trac should've been named "Crac" - its addictive. It has also completely transformed how I run a project. Smile

When you get a chance, be sure to use the following code for Report #6. Apparently, it's documented as broken for Postgres, but this fix works well for us folks out here on dsource.

Code:
SELECT p.value AS __color__,
   t.milestone AS __group__,
   (CASE status
      WHEN 'closed' THEN 'color: #777; background: #ddd; border-color: #ccc;'
      ELSE
        (CASE owner WHEN '$USER' THEN 'font-weight: bold' END)
    END) AS __style__,
   id AS ticket, summary, component, status,
   resolution,version, t.type AS type, priority, owner,
   changetime AS modified,
   time AS _time,reporter AS _reporter
  FROM ticket t,enum p
  WHERE p.name=t.priority AND p.type='priority'
  ORDER BY (milestone IS NULL), milestone DESC, (status = 'closed'),
        (CASE status WHEN 'closed' THEN changetime ELSE (-1)*CAST(p.value AS INT) END) DESC

_________________
-- !Eric.t.Anderton at gmail
Back to top
View user's profile Send private message Yahoo Messenger
sean



Joined: 24 Jun 2004
Posts: 609
Location: Bay Area, CA

PostPosted: Mon Jan 30, 2006 1:45 pm    Post subject: Reply with quote

Done Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Ares All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group