Last modified: 2013-06-30 21:03:31 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 T49596, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47596 - ProofreadPage canonical namespaces should be canonical and not localized
ProofreadPage canonical namespaces should be canonical and not localized
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ProofreadPage (Other open bugs)
master
All All
: Normal normal (vote)
: MW 1.22 version
Assigned To: Nobody - You can work on this!
https://fi.wikisource.org/w/api.php?a...
: code-update-regression, i18n
Depends on:
Blocks: 40759
  Show dependency treegraph
 
Reported: 2013-04-24 07:08 UTC by Dereckson
Modified: 2013-06-30 21:03 UTC (History)
13 users (show)

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


Attachments

Description Dereckson 2013-04-24 07:08:53 UTC
The core namespaces have a canonical names instead localized ones.

For example for a Finnish wiki:
      <ns id="2" case="first-letter" subpages="" canonical="User"
xml:space="preserve">Käyttäjä</ns>

But Proofreadpage uses the localized string too as canonical:
      <ns id="250" case="first-letter" canonical="Sivu"
xml:space="preserve">Sivu</ns>

It should be instead:
      <ns id="250" case="first-letter" canonical="Page"
xml:space="preserve">Sivu</ns>
Comment 1 Dereckson 2013-04-24 07:19:09 UTC
See also bug 37483.

This behavior were introduced in Gerrit change Iada3840561a68113985d778db731a3ef8af523e2.
Comment 2 timothyausten 2013-05-09 09:05:33 UTC
I do not understand the process here, but It appears that no one is addressing this bug because no one is assigned to it.
Comment 3 Andre Klapper 2013-05-09 13:31:56 UTC
Correct. This bug needs somebody to write a patch to fix it, and anybody can do so: http://www.mediawiki.org/wiki/Developer_access
Comment 4 Tpt 2013-05-10 10:23:57 UTC
(In reply to comment #1)

I don't think that this behaviour have been introduced in change
Iada3840561a68113985d778db731a3ef8af523e2 .

Before the change, the localized namespaces where added to $wgExtraNamespaces in the configuration file of the wiki and, if the wikis wants, the English namespaces was also added to $wgNamespaceAliases . So the localized names where also used as canonical.

So, it's not a regression introduced by this change.
Comment 5 Tpt 2013-06-24 19:02:53 UTC
Fixed by change Ie0800246e7b995ec4f3e9d19b0f6705fb72afa1c that have been deployed on Wikisources today.
Comment 6 Pavel Selitskas [wizardist] 2013-06-30 21:03:31 UTC
May this have connection to bug 41324 somehow?

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


Navigation
Links