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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | article_1.patch | 7 KB | Jhef.Vicedo |
| article_0.patch | 6.65 KB | Jhef.Vicedo |
Comments
Comment #1
Jhef.Vicedo commentedI forgot the patch for feed.. here it is
Comment #2
greatbananas commentedI 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.
Comment #3
deekayen commentedold