ChangeSet ID: 31013 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/03/25 19:39:53
Modified files: . : appdbStats.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Add 'testing reports' count to appdb stats page
Patch: http://cvs.winehq.org/patch.py?id=31013
Old revision New revision Changes Path 1.15 1.16 +6 -0 appdb/appdbStats.php
Index: appdb/appdbStats.php diff -u -p appdb/appdbStats.php:1.15 appdb/appdbStats.php:1.16 --- appdb/appdbStats.php:1.15 26 Mar 2007 0:39:53 -0000 +++ appdb/appdbStats.php 26 Mar 2007 0:39:53 -0000 @@ -71,6 +71,12 @@ echo " <td>Application maintainers:</ echo " <td>".Maintainer::getNumberOfMaintainers()."</td>\n"; echo "</tr>\n\n";
+/* Display the number of testing reports */ +echo "<tr class=color4>\n"; +echo " <td>Testing reports:</td>\n"; +echo " <td>".testData::objectGetEntriescount(false, false)."</td>\n"; +echo "</tr>\n\n"; + /* Display the number of images */ echo "<tr class=color4>\n"; echo " <td>Screenshots:</td>\n";