Re: [Trac] how can all tickets be deleted at once?

2012-06-27 Thread Hugo Milhomens
Can you directly access the database? If so, there are 3 tables that store ticket information. ticket, ticket_history and i guess ticket_custom for the custom fields. Just try a : Delete from ticket; Delete from ticket_history; Delete from ticket_custom; On Jun 27, 2012 7:16 AM, "christoph müller"

Re: [Trac] Re: Full names in addition to usernames?

2012-06-13 Thread Hugo Milhomens
I have used that patch, but later I needed some more customization, so I ended up using FlexibleAssignToPlugin: http://trac-hacks.org/wiki/FlexibleAssignToPlugin You can also customize, if it fits, which groups will be assigned on each ticket state, this way you can reduce the 100+ users for each s

Re: [Trac] Workflow-specific permissions

2012-05-17 Thread Hugo Milhomens
would just show a warning telling the user to enable javascript. The bad side is that it is javascript dependent =(, but it worked. Regards, Hugo Milhomens On May 17, 2012 5:04 AM, "Lisa" wrote: > Hi, > > I looked through all the plugins and I can't seem to find a go