Mediawiki: Difference between revisions
From DWIKI
mNo edit summary |
m →HOWTO Tag: wikieditor |
||
| (10 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
= Links = | = Links = | ||
| Line 10: | Line 9: | ||
https://www.mediawiki.org/wiki/Manual:Upgrading | https://www.mediawiki.org/wiki/Manual:Upgrading | ||
== Quick install == | =HOWTO= | ||
==Mediawiki and ldap authentication== | |||
==Installation== | |||
=== Quick install === | |||
==Mediawiki on nginx== | |||
*https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/ | |||
==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 | |||
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
