Update of /cvsroot/tslogparser/tslogparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18720
Modified Files:
HISTORY run-browse.php
Log Message:
Hide UNSUPPORTED and UNTESTED by default
Index: run-browse.php
===================================================================
RCS file: /cvsroot/tslogparser/tslogparser/run-browse.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- run-browse.php 29 Jun 2005 14:39:42 -0000 1.8
+++ run-browse.php 17 Nov 2005 09:53:54 -0000 1.9
@@ -173,9 +173,11 @@
{
echo " <form method='POST' action='report.php'>\n";
- /* default to masking PASS and SKIP status */
+ /* default to masking PASS, SKIP, UNTESTED and UNSUPPORTED status */
echo " <input type='hidden' name='build_PASS' value='hidden'>\n";
echo " <input type='hidden' name='link_SKIP' value='hidden'>\n";
+ echo " <input type='hidden' name='execution_UNTESTED' value='hidden'>\n";
+ echo " <input type='hidden' name='execution_UNSUPPORTED' value='hidden'>\n";
echo " <input type='hidden' name='execution_PASS' value='hidden'>\n";
Index: HISTORY
===================================================================
RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- HISTORY 16 Nov 2005 15:31:02 -0000 1.36
+++ HISTORY 17 Nov 2005 09:53:54 -0000 1.37
@@ -1,3 +1,6 @@
+2005-11-17:
+- Changed run-browse.php to defaulting to hide UNSUPPORTED and UNTESTED status results.
+
2005-11-14:
- Fix in admin/modules/tahi.mod.php: renamed deldir() function.
- Fix in admin/index.php: added new mime type (for .tgz files).
|