Changeset 704672
- Timestamp:
- 04/27/2013 01:01:28 PM (13 years ago)
- Location:
- user-hierarchy/trunk
- Files:
-
- 3 edited
-
lib/roles.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
user-hierarchy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-hierarchy/trunk/lib/roles.php
r689835 r704672 10 10 { 11 11 // Actions 12 add_action('pre_user_query', array('JWUH_Roles', 'userlist_query_roles'));12 //add_action('pre_user_query', array('JWUH_Roles', 'userlist_query_roles')); 13 13 add_action('editable_roles', array('JWUH_Roles', 'editable_roles')); 14 14 … … 83 83 { 84 84 // Mappable role capabilities 85 $caps = array('assign', 'edit', 'delete' , 'view');85 $caps = array('assign', 'edit', 'delete'/*, 'view'*/); 86 86 87 87 return $caps; -
user-hierarchy/trunk/readme.txt
r689832 r704672 7 7 Requires at least: 3.1 8 8 Tested up to: 3.5.1 9 Stable tag: 0.1. 19 Stable tag: 0.1.2 10 10 11 11 Control user management on a per-role basis. Allow users of a certain role to only add, edit or delete users from specific other roles. … … 35 35 == Changelog == 36 36 37 = 0.1.2 = 38 39 * Removed functionality for listing users due to a slow query that can currently not be properly fixed 40 37 41 = 0.1.1 = 38 42 -
user-hierarchy/trunk/user-hierarchy.php
r689832 r704672 3 3 Plugin Name: User Hierarchy 4 4 Description: Implement a hierarchy in adding and editing users by allowing specific roles to only manage users from another specific role. Restrict user management on a per-role basis. 5 Version: 0.1. 15 Version: 0.1.2 6 6 Author: Jesper van Engelen 7 7 Author URI: http://www.jepps.nl … … 10 10 11 11 // Plugin information 12 define('JWUH_VERSION', '0.1. 1');12 define('JWUH_VERSION', '0.1.2'); 13 13 14 14 // Paths
Note: See TracChangeset
for help on using the changeset viewer.