diff options
author | lpsolit%gmail.com <> | 2008-06-13 22:59:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-06-13 22:59:28 +0200 |
commit | 1a612f5e8e93aad68933504051063800b985d398 (patch) | |
tree | bfbafa50d411ec62dc961c52708e53ce9459d543 /template/en | |
parent | e40ada61703c1959e2f8291ff1a27178db409832 (diff) | |
download | bugzilla-1a612f5e8e93aad68933504051063800b985d398.tar.gz bugzilla-1a612f5e8e93aad68933504051063800b985d398.tar.xz |
Bug 437770: Imported bugs are ignored by queries (they never appear in buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index f493e403c..4300f7815 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -45,6 +45,15 @@ [% ELSIF san_tag == "bug_check_creation_date_repair_text" %] Repair missing creation date for these [% terms.bugs %] + [% ELSIF san_tag == "bug_check_bugs_fulltext" %] + Checking for [% terms.bugs %] with no entry for full text searching. + + [% ELSIF san_tag == "bug_check_bugs_fulltext_error_text" %] + [% terms.Bugs %] with no entry for full text searching + + [% ELSIF san_tag == "bug_check_bugs_fulltext_repair_text" %] + Repair missing full text search entries for these [% terms.bugs %] + [% ELSIF san_tag == "bug_check_res_dupl" %] Checking resolution/duplicates @@ -103,6 +112,12 @@ [% ELSIF san_tag == "bug_creation_date_fixed" %] [% bug_count FILTER html %] [%+ terms.bugs %] have been fixed. + [% ELSIF san_tag == "bugs_fulltext_start" %] + OK, now fixing [% terms.bug %] entries for full text searching. + + [% ELSIF san_tag == "bugs_fulltext_fixed" %] + [% bug_count FILTER html %] [%+ terms.bugs %] have been fixed. + [% ELSIF san_tag == "bug_reference_deletion_start" %] OK, now removing all references to deleted [% terms.bugs %]. |