﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
9748,User can't leave quite mode in IE (was: Persistent quiet mode),enhancement,0.12,,new,2012-02-01T20:05:14+01:00,2018-09-21T19:27:51+02:00,"I have a use case which may be appropriate for this plugin. Alternatively, it may just require the development of similar plugin. I'd appreciate your thoughts on the following.

We use the [https://wiki.jenkins-ci.org/display/JENKINS/Trac+Publisher+Plugin Jenkins Trac Publisher Plugin] to post nightly build notifications to tickets. This is so a dev or tester can know which build a particular defect was fixed in. The problem is, we get a barrage of email notifications every night when the build runs. We want the comments to be added to the tickets, we just don't want to receive email notifications when those comments are added.

I searched around trac-hacks, and this plugin is the closest thing I found to satisfy our need. The problem for our use case is, the quiet mode does not persist across page reloads, let alone sessions.

Do you see a persistent quiet mode setting as a good extension to this plugin? Or should I just use this plugin as an example for developing my own custom `EmailDistributor`?",Ryan J Ollos
10216,"""Error"" dialog can appear",defect,0.12,,new,2012-08-01T23:31:45+02:00,2018-09-21T19:27:51+02:00,"From time to time I see this dialog:

[[Image(Error.png)]]

It seems to occur when I interact with the elements of the page before it has completely loaded. Today, I found a way to reliably reproduce the issue:

 1. Go to report:1.
 1. Click above the tickets column to sort in ascending or descending order.
 1. When the DOM has loaded, but before the page indicates it has fully loaded, click to sort the column again.

With those steps, I can produce the error dialog about 1 out of every 3 times. It seems there are two error dialogs, because I have to click OK twice to dismiss it fully. If I disable the QuietPlugin, I never observe the Error dialog. There are no errors in the JS error console on Firefox 15.",Ryan J Ollos
13117,Use INotificationSubscriber rather than EmailDistributor disabled,enhancement,1.2,,new,2017-03-16T19:27:34+01:00,2017-03-18T17:37:32+01:00,"QuietPlugin requires `EmailDistributor` disabled and `QuietEmailDistributor` enabled. However, I don't think that is good to implement //quiet-mode//.

Instead, we could implement subscriber which returns -1 as priority and `'never'` as adverb for users in quiet mode.

[attachment:quiet-subscriber.diff]",Jun Omae
