Difference between revisions of "MediaWikiSiteCustomization"

From RadiWiki
Jump to: navigation, search
Line 1: Line 1:
 
== Usage ==
 
== Usage ==
 
This page contains a log of all the changes that have been done on the MediaWiki configuration, to become the RadiWiki site as it is right now.
 
This page contains a log of all the changes that have been done on the MediaWiki configuration, to become the RadiWiki site as it is right now.
All changes to the settings of MediaWiki, and installation and modification of extensions, etc.., should be included on this page, to easily reproduce the RadiWiki site on a clean MediaWiki installation.
+
All changes to the settings of MediaWiki, and installation and modification of extensions, etc.., should be included on this page, to easily reproduce the RadiWiki site on a clean MediaWiki installation. The latest changes should be on top of the 'Log' section
  
 
== Log ==
 
== Log ==
Added user accounts for joro and jewe
 
 
[[User:Netadmin|Netadmin]] 10:50, 14 June 2007 (CEST)
 
 
  
 
Set some restrictions, so it can only be edited/changed by a limited set
 
Set some restrictions, so it can only be edited/changed by a limited set
Line 19: Line 15:
  
 
[[User:Netadmin|Netadmin]] 11:21, 14 June 2007 (CEST)
 
[[User:Netadmin|Netadmin]] 11:21, 14 June 2007 (CEST)
 +
 +
 +
Added user accounts for joro and jewe
 +
 +
[[User:Netadmin|Netadmin]] 10:50, 14 June 2007 (CEST)

Revision as of 09:24, 14 June 2007

Usage

This page contains a log of all the changes that have been done on the MediaWiki configuration, to become the RadiWiki site as it is right now. All changes to the settings of MediaWiki, and installation and modification of extensions, etc.., should be included on this page, to easily reproduce the RadiWiki site on a clean MediaWiki installation. The latest changes should be on top of the 'Log' section

Log

Set some restrictions, so it can only be edited/changed by a limited set of users.

# Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false;
# Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;

Netadmin 11:21, 14 June 2007 (CEST)


Added user accounts for joro and jewe

Netadmin 10:50, 14 June 2007 (CEST)