Last modified: 2012-03-27 15:47:23 UTC
Please make the following changes to the configuration for Wikimedia Incubator. I know, each request should be in a separate bug but these are all very small changes, so I don't really see the need to make several bug reports. One bug makes it easier. Local consensus is http://incubator.wikimedia.org/wiki/Incubator:Community_Portal#Configuration_updates * Change wgUploadNavigationUrl from '/wiki/Incubator:Upload' to '/wiki/Special:MyLanguage/Incubator:Upload' * Set wgUploadMissingFileUrl to '//commons.wikimedia.org/wiki/Special:Upload' * Remove namespace Lost, Lost_talk (they are no longer needed and are empty) * Set wmgBabelUseUserLanguage to true * Add 'translationadmin' to wgRemoveGroups for bureaucrats Thank you!
It would be great if bug 31209 can be enabled at the same time as this.
Doned
Reopening bug due to half-finished request: 1. The $wgUploadNavigationUrl wasn't changed from '/wiki/Incubator:Upload' to '/wiki/Special:MyLanguage/Incubator:Upload'. Please execute this change per the request. Thanks!
(In reply to comment #3) > Reopening bug due to half-finished request: > > 1. The $wgUploadNavigationUrl wasn't changed from '/wiki/Incubator:Upload' to > '/wiki/Special:MyLanguage/Incubator:Upload'. > > Please execute this change per the request. Thanks! It was, but it was added in duplicate. Fixed now reedy@fenari:/home/wikipedia/common$ svn diff wmf-config/InitialiseSettings.php Index: wmf-config/InitialiseSettings.php =================================================================== --- wmf-config/InitialiseSettings.php (revision 3115) +++ wmf-config/InitialiseSettings.php (working copy) @@ -912,7 +912,7 @@ 'wikinews' => '//commons.wikimedia.org/wiki/Special:Upload', // Use relative paths for same-wiki links so the SSL converter can tweak them correctly - 'incubatorwiki' => '/wiki/Incubator:Upload', # 12831 + 'incubatorwiki' => '/wiki/Special:MyLanguage/Incubator:Upload', 'bgwiki' => '/wiki/MediaWiki:Uploadtext', 'bnwiki' => '/wiki/উইকিপিডিয়া:আপলোড', @@ -939,7 +939,6 @@ 'hiwiki' => '/wiki/विकिपीडिया:अपलोड', 'hrwiki' => '/wiki/Wikipedija:Upload', 'huwiktionary' => '//commons.wikimedia.org/wiki/Commons:Upload/hu', - 'incubaotrwiki' => '/wiki/Special:MyLanguage/Incubator:Upload', 'iswiktionary ' => '/wiki/Wikior%C3%B0ab%C3%B3k:Hla%C3%B0a_inn_skr%C3%A1', 'itwikinews' => false, 'jawiki' => '//ja.wikipedia.org/wiki/Wikipedia:%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%83%AD%E3%83%BC%E3%83%89',