Typos, spelling and grammar

This commit is contained in:
brian teeman 2023-10-24 11:35:55 +01:00
parent bc87751851
commit f254d5a0a1
6 changed files with 18 additions and 18 deletions

View File

@ -18,7 +18,7 @@ Install the last release of [com_weblinks](https://github.com/joomla-extensions/
Install the last release of [com_patchtester](https://github.com/joomla-extensions/patchtester/releases/latest) into your Joomla (weblinks is supported since Version 3.0.0 Alpha 2).
Log into your site's administrator section, go to the Patch Tester Component Options (Components -> Patch Tester -> Options)
Switch the `GitHub Repository` to `Joomla Weblinks Package`. For this you have to fill the field `GitHub Project Owner` with `joomla-extensions` and the field `GitHub Project Repository` with `weblinks`.
Click `Save & Close` and hit the `Fetch Data` Button to the the lastest pull requests
Click `Save & Close` and hit the `Fetch Data` Button to the the latest pull requests
Click `Apply Patch` to apply the proposed changes from the pull request.
Click `Revert Patch` to revert an applied patch.
@ -75,7 +75,7 @@ Löse Unterschiede auf: 100% (1232/1232), Fertig.
Prüfe Konnektivität ... Fertig.
```
Are you new with github? Here you can find informations about setting it up: https://help.github.com/articles/set-up-git/
Are you new with github? Here you can find information about setting it up: https://help.github.com/articles/set-up-git/
If you get an error you can try git clone https://github.com:joomla-extensions/weblinks.git instead of git clone git@github.com:joomla-extensions/weblinks.git
@ -284,7 +284,7 @@ Note: the first parameter is used by Travis and you should always set it to "0"
## Video
[Here](https://www.youtube.com/watch?v=fWO_Ed_wxpw) you can finde a video that shows the installation of com_weblinks for testing.
[Here](https://www.youtube.com/watch?v=fWO_Ed_wxpw) you can find a video that shows the installation of com_weblinks for testing.
# For Windows:

View File

@ -43,7 +43,7 @@ class WeblinksControllerWeblink extends JControllerForm
return $allow;
}
// In the absense of better information, revert to the component permissions.
// In the absence of better information, revert to the component permissions.
return parent::allowAdd($data);
}

View File

@ -91,10 +91,10 @@ class Com_WeblinksInstallerScript
if (strpos($dbName, 'mysql') !== false)
{
// Add Missing Table Colums if needed
// Add Missing Table Columns if needed
$this->addColumnsIfNeeded();
// Drop the Table Colums if needed
// Drop the Table Columns if needed
$this->dropColumnsIfNeeded();
}
@ -224,7 +224,7 @@ class Com_WeblinksInstallerScript
}
/**
* Method to drop colums from #__weblinks if they still there.
* Method to drop columns from #__weblinks if they still there.
*
* @return void
*
@ -253,7 +253,7 @@ class Com_WeblinksInstallerScript
}
/**
* Method to add colums from #__weblinks if they are missing.
* Method to add columns from #__weblinks if they are missing.
*
* @return void
*

View File

@ -7,7 +7,7 @@
ALTER TABLE `#__weblinks` MODIFY `alias` varchar(400) NOT NULL DEFAULT '';
--
-- Step 1.2: Convert table to utf8mb4 chracter set with utf8mb4_unicode_ci collation
-- Step 1.2: Convert table to utf8mb4 character set with utf8mb4_unicode_ci collation
--
ALTER TABLE `#__weblinks` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

View File

@ -83,7 +83,7 @@ class WeblinksControllerWeblink extends JControllerForm
return $allow;
}
// In the absense of better information, revert to the component permissions.
// In the absence of better information, revert to the component permissions.
return parent::allowAdd($data);
}

View File

@ -22,7 +22,7 @@ class AdministratorSmartSearchCest
*/
public function administratorDisableEditor(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Disable the editor before the tests proper');
@ -62,7 +62,7 @@ class AdministratorSmartSearchCest
*/
public function administratorEnableSmartsearchWeblinksPlugin(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Enabling the Smart Search Weblinks plugin');
@ -83,7 +83,7 @@ class AdministratorSmartSearchCest
*/
public function administratorPurgeIndex(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Purging the index');
@ -101,7 +101,7 @@ class AdministratorSmartSearchCest
public function administratorCreateWeblink(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->doAdministratorLogin();
$I->createWeblink($this->title, $this->url);
@ -112,7 +112,7 @@ class AdministratorSmartSearchCest
*/
public function administratorRunTheIndexer(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Smart Search Indexer');
@ -132,7 +132,7 @@ class AdministratorSmartSearchCest
*/
public function administratorDisableContentPlugin(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Disabling the Smart Search content plugin, ready for the next test run');
@ -153,7 +153,7 @@ class AdministratorSmartSearchCest
*/
public function administratorDisableSmartsearchWeblinksPlugin(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->am('Administrator');
$I->wantToTest('Disabling the Smart Search content plugin, ready for the next test run');
@ -171,7 +171,7 @@ class AdministratorSmartSearchCest
public function cleanUp(\Step\Acceptance\weblink $I, $scenario)
{
$scenario->skip('Temporarilly skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$scenario->skip('Temporarily skipped, see: https://github.com/joomla-extensions/weblinks/issues/239');
$I->doAdministratorLogin();
$I->administratorDeleteWeblink($this->title);