Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: limit links to alternate forms of project_list to active project_filter
author
Bernhard R. Link
<brl+git@mail.brlink.eu>
Mon, 30 Jan 2012 20:09:00 +0000
(21:09 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 1 Feb 2012 20:52:49 +0000
(12:52 -0800)
If project_list action is given a project_filter argument, pass that to
TXT and OPML formats.
This way [OPML] and [TXT] links provide the same list of projects as
the projects_list page they are linked from.
Signed-off-by: Bernhard R. Link <brlink@debian.org>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
19d2d23
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index daacf87e6a646004ebce534ef4ad7bb0e22bab63..ecd4a39d22768c5ac7a577ae43928d3aea28867f 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-3979,9
+3979,11
@@
sub git_footer_html {
}
} else {
}
} else {
- print $cgi->a({-href => href(project=>undef, action=>"opml"),
+ print $cgi->a({-href => href(project=>undef, action=>"opml",
+ project_filter => $project_filter),
-class => $feed_class}, "OPML") . " ";
-class => $feed_class}, "OPML") . " ";
- print $cgi->a({-href => href(project=>undef, action=>"project_index"),
+ print $cgi->a({-href => href(project=>undef, action=>"project_index",
+ project_filter => $project_filter),
-class => $feed_class}, "TXT") . "\n";
}
print "</div>\n"; # class="page_footer"
-class => $feed_class}, "TXT") . "\n";
}
print "</div>\n"; # class="page_footer"