view-admin-as

View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.

GPL-2.0 License

Stars
45

Bot releases are hidden (Show)

view-admin-as - 1.6.2

Published by JoryHogeveen almost 8 years ago

  • Feature: A new view! You can now see your site as an unregistered visitor (no need to switch browsers) #14
  • Enhancement: Reduced queries for getting the available users to 1! Performance improvement to the native WP function get_users() (with fallback if needed) #24
  • Enhancement: Add all existing roles that have defaults to the clear list even if they have been removed from WP #22
  • Enhancement: Enable the current view as a capability filter
  • Enhancement: Highlight the view capabilities in the capability menu
  • Enhancement: Pass view data as JSON (enhances compatibility with weird capability identifiers since WP doesn't escape these so it could contain special characters)
  • Enhancement/Fix: Compatibility with the editable_roles filter for non super admins
  • Fix: Hide our toolbar in the customizer preview. Switching in the WP Customizer not possible (yet)
  • Fix: Improve capability view handling
  • Other minor improvements

Detailed info: PR on GitHub

view-admin-as - 1.6.1

Published by JoryHogeveen almost 8 years ago

  • Feature: Freeze locale, force your own locale setting over that of a selected view. (Requires WP 4.7) #21
  • Enhancement: Added a11y keyboard tab indexes
  • Fix: Reloading when anchor tags are set in the url #17
  • Other minor fixes

Detailed info: PR on GitHub

view-admin-as - 1.6

Published by JoryHogeveen almost 8 years ago

  • Feature: Lock meta boxes #9
  • Feature: View as links in user management page #12
  • Enhancement: Better admin bar handling when set to hidden by user #4
  • Also adds an option to hide/show our toolbar when now view is selected and the admin bar is not shown.
  • Enhancement: Better handling for permission errors #10
  • Compatibility: Show our custom capabilities on role manage plugins like Members
  • Compatibility: PHP 5.2 (WP minimum)
  • Fix: occasional issues with enabling the Role Defaults module
  • Refactor whole backend into multiple classes for more flexibility in future development
view-admin-as - 1.5.3

Published by JoryHogeveen about 8 years ago

  • Feature: Switch between super admins on network pages (currently only available for superior admins, see view_admin_as_superior_admins filter)
  • Improvement: Better handling of role defaults for new users
  • Improvement: Also hide the screen options for all users who can access this plugin default functionalities but can't access the role defaults module
  • UX: Confirm before deleting role defaults
  • UI: Translate user roles in front end (WP issue workaround)
  • UI: Fix icon sizes across browsers
  • Tested for WordPress 4.6