Downloads

Download tar.gz 10.68 KB
MD5: 9efb9b3d82473fb77596d4a39fc7a23b
SHA-1: 7f81116537327f9dd8014ee1a152165e05e642b9
SHA-256: af1697137c6851640f3503593ac019968c0eba90acd868da9cc25c3844cc4ff9
Download zip 11.91 KB
MD5: e65a6db91c60cddfccb72908b80476ac
SHA-1: 9dab84b88e1244e364baba25aa6073d08dcdf13c
SHA-256: c3ed5261a3aedac2fae59b9680e03a5e43b3f28ae0d815a72b029aa6a1b7fb8b

Release notes

This new version brings a couple of changes, optimizations and additions. Although it has been tested and looks working fine, it is tagged beta so kindly try it out and report problems, but probably do not do that if expensive business depends on your site. Also consider backing up your variable table to be on the safe side if anything interferes with the included transformation routine.

Bug fixes:

  • 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:

  • 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:

  • 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: 2 Jan 2013 at 12:44 UTC
Last updated: 2 Jan 2013 at 12:47 UTC
New features
Bug fixes
Unsupported

Other releases