Make a release for 4.7
David Lesieur - January 22, 2007 - 09:22
| Project: | Taxonomy hide |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
AFAIK, the HEAD version of this module targets Drupal 4.7. Since a patch for 5.0 is in the queue, it would make sense to tag the files for DRUPAL-4-7 and create a release. Without a release, the module doesn't appear to support 4.7 in the modules listings on drupal.org. And a release would also be very helpful for people who would like to try the module but don't know how to access CVS.

#1
Take a look at http://drupal.org/node/110839
I have ported the base functionality to 4.7.5(x?)
Don't know if it's working on 5.x too
greetings
roger
#2
taxonomy_hide already has a version that works with 4.7.x, so I guess you have missed it because it is only available through CVS... This issue aims precisely at that problem, to have a downloadable package for 4.7.x so people can find it and get it easily...
A patch has been submitted for 5.x, but I didn't try it.
#3
I got this error message under 4.7.5 during set up a new group via OG:
warning: Invalid argument supplied for foreach() in /var/htdocs/www.orthopoint.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 83.
warning: Invalid argument supplied for foreach() in /var/htdocs/www.orthopoint.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 83.
So I think also the CVS version is not ok.
#4
Now I use the last CVS version from laast year and I get the following error messages during set up a new group:
warning: Invalid argument supplied for foreach() in /var/htdocs/www.ot.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 83.
warning: usort(): The argument should be an array in /var/htdocs/www.ot.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 91.
warning: Invalid argument supplied for foreach() in /var/htdocs/www.xt.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 83.
warning: usort(): The argument should be an array in /var/htdocs/www.o.de/htdocs/bilder/modules/modules/taxonomy_hide.module on line 91.
#5
@orthopoint, that's a separate issue. I just posted a patch. You might want to try it.
#6
Thank you for your help. But i am not familiar with patches.
#7
See how to apply patches. Even if this patch is not critical, it might help you with other Drupal issues to learn how to apply patches (which is quite easy). Also, it would allow you to test patches and thus help issues getting reviewed and solved. ;-)
#8
Thank you. I will learn it. But I will launch my new drupal website next week. So there is no time. But after my re launch I will laern it and I will do it. What I think is, that the mistakes are not critical, only I see the error logs. I can use this module. Next week I will learn how to work with patches...
#9
Just created the branch. Package will be published shortly.
#10