Page MenuHomePhabricator

Clarified user interface needed for pages that are protected from moving
Closed, ResolvedPublic

Description

Author: Aphaia

Description:
When a page is protected from moving, this page has an "edit" botton but no
"move" bottn for normal users. But for sysops it seems to have three bottons:
"edit", "unprotect" and "move". In other words, it looks for sysops as same as
unprotected page from moving. So it causes confusion sometimes. And on
Protection.log there is no difference between totally protected pages and only
protected from moving unless the sysop who protected the page clarified in its
summary. I expect the interface on the page will be improved and "protection
from moving" will be recorded on the log automatically.


Version: unspecified
Severity: normal

Details

Reference
bz1735

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:16 PM
bzimport set Reference to bz1735.
  • Bug 3486 has been marked as a duplicate of this bug. ***
  • Bug 4200 has been marked as a duplicate of this bug. ***

Created attachment 1222
In-progress patch for bug 1735 and bug 675

  • Redoes the protection form totally
  • Adds the exact details of the page_restrictions field to the protection log
  • Adds user_registration timestamp field
  • Replaces User::isNewbie() hack with autoconfirm implicit group/privilege and

$wgAutoconfirmAge to trigger after a certain time since registration

Could perhaps make additional changes...

This is currently live at http://test.leuksman.com/, testing welcome.

Attached: