Here's a patch that brings Actions.module into the land of Drupal 5. There are some reough edges -- it did some nasty things with form redirection, and as a result it now passes an ugly MD5 string in the url for creating a new action. That means that help messages don't display properly on the config screen.

There are probably better solutions -- using different URLs for adding and editing, for example -- but this patch gets things working.

CommentFileSizeAuthor
#1 actions.info149 byteseaton
actions_2.patch12.43 KBeaton

Comments

eaton’s picture

StatusFileSize
new149 bytes

Here's an .info file for actions.module as well.

jvandyk’s picture

Status: Needs review » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)