From b5e9ac38472170a10f16887e3d56a891606d1745 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Sep 2012 08:45:23 +0000 Subject: explicit link to changes --- test_index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test_index.php') diff --git a/test_index.php b/test_index.php index 5be4aa3..b3304c3 100644 --- a/test_index.php +++ b/test_index.php @@ -192,7 +192,8 @@ if (!is_null($upload_time)) { $s = ''; $tmpl = << - %s + %s + view changes @ r%d %s %s %s @@ -205,12 +206,14 @@ if ($total > 0) { if (trim($p['package']) == '') { continue; } + $revision_link = sprintf('http://svnweb.mageia.org/packages?view=revision&revision=%d', $p['revision']); $s .= sprintf($tmpl, $p['type'], - $p['revision'], + $revision_link, addslashes($p['summary']), $p['package'], + $revision_link, $p['revision'], $p['user'], $p['user'], timediff(key2timestamp($key)) . ' ago', $p['version'], -- cgit v1.2.1