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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | update-6.x-2.5-to-7.x-2.x-1203124.patch | 43.64 KB | wdouglascampbell |
| #1 | autologout-7.x-2.x-dev.tar_.gz | 17.93 KB | wdouglascampbell |
| autologout-7.x-2.x-dev.tar_.gz | 17.39 KB | wdouglascampbell |
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