Changes

Jump to navigation Jump to search
no edit summary
ini_set( 'display_errors', 1 );
$wgShowExceptionDetails = true;
 
==Configuration and Extensions==
 
===Configuration===
 
Add the following to the bottom of LocalSettings.php
 
$wgGroupPermissions['*']['edit'] = false; #Stops editing without an account, globally
$wgEnableUploads = true; #Note that the max upload size is likely dictated by max_upload_filesize in php.ini
 
===Extensions===
 
Note that UserRightsList does not appear to work for v1.18 (this has been reported to the author)
 
From the extensions directory, do the following:
 
wget http://upload.wikimedia.org/ext-dist/UserMerge-MW1.18-r91995.tar.gz
tar -xzf UserMerge-MW1.18-r91995.tar.gz
chmod 777 -R UserMerge/
 
 
 
Add the following to the bottom of LocalSettings.php
 
#Renameuser (this is installed by default in the extensions folder)
require_once("$IP/extensions/Renameuser/Renameuser.php");
 
#UserMergeAndDelete
require_once( "$IP/extensions/UserMerge/UserMerge.php" );
$wgGroupPermissions['bureaucrat']['usermerge'] = true;
Anonymous user

Navigation menu