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.
Description
Revisions and Commits
Restricted Diffusion Commit |
Related Objects
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?