User:Legoktm/Liberation/Configuration

From Wikimedia Foundation Governance Wiki
Revision as of 12:51, 28 January 2013 by Legoktm (talk | contribs) (start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuration variables that are currently set, probably require further investigation.

InitializeSettings.php

'wgAutoConfirmAge' => array(
	'fishbowl' => 0, // No need

'wmgUseCentralNotice' => array(

	'fishbowl' => false, // Per bug 17718 Disable CentralNotice on private/fishbowl wikis

'wgAccountCreationThrottle' => array(
	'fishbowl' => 0,

'wgNoFollowLinks' => array(
	'fishbowl' => false, // not a spam measure here... https://bugzilla.wikimedia.org/show_bug.cgi?id=14105

'wgEmailAuthentication' => array(
	'fishbowl' => false,

'groupOverrides' => array(
	'fishbowl' => array(
		'*' => array(
			'edit' => false,
			'createaccount' => false
		),
		'user' => array(
		 'move' => true,
			 'upload' => true,
			 'autoconfirmed' => true,
			 'reupload' => true,
			 'skipcaptcha' => true,
			 'collectionsaveascommunitypage' => true,
			'collectionsaveasuserpage' => true,


'wmgEnableCaptcha' => array(
	'fishbowl' => false,


'wmgUseCentralAuth' => array(
	'fishbowl' => false,

'wmgUseSpamBlacklist' => array(
	'fishbowl' => false, // not needed, private editing...