vocabulary list needs form api update. it does not work with 4.7

Comments

pfaocle’s picture

Title: 4.7 support? » Upgrade to 4.7
Category: bug » task
Priority: Normal » Critical

Taking a look today.

pfaocle’s picture

Status: Active » Needs review
StatusFileSize
new5.13 KB

Rough and ready patch. Please test and review.

pfaocle’s picture

StatusFileSize
new6.08 KB

This one includes a couple of path fixes.

kus’s picture

Status: Needs review » Reviewed & tested by the community

i've did some quick testing and i didn't find any failures.

pfaocle’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new6.08 KB

Slightly tweaked - no need for the 'break' after a 'return' in the switch statement.

pfaocle’s picture

Anybody?

sungkhum’s picture

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/

pfaocle’s picture

Normally, use:

patch -p0 < path/to/filename.patch

in 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.

motou’s picture

Assigned: Unassigned » motou
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new7.15 KB

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

gravit’s picture

Small Issue -

It seems that it is also listing anything with the Term ID that matches the number you put in the URL.

avpaderno’s picture

Assigned: motou » Unassigned
Priority: Critical » Normal
Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)

I am closing this issue, since it has been opened for a project version no longer supported. I apologize for bumping this issue.