The 7.x-2.x-dev branch seems to be based on an earlier 6.x-2.x release (possibly around 6.x-2.3). Anyway, I wanted to have a more updated version of 7.x-2.x-dev so I updated 6.x-2.5 to run on Drupal 7.

I can submit a patch but I wasn't sure what I should patch against, the current 7.x-2.x branch or the 6.x-2.x branch or something else. So, instead I have uploaded everything.

Comments

wdouglascampbell’s picture

StatusFileSize
new17.93 KB

In Drupal 7.7, I have discovered that the function user_roles() translates the names of roles with RIDs 1 or 2. This breaks this module on sites that use more than one language.

The reason is that this module stores the role-based settings by the role name.

I have correct this problem by changing the method of storage to use the RID install of the role name.

Attached is the update module.

jrglasgow’s picture

it would be best to patch against the current 7.x-2.x branch

wdouglascampbell’s picture

StatusFileSize
new43.64 KB

Okay. I hope the development version is updated with this soon as I think it should help with some of the issues people are having with the currently available 7.x-2.x-dev version.

I'm using this on a number of systems and it is rock solid.

bryancasler’s picture

+1 In the interim would you mind posting a zip of the module, I would love to give it a test and I've had 0 luck patching on windows.

wdouglascampbell’s picture

The full module was posted in comment #1: #1203124-1: Current patches for 7.x-2.x release are against an old 6.x-2.x release.

Use 7-Zip (http://7-zip.org) to extract it.

bryancasler’s picture

Thanks, I had assumed there were some changes between comment #1 and comment #3. I'll give it a go.

johnennew’s picture

Status: Active » Closed (won't fix)

Closing old issue