From dde8743d6c6fdfbaeeeeb6cd145995faaa6abbfc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 7 Feb 2008 03:03:58 +0000 Subject: [PATCH] Bug 392821: Remove obsolete instructions in template variables.none.tmpl concerning bug_re - Patch by Eclipse Webmaster r/a=LpSolit --- template/en/default/global/variables.none.tmpl | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index d19d6407f3..c75f25988f 100644 --- a/template/en/default/global/variables.none.tmpl +++ b/template/en/default/global/variables.none.tmpl @@ -28,19 +28,6 @@ # Remember to PROCESS rather than INCLUDE this template. #%] -[%# Note on changing terms: - # Changing this will not affect "linkification" of your new terms. - # This means if you change "bug" to "problem", then if you have - # "problem 3" in a comment, it won't become a clickable URL. - # To have that feature, you must edit the quoteUrls function in - # Bugzilla/Template.pm. - # Change the line: - # my $bug_re = qr/bug\s*\#?\s*(\d+)/i; - # to something like: - # my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i; - # (here "problem" was used instead of bug - substitute as needed!). - #%] - [% terms = { "bug" => "bug", "Bug" => "Bug", -- 2.47.2