-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.7.3 #68
Merged
Merged
v1.7.3 #68
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
JoryHogeveen
commented
Jul 4, 2017
•
edited
Loading
edited
- Feature: Role Manager: Import/Export roles. Role Manager: Export/Import roles #51 (PR Role Manager: import/export roles #62)
- Feature/Enhancement: Option to disable super admin status when a view is active and modifies the current user. Let is_super_admin() return false when a role/caps view is selected #53 (PR: disable is_super_admin() when in a modified view. #61)
- Prevent super admin update (test this)
- Enhancement: Role Manager: Show custom capabilities that are not yet stored but used in an active caps view Role Manager: Enhance capability management #70
- Enhancement: Prevent duplicate names when fetching capabilities from WP objects.
- Enhancement: Allow this plugin to be installed as a must-use plugin. Enhance plugin loader for Must-Use plugins directory #71
- More info: Docs: Install as a must-use plugin & WP codex: mu-plugins
- Enhancement: Role Defaults: Enhance meta key comparison.
- UI: Option tooltips. Tooltip help UI #67
- UI: Enhance full popup caps view.
- Refactoring: Fix base class name.
… in a modified view.
…1-role-manager-import-export # Conflicts fixed: # modules/class-role-manager.php
…1-role-manager-import-export
…1-role-manager-import-export
…3-disable_is_super_admin
…3-disable_is_super_admin
…admin disable is_super_admin() when in a modified view.
…using the filters
…d phpdoc enhancements
…rt-export Role Manager: import/export roles
- Enhance unit tests with a container factory where all data is stored - Enhance vaa enable checks (multisite now works with custom caps!) >> Using function overwrite for get_user_by().
+ enhance init() for role defaults. Always set forbidden meta etc. for non-UI usage.
Example 1: `edit_%%_per_page` would otherwise be valid for: `edit_%%_per_page`. Example 2: `edit_per_page` would otherwise be valid for: `edit_%%_per_page`.
+ make these methods public so we can use them in the tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.