[Trac] Re: ticket-workflow-notifications

2017-08-15 Thread RjOllos
On Thursday, August 10, 2017 at 12:53:48 PM UTC-7, RjOllos wrote: > > > > On Thursday, August 10, 2017 at 6:33:09 AM UTC-7, mickeyf wrote: >> >> Sorry, but where do I find version 0.6? >> > > >

[Trac] Re: ticket-workflow-notifications

2017-08-10 Thread RjOllos
On Thursday, August 10, 2017 at 6:33:09 AM UTC-7, mickeyf wrote: > > Sorry, but where do I find version 0.6? > -- You

[Trac] Re: ticket-workflow-notifications

2017-08-10 Thread mickeyf
Sorry, but where do I find version 0.6? On Tuesday, August 1, 2017 at 2:31:50 PM UTC-7, mickeyf wrote: > > I have tried to install and test this, but so far no joy. I'm not even > sure it has installed correctly. I am not up to speed on how things are > generally done in Python. I was not able

[Trac] Re: ticket-workflow-notifications

2017-08-10 Thread mickeyf
Yes, I reported earlier that the plugin is version 0.5. I will upgrade to 0.6 and try it. Thanks. On Tuesday, August 1, 2017 at 2:31:50 PM UTC-7, mickeyf wrote: > > I have tried to install and test this, but so far no joy. I'm not even > sure it has installed correctly. I am not up to speed on

Re: [Trac] Re: ticket-workflow-notifications

2017-08-09 Thread Ryan Ollos
On Wed, Aug 9, 2017 at 2:20 PM, mickeyf wrote: > I suspect this will end up being something simple, like whitespace, and I > got excited for a minute there, but no, that was just a paste error, there > is no leading whitespace in the ini file itself. And yes, both the

[Trac] Re: ticket-workflow-notifications

2017-08-09 Thread mickeyf
I suspect this will end up being something simple, like whitespace, and I got excited for a minute there, but no, that was just a paste error, there is no leading whitespace in the ini file itself. And yes, both the plugin and [ticket-workflow-notifications] section do appear on the About page.

[Trac] Re: ticket-workflow-notifications

2017-08-09 Thread RjOllos
On Wednesday, August 9, 2017 at 8:06:53 AM UTC-7, mickeyf wrote: > > The plugin is enabled in the components section of trac.ini. > It shows as installed in the admin page. Version 0.5 > Trac is version 1.0.1 > trac.log does not show either 'sending' or 'skipping' for DEBUG or >

[Trac] Re: ticket-workflow-notifications

2017-08-09 Thread RjOllos
On Wednesday, August 9, 2017 at 1:52:01 PM UTC-7, RjOllos wrote: > > > > On Tuesday, August 1, 2017 at 2:31:50 PM UTC-7, mickeyf wrote: >> >> [ticket-workflow-notifications] >> when_fixed = resolve >> when_fixed.body = Ticket ${ticket.id} has been fixed! View it here: >> ${link} >>

[Trac] Re: ticket-workflow-notifications

2017-08-09 Thread RjOllos
On Tuesday, August 1, 2017 at 2:31:50 PM UTC-7, mickeyf wrote: > > [ticket-workflow-notifications] > when_fixed = resolve > when_fixed.body = Ticket ${ticket.id} has been fixed! View it here: > ${link} > when_fixed.subject = Ticket ${ticket.id} is fixed! > when_fixed.recipients =

[Trac] Re: ticket-workflow-notifications

2017-08-09 Thread mickeyf
The plugin is enabled in the components section of trac.ini. It shows as installed in the admin page. Version 0.5 Trac is version 1.0.1 trac.log does not show either 'sending' or 'skipping' for DEBUG or TicketWorkFlowNotifier trac.log does show "Side effect for TicketWorkFlowNotifier" but that is

[Trac] Re: ticket-workflow-notifications

2017-08-08 Thread mickeyf
I appears that the plug-in has loaded with no error reported, however, I am getting not notifications. I would next suspect an error in my configuration, but I have copied the example of the ini file entry directly from the wiki, changing only the recipients to a valid email, and then later to

[Trac] Re: ticket-workflow-notifications

2017-08-03 Thread RjOllos
On Thursday, August 3, 2017 at 7:25:15 AM UTC-7, mickeyf wrote: > > I have installed directly from github and saw no error messages. > The relevant sections of my trac.ini are identical to those in the > example, except that I have put in a valid email address and have altered > the

[Trac] Re: ticket-workflow-notifications

2017-08-03 Thread mickeyf
I have installed directly from github and saw no error messages. The relevant sections of my trac.ini are identical to those in the example, except that I have put in a valid email address and have altered the condition to be "when_fixed.condition = ${true}" to simplify testing. I do not get

[Trac] Re: ticket-workflow-notifications

2017-08-01 Thread RjOllos
On Tuesday, August 1, 2017 at 2:31:50 PM UTC-7, mickeyf wrote: > > I have tried to install and test this, but so far no joy. I'm not even > sure it has installed correctly. I am not up to speed on how things are > generally done in Python. I was not able to find an egg, but only the >