[Bps-public-commit] RT-BugTracker branch, master, updated. f5dc373a5f1bd38ce8041a2f69ae2770d76bae85
Thomas Sibley
trs at bestpractical.com
Mon May 13 19:17:55 EDT 2013
The branch, master has been updated
via f5dc373a5f1bd38ce8041a2f69ae2770d76bae85 (commit)
from fba795c5f4c6a317d45d27954a5935ced026d5bc (commit)
Summary of changes:
html/Dist/Elements/ShowNotes | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit f5dc373a5f1bd38ce8041a2f69ae2770d76bae85
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon May 13 16:17:12 2013 -0700
Better, more accurate, "queue disabled" message
Email addresses of disabled queues haven't been valid for a while now
for rt.cpan.org due to the mail infrastructure.
diff --git a/html/Dist/Elements/ShowNotes b/html/Dist/Elements/ShowNotes
index fe38b0d..7e22ebe 100644
--- a/html/Dist/Elements/ShowNotes
+++ b/html/Dist/Elements/ShowNotes
@@ -1,7 +1,7 @@
% if ( $Queue->Disabled ) {
-<h3><% loc('WARNING: Queue is disabled') %></h3>
-
-<p>This queue has been disabled by maintainers' request. Heh, it's still possible to create bugs using email address, but we <b>beg you</b> "don't create new tickets". Instead read distribution's documentation and figure out how to report issues properly.</p>
+<&| /Widgets/TitleBox, title => loc("Queue is disabled"), class => "error", hideable => 0 &>
+<&|/l&>This queue is disabled and you may not create new tickets in it. Disabled queues are usually because the distribution was merged with another or changed names. Sometimes they are the end result of a bad autocreate from PAUSE data before anyone noticed.</&>
+</&>
% }
% if ( defined $notes && length $notes ) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list