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 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

[Trac] Re: Syntax highlighting in SVN repo only with svn:mime-type property set

2022-02-07 Thread RjOllos
On Monday, February 7, 2022 at 7:05:06 AM UTC-8 sol...@gmail.com wrote: > Hello everybody! > My Trac installation will not do syntax highlighting based on file > extension in Subversion repository browser, only when I set it explicitly, > like: > > svn propset svn:mime-type "`file -bi

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 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

[Trac] Syntax highlighting in SVN repo only with svn:mime-type property set

2022-02-07 Thread Alexander Lunev
Hello everybody! My Trac installation will not do syntax highlighting based on file extension in Subversion repository browser, only when I set it explicitly, like: svn propset svn:mime-type "`file -bi start.pl`" start.pl Only then syntax highlighting works, for this file only. Do I have to

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 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 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