Posted by deviantintegral on May 30, 2011 at 1:29pm
| Download | Size | md5 hash |
|---|---|---|
| table_altrow-7.x-1.2.tar.gz | 7.49 KB | 13af197223650373a17ca121678a0cac |
| table_altrow-7.x-1.2.zip | 8.17 KB | 2bfed8cdab61be39fef878338ac74aed |
Last updated: May 30, 2011 - 13:31
Release notes
Changes since 6.x-1.2:
- #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: Code style fixes for indentation and phpdoc.
- #1156058: Remove version number from info file as it is added by the packaging system.
- #1156058: Remove old CVS $Id$ keywords.
- #1156058 by spongecat: Fix preg_replace() warning.
- #1156058 by spongecat: Further cleanup for the Drupal 7 port.
- #1156058 by spongecat: Initial port to Drupal 7.