aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorTobias Quathamer <toddy>2009-10-13 10:25:06 +0000
committerTobias Quathamer <toddy>2009-10-13 10:25:06 +0000
commita01074cfc0984faf45c568d2047081b6bf6291ff (patch)
tree42a0a97a6faa025a627af02520ece5bd40116da6 /stattrans.pl
parent4a3053efba8a62b2b9ff8265df3dfda7f9c59d04 (diff)
- Always show link to log, so move it outside of if-condition
- Add a link to view the translation source file CVS version numbers stattrans.pl: 1.90 -> 1.91
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/stattrans.pl b/stattrans.pl
index e1a67584fc2..446533761ce 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -329,9 +329,10 @@ foreach $lang (@search_in) {
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $firstdifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
$o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml\&amp;view=diff\&amp;r1=%s\&amp;r2=%s\&amp;diff_format=%s\">%s\&nbsp;->\&nbsp;%s</a></td>",
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $seconddifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
}
- $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\">[F]</a></td>", $lang, $file;
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/%s/%s?root=webwml\&amp;view=markup\&amp;revision=%s\">[V]</a></td>", $lang, $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\&amp;revision=%s\">[F]</a></td>", $lang, $file, $version{"$orig/$file"};
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;

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