Downloads

Download filterbynodetype-6.x-1.5.tar.gztar.gz 10.79 KB
MD5: 35a083d674d173368dcad6d752973edf
SHA-1: 32f84578ed0beb7499b31cb8b20edbf2fb18ac67
SHA-256: 8f8c408a6826a00c7b8d59f287398f4fae0fe817530bc054b6d11ec93b7f7595
Download filterbynodetype-6.x-1.5.zipzip 12.07 KB
MD5: dc29738c9ffe1d0e7bec36da35a36d4e
SHA-1: 109f78e48330c0208ae20ab83002666112d7eeaf
SHA-256: 0cf8a6b2db4ab118ab320a6fb982cf99c1049305ce626818d53aa06c9462a429

Release notes

This release brings no changes since 6.x-1.5-beta2. However, as there are some fundamental structural changes, you are still encouraged to backup your existing installation if you come from 6.x-1.4 or prior.

Bug fixes since 6.x-1.4:

  • The initial variable values definition for the allowed input formats was buggy and did not comply with the logic required for the FAPI #checkboxes type.
  • Removed an escape backslash from a translatable string according to translation best practice.

Optimizations since 6.x-1.4:

  • Variable uninstallation now works in a more reliable way.
  • Formats variable structures have been optimized to match the FAPI needs (checkboxes default values are expected to be arrays, so we best use array variables as the D6 API allows for variables of any type.
  • Improved and more logical form handling, now using hook_form_alter() instead of hook_form_FORM_ID_alter().
  • Removed dedicated form submit handlers in favor of following variable naming conventions (which allows FAPI to auto-save the values directly into the variable table.
  • The actual format filter section form processing has moved into a generic helper function in order to be reusable at any time.

New features since 6.x-1.4:

  • The input formats for comments may now also be restricted per node type. By default, the restrictions will be the same as for the node type itself, but this can be overridden.
  • An update routine exists and you should run update.php immediately after installing the new version. You may want to back up your variable table before updating.
Created by: doitDave
Created on: 21 Jan 2013 at 20:59 UTC
Last updated: 21 Jan 2013 at 21:01 UTC
New features
Bug fixes

Other releases