]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Fri, 8 Jul 2005 04:51:42 +0000 (04:51 +0000)
committerlpsolit%gmail.com <>
Fri, 8 Jul 2005 04:51:42 +0000 (04:51 +0000)
template/en/default/list/list.rss.tmpl

index 53352f22585b2a37e6a9f2fe2f7b56af478ac288..04e8ec39f3244f61d4223fb7c8714509b03b3444 100644 (file)
@@ -58,7 +58,9 @@
  
   [% FOREACH bug = bugs %]
   <item rdf:about="[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]">
-    <title>[% bug.short_desc FILTER xml %]</title>
+    <title>
+      [% "@" IF bug.secure_mode %] [[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %]
+    </title>
     <link>[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]</link>
     <dc:creator>[% bug.reporter_realname FILTER xml %]</dc:creator>
     <dc:date>[% date.format( format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime) FILTER xml %]</dc:date>