The module as written here works fine with 4.5 and HEAD. It just needs to be uploaded to this project, so it can be created as a cvs project. The mysql is also here.

Comments

pyromanfo’s picture

Assigned: Unassigned » pyromanfo

Done, it's all in CVS. I'll tag it with the 4.5 tag when I figure out what tag that is.

Uwe Hermann’s picture

Simply do the following, as stated in the FAQ.txt file in the contrib CVS repository:

cvs tag -b DRUPAL-4-5 modules/taxonomy_access

Two other suggestions:

  • Please make patches with 'diff -u', which makes them more readable (e.g. the taxonomy.patch file).
  • Please rename your README file to README.txt to be consistent with Drupal core and the coding standards.

Thanks, Uwe.

pyromanfo’s picture

I had already tagged it earlier, but I completely forgot to make the patch with diff -u. So I redid that and moved README to README.txt. Thanks.

Anonymous’s picture