No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 51: | Line 51: | ||
{{Collapsible|cheader=VisualEditor gets deactivated in the Main namespace. | {{Collapsible|cheader=VisualEditor gets deactivated in the Main namespace. | ||
|cdescription= | |cdescription=When changes are saved in the Namespace manager, the VisualEditor setting gets lost in the Main namespace. | ||
|chelp=Re-activate the VisualEditor setting for the Main namespace. | |chelp=Re-activate the VisualEditor setting for the Main namespace. |
Revision as of 12:56, 29 June 2023
BlueSpice 4.3
A BlueSpicePrivacy banner is shown to admin users +
Styles that are defined in templates or in MediaWiki:Common.css might no longer be applied +
Some wikis might experience styling inconsistencies for the newly added startpage templates +
VisualEditor gets deactivated in the Main namespace. +
BlueSpice 4.2
The filter on special pages (e.g., "Recent changes") fails to load -v4.2.6
In some cases, the page Special:RecentChanges does not finish loading. You can add the following script to MediaWiki:Common.js:
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Watchlist' ) {
document.body.classList.add( 'mw-rcfilters-ui-initialized' );
}
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Recentchanges' ) {
document.body.classList.add( 'mw-rcfilters-ui-initialized' );
}