Last modified: 2006-10-14 11:37:59 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 T9575, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7575 - Add Special:Protectedpages
Add Special:Protectedpages
Status: RESOLVED DUPLICATE of bug 2171
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Normal normal with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-10-14 11:29 UTC by Danny B.
Modified: 2006-10-14 11:37 UTC (History)
0 users

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


Attachments

Description Danny B. 2006-10-14 11:29:48 UTC
Please add Special:Protectedpages on the same principle as Special:Ipblocklist -
it should display all active locks of all types.

Table structure such as following would be great as well as sorting by any
column but "reason" and "by" such as Special:Imagelist for quicker orientation.

+-------+-------+---------------------------------------------------+------------+
|  edit |  move |          |                  |                     |            |
+---+---+---+---+ pagename |      since       |        reason       |     by     |
| A | S | A | S |          |                  |                     |            |
+===+===+===+===+===================================================+============+
| * |   | * |   | Foo      | 2006-10-15 12:34 | Only for registered | User:Admin |
+---+---+---+---+----------+------------------+---------------------+------------+
| * | * | * | * | Bar      | 2006-11-22 23:45 | Only for sysops     | User:Admin |
+---+---+---+---+----------+------------------+---------------------+------------+


Thanks
Comment 1 Rotem Liss 2006-10-14 11:35:06 UTC
About the proposal: it's not possible. The best we can do is the following:
* Page Name (restrictions e.g. edit=autoconfirmed:move=sysop)

The one who protected the page, the reason for the protection, and the time of
protection are not stored in a table like "ipblocks" - only in "logging", since
23 December 2004, and before that in text pages, not in the database. The
protections are only stored in the table "page", as the column
"page_restrictions", without any other information. Therefore this proposal is
impossible to implement.

*** This bug has been marked as a duplicate of 2171 ***
Comment 2 Rotem Liss 2006-10-14 11:37:59 UTC
(In reply to comment #1)
> and before that in text pages, not in the database.

Of course, the text itself was stored in the database, but the structured data
about the protection was not stored there.

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


Navigation
Links