Mediawiki: Difference between revisions
From DWIKI
m →HOWTO Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 19: | Line 19: | ||
===Escaping single quotes=== | ===Escaping single quotes=== | ||
You can use a single one, but after that use ' | 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= | =FAQ= | ||
| Line 27: | Line 38: | ||
==Import failed: No interwiki prefix was supplied == | ==Import failed: No interwiki prefix was supplied == | ||
Entering just any string will lead to 'Import failed: No pages to import. ' | Entering just any string will lead to 'Import failed: No pages to import. ' | ||
==Check cirrus indexing== | |||
?action=cirrusDump | |||
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
