Go to file
Baha a3d9b22a66 Fix loading related articles on small screens
Related articles are loaded when the user scrolls past
half the document height, which used to be calculated on
page load. This height, however, changes after all sections
are collapsed on small screens, thus never loading the
related articles for the page. Calculating the document height
just before showing related articles allows us to correctly
decide whether it's time to load the needed modules.

Bug: T121263
Change-Id: I1266894ab763cfb571b14f067086445fb6be1887
2015-12-14 15:34:17 +05:00
i18n Localisation updates from https://translatewiki.net. 2015-12-05 23:13:22 +01:00
images/BetaFeatures Make RelatedArticles available as a beta feature 2015-11-25 20:43:51 +05:00
includes Configure footer and sidebar placements 2015-12-02 11:17:54 +00:00
resources Fix loading related articles on small screens 2015-12-14 15:34:17 +05:00
tests Add browser tests for ReadMore 2015-12-04 15:43:45 +05:00
.gitignore Add extension boilerplate 2015-10-07 15:48:26 +01:00
.gitreview Release version 1.1.0 2015-11-04 15:08:10 +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
composer.json build: Updating development dependencies 2015-10-23 15:32:25 -07:00
composer.lock Add extension boilerplate 2015-10-07 15:48:26 +01:00
extension.json RelatedArticles load after half window scroll 2015-12-08 20:51:16 +05:30
Gruntfile.js build: Simplify Grunt configuration 2015-11-10 18:07:15 +00:00
HISTORY Breaking: Release version 2.0.0 2015-12-07 21:00:19 +05:00
package.json Update packages 2015-12-07 21:00:56 +00:00
phpcs.xml Add extension boilerplate 2015-10-07 15:48:26 +01:00
README Add simple README 2015-11-23 23:10:02 +05:00
RelatedArticles.i18n.magic.php maintenance 2012-11-05 12:09:37 +01: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>