https://bugzilla.wikimedia.org/show_bug.cgi?id=30122
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from JeLuF <[email protected]> 2011-07-30 22:17:40 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 2115) +++ InitialiseSettings.php (working copy) @@ -2703,6 +2703,10 @@ 'Wikipedia' => NS_PROJECT, 'Wikipedia_talk' => NS_PROJECT_TALK, ), + 'testwiki' => array( + 'WP' => NS_PROJECT, + 'WT' => NS_PROJECT_TALK, + ), 'tewiki' => array( 'Wikipedia' => NS_PROJECT, 'Wikipedia_talk' => NS_PROJECT_TALK, =================================================================== 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
