Extension:EnhancedStandardUIs
Appearance
This extension is mainly supported in an external venue: BlueSpice Community Forum
. If you need help, you should post there, and not on the talk page. |
Please help expand this page. |
Release status: stable |
|
---|---|
Author(s) | Hallo Welt! GmbH |
Maintainer(s) | Hallo Welt! GmbH |
Latest version | 4.5 |
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) |
License | GNU General Public License 3.0 only |
Download | |
|
|
|
|
Translate the EnhancedStandardUIs extension if it is available at translatewiki.net | |
The EnhancedStandardUIs extension provides enhanced versions of various user interface elements. For example a Special:EnhancedAllPages which lists all pages with additional pagination and search functionality.
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-EnhancedStandardUIs.git) as a "vcs repository" and the package name (mediawiki/enhanced-standard-uis) and version to the
require
section of yourcomposer.local.json
. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-EnhancedStandardUIs.git" } ], "require": { "mediawiki/enhanced-standard-uis": "1.1.*" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EnhancedStandardUIs' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Categories:
- Pages to be expanded
- Stable extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- GetPreferences extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- MWStakeCommonWebAPIsQueryStoreResult extensions
- MessageCacheFetchOverrides extensions
- SpecialPage initList extensions
- All extensions
- Extensions by HalloWelt
- BlueSpice