Extension:BlueSpiceFoundation

From Linux Web Expert

<translate> This extension was originally made for BlueSpice.</translate> <translate> BlueSpice is a MediaWiki distribution for enterprises and organizations.</translate> <translate> It enhances MediaWiki, in particular in the areas of quality management, process support, administration, editing and security.</translate>

<translate> You can download this extension with <tvar name=2>BlueSpice free</tvar>.</translate>

BlueSpice:
MediaWiki extensions manual
BlueSpiceFoundation
Release status: stable
File:BlueSpice Logo v2020.png
Description MediaWiki distribution for business needs.
More info…
Author(s) Hallo Welt! GmbH
Maintainer(s) Hallo Welt! GmbH
Latest version 4.3
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.39 (LTS)
Database changes Yes
Composer bluespice/foundation
License GNU General Public License 3.0 only
Download
  • $wgUseRealNameForUserLinks
  • $wgUIPermissionBlacklist
  • $wgMaintenanceUserName
  • $wgDefaultAnonImage
  • $wgBlueSpiceExtInfo
  • $wgPermissionConfig
  • $wgHttpRequestDefaultOptions
  • $wgDefaultGroupImage
  • $wgExtensionAttributeRegistryOverrides
  • $wgRunJobsTriggerHandlerOptions
  • $wgPingOnInit
  • $wgDefaultUserImage
  • $wgLessVars
  • $wgCreditsTranslation
  • $wgCreditsContributors
  • $wgCreditsDesignAndTesting
  • $wgCreditsProgrammers
  • wikiadmin
  • editor
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Translate the BlueSpiceFoundation extension
File:OOjs UI icon speechBubbles-ltr-progressive.svg 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

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/BlueSpiceFoundation</tvar>|Download]] and move the extracted <tvar name=name>BlueSpiceFoundation</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlueSpiceFoundation
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'BlueSpiceFoundation' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
  • Run composer install inside the BlueSpiceFoundation extension directory.