Go to file
Jon Robson dca7580757 [Development] Allow us to pull RelatedArticles from production APIs
useful for testing real world data

Suggested test config:
```
$wgRelatedArticlesUseCirrusSearchApiUrl = "https://en.wikipedia.org/w/api.php";
$wgRelatedArticlesUseCirrusSearch = true;
$wgRelatedArticlesDescriptionSource = 'wikidata';
```

This will allow us to enable on patchdemo with production content.

Change-Id: I73c0d73d3369f27ed2fd74b37ae71bfc12b6ee57
2022-04-18 16:28:26 +00:00
.phan build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 2019-05-19 12:51:24 +00:00
i18n Localisation updates from https://translatewiki.net. 2021-12-10 09:19:44 +01:00
includes Fix loading of related articles via IntersectionObserver 2021-11-04 12:30:11 -07:00
resources [Development] Allow us to pull RelatedArticles from production APIs 2022-04-18 16:28:26 +00:00
tests [organization] organize file by module 2022-04-18 08:37:22 -07:00
.eslintignore RelatedArticles uses Grunt. This package is unecessary and inconsistent with other repositories. 2021-08-02 20:12:04 +00:00
.eslintrc.json [Maintenance] Reduce related articles to two modules 2022-04-14 17:48:37 -07:00
.gitignore build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 16:21:00 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:27 -07:00
.nvmrc RelatedArticles uses Grunt. This package is unecessary and inconsistent with other repositories. 2021-08-02 20:12:04 +00:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 09:11:26 +00:00
.stylelintignore RelatedArticles uses Grunt. This package is unecessary and inconsistent with other repositories. 2021-08-02 20:12:04 +00:00
.stylelintrc.json build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass 2019-01-16 19:26:36 -08:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 15:55:19 +00:00
composer.json build: Updating mediawiki/mediawiki-phan-config to 0.11.1 2021-12-19 04:06:28 +00:00
COPYING Add COPYING 2020-05-01 17:48:42 +01:00
extension.json [Development] Allow us to pull RelatedArticles from production APIs 2022-04-18 16:28:26 +00:00
HISTORY Release 2.1.0 2015-12-14 09:40:11 -08:00
package-lock.json selenium: Refactor WebdriverIO tests from sync to async mode 2022-02-09 16:15:05 +00:00
package.json selenium: Refactor WebdriverIO tests from sync to async mode 2022-02-09 16:15:05 +00:00
README Add simple README 2015-11-23 23:10:02 +05:00
RelatedArticles.i18n.magic.php Add Korean localisation 2019-12-11 20:51:26 +09:00

For information on how to install and use this extension, please see:
    <https://www.mediawiki.org/wiki/Extension:RelatedArticles>