[SCM] Debian package checker branch, master, updated. 2.5.2-125-gf7d7170
The following commit has been merged in the master branch:
commit f7d71704c4778524d9fb029a4fb18ba42ecd317f
Author: Arno Töll <debian@toell.net>
Date: Fri Sep 9 01:45:19 2011 +0200
Add the full list of tags to the top right navigation menu
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/debian/changelog b/debian/changelog
index 6d1e12a..dcaf2c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -271,6 +271,9 @@ lintian (2.5.3) UNRELEASED; urgency=low
* reporting/html_reports:
+ [JW,NT] Create a gzip'ed version of the raw lintian.log.
(Closes: #637819)
+ * reporting/templates/head.tmpl:
+ + [NT] Show the list of all tags in the page header. Thanks to
+ Arno Töll for the suggestion and the patch. (Closes: #640962)
* reporting/templates/index.tmpl:
+ [NT] Added link to the new gzip'ed lintian.log.
diff --git a/reporting/templates/head.tmpl b/reporting/templates/head.tmpl
index 02738cd..6c03fd7 100644
--- a/reporting/templates/head.tmpl
+++ b/reporting/templates/head.tmpl
@@ -17,7 +17,8 @@
<p><a href="{$path_prefix}index.html">Lintian Reports</a></p>
<ul id="nav">
<li><a href="{$path_prefix}maintainers.html">Maintainers</a></li>
- <li><a href="{$path_prefix}tags.html">Tags</a></li>
+ <li><a href="{$path_prefix}tags.html">Emitted Tags</a></li>
+ <li><a href="{$path_prefix}tags-all.html">All Tags</a></li>
<li><a href="{$path_prefix}packages_1.html">Packages</a></li>
</ul>
<div class="clear"></div>
--
Debian package checker
Reply to: