API.txt |
API.txt |
|
# This file contains a log of the changes in the API.
API version 1.1
* Split customfilter_filter_edit() in customfilter_filter_add(), and
customfilter_filter_edit().
API version 1.2
* The global variables passed to the rules are reset before to… |
CHANGELOG.txt |
CHANGELOG.txt |
|
# All the dates reported here are referred to UTC.
2010-07-01
----------
#815710 by mr.j: Upgrade from Drupal 5 is completely broken.
2010-03-06
----------
#734660 by Boobaa: Export does not work in 6.x-1.x branch.
2009-11-27
----------
#643702 by… |
customfilter.admin.inc |
customfilter.admin.inc |
|
Administration page callbacks for Custom filter. |
customfilter.info |
customfilter.info |
|
name = "Custom filter"
description = "Allows the users with the right permission to create custom filters."
package = "Filters"
core = 6.x |
customfilter.install |
customfilter.install |
|
Installation file for Custom filter. |
customfilter.module |
customfilter.module |
|
Allows the users with the right permission to define custom filters. |
README.txt |
README.txt |
|
Custom filter module provides an ability to create some filter without writing
any module.
When we create a new Input format, we will be asked to choose the filters we
want. Some modules hook into filter module and provide additional filters… |