https://bugzilla.wikimedia.org/show_bug.cgi?id=35161
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #4 from Sam Reed (reedy) <[email protected]> 2012-03-27 15:47:23 UTC --- (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', -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
