From 1ad55bf5f14320795f3dae361b7bb0654c2c60d9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 14 Jun 2008 16:15:22 +0000 Subject: =?UTF-8?q?Bug=20438810:=20Whines=20fail=20when=20a=20group=20or?= =?UTF-8?q?=20user=20that=20was=20receiving=20whines=20is=20manually=20del?= =?UTF-8?q?eted,=20and=20sanitycheck.cgi=20should=20report=20this=20proble?= =?UTF-8?q?m=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?UTF-8?q?=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/default/admin/sanitycheck/messages.html.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'template/en') diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index 4300f7815..14e425625 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -288,6 +288,25 @@ [% ELSIF san_tag == "vote_count_alert" %] Bad vote sum for [% terms.bug %] [%+ id FILTER html %]. + [% ELSIF san_tag == "whines_obsolete_target_deletion_start" %] + OK, now removing non-existent targets from whines. + + [% ELSIF san_tag == "whines_obsolete_target_deletion_end" %] + Non-existent targets have been removed from whines. + + [% ELSIF san_tag == "whines_obsolete_target_start" %] + Checking for whines with non-existent targets. + + [% ELSIF san_tag == "whines_obsolete_target_alert" %] + [% FOREACH schedule = schedules %] + Non-existent [% (type == constants.MAILTO_USER) ? "user" : "group" FILTER html %] + [%+ schedule.1 FILTER html %] for whine schedule [% schedule.0 FILTER html %]
+ [% END %] + + [% ELSIF san_tag == "whines_obsolete_target_fix" %] + Click here to + remove old targets + [% END %] [% END %] -- cgit v1.2.1