filter.install

Version 1.35 (checked in on 2010/03/12 at 14:31:01 by dries)

Install, update and uninstall functions for the filter module.

Functions

NameDescription
filter_installImplements hook_install().
filter_schemaImplements hook_schema().
filter_update_7000Increase the size of {filters}.weight and add {filter_formats}.weight.
filter_update_7001Break out "escape HTML filter" option to its own filter.
filter_update_7002Rename {filters} table to {filter} and {filter_formats} table to {filter_format}.
filter_update_7003Remove hardcoded numeric deltas from all filters in core.
filter_update_7004Move filter settings storage into {filter} table.
filter_update_7005Integrate text formats with the user permissions system.
filter_update_7008Grant usage of all text formats to user roles having the 'administer filters' permission.
filter_update_dependenciesImplements hook_update_dependencies().