Extension:BlueSpiceFoundation
Appearance
Community Forum |
BlueSpiceFoundation provides the interface between MediaWiki and BlueSpice. It is required for many other BlueSpice extensions to work with MediaWiki.
Whenever another extension depends on BlueSpiceFoundation, BlueSpiceFoundation is referenced accordingly on the extension page.
Installation
[edit]- Install Extension:ExtJSBase
- Install Extension:OOJSPlus
- Download and move the extracted
BlueSpiceFoundation
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlueSpiceFoundation - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceFoundation' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- Run composer install inside the BlueSpiceFoundation extension directory.
Categories:
- Stable extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- ArticleDeleteComplete extensions
- BSUEModulePDFBeforeAddingContent extensions
- BeforePageDisplay extensions
- BeforeParserFetchTemplateAndTitle extensions
- ExtensionTypes extensions
- HtmlPageLinkRendererEnd extensions
- LinkerMakeMediaLinkFile extensions
- LoadExtensionSchemaUpdates extensions
- MWStakeCommonUILessVarsInit extensions
- MakeGlobalVariablesScript extensions
- MediaWikiServices extensions
- PageMoveComplete extensions
- PageSaveComplete extensions
- ParserFirstCallInit extensions
- ResourceLoaderGetConfigVars extensions
- SearchGetNearMatchComplete extensions
- SearchableNamespaces extensions
- SetupAfterCache extensions
- SoftwareInfo extensions
- ThumbnailBeforeProduceHTML extensions
- TitleReadWhitelist extensions
- GetUserPermissionsErrors extensions
- All extensions
- Extensions by HalloWelt
- BlueSpice