appdb/include testData.php

WineHQ wineowner at wine.codeweavers.com
Thu Jul 13 20:32:04 CDT 2006


ChangeSet ID:	26516
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/13 20:32:04

Modified files:
	include        : testData.php 

Log message:
	Tony Lambregts <tony.lambregts at gmail.com>
	Include link to app and version when displaying a list of test results

Patch: http://cvs.winehq.org/patch.py?id=26516

Old revision  New revision  Changes     Path
 1.2           1.3           +2 -2       appdb/include/testData.php

Index: appdb/include/testData.php
diff -u -p appdb/include/testData.php:1.2 appdb/include/testData.php:1.3
--- appdb/include/testData.php:1.2	14 Jul 2006  1:32: 4 -0000
+++ appdb/include/testData.php	14 Jul 2006  1:32: 4 -0000
@@ -654,8 +654,8 @@ class testData{
                 echo $oSubmitter->sRealname;
                 echo $oSubmitter->sEmail ? "</a>":"";
                 echo "    </td>\n";
-                echo "    <td>".$oApp->sName."</td>\n";
-                echo "    <td>".$oVersion->sName."</td>\n";
+                echo '    <td><a href="'.BASE.'appview.php?iAppId='.$oApp->iAppId.'">'.$oApp->sName.'</a></td>';
+                echo '    <td><a href="'.BASE.'appview.php?iVersionId='.$oVersion->iVersionId.'&iTestingId='.$oTest->iTestingId.'">'.$oVersion->sName.'</a></td>';
                 echo "    <td>".$oTest->sTestedRelease."</td>\n";
                 echo "    <td>".$oTest->sTestedRating."</td>\n";
                 echo "    <td align=\"center\">[<a href=".$_SERVER['PHP_SELF']."?sSub=view&iTestingId=".$oTest->iTestingId.">process</a>]</td>\n";



More information about the wine-cvs mailing list