Jump to content

User:Legoktm/Liberation/Configuration: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Legoktm (talk | contribs)
easier to add comments
MZMcBride (talk | contribs)
updated page
Line 1: Line 1:
Configuration variables that are currently set, probably require further investigation. Some of these are set for all fishbowl wiki's, and may need to be re-set for foundationwiki.
Configuration variables that are currently set, probably require further investigation. Some of these are set for all fishbowl wikis, and may need to be re-set for foundationwiki.


== InitializeSettings.php ==
== InitialiseSettings.php ==
*[//noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php Source]
* Source: https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php


*'wgAutoConfirmAge' = 'fishbowl' => 0, // No need
*'wgAutoConfirmAge' = 'fishbowl' => 0, // No need
Line 37: Line 37:
*'wmgUseSpamBlacklist'='fishbowl' => false, // not needed, private editing...
*'wmgUseSpamBlacklist'='fishbowl' => false, // not needed, private editing...
<!-- yeah i got tired after spamblacklist, will finish up later... -->
<!-- yeah i got tired after spamblacklist, will finish up later... -->

----

What about settings for foundationwiki instead of for fishbowl wikis? I think there are a few that are specific to this site. You've looked at [[m:Liberating wikimediafoundation.org]] and [[mw:Requests for comment/Disable raw HTML on wikimediafoundation.org]] too? --[[User:MZMcBride|MZMcBride]] ([[User talk:MZMcBride|talk]]) 01:40, 14 February 2013 (UTC)

Revision as of 01:40, 14 February 2013

Configuration variables that are currently set, probably require further investigation. Some of these are set for all fishbowl wikis, and may need to be re-set for foundationwiki.

InitialiseSettings.php

  • 'wgAutoConfirmAge' = 'fishbowl' => 0, // No need
  • 'wmgUseCentralNotice'='fishbowl' => false, // Per bug 17718 Disable CentralNotice on private/fishbowl wikis
    • This should probably be re-set for foundationwiki
  • 'wgAccountCreationThrottle'='fishbowl' => 0,
  • 'wgEmailAuthentication'='fishbowl' => false,
  • User rights:
'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'='fishbowl' => false,
  • 'wmgUseCentralAuth'='fishbowl' => false,
    • Will this require merging with the CentralAuth database?
  • 'wmgUseSpamBlacklist'='fishbowl' => false, // not needed, private editing...

What about settings for foundationwiki instead of for fishbowl wikis? I think there are a few that are specific to this site. You've looked at m:Liberating wikimediafoundation.org and mw:Requests for comment/Disable raw HTML on wikimediafoundation.org too? --MZMcBride (talk) 01:40, 14 February 2013 (UTC)