The attached patch brings inline.module into compatibility with Drupal 5. It could probably stand to have an .install file that sets its weight to come after upload.module; without that, its form altering tricks don't work. But it works with a minimum of fuss, and preserves all the old 4.7 functionality. Yay!

Comments

sun’s picture

http://drupal.org/node/83624 has been marked as duplicate of this issue. Provided patches are slightly different but if this one works I'd prefer it.

david lesieur’s picture

StatusFileSize
new6.8 KB

Here's a new patch because placeholders in t()s needed some changes, and inline_form_alter () was not altering the form.

pfaocle’s picture

Priority: Normal » Critical
StatusFileSize
new137 bytes

Patch #2 seems to be working fine on a development site.

Attached is the required .info file to add to the branch (renamed to allow upload).

pfaocle’s picture

StatusFileSize
new183 bytes

Another .info file, with package and dependency info.

sun’s picture

Assigned: Unassigned » sun
Priority: Critical » Normal
Status: Needs review » Fixed

Committed to HEAD and created new branch for Drupal 5.
The new release package will be available within the next 12 hours.

Anonymous’s picture

Status: Fixed » Closed (fixed)