Last edited one month ago
by Redaktion

Known issues: Difference between revisions


Revision as of 14:35, 28 June 2023

BlueSpice 4.3


Some wikis might experience styling inconsistencies for the newly added startpage templates

If a wiki is already using some templates that are included in the new startpage templates (e.g. Image cards), these templates are not overwritten during the upgrade to BlueSpice 4.3.

Any styling issues of any affected templates need to be adjusted manually.

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' );
}



PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end