MinervaNeue/includes
jdlrobson 37a3045f62 🐛 Bug: Make the history action's filters form toggleable again
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
2019-06-07 14:27:23 +00:00
..
menu Add method for getting menu entry by name 2019-06-06 13:04:29 -04:00
skins 🐛 Bug: Make the history action's filters form toggleable again 2019-06-07 14:27:23 +00:00
MinervaHooks.php Add hook to override SkinOptions, and allow overriding tabs output 2019-06-04 10:24:30 -04:00
MinervaUI.php Add GPL file header to PHP classes 2018-04-15 16:23:10 -07:00
ResourceLoaderLessVarFileModule.php Add GPL file header to PHP classes 2018-04-15 16:23:10 -07:00
ServiceWiring.php Hygiene: Use PermissionsManager instead of deprecated methods 2019-06-05 21:12:10 +02:00
SkinOptions.php Define default OPTION_TABS_ON_SPECIALS option 2019-06-07 11:44:53 +00:00