summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuglist.cgi3
-rw-r--r--template/en/default/list/list.html.tmpl5
2 files changed, 6 insertions, 2 deletions
diff --git a/buglist.cgi b/buglist.cgi
index c46141638..2d24719b8 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -674,6 +674,9 @@ if ($format->{'extension'} eq 'ics') {
}
if ($format->{'extension'} eq 'rss') {
+ # The title of the RSS feed will be the same one as for the bug list.
+ $vars->{'title'} = $cgi->param('title');
+
# This is the list of fields that are needed by the rss filter.
my @required_rss_columns = (
'short_desc',
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 01f7678fd..eb1f2799a 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -48,7 +48,7 @@
[% PROCESS global/header.html.tmpl
title = title
style = style
- rsslink = "buglist.cgi?$urlquerypart&ctype=rss"
+ rsslink = "buglist.cgi?$urlquerypart&title=$title&ctype=rss"
%]
<div align="center">
@@ -168,7 +168,8 @@
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;ctype=csv">CSV</a> |
<a href="buglist.cgi?
- [% urlquerypart FILTER html %]&amp;ctype=rss">RSS</a> |
+ [% urlquerypart FILTER html %]&amp;title=
+ [%- title FILTER html %]&amp;ctype=rss">RSS</a> |
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;ctype=ics">iCalendar</a> |
<a href="colchange.cgi?