From: <kla...@mn...> - 2012-06-01 12:32:56
|
The branch, master has been updated Summary of changes: web/infos/datenschutz.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ...from b8187a25954d7f7dfc21757718ab17bcf519a6e1 (commit) to (04eb9e91c84091caaebd127efca300bcb79779b9) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 04eb9e91c84091caaebd127efca300bcb79779b9 Merge: b8187a2 432dda0 Author: Jenkins <je...@sc...> Date: Fri Jun 1 13:22:06 2012 +0200 Merge remote branch 'remotes/origin/staging' into staging ----------------------------------------------------------------------- Complete Diff diff --git a/web/infos/datenschutz.php b/web/infos/datenschutz.php index d6221f3..1e2bc32 100644 --- a/web/infos/datenschutz.php +++ b/web/infos/datenschutz.php @@ -36,6 +36,7 @@ $it = $reader->getProjectIterator(); // Search $rev inside the last $max PPAT builds. $max = 3; $i = 0; $currentPPATBuild = null; +$ancestor = null; foreach ($it as $num => $build) { if ($i++ >= $max) break; @@ -158,8 +159,8 @@ $notAllowed = $row->colorFor($row::NOT_ALLOWED); </table> <p> <span class="loginInfoText"> - Basierend auf Version <?php echo Output::echoVersion() ?> - (Revision: <?php echo substr($rev, 0, 8) ?>)</td> + Basierend auf Version <a href="<?php echo $ancestor->url ?>"><?php echo Output::echoVersion() ?> + (Revision: <?php echo substr($rev, 0, 8) ?>)</a> vom <?php echo date("d.m.Y H:i:s", $lastdeploy) ?> </span> </p> hooks/post-receive -- estudy |