https://bugzilla.wikimedia.org/show_bug.cgi?id=25779
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-11-08 22:14:12 UTC --- Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1291) +++ InitialiseSettings.php (working copy) @@ -1888,6 +1888,10 @@ 'Usuària_discussió' => NS_USER_TALK, ), 'cewiki' => array( 'Wikipedia' => NS_PROJECT, ), + 'commonswiki' => array( + 'Museum' => 106, + 'Museum_talk' => 107, + ), 'cswiki' => array( 'Uživatel' => NS_USER, # language default which is overriden in wgExtraNamespaces 'Wikipedistka' => NS_USER, # female complement to project default @@ -3549,6 +3553,8 @@ 103 => 'TimedText_talk', 104 => 'Sequence', 105 => 'Sequence_talk', + 106 => 'Institution', + 107 => 'Institution_talk', ), 'nlwikimedia' => array( 100 => 'De_Wikiaan', =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php -- 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
