Go to file
Baha 613ed40d23 Perf: don't load a module unless necessary
Move logic that loads related articles in the footer to PHP from JS.
This prevents us from shipping an RL module to a client and not showing
related articles.

Also, make sure not to load related articles in footer on
Special:MobileDiff.

Bug: T144047
Change-Id: I73e39ee6b1223699cd8ac739902315d163d98c3b
2016-09-26 08:01:07 +01:00
i18n Localisation updates from https://translatewiki.net. 2016-09-13 22:55:19 +02:00
images/BetaFeatures Make RelatedArticles available as a beta feature 2015-11-25 20:43:51 +05:00
includes Perf: don't load a module unless necessary 2016-09-26 08:01:07 +01:00
resources Perf: don't load a module unless necessary 2016-09-26 08:01:07 +01:00
tests Beta should be available to test suite. 2016-09-12 21:33:58 +00:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.7.1 2016-05-09 16:59:15 -07:00
.gitreview Make the master branch default 2016-01-26 13:41:08 -05:00
.jscsrc build: Simplify Grunt configuration 2015-11-10 18:07:15 +00:00
.jshintignore Add extension boilerplate 2015-10-07 15:48:26 +01:00
.jshintrc Update packages 2015-12-07 21:00:56 +00:00
.rubocop.yml Rake entry point and rubocop fix up 2016-01-06 16:57:22 +01:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 0.7.2 2016-05-27 18:23:53 -07:00
extension.json Use mw.viewport to check when to load related pages 2016-09-02 12:01:17 -07:00
Gemfile Upgrade mediawiki_selenium in Gemfile 2016-08-04 15:49:40 -07:00
Gemfile.lock Upgrade mediawiki_selenium in Gemfile 2016-08-04 15:49:40 -07:00
Gruntfile.js build: Simplify Grunt configuration 2015-11-10 18:07:15 +00:00
HISTORY Release 2.1.0 2015-12-14 09:40:11 -08:00
package.json build: Updating development dependencies 2015-12-29 21:06:31 +00:00
phpcs.xml Add extension boilerplate 2015-10-07 15:48:26 +01:00
Rakefile Migration of browsertests* Jenkins jobs to selenium* jobs 2016-04-25 19:35:20 +02:00
README Add simple README 2015-11-23 23:10:02 +05:00
RelatedArticles.i18n.magic.php build: Updating mediawiki/mediawiki-codesniffer to 0.7.1 2016-05-09 16:59:15 -07:00
RelatedArticles.php Use extension registration 2015-10-07 15:54:07 +01:00

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