Re: [Trac] Re: TestManagerForTracPlugin not working

2022-03-19 Thread Roberto Longobardi
The previous releases were not compatibile with Trac 1.4 because of a mistake in setting up my test environment. I've just fixed all incompatibilities with Trac 1.2 and with Trac 1.4 and cleaned up all the releases. Now you will find that: - Releases 1.9.x are compatible with Trac 0.12.x.

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

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread figaro
Thank you for your efforts. Will look into this also over the next few weeks. -- figaro On Tuesday, 8 February 2022 at 00:25:21 UTC+1 sec...@gmail.com wrote: > Hi, > I've pushed my latest changes on both the sourceforge and the new GitHub > repo: https://github.com/seccanj/testman4trac > >

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread Roberto Longobardi
Hi, I've pushed my latest changes on both the sourceforge and the new GitHub repo: https://github.com/seccanj/testman4trac After some tests on Trac 1.4 and Python 2.7 the changes look good. Please, try them out and let me know if something's wrong. Thanks Roberto Il giorno lunedì 7 febbraio

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread RjOllos
On Monday, February 7, 2022 at 7:26:47 AM UTC-8 robert@gmail.com wrote: > > Perhaps Roberto can publish his updates then. > That would be ideal. I'd love to contribute as time allows via GitHub of trac-hacks. With the code being on Sourceforge, I'm unsure if the code is really open for

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread Robert Kuropkat
Perhaps Roberto can publish his updates then.  I'd be willing to test them certainly.  I agree with the order of updates you suggest.  Python 3 is not even a particular interest of mine at the moment, though longer term it should be.  My installation is still running on Python2. Robert

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread Robert Kuropkat
I suspected as much.  Other plugins have complained about Genshi but I was able to install it and they worked.  So I can imagine some ongoing degradation there so long as a plugin requires it. I am still interested in looking into it and have forked the git repo here:

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread RjOllos
On Monday, February 7, 2022 at 7:05:50 AM UTC-8 sec...@gmail.com wrote: > Hi all, > I worked some hours trying to upgrade my TestManagerForTracPlugin to > Python3 and the latest Trac, and after having fixed the deprecated db api > and several other issues I found out that the Genshi template

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-02-07 Thread Roberto Longobardi
Hi all, I worked some hours trying to upgrade my TestManagerForTracPlugin to Python3 and the latest Trac, and after having fixed the deprecated db api and several other issues I found out that the Genshi template engine has been replaced with Jinja2 and the ITemplateStreamFilter is no longer

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-01-12 Thread figaro
Thank you for your efforts nonetheless. 'get_db_cnx' happens to be deprecated, and that means that plugin will have to be upgraded too. As far as I know, no other plugin has been developed and is available on trac-hacks that supports testing software. -- figaro On Wednesday, 12 January 2022 at

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-01-12 Thread Robert Kuropkat
Installed QaTrackerPlugin to give it a try.  Created a Test Plan (Milestone) and a Test Case (Ticket) and assigned the Test Case to the Test Plan.  Tried to create a Test Run in the QA Tracker tab and got an error:             AttributeError: 'Environment' object has no attribute

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-01-11 Thread figaro
TestManagerForTracPlugin is one of the largest plugins that is publicly available and likely to be a large piece of work to migrate. Depending on your use case, the only other option is https://trac-hacks.org/wiki/QaTrackerPlugin --

Re: [Trac] Re: TestManagerForTracPlugin not working

2022-01-11 Thread Robert Kuropkat
On 1/11/22 1:07 PM, RjOllos wrote: On Monday, January 10, 2022 at 11:09:45 AM UTC-8 robert@gmail.com wrote: Hello, Trying to install the Test Manager plugin (https://trac-hacks.org/wiki/TestManagerForTracPlugin )

[Trac] Re: TestManagerForTracPlugin not working

2022-01-11 Thread RjOllos
On Monday, January 10, 2022 at 11:09:45 AM UTC-8 robert@gmail.com wrote: > Hello, > > Trying to install the Test Manager plugin ( > https://trac-hacks.org/wiki/TestManagerForTracPlugin) and can't seem to > get it to work. Searching implies it should be working, so I must have > missed

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-02-02 Thread RjOllos
On Tuesday, January 28, 2014 10:19:04 PM UTC-5, RjOllos wrote: On Tuesday, January 28, 2014 7:05:14 PM UTC-8, Dave Huang wrote: On 2014-01-28 5:52 PM, RjOllos wrote: Do you have any other plugins installed that might be conflicting? I tried disabling almost all other plugins, but it

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-28 Thread RjOllos
On Monday, January 27, 2014 7:12:42 PM UTC-8, Dave Huang wrote: On 2014-01-27 7:01 PM, RjOllos wrote: I test and found it was working okay after making the corrections now documented here:

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-28 Thread RjOllos
On Tuesday, January 28, 2014 3:52:54 PM UTC-8, RjOllos wrote: On Monday, January 27, 2014 7:12:42 PM UTC-8, Dave Huang wrote: On 2014-01-27 7:01 PM, RjOllos wrote: I test and found it was working okay after making the corrections now documented here:

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-28 Thread Dave Huang
On 2014-01-28 5:52 PM, RjOllos wrote: Do you have any other plugins installed that might be conflicting? I tried disabling almost all other plugins, but it didn't help. I found the problem though... I was running a version of the plugin that predates http://trac-hacks.org/changeset/13260

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-28 Thread RjOllos
On Tuesday, January 28, 2014 7:05:14 PM UTC-8, Dave Huang wrote: On 2014-01-28 5:52 PM, RjOllos wrote: Do you have any other plugins installed that might be conflicting? I tried disabling almost all other plugins, but it didn't help. I found the problem though... I was running a version

[Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-27 Thread RjOllos
On Thursday, January 23, 2014 10:58:49 AM UTC-8, Dave Huang wrote: http://trac-hacks.org/wiki/TestManagerForTracPlugin#LinkingaTickettoaTestCasesays This plugin also supports the TracTicketTemplatePlugin to fill a ticket template with this information, but it's not working for me... how

Re: [Trac] Re: TestManagerForTracPlugin not working with TracTicketTemplatePlugin?

2014-01-27 Thread Dave Huang
On 2014-01-27 7:01 PM, RjOllos wrote: I test and found it was working okay after making the corrections now documented here: http://trac-hacks.org/wiki/TestManagerForTracPlugin?action=diffversion=111