Mediawiki: Difference between revisions
From DWIKI
m →Layout Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| Line 23: | Line 23: | ||
===Escape square brackets=== | ===Escape square brackets=== | ||
Use html codes: [ and ] | Use html codes: [ and ] | ||
===Add user to group=== | |||
Requires bureaucrat rights. | |||
Quick hack to give all users rights to do this: | |||
$wgGroupPermissions['*']['userrights'] = true; | |||
=FAQ= | =FAQ= | ||
Latest revision as of 09:15, 27 June 2025
Links
Upgrading MediaWiki
https://www.mediawiki.org/wiki/Manual:Upgrading
HOWTO
Mediawiki and ldap authentication
Installation
Quick install
Mediawiki on nginx
Layout
Escaping single quotes
You can use a single one, but after that use '
Escape square brackets
Use html codes: [ and ]
Add user to group
Requires bureaucrat rights.
Quick hack to give all users rights to do this:
$wgGroupPermissions['*']['userrights'] = true;
FAQ
Error contacting the Parsoid/RESTBase server (HTTP 401)
Seen one case where this is because of VisualEditor and apache authentication
Import failed: No interwiki prefix was supplied
Entering just any string will lead to 'Import failed: No pages to import. '
Check cirrus indexing
?action=cirrusDump
