Closed (fixed)
Project:
Vocabulary List
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Aug 2004 at 21:08 UTC
Updated:
31 Aug 2004 at 19:17 UTC
Jump to comment: Most recent file
I've made some modifications to the code, so it is working now with the cvs version of Drupal.
It uses the new help sections, the hook_menu instead of hook_link, and node.static is cleared from the db query. I don't know what this static field represented in previous database versions, so there may be a better solution, than just deleting it from the query.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | vl_cvs_1.patch | 2.05 KB | LacKac |
| #1 | vl_cvs_0.patch | 2.23 KB | LacKac |
| vl_cvs.patch | 2.21 KB | LacKac |
Comments
Comment #1
LacKac commentedAll right, at last I found the page I've been looking for for an hour. It describes how to change 4.4 modules to HEAD. It is in the Drupal Dev Handbook, but not in the sidebar links.
So I found out that static is renamed to sticky in recent db version. Here is a new 4.4->cvs patch which contains this modification too.
Comment #2
LacKac commentedThere were some mistakes in argument handling in the previous patch. I hope this one is correct at last. ;)
The patch is for the current cvs version of the module, so you should apply only this last patch.
Comment #3
LacKac commentedPatch commited to cvs.