Add ability to load plain CSS files at the bottom
authorGilles Dubuc <gdubuc@wikimedia.org>
Mon, 25 May 2015 14:04:57 +0000 (16:04 +0200)
committerOri.livneh <ori@wikimedia.org>
Mon, 25 May 2015 21:10:14 +0000 (21:10 +0000)
commitd6b4d3c537fa5944c2f234213b20037fe3192d62
treeef57dd4f66985447e3a17b93c3ba65f71ebd8a8c
parentbf6e57d32e7ace42435d6c11ef90d884df470ca1
Add ability to load plain CSS files at the bottom

Currently all styles modules added to the page using
addModuleStyles are put into the head, regardless
of their "position" value.

Bug: T97420
Change-Id: Ie4287e17d6f298cc63f42f257b1f67ee36961b77
includes/OutputPage.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderImageModule.php
includes/resourceloader/ResourceLoaderModule.php
resources/Resources.php