gitweb: Identify all summary metadata table rows
commit69df2e5a583ec5462825a2d1e7b918cd3b5cfce8
authorPetr Baudis <pasky@suse.cz>
Fri, 3 Oct 2008 15:19:16 +0000 (3 17:19 +0200)
committerPetr Baudis <pasky@suse.cz>
Fri, 3 Oct 2008 15:19:16 +0000 (3 17:19 +0200)
tree9e6728b3720ff59e8242bfa55442b1dc489ceebb
parent52e8370bc7a71366b664ece0a9ec0b79d673a356
gitweb: Identify all summary metadata table rows

In the metadata table of the summary page, all rows have their
id (or class in case of URL) set now. This for example lets sites
easily disable fields they do not want to show in their custom
stylesheet (e.g. they are overly technical or irrelevant for the site).

Many of my other patches depend on this, so I would appreciate to hear
as soon as possible if someone has an issue with this patch.

Signed-off-by: Petr Baudis <petr.baudis@novartis.com>