diff --git a/README b/README index d5e7917..19c8046 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ To install locally for testing/hacking: short_open_tag 0 register_long_arrays 0 magic_quotes_gpc 0 - Or ensure your appdb directory has AllowOveride' set to 'All' inside + Or ensure your appdb directory has AllowOverride' set to 'All' inside httpd.conf to let .htaccess set these settings. # An AppDB admin user has been automatically created while running @@ -42,12 +42,12 @@ To install locally for testing/hacking: You should change the password as soon as possible! #------------------------------------------------------------------------# -You can create ether set up a real bugzilla database or a fake one - +You can either set up a real bugzilla database or a fake one +# # cd tables, run ./create_bugzilla_tables to create the fake bugzilla tables #------------------------------------------------------------------------# # or installing a real bugzilla database (hope this helps) - +# # download buzilla (password for cvs is cvs) cd /var/www/html diff --git a/admin/adminTestResults.php b/admin/adminTestResults.php index a184018..cc38b6f 100644 --- a/admin/adminTestResults.php +++ b/admin/adminTestResults.php @@ -31,18 +31,18 @@ if ($aClean['sSub']) $oTest = new testData($aClean['iTestingId']); $oTest->GetOutputEditorValues($_REQUEST); - if($aClean['sSub'] == 'Submit') // submit the testing results + if($aClean['sSub'] == 'Submit') // submit the test results { $oTest->update(true); $oTest->unQueue(); - } else if($aClean['sSub'] == 'Save') // save the testing results + } else if($aClean['sSub'] == 'Save') // save the test results { $oTest->update(); - } else if($aClean['sSub'] == 'Reject') // reject testing results + } else if($aClean['sSub'] == 'Reject') // reject test results { $oTest->update(true); $oTest->Reject(); - } else if($aClean['sSub'] == 'Delete') // delete testing results + } else if($aClean['sSub'] == 'Delete') // delete test results { $oTest->delete(); } @@ -64,18 +64,18 @@ if ($aClean['sSub']) switch($oTest->sQueued) { case "true": - apidb_header("Edit new testing results for ".$sVersionInfo); + apidb_header("Edit new test results for ".$sVersionInfo); break; case "rejected": - apidb_header("Edit rejected testing results for ".$sVersionInfo); + apidb_header("Edit rejected test results for ".$sVersionInfo); break; case "false": - apidb_header("Edit testing results for ".$sVersionInfo); + apidb_header("Edit test results for ".$sVersionInfo); break; } echo '
',"\n"; - // View Testing Details + // View Test Details echo "\n"; //help @@ -83,21 +83,21 @@ if ($aClean['sSub']) switch($oTest->sQueued) { case "false": - echo "

This Testing result has already been verified and accepted int the database. \n"; - echo "You can edit the entry and the save it back to the database by clicking on save. \n"; + echo "

This Test result has already been verified and accepted into the database. \n"; + echo "You can edit the entry and save it back to the database by clicking on save. \n"; break; case "true": - echo "

This Testing result has not yet been and accepted into the database. \n"; - echo "You can edit the entry and ether submit it into the database by clicking on Submit or you can reject it \n"; + echo "

This Test result has not yet been and accepted into the database. \n"; + echo "You can edit the entry and either submit it into the database by clicking on Submit, or you can reject it \n"; echo "for further editing by the submitter by clicking on Reject. \n"; break; case "rejected": - echo "

This Testing result has been rejected and is awaiting further information from the submitter. \n"; - echo "You can edit the entry and ether submit it into the database by clicking on Submit or you can save it \n"; + echo "

This Test result has been rejected and is awaiting further information from the submitter. \n"; + echo "You can edit the entry and either submit it into the database by clicking on Submit, or you can save it \n"; echo "for further editing by the submitter by clicking on Save. \n"; break; } - echo "

Click delete to remove it entirly from the database. An email will automatically be sent to the\n"; + echo "

Click delete to remove it entirely from the database. An email will automatically be sent to the\n"; echo "submitter to let them know the item was deleted.

\n\n"; echo "
\n\n"; @@ -143,40 +143,40 @@ if ($aClean['sSub']) util_redirect_and_exit($_SERVER['PHP_SELF']); } } -else // if ($aClean['sSub']) is not defined, display the Testing results queue page +else // if ($aClean['sSub']) is not defined, display the Test results queue page { $oTest = new TestData(); - apidb_header("Testing Results"); + apidb_header("Test Results"); - // Get queued testing results. + // Get queued test results. $hResult = $oTest->getTestingQueue("true"); if(!$hResult) { //no apps in queue - echo html_frame_start("Submitted Testing Results","90%"); - echo '

The Submitted Testing Results Queue is empty.

',"\n"; + echo html_frame_start("Submitted Test Results","90%"); + echo '

The Submitted Test Results Queue is empty.

',"\n"; echo html_frame_end(" "); } else { //help echo "
\n\n"; - echo "

This is the list of test results waiting for submition, rejection or deletion.

\n"; + echo "

This is the list of test results waiting for submission, rejection or deletion.

\n"; echo "

To view a submission, click on its name. From that page you can Submit it into \n"; echo "the AppDB reject it or delete it.
\n"; echo "

\n\n"; - $oTest->ShowListofTests($hResult,"Submitted Testing Results"); + $oTest->ShowListofTests($hResult,"Submitted Test Results"); } - // Get rejected testing results. + // Get rejected test results. $hResult = $oTest->getTestingQueue("rejected"); if(!$hResult || !mysql_num_rows($hResult)) { //no rejected test results in queue - echo html_frame_start("Rejected Testing Results","90%"); - echo '

The Rejected Testing Results Queue is empty.

',"\n"; + echo html_frame_start("Rejected Test Results","90%"); + echo '

The Rejected Test Results Queue is empty.

',"\n"; echo html_frame_end(" "); } else @@ -188,7 +188,7 @@ else // if ($aClean['sSub']) is not defined, display the Testing results queue p echo "the AppDB, edit and save it or delete it.
\n"; echo "\n\n"; - $oTest->ShowListofTests($hResult,"Rejected Testing Results"); + $oTest->ShowListofTests($hResult,"Rejected Test Results"); } } apidb_footer(); diff --git a/appsubmit.php b/appsubmit.php index e04dcb8..917a2a4 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -72,17 +72,17 @@ function newSubmition($errors) echo " and click on ‘Submit new version’\n"; } echo "
  • Entered a valid version for this application. This is the application\n"; - echo " version, NOT the Wine version (which goes in the testing results section of the template)
  • \n"; + echo " version, NOT the Wine version (which goes in the test results section of the template)\n"; echo "
  • Tested this application under Wine. There are tens of thousands of applications\n"; echo " for Windows, we do not need placeholder entries in the database. Please enter as complete \n"; - echo " as possible testing results in the version template provided below
  • \n"; + echo " as possible test results in the version template provided below\n"; echo "

    "; echo "

    Please do not forget to mention which Wine version you used, how well it worked\n"; echo "and if any workarounds were needed. Having app descriptions just sponsoring the app\n"; echo "(yes, some vendors want to use the appdb for this) or saying ‘I haven’t tried this app with Wine’ "; echo "will not help Wine development or Wine users.

    \n"; echo "Please only submit applications/versions that you have tested.\n"; - echo "Submissions without testing information or not using the provided template will be rejected.\n"; + echo "Submissions without test information or not using the provided template will be rejected.\n"; echo "If you are unable to see the in-browser editors below, please try Firefox, Mozilla or Opera browsers.\n"; echo "

    After your application has been added, you will be able to submit screenshots for it, post"; echo " messages in its forums or become a maintainer to help others trying to run the application.

    "; @@ -139,7 +139,7 @@ if ($aClean['sSub']) util_redirect_and_exit($_SERVER['PHP_SELF']); } - // Get the Testing results if they exist + // Get the Test results if they exist $hResult = query_parameters("Select testingId from testResults where versionId = '?'", $oVersion->iVersionId); if($hResult) diff --git a/cron/cleanup.php b/cron/cleanup.php index 05e8a17..f002a5a 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -30,7 +30,7 @@ if($hUsersToWarn) { $oUser = new User($oRow->userid); - /* if we get back true the user was warned and flaged as being warned */ + /* if we get back true the user was warned and flagged as being warned */ /* if we get back false we didn't warn the user and didn't flag the user as warned */ /* because they have data associated with their account */ if($oUser->warnForInactivity()) @@ -56,7 +56,7 @@ if($hUsersToDelete) deleteUser($oRow->userid); } else { - /* is the user a maintainer? if so remove their maintainer privilages */ + /* is the user a maintainer? if so remove their maintainer privileges */ if($oUser->isMaintainer()) { Maintainer::deleteMaintainer($oUser); diff --git a/help/maintainer_guidelines.help b/help/maintainer_guidelines.help index 797733d..99915dc 100644 --- a/help/maintainer_guidelines.help +++ b/help/maintainer_guidelines.help @@ -3,11 +3,11 @@

    Maintainers Guidelines

    -This page gives informations on how to maintain an application once being an application maintainer. If you are looking on informations on how to become an application maintainer, this topic is covered in the FAQ. +This page gives information on how to maintain an application once you are an application maintainer. If you are looking for information on how to become an application maintainer, this topic is covered in the FAQ.

    -Getting a (super) maintainer gives you certain rights on the Application Database. However as you may know, with great power, comes great responsibility... +Becoming a (super) maintainer gives you certain rights on the Application Database. However as you may know, with great power, comes great responsibility...

    An application maintainer is someone who runs the application regularly and who is willing to be active in reporting regressions with newer versions of Wine and to help other users run this application under Wine.

    @@ -22,14 +22,14 @@ You are expected to: You will:

    Application overview page guidlines

    N.B. Only super maintainers can change the general description of an application.
    -You can edit an application overview page by clicking on the "Edit Application" button in an application overview page. You'll be then presented with a form whose fields are explained thereafter. +You can edit an application overview page by clicking on the "Edit Application" button in the application overview page. You will be then presented with a form whose fields are explained thereafter.