vertical_tabs 6.x-1.0-beta7

New features
Bug fixes

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:

vertical_tabs 6.x-1.0-beta6

New features
Bug fixes

Note: The options to control which fieldsets are tabified have been deprecated in favor of integration with the Form controller module. See #644790: Simplify the module and integrate with form_controller to allow customizations for more details.

Changes since DRUPAL-6--1-0-BETA5:

vertical_tabs 6.x-1.0-beta4

Changes since DRUPAL-6--1-0-BETA3:

  • by Dave Reid: Added CVS ID and fixed JS errors if vertical_tabs.node_form.js is included before vertical_tabs.js.
  • #494020 by KarenS: Fixed errors with programmed content type forms.
  • #500044 by Dave Reid: Extend support for other modules to easily add vertical tabs.
  • by Dave Reid: Fixed taxonomy.module PHP notices on the node type form.

vertical_tabs 6.x-1.0-beta3

Bug fixes

This version significantly improves compatibility between different browsers and improves the overall display of Vertical Tabs. It features a complete backport of the CSS and HTML used in Drupal 7 core (Vertical Tabs is in core!) which has had extensive testing by the greater Drupal community. Also fixes display issues with Location and Date module fieldsets.

vertical_tabs 6.x-1.0-beta2

Bug fixes

This release fixes several critical issues with Vertical Tabs, increasing overall stability and functionality.

Subscribe with RSS Subscribe to Releases for Vertical Tabs