Last modified: 2010-05-16 13:54:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25481, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23481 - Add MediaWiki, Wikimania wikis to the "wikimedia" project in CentralNotice
Add MediaWiki, Wikimania wikis to the "wikimedia" project in CentralNotice
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
CentralNotice (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Tomasz Finc
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-12 10:03 UTC by Leinad
Modified: 2010-05-16 13:54 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Leinad 2010-05-12 10:03:19 UTC
In notices where selected "Wikipedia" set from "Project name", the notices are also visible on Wikimania sites.

Please separate Wikimania sites from "Wikipedia" set or add to "Wikimedia" set.
Comment 1 Roan Kattouw 2010-05-12 14:24:11 UTC
Probably not a bug in CentralNotice itself, but a consequence of the Wikimania wikis being in the Wikipedia group in our $wgConf setup.
Comment 2 Casey Brown 2010-05-12 20:37:04 UTC
To do this, we should probably change the "wmgNoticeProject" line in InitialiseSettings.php to:


// For CentralNotice project pickers
'wmgNoticeProject' => array(
    'default' => '$site',
    'commonswiki' => 'commons',
    'foundationwiki' => 'wikimedia',
    'usabilitywiki' => 'wikimedia',
    'strategywiki' => 'wikimedia',
    'metawiki' => 'wikimedia',
    'sourceswiki' => 'wikisource',
    'specieswiki' => 'wikimedia', //'wikispecies',
    'incubatorwiki' => 'wikimedia',
    'testwiki' => 'test',
    'wikimania2008wiki' => 'wikimedia',
    'wikimania2009wiki' => 'wikimedia',
    'wikimania2010wiki' => 'wikimedia',
    'mediawikiwiki' => 'wikimedia',
),
Comment 3 Leinad 2010-05-12 20:57:47 UTC
(In reply to comment #2)
> To do this, we should probably change the "wmgNoticeProject" line in
> InitialiseSettings.php to:

Currently "wmgNoticeProject" config exist in CommonSettings.php.

I hope it will be work ;)
Comment 4 JeLuF 2010-05-16 06:43:57 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 746)
+++ InitialiseSettings.php	(working copy)
@@ -2958,13 +2958,18 @@
     'default' => '$site',
     'commonswiki' => 'commons',
     'foundationwiki' => 'wikimedia',
+    'incubatorwiki' => 'wikimedia',
+    'mediawikiwiki' => 'wikimedia',
+    'metawiki' => 'wikimedia',
     'usabilitywiki' => 'wikimedia',
     'strategywiki' => 'wikimedia',
-    'metawiki' => 'wikimedia',
     'sourceswiki' => 'wikisource',
     'specieswiki' => 'wikimedia', //'wikispecies',
-    'incubatorwiki' => 'wikimedia',
     'testwiki' => 'test',
+    'wikimania2008wiki' => 'wikimedia',
+    'wikimania2009wiki' => 'wikimedia',
+    'wikimania2010wiki' => 'wikimedia',
+    'wikimania2011wiki' => 'wikimedia',
 ),
 
 'wgReadOnlyFile' => array(
Comment 5 p858snake 2010-05-16 06:51:31 UTC
Should mediawikiwiki really be under wikimedia? Since most the central notices messages won't really apply that much to the users there.
Comment 6 Casey Brown 2010-05-16 13:54:41 UTC
(In reply to comment #5)
> Should mediawikiwiki really be under wikimedia? Since most the central notices
> messages won't really apply that much to the users there.

In practice, "Wikimedia" is more of a catch-all for all of the "non-content" projects.  We don't usually set notices that only go to the "Wikimedia" projects, so I don't see an issue leaving it in there.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links