Skip to content

Commit

Permalink
Awww the good old days. Table layout. I miss the good old days
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 15, 2013
1 parent b5446d0 commit c71470b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 218 deletions.
5 changes: 0 additions & 5 deletions autogenerate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h2>Auto-generating test cases</h2>
<p>
Although it's not possible to generate a complete PHPT test, it's quite easy to generate the
Expand Down Expand Up @@ -85,7 +81,6 @@
<p>Return to <a href="write-test.php">write tests.</a></p>


</td></table>
<?php
common_footer();

10 changes: 0 additions & 10 deletions expectf_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>EXPECTF substitution options</h1>
</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<p>The --EXPECTF-- section uses a number of substitution tags for strings or digits
that appear in test case output but which may vary between test runs. The most common
example of this is to use %s and %d to match the file path and line number which are
Expand Down Expand Up @@ -95,7 +86,6 @@
</tr>
</table>

</td></tr></table>

<?php

Expand Down
14 changes: 0 additions & 14 deletions handling-bugs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>Handling bug reports?</h1>
</td>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Introduction</h2>

<p>
Expand Down Expand Up @@ -229,10 +219,6 @@
through miscommunication (e.g. a wrong quickfix or bogus status) Thank you
for reading this HOWTO and helping make PHP better.</p>
<br />
</td>
<td width="10">&nbsp;</td>
</tr>
</table>
<?php

common_footer();
Expand Down
23 changes: 2 additions & 21 deletions howtohelp.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>How You Can Help</h1>
</td>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">So there you sit. A PHP coder who loves PHP. But lately
<p>So there you sit. A PHP coder who loves PHP. But lately
you find yourself wanting to help the PHP community by contributing. Only
one problem - you aren't a uber 1337 coder - whether it is because you have
only recently started to learn how to program in PHP or you just don't yet
Expand All @@ -29,13 +20,7 @@
about the PHP docs and the software it uses. So where does that leave you.
Have no fear there is still a way you can help with PHP - you can help the
PHP Quality Assurance team.<br />
<br />
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
</p>
<ul>
<li class="lihack">You can <a href="write-test.php">Write testcases</a>:
<ul>
Expand All @@ -58,10 +43,6 @@
machine (hardware, operating system, installed software,
etc...). </li>
</ul>
</td>
<td width="10">&nbsp;</td>
</tr>
</table>
<?php

common_footer();
Expand Down
65 changes: 1 addition & 64 deletions projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,89 +7,30 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>PHP-QAT Goals</h1>
</td>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h3>Release Candidates Testing and QA</h3>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<ul>
<li><span class="lihack">Release Candidate Build </span></li>
<li><span class="lihack">Automated Smoke Tests </span></li>
<li><span class="lihack">Automated QA Checklists </span></li>
<li><span class="lihack">Automated Regression Tests </span></li>
</ul>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h3>Modify The Bug Database Interface</h3>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h4>The interface should:<br>
</h4>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h4>The interface should:</h4>
<ul>
<li><span class="lihack">reduce the occurance of multiple reports on the same bug</span></li>
<li><span class="lihack">improve the accuracy of the reports </span></li>
<li><span class="lihack">make it easier for the QAT to reproduce the bug </span></li>
<li><span class="lihack">track the solution to the bug </span></li>
</ul>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h3>Bug Hunting</h3>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<ul>
<li><span class="lihack"><a href="handling-bugs.php">analysing/closing existing bug reports</a> at bugs.php.net </span></li>
<li><span class="lihack">analysing new bugs posted on the php-dev list </span></li>
<li><span class="lihack">actively seeking and tracking bugs on available platforms </span></li>
<li><span class="lihack">monitoring/reviewing information from existing PHP mailing lists</span></li>
</ul>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h3>Provide Client-Side Bug Reporting via PHP Interpreter</h3>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<ul>
<li><span class="lihack">Add functionality to PHP to help php users submit accurate bugs.
</span></li>
Expand All @@ -107,10 +48,6 @@
<li><span class="lihack">However, all of this would require developer involvement and
is probably the least plausible goal! </span></li>
</ul>
</td>
<td width="10">&nbsp;</td>
</tr>
</table>
<?php

common_footer();
Expand Down
39 changes: 0 additions & 39 deletions rc.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>Release Candidates</h1>
</td>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Basics</h2>
Release candidates are development packages released to check if any critical
problems have slipped into the code during the previous development period.
Expand All @@ -28,25 +18,13 @@
release candidates on your own (<i>non-production!</i>) server.
<br />
<br />
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Installation problems</h2>
First of all, make sure the build process (on *nix only) and installation went fine for you.
PHP supports quite a number of operating systems on different platforms and we continue
to work on increasing this number.
If you encounter any problems during the installation, we would like to know about them.
<br/>
<br/>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Testing the installation</h2>
When done with the build, please run the test engine by using the '<code>make test</code>' command
and send us the results (hit '<code>Y</code>' when it asks you whether to send the report).
Expand All @@ -56,12 +34,6 @@
PHP group would hereby like to extend their gratitude for your effort.
<br/>
<br/>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Real-life tests</h2>
We would also appreciate if you install the RC on your development server and run
your software. This would help us to detect any unintentional changes between
Expand All @@ -70,21 +42,10 @@
cover every possible use case (but we're working on that).
<br />
<br />
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<h2>Getting the Release Candidates</h2>
The release candidates are available for download from <a href="http://qa.php.net/">the QA frontpage</a>.
<br />
<br />
</td>
<td width="10">&nbsp;</td>
</tr>

</table>
<?php

common_footer();
Expand Down
7 changes: 0 additions & 7 deletions running-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

common_header();
?>
<table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>Test framework tests</h1>
<p>
Please run the tests from our test framework. You can do this by typing
Expand All @@ -25,9 +21,6 @@
enables us to ask you some more information if a test failed. Note that this script
also uploads php -i output so your hostname may be transmitted.
</p>
</td>
</tr>
</table>
<?php
common_footer();
?>
23 changes: 0 additions & 23 deletions tested-methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,13 @@ function showHide(id){
}
</script>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<h1>Tested PHP Functions and Methods</h1>
</td>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td width="10">&nbsp;</td>
<td width="100%">
<p>This table lists core PHP functions and methods and specifies whether or not they are called from
a PHPT test. A "yes" in this table for a particular method is not an indication of good test coverage
- it just means that that method is called from at least one PHPT test.</p>
<p>The analysis used to generate this table does not differentiate between methods of the same name
belonging to different classes. In cases where such a method call is detected, "verify" is listed
in the Tested column, along with the list of test files containing calls to a method of that name.</p>
</td>
<td width="10">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
<td width="100%">
<?php

// fields in the csv file
Expand All @@ -57,7 +38,6 @@ function showHide(id){
$fd = fopen("coverage_data/tested_methods.csv", "r");
if (!$fd) {
echo "Can't find any data..";
echo '</td></tr></table>';
common_footer();
return;
}
Expand Down Expand Up @@ -120,9 +100,6 @@ function showHide(id){
echo "</table>\n";

?>
</td>
</tr>
</table>
<?php
common_footer();
?>
Expand Down
Loading

0 comments on commit c71470b

Please sign in to comment.