Hey guys is there a D7 port of this module in the works or is there a D7 alternative that I haven't managed to find?

If not shall we get started on a port?

CommentFileSizeAuthor
#4 workspace-D7.tar_.gz12.86 KBhutch
#2 workspace_7-dev.zip5.3 KBfrank ralf

Comments

frank ralf’s picture

No port in the making yet. You're welcome to start one ;-)

frank ralf’s picture

StatusFileSize
new5.3 KB

Here's a very first stab at a D7 port of this module. I ran the code through Coder. The module will install but will not work properly yet. There seem to be some problems with the menu and/or access system:

# Undefined index: access in _menu_link_translate() (line 913 of \includes\menu.inc).
# Undefined index: access in _menu_tree_check_access() (line 1488 of \includes\menu.inc).

_menu_check_access() in includes/menu.inc should warn when the specified callback function does not exist might give some pointers.

frank ralf’s picture

Status: Active » Needs review

Some feedback and/or help needed to drive development forward ;-)

hutch’s picture

StatusFileSize
new12.86 KB

I have been using my own version in D7 for a while now, do what you will with it ;-)

frank ralf’s picture

Wow, that's great! Thanks a lot. Will make that an official release asap.

What about applying as co-maintainer ;-)

hutch’s picture

I have got enough on my plate at the moment, Getlocations is keeping me busy ;-)
I'll keep an eye on the list though.

I can't guarantee that my D7 port is fully backward compatible with D6, I diverged quite some time ago, using my own version for my customers.

frank ralf’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Closed (fixed)

Thanks for your support. I think we take your port as a starting point for the D7 version.

I will also try to sort out which D6 version survived the move from CVS to Git - admittedly I lost track along the way ;-)

hutch’s picture

workspace 7.x-1.x-dev is there just fine, also cloned it with git without problems.

frank ralf’s picture

Thanks for testing!