Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread yml
Hello, On Apr 23, 12:32 pm, Russell Keith-Magee wrote: > On Fri, Apr 23, 2010 at 3:04 PM, Jeremy Dunck wrote: > > Commiters and triagers, > >  I've gone through the contributing doc and tried to identify places > > that tickets might get stuck (or other places that automation might > > smooth th

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Russell Keith-Magee
On Sun, Apr 25, 2010 at 10:54 PM, yml wrote: > Hello, > > On Apr 23, 12:32 pm, Russell Keith-Magee > wrote: >> On Fri, Apr 23, 2010 at 3:04 PM, Jeremy Dunck wrote: >> > Commiters and triagers, >> >  I've gone through the contributing doc and tried to identify places >> > that tickets might get s

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Dennis Kaarsemaker
On zo, 2010-04-25 at 23:15 +0800, Russell Keith-Magee wrote: > However, the *huge* impediment that you have avoided mentioning is > that moving to Launchpad would require moving Django to using Bazaar > for version control. You don't *have* to use the bzr/code bits of launchpad to use the bugtra

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread burc...@gmail.com
Hi Russell, Jacob, What do you think, is it good idea to write django-based bug tracker as a trac replacement? As we all know, Django would be a perfect fit for such project! Current Trac templates & layouts can be used for prototyping the project. On Sun, Apr 25, 2010 at 6:15 PM, Russell Keith-

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread yml
As you have noted I have avoided to the DVCS matter because I knew it is a slippery slope and because it don't really matter. Launchpad allows you to import branch from many of the popular VCS [1] cvs, svn, git, hg. The documentation mention that drupal is using this feature to import on a regular

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Gabriel Hurley
I've been dancing around this idea for a while. I know it's not a new thought, and Alex Gaynor and Justin Lilly even started work on "piano man" [1]... I'd be curious to know what the state of that project is and if a few more devs working on it might be able to bring it to a place where it'd be re

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Alex Gaynor
On Sun, Apr 25, 2010 at 4:48 PM, Gabriel Hurley wrote: > I've been dancing around this idea for a while. I know it's not a new > thought, and Alex Gaynor and Justin Lilly even started work on "piano > man" [1]... I'd be curious to know what the state of that project is > and if a few more devs wor

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Gabriel Hurley
I'm in a similar boat to Russell... LaunchPad's UI always seemed like a complete disaster to me... However, in reading through LaunchPad's FAQ to give it a fair chance, I saw a couple of other features that Trac doesn't have to add to the list: * Out-of-the-box OpenID support * "Bug Expiry" to

Delete order of generic relation models

2010-04-25 Thread Ryan
I have a model Article and a model Vote with a generic foreign key to track user votes on articles. When a vote is deleted, I have a post_delete hook that updates the score field on the parent article. My problem is when I delete an article, django sometimes deletes the generically-related votes

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread yml
On Apr 25, 5:21 pm, Gabriel Hurley wrote: > I'm in a similar boat to Russell... LaunchPad's UI always seemed like > a complete disaster to me... > > However, in reading through LaunchPad's FAQ to give it a fair chance, > I saw a couple of other features that Trac doesn't have to add to the > lis

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Russell Keith-Magee
On Mon, Apr 26, 2010 at 2:34 AM, yml wrote: > As you have noted I have avoided to the DVCS matter because I knew it > is a slippery slope and because it don't really matter. Launchpad > allows you to import branch from many of the popular VCS [1] cvs, svn, > git, hg.  The documentation mention tha

Re: Trac workflow assistance (commiter feedback needed)

2010-04-25 Thread Russell Keith-Magee
On Mon, Apr 26, 2010 at 4:48 AM, Gabriel Hurley wrote: > I've been dancing around this idea for a while. I know it's not a new > thought, and Alex Gaynor and Justin Lilly even started work on "piano > man" [1]... I'd be curious to know what the state of that project is > and if a few more devs wor