[Trac] Re: different workflow for different ticket types?

2007-03-21 Thread Alec Thomas
Yes, achievable through a plugin. On Thu, Mar 22, 2007 at 12:53:48AM +0100, [EMAIL PROTECTED] wrote: > > Hello, > > just a quick question concearning the new workflow design. Will it be > possible to have a seperate workflow for each ticket type? > > The rationale behind this is, that we are u

[Trac] how can I tag a list of Trac tickets with a build tag?

2007-03-21 Thread ken
I am trying to this: 1. have a list of tickets 2. find out the corresponding change set of each ticket 3. merge into a build branch 4. build it and tag it with a BUILD_TAG_NAME My question is how can I tag each of the ticket in #1 with a BUILD_TAG_NAME? Thank you. --~--~-~--~~

[Trac] Re: Short description instead of full description in reports

2007-03-21 Thread Shāné
Thanks matt. That worked. Incase someone else is looking for it ... here's our active tickets with short description report SELECT p.value AS __color__, id AS ticket, summary, component, version, milestone, t.type AS type, (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS own

[Trac] different workflow for different ticket types?

2007-03-21 Thread trac
Hello, just a quick question concearning the new workflow design. Will it be possible to have a seperate workflow for each ticket type? The rationale behind this is, that we are using the ticketing system for various aspects of the development, for example * simple bug tracking, * tracking of ph

[Trac] Re: Trac and tracd on Windows XP

2007-03-21 Thread Emmanuel Blot
> I am planning on using Trac on a standalone server in Windows XP > (tracd). With tracd, it's quite easy: Use the contributed script to create a htdigest file (/contrib/htdigest.py), and run tracd with the -a option: # create a Trac project python trac-admin d:\trac\project initenv # create a a

[Trac] Re: Trac and tracd on Windows XP

2007-03-21 Thread Eoin Dunne
I'd actually suggest using apache. It's easy to use and configure and handles authentication for you in plenty of different ways. -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AmanteImperfetto Sent: Wednesday, March 21, 2007 5:02 PM To: Trac

[Trac] Trac and tracd on Windows XP

2007-03-21 Thread AmanteImperfetto
Hello all, I am new to the world of Trac and have searched these forums and online for an answer but I have yet to be able to find something that makes sense. I am planning on using Trac on a standalone server in Windows XP (tracd). I have gotten everything installed correctly but I'm stuck on a

[Trac] Re: Converting to Trac-- again

2007-03-21 Thread Stephen Hansen
On 3/20/07, Matt Good <[EMAIL PROTECTED]> wrote: > > > On Mar 20, 11:54 pm, "Stephen Hansen" <[EMAIL PROTECTED]> wrote: > > Now comes the fun part. We had a number of specialized templates for > > formatting certain common data in a visually pleasing way. I'm writing > > simple macros for that (as

[Trac] Re: Short description instead of full description in reports

2007-03-21 Thread Matt Good
On Mar 21, 10:30 am, "Shāné" <[EMAIL PROTECTED]> wrote: > Is there any way I can display the first 200 words or 1000 chars of > the description of a ticket in a report instead of the full > description? In the sql: substr(description, 1, 1000) -- Matt Good --~--~-~--~~~

[Trac] Re: using Trac for non-software projects?

2007-03-21 Thread maphew
thank you for your feedback everybody :) -matt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, se

[Trac] Changing the default query for "View tickets"

2007-03-21 Thread Benjamin . Gyseghem
Hello all, I've just installed Trac and would now like to change the default query that is used when I klick on "View tickets". I would like certain fields to be hidden (for example, the milestone field and several custom ones I made). I would also like to show several custom fields as per defau

[Trac] Plugin that can convert images automatically from BMP to PNG

2007-03-21 Thread Shāné
Hello all, Lot of our users seem to be upload BMPs as attachments. These are so huge that we can not view them inline. Is there a plugin that kicks in on uploading of an image and ask the user if they want to convert the image to PNG. If the user accepts then store the converted image to trac el

[Trac] Short description instead of full description in reports

2007-03-21 Thread Shāné
Is there any way I can display the first 200 words or 1000 chars of the description of a ticket in a report instead of the full description? Thanks, shane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users"

[Trac] Re: Problems with account manager plugin

2007-03-21 Thread Chris Forsythe
Matt Good wrote: >On Mar 20, 8:18 pm, Chris Forsythe <[EMAIL PROTECTED]> wrote: > > >>With Adium's trac we have a problem regarding the account manager >>plugin. Basically folks are unable to register, and get a >>"RuntimeError: input() already active" error message when doing so. >>Eno

[Trac] Re: No authentication when using short URL in mod_python?

2007-03-21 Thread Axel Thimm
On Sat, Mar 03, 2007 at 02:02:31PM +0100, Emmanuel Blot wrote: > Try moving the "/login" section *before* the "/" section. I tried that, I also replicated the /login section before and after the main section and did quite a few things to work around it w/o any success. If SetHandler mod_python is