Download & Extend

Releases for Vertical Tabs

vertical_tabs 6.x-1.0-rc2

Download Size md5 hash
vertical_tabs-6.x-1.0-rc2.tar.gz 15.37 KB 737c7de7d2930d596f85e57220e8eecb
vertical_tabs-6.x-1.0-rc2.zip 20.37 KB 4c4baadd363776d00ffbc129a985d595
Last updated: July 5, 2011 - 14:12
Official release from tag: 6.x-1.0-rc2

Release notes

Changes since 6.x-1.0-rc1:

  • Removed unused variable in vertical_tabs_add_node_type_options().
  • #729126: Prevent adding links to non-existant CSS files.
  • Removing translation directories
  • Stripping CVS keywords
  • by Dave Reid: Reverted #725824 until it is fixed in Drupal 7 core.
  • #897260 by Dave Reid: Fixed menu link title and term names not properly escaped before used in tab summaries.
  • #727200 by Dave Reid: Added missing description for the admin/settings/vertical-tabs menu path.
  • #725824 by morningtime: Fixed RTL CSS could not override default CSS.
  • #729726 by andrewmacpherson, Dave Reid: Fixed vocabulary tab summary shows hyphens for child terms.
  • #713906 by andrewmacpherson, Dave Reid: Synced node.js with D7 (support for other publishing options checkboxes).
  • #626126 regression by Dave Reid: Fixed PHP 5.3 incompatibility with call by reference.

vertical_tabs 6.x-1.0-rc1

Download Size md5 hash
vertical_tabs-6.x-1.0-rc1.tar.gz 16.61 KB 8eedce167488a875bcac8cdc0d2f8600
vertical_tabs-6.x-1.0-rc1.zip 22.52 KB f96f282818929c3a8749fddf59fb35d7
Last updated: December 25, 2010 - 00:07
Official release from tag: 6.x-1.0-rc1

Release notes

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

  • #656180 by jcmarco, Dave Reid: Added internal cache for vertical_tabs_get_config().
  • by Dave Reid: Added UI for making CCK groups/fieldsets a vertical tab.
  • by Dave Reid: Add the 'User interface' package to vertical_tabs.info.
  • #666036 by Dave Reid: Re-add the options on the node type forms by popular request.
  • #607752 by Dave Reid: Highlight vertical tabs when they have elements with errors.
  • #681164 by Dave Reid: Added setting for the minimum number of tabified fieldsets to display vertical tabs.

vertical_tabs 6.x-1.0-beta7

Download Size md5 hash
vertical_tabs-6.x-1.0-beta7.tar.gz 15.92 KB 397fdd49e794e14b57631a02bb03d23f
vertical_tabs-6.x-1.0-beta7.zip 21.88 KB 7b42b4db60d89a4f098b942b5decf1e8
Last updated: December 25, 2010 - 00:07
Official release from tag: 6.x-1.0-beta7

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:

    Read more

    vertical_tabs 6.x-1.0-beta6

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta6.tar.gz 16.03 KB c09e1a1502ad3bac89ae29f0542fd2cf
    vertical_tabs-6.x-1.0-beta6.zip 22.05 KB ced860c4169a8253d9de1c8f97b7b290
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta6

    Release notes

    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:

    • #626126 by Dave Reid: Fixed PHP 5.3 incompatibility with call by reference.
    • #626200 by Dave Reid: Fixed hard-coding of vertical tabs weight on node forms.
    • #636522 by Dave Reid: Fixed error with Drupal.t() and synced descriptions with Drupal 7.
    • by Dave Reid: Added vertical tabs support to node type forms.
    • follow-up by Dave Reid: Fixed no JS on the node-type form.
    • by Dave Reid: Added option to vertical-tabify all fieldsets by default.
    • by Dave Reid: Synced CSS and JavaScript with Drupal 7 core.
    • by Dave Reid: Show 'Anonymous' username if authored by field is empty.
    • #644790 by Dave Reid: Simplify the module and integrate with form_controller for any customizations.
    • #431300: Authoring information summary mishandled with anonymous user.
    • #488746 by Dave Reid: Fixed JavaScript errors when there were no vertical tabs to process.

    vertical_tabs 6.x-1.0-beta5

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta5.tar.gz 15.12 KB 9d76260fd2303b4c8309c38d684da457
    vertical_tabs-6.x-1.0-beta5.zip 20.82 KB 610e1077af0764e7207c2ced56b21adf
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta5

    Release notes

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

    • by Dave Reid: Added non-Garland theme color support.
    • by Dave Reid: Cleanup form alter code.
    • #595488 by markus_petrux, Dave Reid: Added vertical_tabs_uninstall().
    • #602564 by Grayside: Fixed PHP 5.3 reference incompatibility.
    • #475850 by hass: Fixed display of empty div element when JavaScript is disabled.
    • #601260 by andrewmacpherson: Fixed vocabulary and flag tab summaries.
    • #478078 by neochief: Fixed erroneous revision summary when user does not have access to the create new revision checkbox.
    • #444378 by dww, KarenS, quicksketch | Dave Reid: Fixed node form fieldsets not using proper CCK re-ordered weights by adding Vertical Tabs in #pre_render.

    vertical_tabs 6.x-1.0-beta4

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta4.tar.gz 14.84 KB 5cfab44d44258305b388fd61c2e72057
    vertical_tabs-6.x-1.0-beta4.zip 20.52 KB a4827971f355c10707e70feef14cd3f0
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta4

    Release notes

    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

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta3.tar.gz 13 KB 2f1ef8c5e5f83ec6704dfb316750aa9c
    vertical_tabs-6.x-1.0-beta3.zip 15.83 KB e456a012bb9c124fb41e61cd60accbec
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta3

    Release notes

    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.

    Bug Fixes:
    #453884: Invisible left border.
    #427938: Vertical Tabs container should resize if .vertical-tabs-list height changes
    #398048: IE (6) layout broken
    #453898: Form elements without DIV wrapper excluded from tab pane
    #432662: CSS file order

    vertical_tabs 6.x-1.0-beta2

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta2.tar.gz 13.04 KB dc43b291d5aa8122b533e9f2a5e2793e
    vertical_tabs-6.x-1.0-beta2.zip 15.6 KB c794b0d7512db5bf97f3a56548e983e1
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta2

    Release notes

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

    Bug fixes:
    #361838: Warning message on Add Content Type page
    #372217: Field area height problem - when multi CCK field "add another" used
    #355938: Can't install - color module dependancy and an undefined func

    vertical_tabs 6.x-1.0-beta1

    Download Size md5 hash
    vertical_tabs-6.x-1.0-beta1.tar.gz 11.98 KB c5c1c7c12fd828ad4a7d76367ed8b671
    vertical_tabs-6.x-1.0-beta1.zip 14.02 KB 70cf738f8eeebfd730a1fc51855820e3
    Last updated: December 25, 2010 - 00:07
    Official release from tag: 6.x-1.0-beta1

    Release notes

    Initial release of Vertical Tabs.

    vertical_tabs 6.x-1.x-dev

    Download Size md5 hash
    vertical_tabs-6.x-1.x-dev.tar.gz 15.36 KB ff485a3b810f56e76add144c5fced5e8
    vertical_tabs-6.x-1.x-dev.zip 20.37 KB 0a8c9be8ddce8c3a796ee24681397004
    Last updated: April 14, 2011 - 00:50
    Development snapshot from branch: 6.x-1.x

    Release notes

    Nightly development snapshot from the Drupal 6 branch.

    Subscribe with RSS Syndicate content
    nobody click here