Mediawiki: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Links=
= Links =
*[https://www.mediawiki.org/wiki/MediaWiki MediaWiki Homepage]
 
*[http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide User's guide]
*[https://www.mediawiki.org/wiki/MediaWiki MediaWiki Homepage]  
*[http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide User's guide]  


[[MediaWiki:Sidebar]]
[[MediaWiki:Sidebar]]


== Quick install ==
=Upgrading MediaWiki=
https://www.mediawiki.org/wiki/Manual:Upgrading
 
=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

MediaWiki:Sidebar

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