Last modified: 2006-04-02 07:52:44 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 T7423, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5423 - Change the message (that the page is protected) if protected to "sysop" or to "autoconfirmed"
Change the message (that the page is protected) if protected to "sysop" or to...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.6.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-01 10:10 UTC by Rotem Liss
Modified: 2006-04-02 07:52 UTC (History)
0 users

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


Attachments

Description Rotem Liss 2006-04-01 10:10:27 UTC
The message says that the page is protected should be different if the page is
protected for "sysop" and you are not a sysop, or the page is protected for
"autoconfirmed" and you are not an autoconfirmed user.

And again, I want to create the patch, for I will be able to update also
MessagesHe.php.
Comment 1 Rob Church 2006-04-01 16:30:06 UTC
I'm not sure I understand the intent of the request.
Comment 2 Rotem Liss 2006-04-01 17:06:32 UTC
(In reply to comment #1)
> I'm not sure I understand the intent of the request.

Currently it is like that algorithm:
if ((protectedToSysops() AND notSysop()) OR (protectedToAutoconfirmed() AND
notAutoconfirmed())
{
    show "Page protected, full or semi."
}

I want it like that:
if (protectedToSysops() AND notSysop())
{
    show "Page fully protected, only for sysops."
}
else if (protectedToAutoconfirmed() AND notAutoconfirmed())
{
    show "Page semi protected, only for autoconfirmed."
}
Comment 3 Rob Church 2006-04-01 17:25:14 UTC
What's the point? The page is protected from editing by "you".

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


Navigation
Links