Mediawiki: Difference between revisions
From DWIKI
m →HOWTO |
m →HOWTO Tag: wikieditor |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 11: | Line 11: | ||
=HOWTO= | =HOWTO= | ||
==Mediawiki and ldap authentication== | ==Mediawiki and ldap authentication== | ||
==Installation== | |||
== Quick install == | === Quick install === | ||
==Mediawiki on nginx== | |||
*https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/ | |||
==Layout== | ==Layout== | ||
===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 25: | 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
