-
Taxonomy based permissions: February 25, 2011 2:09
Commit c960cfb on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Taxonomy based permissions: February 25, 2011 2:09
Commit 4fcf742 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
BUG: Value for "callback arguments" key in menu item definitions SHOULD be Array()
-
- tbp.css file removed from code and source tree - BUG: username autocomplete helper not working in term permissions page - BUG: *ALL* user permissions in term page are wiped when admin clicks button "Remove" - tbp_permissions_page() now reads scope user from $user global variable, so $user_id parameter was removed. - parameter $user_id removed from functions tbp_node_edit() and tbp_user_permissions_form() - New function tbp_username_autocomplete_helper_path() calculates helper path (obviously) - Function _tbp_is_admin() remove because scope is now taken from $user global variable
-
Sync to HEAD
-
- Permission controls are now filtered by node type or conten types associated to term (see tbp_permissions_page()) - tbp_node_permissions() renamed to tbp_permissions_page() with a new parameter - tbp_node_add_user_form() renamed to tbp_add_user_form() and first parameter was removed - Prevent adding user 1 to permissions page - tbp_user_permissions_form() got a new parameter for being filtered by a single content type - BUG: grants are not translated in user permissions overview page (user/$uid/tbp) - A bit more API documentation
-
- Permissions tab is now also shown in path taxonomy/term/$tid/tbp - Permission controls are now filtered by node type - Vocabulary(terminology) change from 'Allowed types' to 'Managed types' - 'Restricted vocabularies' functionality removed by now - Hook uninstall now deletes all TBP system variables - New managed types cache - Coding standards check - tbp_node_permissions() renamed to tbp_permissions_page() with a
-
*** empty log message ***
-
- Coding Standards check - Bug: Grants not removed when deactivating all of them in node permissions form - New grant: view - Code for pages and settings move to corresponding files: tbp.pages.inc and tbp.admin.inc. Result: tbp.module file size reduced to half its size - Select which addons to allow in general scope only, not by category. - Load allowed addons only - Coding standars check
-
Node permissions tab: old select box replaced by an autocomplete textfield.