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.

CommentFileSizeAuthor
#2 vl_cvs_1.patch2.05 KBLacKac
#1 vl_cvs_0.patch2.23 KBLacKac
vl_cvs.patch2.21 KBLacKac

Comments

LacKac’s picture

StatusFileSize
new2.23 KB

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

LacKac’s picture

StatusFileSize
new2.05 KB

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

LacKac’s picture

Patch commited to cvs.