Add some guidance to the 'Tested release' selection for a testData submission since we've
removed a bunch of versions lately, including 'CVS'.
This commit is contained in:
@@ -602,10 +602,22 @@ class testData{
|
|||||||
echo '<td class=color0>',"\n";
|
echo '<td class=color0>',"\n";
|
||||||
distribution::make_distribution_list("iDistributionId", $this->iDistributionId);
|
distribution::make_distribution_list("iDistributionId", $this->iDistributionId);
|
||||||
echo '</td></tr>',"\n";
|
echo '</td></tr>',"\n";
|
||||||
|
|
||||||
// Version List
|
// Version List
|
||||||
echo '<tr><td class=color1><b>Tested release</b></td><td class=color0>',"\n";
|
echo '<tr><td class=color1><b>Tested release</b></td><td class=color0>',"\n";
|
||||||
make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease);
|
make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease);
|
||||||
|
// Give the user some information about our available versions
|
||||||
|
echo "<ul>\n";
|
||||||
|
echo "<li>If you are testing with a newer release than listed please";
|
||||||
|
echo " check back tomorrow, sometimes it takes us a day to update the list.</li>\n";
|
||||||
|
echo "<li>If you are testing with an older release than listed please";
|
||||||
|
echo " upgrade and test with a newer release.</li>\n";
|
||||||
|
echo "<li><b>NOTE: 'CVS' was recently removed as a version because we simply can't track";
|
||||||
|
echo " exactly which CVS version was used.<br/> If you haven't tested with one of the";
|
||||||
|
echo " listed versions please retest with a recent release and resubmit.</li>\n";
|
||||||
|
echo "</ul>\n";
|
||||||
echo '</td></tr>',"\n";
|
echo '</td></tr>',"\n";
|
||||||
|
|
||||||
// Installs
|
// Installs
|
||||||
echo '<tr><td class=color0><b>Installs?</b></td><td class=color0>',"\n";
|
echo '<tr><td class=color0><b>Installs?</b></td><td class=color0>',"\n";
|
||||||
testData::make_Installs_list("sInstalls", $this->sInstalls);
|
testData::make_Installs_list("sInstalls", $this->sInstalls);
|
||||||
|
|||||||
Reference in New Issue
Block a user