ChangeSet ID: 31158 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/04 22:35:46
Modified files: include : testData.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Add a comment to encourage test result submitters not to include crash data in their test submissions.
Patch: http://cvs.winehq.org/patch.py?id=31158
Old revision New revision Changes Path 1.53 1.54 +6 -3 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.53 appdb/include/testData.php:1.54 --- appdb/include/testData.php:1.53 5 Jun 2007 3:35:46 -0000 +++ appdb/include/testData.php 5 Jun 2007 3:35:46 -0000 @@ -978,9 +978,12 @@ class testData{ { echo "<p>This is the screen for inputing test information so that others "; echo "looking at the database will know \n"; - echo "what was working on a particular release of Wine. Although be \n"; - echo "aware that this is not the bug-tracker and that \n"; - echo "this is not where the developers check for bugs.</p>\n"; + echo "what was working on a particular release of Wine.</p>\n"; + echo "<p><b>Please DO NOT include crash or Wine debug output.\n"; + echo " Instead report the crash as a bug in the Wine bugzilla at \n"; + echo "<a href="http://bugs.winehq.org%5C%22%3Ehttp://bugs.winehq.org</a>.\n"; + echo "We ask that you use bugzilla because developers do not monitor the AppDB \n"; + echo "for bugs.</b></p>\n"; echo "<p>Please be as detailed as you can but do not paste large \n"; echo "chunks of output from the terminal. Type out your report \n"; echo "clearly and in proper English so that it is easily readable.</p>\n";