Download & Extend

Releases for Menu per Role

menu_per_role 6.x-1.11

Download Size md5 hash
menu_per_role-6.x-1.11.tar.gz 12.86 KB 76c845778de99bd5fe573e80091c87e0
menu_per_role-6.x-1.11.zip 15.01 KB 4fa28a01635db80a12f128489c275b8b
Last updated: November 13, 2011 - 23:15
Official release from tag: 6.x-1.11

Release notes

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.10

Download Size md5 hash
menu_per_role-6.x-1.10.tar.gz 11.77 KB e7d3427bc95d9a09e2b6cb0cc3b25a57
menu_per_role-6.x-1.10.zip 13.87 KB b908812b29a02f5a906ba24398a98946
Last updated: June 27, 2011 - 20:46
Official release from tag: 6.x-1.10

Release notes

Issue #1108882: Order of Save and Delete Buttons gets swapped with Menu Per Role enabled by bocaj
Issue #1109860: Administrators should be able to see all menu items in menu configuration screen by bocaj and puravida
Issue #741802: Duplicate show/hide settings (add settings to remove one or the other.) by NeoID
Also there was the removal of the $Id: ... $ tags

menu_per_role 7.x-1.x-dev

Download Size md5 hash
menu_per_role-7.x-1.x-dev.tar.gz 11.94 KB fd21ceea10acb67cf6b6f8ff77dd59fe
menu_per_role-7.x-1.x-dev.zip 13.85 KB 4118e00207e57a4e3d4892f743099e7e
Last packaged version: 7.x-1.x-dev
Last updated: February 16, 2012 - 00:23
Development snapshot from branch: 7.x-1.x

Release notes

There is a version 7.x for your enjoyment.

menu_per_role 6.x-1.9

Download Size md5 hash
menu_per_role-6.x-1.9.tar.gz 11.41 KB a4b8f6c35e09327c5247ffd12180a17b
menu_per_role-6.x-1.9.zip 13.89 KB cdfffd9cee77949902f90abee0437975
Last updated: February 9, 2011 - 21:07
Official release from tag: 6.x-1.9

Release notes

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.

* Added missing function to properly support adding new nodes including roles in your menu items.
* Removed the callback from the node form (use the hook_nodeapi() instead)
* Added the 'update' operation in hook_nodeapi()
* Avoid saving menu per role selections when the user doesn't have proper permissions
* Added a Menu per Role settings page to allow setting up whether administrators can see hidden menus or not
* Changed the test so users who are administrators may still have the menu hidden from them
* Moved some of the code in an admin.inc file (load time optimization)
* Moving the package to Menu instead of Other

menu_per_role 6.x-1.8

Download Size md5 hash
menu_per_role-6.x-1.8.tar.gz 10.29 KB cd618467573f9cbf37ee7514cb1285a1
menu_per_role-6.x-1.8.zip 11.95 KB f7f380697dbf7d72c1108092079cc422
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.8

Release notes

* 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...)
* Enhanced the menu_per_role table management by deleting the rows that are empty (since empty is the default, we do not need to save those.)
* Fix for #769518: Error: duplicate entry 414 (INSERT INTO menu_per_role ...) -- dropping the default on the mlid field.
* Menu per role administrator are viewed as User UID 1 and thus see all the hidden menus.

menu_per_role 6.x-1.7

Download Size md5 hash
menu_per_role-6.x-1.7.tar.gz 9.96 KB 63e4130f11ead76fc343697ef615c749
menu_per_role-6.x-1.7.zip 11.56 KB 8fa70595aa5979d31fb746c869487ced
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.7

Release notes

* 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

Download Size md5 hash
menu_per_role-6.x-1.6.tar.gz 9.83 KB ad599c4e1bba8a3b2f17126de42a0a85
menu_per_role-6.x-1.6.zip 11.39 KB 72d5700bd30af930c7a777be82520bf3
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.6

Release notes

* 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.5

Download Size md5 hash
menu_per_role-6.x-1.5.tar.gz 9.79 KB ae02c9455a73184477c60bcd2d11ae89
menu_per_role-6.x-1.5.zip 11.37 KB 0739891d3c8b46cd2ccf4441d916e4ed
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.5

Release notes

Small fixes

menu_per_role 6.x-1.4

Download Size md5 hash
menu_per_role-6.x-1.4.tar.gz 9.88 KB 457d41458231d1f870ccefaad973ddc5
menu_per_role-6.x-1.4.zip 11.53 KB 261305c813ae38158d39014ce2c96fa1
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.4

Release notes

* Update to support roles to whom the items are not visible #640054: Granular Control of Restrict To and Restrict From
* Added support to hide item from certain roles #640054: Granular Control of Restrict To and Restrict From
* Fixed the appearance of the warning about patching #625362: Question: Does this work with the node edit form?
* Added form alteration on node edit (#625362: Question: Does this work with the node edit form?)
* Fix from #503278: Super admin can't see menu items not allowing access to "authenticated user" (and #189971: Admin cannot access menu once another role has been selected.)
* Fixed the README.txt and checking it in!!!
* Fixed the update process so it checks the right column name...

menu_per_role 6.x-1.3

Download Size md5 hash
menu_per_role-6.x-1.3.tar.gz 9.42 KB 5b0901fe2e601426d7599334c46eb324
menu_per_role-6.x-1.3.zip 11.02 KB 5364437b0303e2f837644c14396308a0
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.3

Release notes

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

menu_per_role 6.x-1.2

Download Size md5 hash
menu_per_role-6.x-1.2.tar.gz 9.4 KB 5a8d8ec33196c0500c73c2c2b440ef01
menu_per_role-6.x-1.2.zip 11.01 KB 65c24816e15247b283e8a9ed057419fd
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.2

Release notes

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.

menu_per_role 6.x-1.1

Download Size md5 hash
menu_per_role-6.x-1.1.tar.gz 9.37 KB 0bedeb208e4dfda2920654f2c0b9dca2
menu_per_role-6.x-1.1.zip 10.97 KB 3dfe09b64029913be29690891dd23ae6
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.1

Release notes

Fixed the Update. Now the module will update a version 5.x to a version 6.x. #398980: Menu per Role causes Database update failure, #346363: Missing an upgrade path from Drupal 5 to Drupal 6. Schema changes result in SQL errors on upgrade from version 5.
Updated the README.txt to let people know that the patch is not necessary any more since Drupal 6.10. #366916: Is there a patch for Drupal 6.9?

menu_per_role 6.x-1.0

Download Size md5 hash
menu_per_role-6.x-1.0.tar.gz 8.92 KB 3082ea631ec8828f38bcb73bae7523e8
menu_per_role-6.x-1.0.zip 10.48 KB 26f2b4efd4abd75dff291d51eb184534
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.0

Release notes

First version officially used on a commercial website.

menu_per_role 6.x-1.x-dev

Download Size md5 hash
menu_per_role-6.x-1.x-dev.tar.gz 11.82 KB d8fd1c923aab505b29614cdf94824069
menu_per_role-6.x-1.x-dev.zip 13.94 KB 11dd02316be1df031f0679095a16cfb0
Last updated: August 18, 2011 - 00:37
Development snapshot from branch: 6.x-1.x

Release notes

Menu per Role for Drupal 6

menu_per_role 5.x-1.x-dev

Download Size md5 hash
menu_per_role-5.x-1.x-dev.tar.gz 7.75 KB 3b24e308e9d038d794e4b5951e5c753c
menu_per_role-5.x-1.x-dev.zip 8.93 KB 745fe4edaaa446f58d5de4d0eba30142
Last updated: February 25, 2011 - 07:40
Development snapshot from branch: 5.x-1.x

Release notes

5.x development branch

menu_per_role 4.7.x-1.x-dev

Download Size md5 hash
menu_per_role-4.7.x-1.x-dev.tar.gz 7.62 KB 64c1ad4850b963cd1be3eed3286c6663
menu_per_role-4.7.x-1.x-dev.zip 8.59 KB 41d007c3e37b8515227ae46964e45360
Last updated: February 25, 2011 - 07:40
Development snapshot from branch: 4.7.x-1.x

Release notes

4.7.x compatible release

Subscribe with RSS Syndicate content
nobody click here