mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-14 00:34:06 +00:00
Merge pull request #542 from brianteeman/typos4
Typos, spelling and grammar
This commit is contained in:
commit
c54c5af898
@ -1,6 +1,6 @@
|
||||
# Weblinks for Joomla! Travis:
|
||||
|
||||
Travis: [![Travis Build Status](https://travis-ci.org/joomla-extensions/weblinks.svg?branch=master)](https://travis-ci.org/joomla-extensions/weblinks)
|
||||
Travis: [![Travis Build Status](https://travis-ci.org/joomla-extensions/weblinks.svg?branch=master)](https://travis-ci.org/joomla-extensions/weblinks)
|
||||
|
||||
Drone: [![Drone Build Status](http://213.160.72.75/api/badges/joomla-extensions/weblinks/status.svg)](http://213.160.72.75/joomla-extensions/weblinks)
|
||||
|
||||
@ -16,7 +16,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.
|
||||
|
||||
@ -73,7 +73,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
|
||||
|
||||
|
||||
@ -282,7 +282,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:
|
||||
|
@ -273,7 +273,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
|
||||
*
|
||||
@ -301,7 +301,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
|
||||
*
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user