Hi everybody,

Does this module work with Drupal 5?
If not, are there plans to update it?

Thanks,
Kaspar

Comments

hbfkf’s picture

Title: Compatibility with Drupal 5 » Drupal 5 compatibility
Status: Active » Needs review
StatusFileSize
new127 bytes

Looking at the Drupal 4.7 -> 5.x Update Guide and the code of this module, it seems that the only thing missing to make this module Drupal-5.0 compatible is the taxonomy_role.info file. I created it and attach it to this issue. (Files ending in ".info" cannot be uploaded. Because of this, I changed the filename.)

Could anybody check whether it looks fine? Also, some testing in Drupal 5.0 would be welcome (I'll do some more myself).

Kaspar

nancydru’s picture

Suggestions: 1) capitalize Role in the name; 2) remove the version line entirely; 3) create a 5.x branch.

Creating the new branch will make Update_Status happier.

David Lesieur’s picture

StatusFileSize
new8.91 KB

Some code changes were also needed. Please give the attached patch a try. That patch also fixes this issue and adds the option to show denied vocabularies as disabled fields instead of hiding them.

David Lesieur’s picture

Category: support » feature
talatnat’s picture

Thanks to nancyw's suggestion in another support post, I tried this patched version and it works fine. It also works fine with Taxonomy Super Select, which another poster noted was disabled by taxonomy_role-4.7.x-1.1.

David Lesieur’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the testing! I plan to commit the patch soon.

David Lesieur’s picture

Status: Reviewed & tested by the community » Fixed

Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)