Page MenuHomePhabricator

Split error "customcssjsprotected" into separate messages for JS and CSS
Closed, ResolvedPublic

Description

Since r54153 there are two user rights for editing user css or js.

Maybe split the error code for consistency, too.


Version: unspecified
Severity: enhancement

Details

Reference
bz21107

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:54 PM
bzimport set Reference to bz21107.
bzimport added a subscriber: Unknown Object (MLST).

My request was for api, maybe it is easy to do this for the ui, too. I do not know, thats why I change back.

WONTFIX

MW splits the right, but not the error.

$errors[] = array('customcssjsprotected'); is returned by title, whether js or css

No way for the API to differentiate, so nothing we can do.

We can split the right in core though. Repurposing bug for that.

Niklas, has this been changed in core now or something?

Since when API stopped being part of the core? Not i18n but though, feel free to recategorize.

I was meaning, had the errors been split in core :)