Downloads

Download tar.gz 15.92 KB
MD5: 397fdd49e794e14b57631a02bb03d23f
SHA-1: 44e04afe24da1139564cfc959f186bab71c1807b
SHA-256: 37a81a9adba9eb167ada7f5f132de91593eccc63ea4e04fa41bc323f2b167dda
Download zip 21.88 KB
MD5: 7b42b4db60d89a4f098b942b5decf1e8
SHA-1: 0a3788cb6a0e93d9de257ee73d10cda154b52c05
SHA-256: 2fcfc0647a7963c922cae5d9f7314a22873e3a8998b59e8e59b0c54ef691c3f5

Release notes

End-user changes since DRUPAL-6--1-0-BETA6:

  • The Form Controller module has been changed to the Form module. If you have Form controller, disable and uninstall it, then enable the Form module. No settings should be lost because of this module change.
  • The module now fully follows the standard for default tabification in Drupal 7 core. In the last beta, all fieldsets were tabified by default on an opt-out basis (new fieldsets were tabified). Now, fieldsets are tabified by default on an opt-in basis, unless the fieldset has a #group value defined (so new fieldsets without a #group value are not tabified).

    Note that the settings set using the Form module will always override the defaults. If you think a module's fieldset should be tabbed by default, file an issue in the respective module's issue queue and point them to http://drupal.org/handbook/modules/vertical-tabs for the implementation details.

    I'm also debating adding an option for 'tabify new fieldsets by default' in the next beta if you prefer new fieldsets on forms to be tabified by default.

  • Flag module summary was removed and pending move to its module. See #625814: Move vertical tabs integration for Flag into flag.module.
  • Pathauto module summary was removed and pending move to its module. See #654892: Move vertical tabs summary to pathauto.module.

CVS changes since DRUPAL-6--1-0-BETA6:

  • Updated Hungarian translation
  • Translated last missing string
  • #650982 by KiamLaLuno, Dave Reid: Fixed typo in Form controller description.
  • by Dave Reid: Do not cache forms with vertical tabs on them since they might lose JavaScript on validation errors.
  • #651412 by Dave Reid: Fixed bug with default checkbox values for disabled forms.
  • #653094 by Dave Reid: Fixed typo in function call to vertical_tabs_node_type().
  • #652468 by mrfelton: Fixed variable name typo in vertical_tabs_save_config().
  • by Dave Reid: Do not manually set $form['cache'] = FALSE since it causes unanticipated errors.
  • by Dave Reid: Add vertical tabs to block settings by default and re-sort form since alternations happen in pre-render.
  • by Dave Reid: Added support for #attached JavaScript.
  • by Dave Reid: Add the rest of the supported JavaScript.
  • by Dave Reid: Updated form_controller.module hooks to form.module hooks.
  • by Dave Reid: Fully support the #attached JavaScript array.
  • by Dave Reid: Moved core JavaScript summary support into their own files so they can be easily overridden.
  • by Dave Reid: Removed the theme_vertical_tabs_js_css() function to sync with Drupal 7.
  • by Dave Reid: Added vertical_tabs_process_attached() and reorganized code around.
  • by Dave Reid: Allow other modules to define $form['#vertical_tabs'] before this module.
  • by Dave Reid: Added support for the #group property in fieldsets to allow modules to define if a fieldset should be tabified by default.
  • by Dave Reid: Improved the core fieldset defaults.
  • by Dave Reid: Do not vertical-tabify any fieldsets that do not have #group defined. This completely matches the D7 implementation.
Created by: dave reid
Created on: 9 Dec 2009 at 06:31 UTC
Last updated: 9 Dec 2009 at 06:36 UTC
New features
Bug fixes
Unsupported

Other releases