Last modified: 2013-08-09 11:36:19 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 T16246, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14246 - Permission error message for editing MediaWiki namespace
Permission error message for editing MediaWiki namespace
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.13.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 15301
  Show dependency treegraph
 
Reported: 2008-05-24 09:12 UTC by Lejonel
Modified: 2013-08-09 11:36 UTC (History)
4 users (show)

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


Attachments

Description Lejonel 2008-05-24 09:12:51 UTC
When viewing source for pages in the MediaWiki namespace on wikis where I am not a syop, I am told:

"You do not have permission to edit pages, for the following reason:
This page provides interface text for the software, and is locked to prevent abuse."

But I can edit pages in other namespaces, so it should only say that I am not allowed to edit pages in the MediaWiki namespace.
Comment 1 David Crochet 2008-05-24 10:26:48 UTC
Yes
If "You do not have permission" seem to say, you are "not allowed to edit pages in the MediaWiki namespace".

So, what is the problem ?
Comment 2 Huji 2008-05-24 20:42:18 UTC
Perhaps  "You do not have permission to edit pages" should be changed to "You do not have permission to edit this page"
Comment 3 Andrew Garrett 2008-06-16 09:19:26 UTC
Yes. I didn't feel like a whole bunch of new interface messages for actions as well as rights.
Comment 4 Siebrand Mazeland 2008-08-17 17:29:37 UTC
Some background. This originates from the following code:

/var/www/w/includes/OutputPage.php:                     $text = wfMsgNoTrans( 'permissionserrorstext-withaction', count($errors), $action_desc ) . "\n\n";

Message:
'permissionserrorstext-withaction' => 'You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:',

$action_desc = wfMsg( "right-$action" );

Quite bad from an i18n perspective... Ideally the messages Andrew didn't want to add, need to be added, unless a for is found that can use right-* in all languages.
Comment 5 Siebrand Mazeland 2008-10-06 14:18:22 UTC
Fixed in r41737.

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


Navigation
Links