menu_per_role 8.x-1.4

New features

Drupal 10 compatibility.

Contributors (2)

Grimreaper, Malgoroth

Changelog

Issues: 2 issues resolved.

Changes since 8.x-1.3:

menu_per_role 8.x-1.1

New features

Contributors (4)

barig, philsward, Grimreaper, begif

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.0:

menu_per_role 7.x-1.0

After 10 months without any new issue created, it is time to create the first stable release for the 7.x-1.x branch.

menu_per_role 8.x-1.0

After 10 months without any new issue created, it is time to create the first stable release for the 8.x-1.x branch.

menu_per_role 8.x-1.0-beta1

Bug fixes

One bug reported since 8.x-1.0-alpha1. So changing to 8.x-1.0-beta1.

Changes since previous version:

menu_per_role 7.x-1.0-beta1

No bug reported since 7.x-1.0-alpha1. So changing to 7.x-1.0-beta1.

Changes since previous version:

menu_per_role 6.x-1.11

Bug fixes

Added an empty line between two functions (were none)
Removed a few tabs.
Issue #1220538: invalid argument supplied on line 131 by llorberb: Invalid argument supplied on line 131; also fixed a few Coder problems.

menu_per_role 6.x-1.9

Bug fixes

This version fixes a big problem in 1.8 that would not properly handle the arrays used to manage the role identifiers:

* The new function extracting the rids (_menu_per_role_get_roles) and hrids would create an array with one empty string instead of an empty array.

menu_per_role 6.x-1.8

New features
Bug fixes

* Optimization #831760: Excessive database queries
* Added a test before the INSERT to make 100% sure that the row does not already exist (only for MySQL, in version 5.1.x it fails returning the matched count and returns the affected rows only, so if nothing changed it looks the same as if the row did not exist...)

menu_per_role 6.x-1.7

Bug fixes

* Removed the db lock which causes WSOD and does not resolve the db_affected_row() problem with MySQL. It seems that some people's install does not take the CLIENT_FOUND_ROWS parameter in account properly... I wonder why the rest of the system is not misbehaving much too!?
* Added a permission so the definition of the roles can be controlled by a given set of roles only.

menu_per_role 6.x-1.6

Bug fixes

* The module would generate an error about a duplicate row once in a while. I added a table lock to avoid the problem.

menu_per_role 6.x-1.3

Bug fixes

Fixes problems with upgrading from Drupal 5.x to Drupal 6.x under MySQL (empty table error).

menu_per_role 6.x-1.2

Bug fixes

This version really fixes the problem with the update 6000.

The problem was that the function would check for the presence of a field using the wrong name.

Subscribe with RSS Subscribe to Releases for Menu Per Role