Re: [Trac] Re: Ticket Reminder e-mails

2022-03-14 Thread Jun Omae
On Tue, Mar 15, 2022 at 4:43 AM Dan wrote: > It seems like the author has basically left this plugin unchanged for about > four years (the source is on gitHub), so I'm assuming he wouldn't be > interested in looking over the changes. The latest of plugin source is on trac-hacks.org:

[Trac] Re: Ticket Reminder e-mails

2022-03-14 Thread Dan
FWIW, I ended up just pasting in the related code from Trac and TracHtmlNotificationPlugin. Works OK as far as I can tell after limited testing, but I should clean up the code a bit. It seems like the author has basically left this plugin unchanged for about four years (the source is on

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread RjOllos
On Monday, March 14, 2022 at 11:06:58 AM UTC-7 sec...@gmail.com wrote: > OK thanks Ryan. > > I'm facing some final problems with Genshi templates in Trac 1.4.3. > > It looks like Trac is trying to render my templates with Jinja2 instead of > Genshi... > > Is there anything I should do to force

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread Roberto Longobardi
OK thanks Ryan. I'm facing some final problems with Genshi templates in Trac 1.4.3. It looks like Trac is trying to render my templates with Jinja2 instead of Genshi... Is there anything I should do to force Genshi to render my templates? Here is the stack trace: 18:47:17 Trac[main] DEBUG:

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread RjOllos
On Monday, March 14, 2022 at 10:09:29 AM UTC-7 sec...@gmail.com wrote: > Unfortunately you are right, there's still some incompatibility with Trac > 1.4.x, which I didn't spot because of an incorrect setup of my test > environment... I was actually testing against a Trac 1.2.x instead... My

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread Roberto Longobardi
Unfortunately you are right, there's still some incompatibility with Trac 1.4.x, which I didn't spot because of an incorrect setup of my test environment... I was actually testing against a Trac 1.2.x instead... My bad. I fixed most of the problems last night and I'm almost ready for a new

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread Ryan Ollos
On Mon, Mar 14, 2022 at 8:45 AM Steve Sagodi wrote: > Hi we installed on our TRAC instance but none of our existing test cases > show up on the Test Manage page just Example Catalog. > > Clicking on the Test Stat gives an error > *- Trac detected an internal error:*NameError: global name 'env'

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-14 Thread Steve Sagodi
Hi we installed on our TRAC instance but none of our existing test cases show up on the Test Manage page just Example Catalog. Clicking on the Test Stat gives an error *- Trac detected an internal error:*NameError: global name 'env' is not defined Any suggestions on if we missed a config item