After the revisions patch hit core, the filter module breaks when a filter format is removed. For there no longer is a format column in the node table.

The filter formats for all revisions and nodes, that use format FOO should be set to the default format, on deletion of format FOO.

However, this should be fixed after teh new UI gets in core, for that will certainly break any patch made for that against current HEAD..

Comments

killes@www.drop.org’s picture

can you be a bit more specific? which query fails?

Zen’s picture

Status: Active » Fixed

Hi,

I just tested this with HEAD:

-Created a new filter named "test".
-Added a new revision to an existing node, and set its input format to test.
-Deleted test. It warned me that any content using the filter will now be filtered using the default filter
-Checked the node. It was using the default filter - "Filtered HTML".
-No error messages in log.

Marking issue as fixed.

-K

Anonymous’s picture

Status: Fixed » Closed (fixed)