-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: lintian Version: 2.5.2 Severity: wishlist
Bug #631763 added the full list of tags to lintian.debian.org, which is very useful to blindly reference tags / browse the tag list online. While the full tag list is referenced on the start page, its not referenced in the top right menu. I think that would be a worthwhile addition to advertise that available page a bit more and ease navigation while browsing on lintian.d.o. Therefore I attached a trivial patch adding the full tag list to the menu. Eventually you prefer to format the menu slightly different though (or not to fix it at all). - -- with kind regards, Arno Töll IRC: daemonkeeper on Freenode/OFTC GnuPG Key-ID: 0x9D80F36D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJOaVOOAAoJEMcrUe6dgPNt9cIP/1DL9/WD8LJ06SNZP15tiAaa 7r6WL7u6FREVYdKRwOMPgbFCnog/HKBp72Ym6xtAYOd0NiYRk+zDSOfB922VNL5C L7GMu9lInH9g4MQr98kX62s3j4xCnRS4O58L0vyqbPfWOU4rCH/7G2ilaPGGarYS MkpfGXDhcP0oOuHiHDKD902IUYJx72SoON+wdrdbbA4ocvc6LlnChmWDzkIX+url FallYRMSIOmdSS2rN5TrcwM3PUqGXksTkBYIiBERVmGkjbaKN2VXueGzPhoMfjQM jhITrK75nX3SQ52fBNaUB9Ehrp9a3XwUG8Cro4dbZIGh5g5T/BfsC73b7L2RBJa0 4mkUjyPsOTEub3oMjlO9pePruP1Ui88K2nLLbMQiPs4bxrKvj1L6h+uCcpRB3/Nz 3+yMMhUXAj4MqxICoX1OCHgCccK584MHRG/s0mjbzs/1eOZLr8JAMt9JIx7/5mCU 1U5+59NynTri3dxtBpnE7B1Z31WF7G+AvRmSfqfABwXzN2a2zlc9htK0pGhxmSpA uBQr1N+RgDpicko8ESYRmFqi0NFVnFLM2pWElO/v+Wy+T/c7hWobDpj1OEnM2caR GTDWD932TGt/e11mBqr2y/hRZFSoXGK4Kb8t0/L9hui3s1P3SBgjrT2O+Oe1/Qh0 CPKfMl15Qg0If9iIn+zK =rEEH -----END PGP SIGNATURE-----
>From 89fbf39ec9619611f464a3362a3a47c74f7c6007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=20T=C3=B6ll?= <deb...@toell.net> Date: Fri, 9 Sep 2011 01:19:22 +0200 Subject: [PATCH] Add the full list of tags to the top right navigation menu --- reporting/templates/head.tmpl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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> -- 1.7.5.4