Here is a very simple patch that allow this module to work with Drupal 5.x. The only changes are adding the required .info file (including moving the hook_help text into it) and adding an uninstall hook.

I tested this patched module along with the comment patch, and it worked as expected on Drupal 5.1.

CommentFileSizeAuthor
5_0.patch1.77 KBjrt-1

Comments

xjm’s picture

When I applied the patch, it rejected the changes to remember_filter.install for some reason. However, I just manually added the hook_uninstall function to the end of the file and it seems to be working fine.

Steve Simms’s picture

Status: Needs review » Closed (fixed)

I've updated the module for Drupal 5. Thanks for the patch!

Christefano-oldaccount’s picture

Status: Closed (fixed) » Active

It looks like the D5 version of remember_filter.module that was just released is different from the 4.7 version with this patch. If anyone is wondering, there is no change to the remember_me tables so each user won't need to "retrain" their accounts if a Drupal installation that's been using the 4.7 version with the patch is updated to the official D5 release.

ps. The D5 release ends with a ?> tag

Christefano-oldaccount’s picture

Status: Active » Fixed

Oops, changing status back.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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