[Trac] Re: Ticketworkflow

2008-07-03 Thread Eli
fields and automatically add them. HTH, Eli ------. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `- --~--~-~--~~~---~--~~ You

[Trac] Re: ticket workflow question

2008-07-01 Thread Eli
ted,reopened -> fixed > resolve.operations = set_resolution > resolve.permissions = TICKET_MODIFY > #resolve.operations = set_owner > #resolve.set_owner = ANLO > > If I uncomment the last two entries I don't get the dropdown anymore :-( resolve.operations = set_resolution,

[Trac] Re: [Trac-dev] Re: Is Redmine a better Trac? What's gone wrong with Trac?

2008-06-23 Thread Eli
voting for a feature, or are you voting for a feature to be included in core? I think the votes should be taken as voting for a feature, independent of where it is implemented, unless the ticket is specifically for 'this is done in a plugin, but should be done in core'. Plugin vs core is

[Trac] Re: Workflow Angst

2008-05-27 Thread Eli
On Tuesday 27 May 2008 10:26:25 pm Eli wrote: > On Tuesday 20 May 2008 02:41:56 pm lfrancis wrote: > > Thanks Eli -- I've been trying to work with the > > AdvancedTicketWorkflowPlugin but have had no love, log says: > > > > ERROR: Skipp

[Trac] Re: Workflow Angst

2008-05-27 Thread Eli
On Tuesday 20 May 2008 02:41:56 pm lfrancis wrote: > Thanks Eli -- I've been trying to work with the > AdvancedTicketWorkflowPlugin but have had no love, log says: > > ERROR: Skipping "advancedworkflow.controller = > advancedworkflow.controller": (can't impo

[Trac] Call for custom ticket workflows

2008-05-17 Thread Eli
xamples in that directory.) Thanks, Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `- --~--~-~--~~~---~--~~ Y

[Trac] Re: Workflow Angst

2008-05-17 Thread Eli
quare peg into a round hole ind of thing? Thanks much. The set_owner_to_report and set_owner_to_previous operations from http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin may help. Otherwise, you may need to write a plugin. HTH, Eli --. "If it ain't broke

[Trac] Re: Having Specific Workflows for Each Ticket Type

2008-05-09 Thread Eli
t of the way there with minimal effort. Example: triage = new -> * triage.operations = triage triage.triage_field = type triage.traige_split = defect->new_defect, task->new_task, enhancement->new_enhancement Feedback welcome. Eli --. "If it ain't broke now

[Trac] Re: [0.11] Ticket - Workflow

2008-05-08 Thread Eli
akes some action on the ticket HTH, Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `- --~--~-~--~~~---~--~~ You

[Trac] Re: Displaying closed resolutions in workflow_parser.py?

2008-05-08 Thread Eli
On Thursday 08 May 2008 01:37:54 pm Scott Bussinger wrote: > > If you don't mind, could you file an enhancement ticket, attach a patch > > to it, and assign it to me?  That will keep this from getting lost. :) > > Hi Eli, > > I think I got it entered right. It'

[Trac] Re: Announcing the AdvancedTicketWorkflowPlugin

2008-05-07 Thread Eli
On Wednesday 07 May 2008 02:50:29 pm Sean Hussey wrote: > Thank you. It works well. > > Just so I can figure this out myself from now on, where in the source > would I find that information? Look in setup.py Eli --. "If it ain't

[Trac] Re: Announcing the AdvancedTicketWorkflowPlugin

2008-05-07 Thread Eli
On Wednesday 07 May 2008 02:34:18 pm Sean Hussey wrote: > Like so? > > advancedticketworkflowplugin.* = enabled advancedworkflow.* = enabled Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- cryp

[Trac] Re: Announcing the AdvancedTicketWorkflowPlugin

2008-05-07 Thread Eli
> [ticket-workflow] > reject = testing -> needs_work > reject.name = Failed testing, return to developer > reject.operations = set_owner_to_previous Yes. Be sure you also enable the plugin in the [components] section and restart the server. I see I need to add that to the wiki

[Trac] Re: [0.11] Ticket - Workflow

2008-05-07 Thread Eli
rname shows up in that dropdown when we're assigning tickets. > > Anything else I should look at? testing.operations = set_owner Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `-

[Trac] Re: Displaying closed resolutions in workflow_parser.py?

2008-05-06 Thread Eli
-- perhaps somebody else will too. If you don't mind, could you file an enhancement ticket, attach a patch to it, and assign it to me? That will keep this from getting lost. :) As for the rotate, IIRC, I was sending it to a pdf, and the rotate undid a rotation that output format was doing for no

[Trac] Announcing the AdvancedTicketWorkflowPlugin

2008-05-06 Thread Eli
owner * set_owner_to_field * set_owner_to_previous My intent is that this plugin will accumulate workflow operations that people find useful or things that are experimental or exploratory. Eventually some may find their way to core if they prove universally useful. Comments welcome,

[Trac] Re: Having Specific Workflows for Each Ticket Type

2008-05-06 Thread Eli
cases. And I'll chime in and second this. That said, I've created a plugin on trac-hacks to be something of a common playground for workflow operations: http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin Also, look at the example CodeReview.py plugin in t

[Trac] Re: [0.11] Ticket - Workflow

2008-05-06 Thread Eli
my 2nd, anyone? Look into the SimpleTicketPlugin; that may be what you're looking for. Eli ------. "If it ain't broke now, Eli Carter \ it w

[Trac] Re: trac 0.10.4 - change available ticket status options?

2008-04-14 Thread Eli
On Monday 14 April 2008 11:42:44 am Andy Wiese wrote: > Hello All, > Still using 0.10.4. I would like to change the available ticket > states. Can anyone send me in the right direction for that? That's a 0.11 feature. Eli --. "If it ain'

[Trac] Re: inherit and ticket-workflow

2008-01-24 Thread Eli
; although I'm reasonably convinced that's not the problem. Sounds like my check for a workflow configuration doesn't pull in the inherited config and needs to be fixed. Mind filing a bug report & assign it to me? Thanks, Eli --. "If it ain't br

[Trac] Re: Custom workflow (0.11)

2007-09-07 Thread Eli Carter
ustom plugin to provide a custom operation; look at the examples in the sample-plugins/workflow tree. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send

[Trac] Re: add more options to "resolve as:" in Ticket

2007-08-24 Thread Eli Carter
Failing that, you can use sql. The resolutions are in the enum table, IIRC. Eli --~--~-~--~~~---~--~~ 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@g

[Trac] Re: Does trac support hierarchies of tickets

2007-08-14 Thread Eli Carter
en > create a child of that ticket. You want the masterticket plugin. Look at trac-hacks.org Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to tr

[Trac] Re: Should I use 0.11 in production now?

2007-08-13 Thread Eli Carter
On Monday 13 August 2007, Noah Kantrowitz wrote: > > The 5 minutes is for hastily reverting if something broke ;-) ... and should be followed up with a bug report, IRC, or something. ... especially if it's broken on sandbox/testin

[Trac] Re: new tickets being assigned to 'somebody'? how do I remove this?

2007-08-10 Thread Eli Carter
looked to > see if the default reports were assigned the 'somebody' value, but it > looks like they aren't, like the actual value of the owner field in > the database is set to 'somebody' when the new ticket is created. Check the default owner of the components. Eli

[Trac] Re: Blame support

2007-08-09 Thread Eli Carter
On Thursday 09 August 2007, Rainer Sokoll wrote: > > Hi, > > am I right that blame (annotation) support does not display the > author(s), only the changesets? The author information is in a 'tooltip' when you hover over

[Trac] Re: help getting trac-post-commit-hook to work

2007-08-09 Thread Eli Carter
On Thursday 09 August 2007, BrianP wrote: > > Anyone? Buehler? Is there any way to get a log out of these hooks? redirect output to a file; or echo something to a file at the beginning of the script. Eli --~--~-~--~~~---~--~~ You received this m

[Trac] Re: When is it planned to habe a first beta of trac 0.11

2007-08-07 Thread Eli Carter
lping hands. Eli --~--~-~--~~~---~--~~ 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, send email to [EMAI

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread Eli Carter
o it. I'd suggest that as a starting point. http://trac.edgewall.org/ticket/2288 Eli --~--~-~--~~~---~--~~ 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@g

[Trac] Re: TicketQuery order by id (Trac 0.10.4)

2007-07-31 Thread Eli Carter
query this statement appears: > > query.order='id' > > Which makes the list always sorted by id, regardless of the parameter. > > I commented out this line, and now it's sorted by priority. > > Any idea why was this added? A wo

[Trac] Re: Showing Affected Project in Timeline

2007-07-23 Thread Eli Carter
On Monday 23 July 2007, Jason Winnebeck wrote: > > -Original Message- > From: Eli Carter > > On Monday 23 July 2007, Jason Winnebeck wrote: > > > > If we look at trac-hacks.org site, you can see in the timeline which > > project (plugin) was modified

[Trac] Re: Showing Affected Project in Timeline

2007-07-23 Thread Eli Carter
but I have something similar setup here. In my case, it's a subversion pre-commit hook that modifies the log in the transaction. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" gro

[Trac] Re: Worklow customization linked to ticket type ?

2007-07-23 Thread Eli Carter
ccording to the type of the > ticket, for example a 'bug' ticket would have a different workflow than > an 'user requirement' ticket. > You'll need to start with 0.11dev's workflow support and write a plugin

[Trac] Re: TICKET_CLOSE ?

2007-07-23 Thread Eli Carter
sion that I can > apply only to them. > > Am I missing something? Is there a plugin to do it? Using 0.11dev, you should be able to accomplish this with the workflow support. You'll need to add a permisssion to the system via a plugin, then reference that permission for

[Trac] Re: Using Trac without Phyton & Clearsilver

2007-07-20 Thread Eli Carter
atabase sistems > (MySql, Sqlite...)? > Im also using SVN. > > Does anyone knows if its possible? It's not. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To po

[Trac] Re: Drop Down List requirements

2007-07-20 Thread Eli Carter
On Friday 20 July 2007, Rainer Sokoll wrote: > > On Fri, Jul 20, 2007 at 01:54:40PM -0500, Eli Carter wrote: > > [assignee list in 0.11] > > > You hit Trac bug #4630. I fixed this in r5849. > > A question to the sort order: Here (0.11dev-r5853) the list is unsort

[Trac] Re: Drop Down List requirements

2007-07-20 Thread Eli Carter
count checking whether or not these users are members of the authenticated group and the appropriate permissions. You hit Trac bug #4630. I fixed this in r5849. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "T

[Trac] Re: UnicodeDecodeError: 'utf8' codec can't decode byte

2007-07-17 Thread Eli Carter
org/changeset/5683 I don't think that was ported to the 0.10.x branch, and I don't know if it will fix the problem you are seeing. If you try that change, you'll need to also try a trac-admin resync. HTH, Eli --~--~-~--~~~---~--~~ You received this

[Trac] Re: Shared user database

2007-07-10 Thread Eli Carter
gle user database? If that's not possible, is it possible to have > the default for a new project to include a set of users with preset > permissions, without messing with tracadmin? If you haven't yet, look into tracforge on trac-hacks. It may or may not

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
On Monday 09 July 2007, dawn wrote: > > On Jul 9, 11:14 am, Eli Carter <[EMAIL PROTECTED]> wrote: > > You can get additional columns in the reports; but I thought your question was > > about the custom queries. > > My understanding from what I read was that the re

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
On Monday 09 July 2007, dawn wrote: > > On Jul 9, 9:35 am, Eli Carter <[EMAIL PROTECTED]> wrote: > > On Monday 09 July 2007, dawn wrote: > > > > > This is likely right under my nose, but I cannot seem to figure out > > > how to add fields to a que

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
ications for which rows to > display, not which columns. 0.11dev has this... Eli --~--~-~--~~~---~--~~ 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@go

[Trac] Re: How to change absolute value of priority's order?

2007-07-06 Thread Eli Carter
olute > order values in the same range. > > As I understand, absolute order values used for coloring > tickets in various reports. So it's important question > for me, what to do to change them. > > Help? I didn't see any other responses..

[Trac] Re: Adding web pages to trac project

2007-07-06 Thread Eli Carter
> > > > Thanks, > > Tim > > > > No suggestions? Have you considered making a macro? (Otherwise, I'm not sure what you're trying to do.) Eli --~--~-~--~~~---~--~~ You received this message because you are subscr

[Trac] Re: trac report: active tickets grouped by component

2007-07-02 Thread Eli Carter
> Hello! > This report is giving me repeated groups for the same component. I'd > appreciate help on the issue! You need to ORDER BY component. Look at report 3 for an example. Eli --~--~-~--~~~---~--~~ You received this message because you are subscr

[Trac] Re: Remotely backing up Trac

2007-07-02 Thread Eli Carter
? You'll need to be sure you're backing up the repository too (that's not included in trac's hotcopy). HTH, Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group.

[Trac] Re: Trac ticket resolved as dropdown box

2007-06-29 Thread Eli Carter
On Friday 29 June 2007, Brian McCann wrote: > Hi Eli, > > Any idea on where and how to run the sql command in trac in order > to change these values? This should get you started: sqlite3 db/trac.db ".schema enum" sqlite3 db/trac.db "SELECT * FROM enum WHERE type

[Trac] Re: Trac ticket resolved as dropdown box

2007-06-28 Thread Eli Carter
;d have to do SQL on the database. Eli --~--~-~--~~~---~--~~ 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, send

[Trac] Re: Clearing Sample Data

2007-06-28 Thread Eli Carter
you remove those. The sample milestones and components can be removed by a script around trac-admin. (Not saying that's ideal, just that that's what can be done at the moment.) Eli --~--~-~--~~~---~--~~ You received this message because you are subsc

trac-users@googlegroups.com

2007-06-25 Thread Eli Carter
the picture and reference [[Image(mypicturename.jpg)]] "Easy inclusion of embedded pictures" is: What exactly? Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To

[Trac] Re: Attachment permissions 'missing'?

2007-06-12 Thread Eli Carter
x27;m now getting : > > > > > > "Error: Forbidden > > > > > > ATTACHMENT_VIEW privileges are required to perform this operation" I tried to reproduce this using the sandbox/testing tree, but wasn't able to. Can you double-check that you are logged in

[Trac] Re: webadmin don't load

2007-06-07 Thread Eli Carter
Something to check: If the egg is in the plugin directory, apache may need write access to the egg cache. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, sen

[Trac] Re: Custom Query columns

2007-05-30 Thread Eli Carter
On Wednesday 30 May 2007, mylan wrote: > > Thanks for the reply Eli. > > I'm running 0.11dev - what's the way to go about it? There's a "Columns" section on the custom query page. Eli --~--~-~--~~~---~--~~ You received th

[Trac] Re: Custom Query columns

2007-05-29 Thread Eli Carter
On Saturday 26 May 2007, mylan wrote: > > On the Custom Query page how does one go about specifying the columns > displayed? For instance I would like to add 'severity' and remove > 'type'. You can do this with 0.11dev. With 0.10, you can add &col=s

[Trac] Re: single trac project?

2007-05-24 Thread Eli Carter
ngle project as the start page, and have its pages > off of the root domain? You may be looking for the -s option to tracd. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post t

[Trac] Re: Can we have workflow changed based on ticket type?

2007-05-22 Thread Eli Carter
icketActionController to do it. The default action controller treats all ticket types the same. You might be able to sub-class it or something as a starting point though. HTH, Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Trac] Re: Enabling custom Workflow

2007-05-16 Thread Eli Carter
t this point it's completely unsupported. Further, the version in 0.11 has a completely different configuration setup from what that had. Feedback and testing of the 0.11dev workflow is very much appreciated; I'll try to fix things that

[Trac] Re: Workflow query issues

2007-04-26 Thread Eli Carter
7;m really glad that it exists. Great! :) Thanks for trying it out. Let me know if you run into any bugs. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this g

[Trac] Re: Workflow query issues

2007-04-26 Thread Eli Carter
On Thursday 26 April 2007, aghman wrote: > > Will do, I'll update it today and let you know. Great! I've merged the workflow-queries branch back to workflow, so test sandbox/pycon/workflow. Thanks again, Eli --~--~-~--~~~---~--~~ You recei

[Trac] Re: Workflow query issues

2007-04-25 Thread Eli Carter
On Thursday 19 April 2007, aghman wrote: > > Eli, > This morning I was doing a ticket query with no filters, sorted by > Status. The query was misbehaving, as it returned the same results > from two different custom statuses 5 times. > > Example: > I have two custom st

[Trac] Re: Multiple assignees

2007-04-23 Thread Eli Carter
his? Using the WorkFlow branch and a custom workflow plugin, you could make it so that a ticket action would reassign the ticket. Eli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post

[Trac] Re: Workflow query issues

2007-04-19 Thread Eli Carter
On Thursday 19 April 2007, aghman wrote: > > Eli, > This morning I was doing a ticket query with no filters, sorted by > Status. The query was misbehaving, as it returned the same results > from two different custom statuses 5 times. > > Example: > I have two custom st

[Trac] Re: Workflow query issues

2007-04-18 Thread Eli Carter
t cannot query based on these states. The default > statuses always show up on the query page. > Is there a plugin or fix for this behavior? Ah, I missed that piece. No, there isn't anything at the moment; I'll see what I can do to fix that