The port can be downloaded from:
http://windmill.sk/project/module/context

Missing functionality:
Menu item activation for given context does not work
panels and outline does not have 6.x version yet
context_prefix module not tested

other functions (node, views, nodequeue, block) should work..

CommentFileSizeAuthor
#1 context_6x_port.patch76 KBpasqualle

Comments

pasqualle’s picture

Status: Active » Needs review
StatusFileSize
new76 KB

the changes

jmiccolis’s picture

Assigned: Unassigned » jmiccolis

Thanks very much for the patch! I'll be reviewing it soon.

jmiccolis’s picture

Status: Needs review » Fixed

Much of this patch has been committed. I had to rework some parts to be compatible with the latest changes, but thanks very much for helping.

pasqualle’s picture

you are welcome

notes on database changes:
1. in context_ui table the column "key" was renamed to "ckey" because key is a reserved word in MySql
2. in context_item table the id column contains menu_name:mlid now for menu type. it is better than path because menu path does not need to be unique, and therefore it is not possible to identify the exact menu item. But still this value is not used in code..

because of these changes D5 to D6 update script will be required, which is not provided with the patch..
maybe it is unnecessary as there is no official version yet, but at least a note on the project page would be convenient to avoid upgrade problems..

jmiccolis’s picture

Good idea, I've added a note to the project page about the missing upgrade path.

I'm going to open a ticket regarded the missing menu functionality.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.