This patch will upgrade the article module into Drupal 4.5 version. No major changes except for a new function which is actually a copy of taxonomy_select_nodes() function.

I created this function to get the node title which is not selected by the taxonomy_select_nodes() function. Node nid and title are being used to form links in node_title_list() function.

Please comment on this if this is a good solution. Is there any function in taxonomy module to achieve this?

CommentFileSizeAuthor
#1 article_1.patch7 KBJhef.Vicedo
article_0.patch6.65 KBJhef.Vicedo

Comments

Jhef.Vicedo’s picture

StatusFileSize
new7 KB

I forgot the patch for feed.. here it is

greatbananas’s picture

I am having trouble patching it. Do I run this line of code "patch -p0 article.module article_0.patch"?

I receive these errors:

Hunk #1 FAILED at 5.
Hunk #2 FAILED at 51.
Hunk #3 FAILED at 72.
Hunk #4 FAILED at 133.
patch unexpectedly ends in middle of line
Hunk #5 FAILED at 282.
5 out of 5 hunks FAILED -- saving rejects to file article.module.rej

Thanks.

deekayen’s picture

Status: Needs review » Closed (won't fix)

old