[Trac] agilo for trac

2012-05-25 Thread Brettschneider Falk
Hi, as I noticed there is Agilo for Trac I wonder how I would extend my existing Trac system if I wanted to use those additional features. Is it just to install another plugin? Would it be a replacement of my current Bitnami Trac Stack (0.12.2, Apache based)? Could I easily deinstall it if I

Re: [Trac] agilo for trac

2012-05-25 Thread victoria
Hi, I have not use it, but I have read the installation instructions and it seems that you can install it on top of an existing installation. Your BitNami installation should include all the dependencies so you just need to load the BitNami environment and follow the instructions for installing

[Trac] Encode errors after upgrading to 0.12.3

2012-05-25 Thread Marco Maccaferri
Hello, I tried to upgrade Trac from 0.12.1 to 0.12.3 and I get a number of UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-6: invalid data errors from various places (not limited to a specific page or action, some pages are working others are not). Upgrading with

[Trac] Slow ticket display

2012-05-25 Thread Marco Maccaferri
Hello, Recently I have noticed an extremely slow display of all ticket pages, it takes several minutes to display a ticket and most of the times it fails and displays the not_found page. All other pages (wiki, blog, reports, source display, etc.) are working well, only the ticket pages

[Trac] ITicketChangeListener.ticket_changed() with a req parameter?

2012-05-25 Thread Willmer, Alex (PTS)
Hi all, TLDR: ITicketManipulator.validate_ticket() supplies a req parameter, ITicketChanged.ticket_changed() doesn't. Is this an intentional design decision, or would patch that adds an optional req parameter be considered for inclusion with Trac? I'm currently finishing the remote ticket

Re[Trac] ply to closed ticket automatically reopen ticket

2012-05-25 Thread agami
We use trac at my office (with email2trac plugin) and I was wondering if anyone new how to set trac so that if a ticket is closed any updates to it (like an email) would change the ticket from closed to reopened? -- View this message in context:

Re: Re[Trac] ply to closed ticket automatically reopen ticket

2012-05-25 Thread Nelson Brown
You could get a dev to write you a small plugin that uses the iticketchangelistener interface, similar to the last message in this mailing list. It would be a single component single file plugin, less than a half hour of work for someone who was familiar with trac development. -Nelson On May 25,