Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
9.88 KB
MD5: 3b490608ef9da04560e6d3c97f11e6e7
SHA-1: 3e8b203765478b5dd496e95f3aee2396f7e736ae
SHA-256: e5fd115464eaa9b380d356aa753d01c21afca61305b5b9635efd1755aa7767ce
Download zip
11.1 KB
MD5: dc7cce3d6a0d1257e8f647727a049317
SHA-1: 0cbe134dde9056ef7ba6598ff02f93414a64c958
SHA-256: 7f5f76bb6414c856f0a849f561221da391b7a06cc82d14cc1ef7527b7197324a
Release notes
First beta release of role_export. The module has been heavily rewritten and improved, it is very different from the alpha3 version (no upgrade path). Please test!
Changes since 7.x-1.0-alpha3:
- #1334030: Fixed user_admin_role variable, fixed role object id in insert/update hook, added hook_module_implements_alter() to make sure role_export runs first for the role hooks.
- #1334134: Fixed 32-bit overflow in role_export_generate_id(). Warning: this commit changes how role ids are generated, so you have to update roles/configurations in existing Drupal installations that use this module!
- #1329384: Removed roles cache to avoid complexity and outdated cache issues.
- #1333048 by FatGuyLaughing : Updated the CSS selector in the role_export.css to be .form-item-machine-name from .form-item-type. This broke during the rename of the machine_name field on the role creation form. Added the #attached array to the form so we can add CSS this way instead of drupal_add_css.
- #1323242 by klausi: Adds #description to the machine_name field when editing a role and also displays a warning for old roles that do not have a machine name yet.
- #1329470 by fago : Committing patch provided by fago. Automatically adds dependency when exporting roles with features.
- #1323242 by klausi: committing the patch made by klausi. Removal of the update to roles upon install. Added the ability to react against roles that are updated. Allowing users to now change the role's machine name
- #1320892: Remove 'role-' prefix from machine names
- #1320852: Fixed machine name form element, added machine name column to the role overview table.
- Fixed a PDOException when addeing new roles. Now using machine_name as form item id
- Fixed hook doc blocks, converted a select query to DBTNG
- Code formatting fixes.
- Removed all old CVS Id tags.