mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
mediawiki: Update configuration to work with version 1.4 (Trixie)
Closes: #2505 Tests: - Install app on Bookworm. Web interface works. 'Special pages' page shows 'rename user' page. That page loads. - Dist-upgrade to Trixie. Database upgrade is performed by FreedomBox service soon after the distribution upgrade. App still works. 'Special pages' page shows 'rename user' page. That page loads. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
42586feee8
commit
5d96bb9250
@ -51,7 +51,9 @@ $wgLanguageCode = "en";
|
|||||||
wfLoadExtension( 'Cite' );
|
wfLoadExtension( 'Cite' );
|
||||||
wfLoadExtension( 'Interwiki' );
|
wfLoadExtension( 'Interwiki' );
|
||||||
wfLoadExtension( 'MultimediaViewer' );
|
wfLoadExtension( 'MultimediaViewer' );
|
||||||
wfLoadExtension( 'Renameuser' );
|
if (file_exists( '/usr/share/mediawiki/extensions/Renameuser/extension.json' )) {
|
||||||
|
wfLoadExtension( 'Renameuser' );
|
||||||
|
}
|
||||||
wfLoadExtension( 'VisualEditor' );
|
wfLoadExtension( 'VisualEditor' );
|
||||||
wfLoadExtension( 'WikiEditor' );
|
wfLoadExtension( 'WikiEditor' );
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user