Because hook_perm() has been altered in #764434: Content type currently hard-wired to 'story' - need to provide an interface to allow content type selection and committed to 6.x-1.x-dev, permissions will be reset (lost) on update. This needs addressing in a hook_update() before a release can be made.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

steveparks’s picture

Assigned: Unassigned » steveparks

Am now working on this in preparation for the 6.x-1.1 release.

steveparks’s picture

Status: Active » Needs review
FileSize
9.86 KB

Initial roll of patch to get us to 6.x1-1.

- Admin interface
- Allow to select which content types to apply functionality to
- Split permissions out to allow control separately over word and text doc access perms
- Handle upgrade path.
- Have changed the new permissions names to make them more unique to this module, but also then included upgrade path for anyone who has been using dev.

greg.harvey’s picture

Status: Needs review » Needs work

.install file is AWOL.

steveparks’s picture

Status: Needs work » Needs review
FileSize
11.17 KB

Patch re-rolled using
git diff --staged
to include new .install file