Last modified: 2011-03-06 21:04:39 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 T29902, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27902 - Namespace fix on dawiki
Namespace fix on dawiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-06 18:28 UTC by Ole Palnatoke Andersen
Modified: 2011-03-06 21:04 UTC (History)
1 user (show)

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


Attachments

Description Ole Palnatoke Andersen 2011-03-06 18:28:35 UTC
Two namespaces have reverted to wrong spelling. Please re-fix.

Current spelling -> Correct spelling:
Wikipedia diskussion -> Wikipedia-diskussion
MediaWiki diskussion -> MediaWiki-diskussion

(related: 6386)
Comment 1 Antoine "hashar" Musso (WMF) 2011-03-06 18:30:25 UTC
Thanks Ole :)
Comment 2 Antoine "hashar" Musso (WMF) 2011-03-06 18:48:35 UTC
The root cause is most probably r76266 which made MediaWiki uses non wikipedia default for namespaces:

r1=76265&r2=76266">http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesDa.php?&pathrev=76266&r1=76265&r2=76266

Fixed by adding them in $wgExtraNamespaces which overrides the language files.
 +    'dawiki' => array(
 +        NS_PROJECT_TALK   => 'Wikipedia-diskussion', # bug 27902
 +        NS_MEDIAWIKI_TALK => 'MediaWiki-diskussion', # bug 27902
        100 => 'Portal',
        101 => 'Portaldiskussion',
        102 => 'Artikeldata',
        103 => 'Artikeldatadiskussion'

Verified by looking at Special:Search :
http://da.wikipedia.org/w/index.php?title=Speciel:S%C3%B8gning&fulltext=S%C3%B8g&advanced=1&ns0=1&redirs=0&search=

Should we change the Help page too? (Hjælp diskussion -> Hjælp-diskussion).
Comment 3 Antoine "hashar" Musso (WMF) 2011-03-06 18:50:07 UTC
r1=76265&r2=76266">http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesDa.php?&pathrev=76266&r1=76265&r2=76266
Comment 4 Antoine "hashar" Musso (WMF) 2011-03-06 18:57:59 UTC
I have fixed the help talk page too:

 +        NS_HELP_TALK      => 'Hjælp-diskussion',     # bug 27902
Comment 5 Antoine "hashar" Musso (WMF) 2011-03-06 21:04:39 UTC
Confirmed on IRC

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


Navigation
Links