aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2003-04-30 12:41:46 +0000
committerFrank Lichtenheld <djpig>2003-04-30 12:41:46 +0000
commitce72b227f6dbf140a4b40b295b7cd1bec3890aa8 (patch)
treeb15352850d25f1536348477d3b16a3d82724a1a9 /stattrans.pl
parent978210aa68d61b7cfa10b2f7a889a7b00c220ef1 (diff)
Add link to log on cvs.d.o for outdated files.
CVS version numbers stattrans.pl: 1.55 -> 1.56
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 5356959e8c2..fa0e2ecad6e 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -284,6 +284,7 @@ foreach $lang (@search_in) {
$o_body .= sprintf "<td>%s</td>", $version{"$orig/$file"};
$o_body .= sprintf "<td>%s</td>", $msg;
$o_body .= sprintf "<td>&nbsp;&nbsp;<a href=\"http://cvs.debian.org/webwml/$orig/%s.wml.diff\?r1=%s\&amp;r2=%s\&amp;cvsroot=webwml\&amp;diff_format=%s\">%s -> %s</a></td>", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $config{'difftype'}, $transversion{"$lang/$file"}, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/webwml/$orig/%s.wml?cvsroot=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;
@@ -363,6 +364,7 @@ foreach $lang (@search_in) {
if ($opt_d eq "u") { print HTML "<th>Unified diff</th>"; }
elsif ($opt_d eq "h") { print HTML "<th>Colored diff</th>"; }
else { print HTML "<th>Diff</th>"; }
+ print HTML "<th>Log</th>";
print HTML "<th>Maintainer</th>";
print HTML "</tr>\n";
print HTML $o_body;

© 2014-2024 Faster IT GmbH | imprint | privacy policy