mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
37a3045f62
Before this commit, the filters form would stay collapsed and the user couldn't toggle the visibility of the form. This commit fixes that by loading the necessary modules for the history action to make the form toggleable again: - mediawiki.page.ready - jquery.makeCollapsible - jquery.makeCollapsible.styles Additional Changes: - The explicit addition of the 'mediawiki.action.history' module to the defaultModules array in SkinMinerva was removed because this module should already be added by HistoryAction.php and all we are doing with Minerva is styling it differently. - The styling to hide the filter revisions box in skinStyles/mediawiki.action.history.styles.less was removed now that this functionality should work again Bug: T223204 Change-Id: Icf4a22a62228aca5a120bcdf3d6fede35b3c928e |
||
---|---|---|
.. | ||
ext.confirmEdit.fancyCaptcha.styles | ||
ext.echo.styles.special | ||
mediawiki.action.edit.styles | ||
mediawiki.content-json | ||
mediawiki.editfont.styles | ||
mediawiki.hlist | ||
mediawiki.page.gallery.styles | ||
mediawiki.skinning.content.parsoid | ||
mediawiki.special.search.styles | ||
mediawiki.special.userlogin.common.styles | ||
mobile.languages.structured | ||
mobile.notifications.overlay | ||
mobile.special.mobilemenu.styles | ||
mobile.special.mobileoptions.styles | ||
mobile.special.styles | ||
mobile.startup | ||
mediawiki.action.history.styles.less | ||
mediawiki.interface.helpers.styles.less | ||
README.txt |
If a module introduced by MobileFrontend has Minerva specific styles they are added here and applied as part of ResourceModuleSkinStyles.