https://bugzilla.wikimedia.org/show_bug.cgi?id=69380

--- Comment #25 from Brad Jorsch <[email protected]> ---
(In reply to Brad Jorsch from comment #20)
> In a quick glance through the code, it looks like the only side effects
> would be for hooks on 'TitleQuickPermissions', 'userCan',
> 'getUserPermissionsErrors', or 'getUserPermissionsErrorsExpensive' that test
> for action=edit rather than just applying for all actions.

So looking at WMF-deployed extensions, I see the following extensions that are
explicitly checking for action=edit:
* Translate extension has three hooks. One is explicitly trying to allow delete
but not edit, and the other two are likely the same boat.
* CentralAuth has a $wgDisableUnmergedEditing variable; should unmerged
deleting be allowed when editing isn't?
* TitleBlacklist, if the user can't edit should they be allowed to delete?
* WikimediaIncubator, denies edits in many code paths but not deletion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to