Closed (won't fix)
Project:
Automated Logout
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 21:01 UTC
Updated:
24 May 2013 at 14:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
wdouglascampbell commentedIn 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.
Comment #2
jrglasgow commentedit would be best to patch against the current 7.x-2.x branch
Comment #3
wdouglascampbell commentedOkay. 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.
Comment #4
bryancasler commented+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.
Comment #5
wdouglascampbell commentedThe 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.
Comment #6
bryancasler commentedThanks, I had assumed there were some changes between comment #1 and comment #3. I'll give it a go.
Comment #7
johnennew commentedClosing old issue