Upgrade to 4.7
kus - April 3, 2006 - 07:46
| Project: | Vocabulary List |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | motou |
| Status: | reviewed & tested by the community |
Description
vocabulary list needs form api update. it does not work with 4.7

#1
Taking a look today.
#2
Rough and ready patch. Please test and review.
#3
This one includes a couple of path fixes.
#4
i've did some quick testing and i didn't find any failures.
#5
Slightly tweaked - no need for the 'break' after a 'return' in the switch statement.
#6
Anybody?
#7
I am new to this - I can't figure out how to apply the patch...could you help?
Thanks,
Nathan
http://www.sbbic.org/drupal-4.7.0/
#8
Normally, use:
patch -p0 < path/to/filename.patchin the root of your drupal/contributions checkout.
See the Handbook HOWTO page for more info, and details on how to apply patches on Mac/Windoze.
#9
For newbies:
the attachment is a rewrited version for Drupal 4.7.x. Just put it in the directory.
Usage:
* show all the nodes of a vocabulary. The feed icon will be shown at the bottom of the page.
http://example.com/taxonomy/vocabulary/4/all/page
* the RSS feed for the whoch vocabulary
http://example.com/taxonomy/vocabulary/4/all/feed
#10
Small Issue -
It seems that it is also listing anything with the Term ID that matches the number you put in the URL.