The D6 version used a custom table for storing its settings while the D7 version uses variables. There needs to be an upgrade script to migrate the settings between the two versions.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | autoassignrole-n1672630-13.patch | 2.61 KB | damienmckenna |
| #11 | autoassignrole-n1672630-11.patch | 2.61 KB | damienmckenna |
| #6 | autoassignrole-n1672630-6.patch | 2.39 KB | damienmckenna |
| #3 | autoassignrole-n1672630.patch | 2 KB | damienmckenna |
Comments
Comment #1
damienmckennaClarifying the title.
Comment #2
damienmckennaAlso related: #1672704: No hook_uninstall implementation, settings remain after module removed
Comment #3
damienmckennaThis should handle all of the base settings.
Comment #4
damienmckennaThis will need to be updated to handle #971320: Administrator configures registration paths, each with customised role assignments.
Comment #5
damienmckennaAfter a little testing I've realized that I need to unserialize the data before saving it, updated patch due RSN.
Comment #6
damienmckennaThis patch fixes the problem with serialized data.
Comment #7
steven-spencer#971320: Administrator configures registration paths, each with customised role assignments.
This is a great feature in the D6 release. No progress in D7 yet?
Comment #8
raulmuroc commentedThis should be commited to a newer versio. This project didn't move since September of 2011!
Reviewed and working for me, someone else has tried this patch to confirm this?
Comment #9
raulmuroc commentedThe issue's title/objective has been long-term accomplished. So no more sense for this issue to be opened.
Anyway, the module has been marked as "Obsolote" + "abandoned". Really sad, this was a really useful module. Is there some alternative?
Comment #10
damienmckennaThe patch in #8 is still needed in order for the module to work, and it needs a new maintainer; lets leave this open for now.
Comment #11
damienmckennaUpdated to use strcmp() instead of just an equality check.
Comment #13
damienmckennao.O
Comment #15
damienmckenna#13: autoassignrole-n1672630-13.patch queued for re-testing.
Comment #17
damienmckennaUpgrading the per-page functionality will be handled in #971320: Administrator configures registration paths, each with customised role assignments, this is for the main features.
Comment #18
damienmckenna#13: autoassignrole-n1672630-13.patch queued for re-testing.
Comment #19
damienmckennaYay, it worked! Commited.
Comment #20
damienmckennaClosing this to clean up the issue queue as 7.x-1.0-beta1 was released.