|
From: <kla...@mn...> - 2012-06-01 11:22:10
|
The branch, staging has been updated
Summary of changes:
web/infos/datenschutz.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
...from 072a96070fe9e11dd704387593e5c3d2c175d4f1 (commit) to (432dda097929a2c38f5ae5dd6b454e8678110055)
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 432dda097929a2c38f5ae5dd6b454e8678110055
Author: Christoph Thelen <chr...@mn...>
Date: Fri Jun 1 13:21:29 2012 +0200
Link to first eStudy build
-----------------------------------------------------------------------
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
|