Version 1.35 (checked in on 2010/03/12 at 14:31:01 by dries)
Install, update and uninstall functions for the filter module.
| Name | Description |
|---|---|
| filter_install | Implements hook_install(). |
| filter_schema | Implements hook_schema(). |
| filter_update_7000 | Increase the size of {filters}.weight and add {filter_formats}.weight. |
| filter_update_7001 | Break out "escape HTML filter" option to its own filter. |
| filter_update_7002 | Rename {filters} table to {filter} and {filter_formats} table to {filter_format}. |
| filter_update_7003 | Remove hardcoded numeric deltas from all filters in core. |
| filter_update_7004 | Move filter settings storage into {filter} table. |
| filter_update_7005 | Integrate text formats with the user permissions system. |
| filter_update_7008 | Grant usage of all text formats to user roles having the 'administer filters' permission. |
| filter_update_dependencies | Implements hook_update_dependencies(). |