Attached is a degraded backport of 6.x-1.0 to 5.x. It is missing the cool schema things and alter hook the 6.x version has, but 5.x just doesn't support those things anyway. It also moves the contents of ip_anon.pages.inc to the main .module file since the menu files option isn't in 5.x either. The diff is against 6.x-1.0 since there are no files in HEAD.

Comments

mfb’s picture

Status: Needs review » Needs work

Thanks. One thing I noticed, the db_table_exists() call is needed, in case a module (and corresponding table) is not installed on the site.

deekayen’s picture

Status: Needs work » Needs review
StatusFileSize
new4.17 KB

makes sense. db_table_exists() added.

christefano’s picture

Status: Needs review » Reviewed & tested by the community

I think this is ready for a release.

mfb’s picture

I've created the branch in CVS. Please test and mark this fixed if everything is working, then I will tag it. Thanks!

mfb’s picture

Status: Reviewed & tested by the community » Fixed

Did a quick test and seems to work so I tagged it. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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