-
Issue #1088320: Use case-insensitive regular expression matching.
-
#1156058: Modify str_replace_count() to follow Drupal coding standards.
-
#1156058: Restore str_replace_count() as str_replace() doesn't have an offset parameter.
-
#1156058: Rename filter callbacks to not conflict with any hook definitions.
-
#1156058: Define the filters array to prevent PHP notices.
-
#1156058: Move the filter code from the prepare step to the process step.
-
#1156058: Change the filter title to match the text style of other Drupal 7 filters.
-
#1156058: Update the README to be consistent with the changes in Drupal 7.
-
#1156058 by spongecat: Further cleanup for the Drupal 7 port.
-
#1156058 by spongecat: Fix preg_replace() warning.