Page MenuHomePhorge

Page layout for user permissions
Closed, ResolvedPublic

Description

Once we have the actual dials for the user to select their preferences, we need to make the rest of the page around it, including information like it being emailed, etc.

Revisions and Commits

Event Timeline

I feel like we need a better name than user permissions. Maybe something along the lines of "privacy settings"? cc: @jack

IMO i18n isn't that huge of an issue, because 1) we're building the product to be i18n-able right from the start, as it should be and 2) we can always change the labels etc. either directly in the code or as an "afterthough" via the Interface Messages Wiki (mwmsg.sw).

That being said, "privacy settings" sounds reasonable, as that's essentially what both we and the users call $wgGroupPermissions. Like $wgGroupPermissions['*']['read'] = false; means a private (or otherwise non-public) wiki (ignore the fact that this is a gross oversimplification of things ;-) and users are looking to change a private wiki into a public one or the other way around, at least in most cases. Special cases, like adding permissions to or deleting them from a group can be handled on a case-by-case basis, like before.

Needs to include a link back to the main AdminPanel page. And an explanation/link to an explanation of private wikis?

Also, rename the submit button to "send"?

CJC added a commit: Restricted Diffusion Commit.Jul 29 2016, 3:00 PM

Most completed R20:12.
Two things have been split off into new tasks:

  • T107 - default options on radio dials
  • T108 - Section header name issue.