the filter config page at admin/filters/*/configure throws the usual fatal PHP error
Call to undefined function: form_checkboxes() in /Users/dan/RootSites/drupal47/modules/interwiki/interwiki.module on line 323

I'll fix it myself at the end of the week if no-one else grabs it in the meantime...

CommentFileSizeAuthor
#3 interwiki.module.to2.patch.txt25.74 KBAnonymous (not verified)
#1 interwiki.module.to1.patch24.04 KBdan90

Comments

dan90’s picture

Status: Active » Needs review
StatusFileSize
new24.04 KB

here is a patch that fixes the errors on the filter settings page under 4.7, and incidentally replaces all spaces with tabs...

still doesnt fix all the form api things, for example the interwiki table entry editor. Given time and coffee I'll get onto it.

dan90’s picture

Assigned: Unassigned » dan90

assigning to myself.

Anonymous’s picture

StatusFileSize
new25.74 KB

This is another patch that fixes the rest of the forms errors. It seems to work and display correctly. This enables the add/ delete forms on 4.7. The confirm box has changed as well in 4.7. Renaming prefixes doent seem to delete the old one, though.

sheldon rampton’s picture

Status: Needs review » Fixed

Thanks for the patches. I've applied them and done a bit of testing, and everything seems to work, so I've released it for 4.7.

--Sheldon Rampton

Anonymous’s picture

Status: Fixed » Closed (fixed)