Downloads
Download tar.gz
16.03 KB
MD5: c09e1a1502ad3bac89ae29f0542fd2cf
SHA-1: 10479cdc897956df5a0f186bed23cef6ca21b101
SHA-256: c9c210b556efd950b2c3d66711d7684de63f11db83b34c1a07adc0f475e8879e
Download zip
22.05 KB
MD5: ced860c4169a8253d9de1c8f97b7b290
SHA-1: 103c2018d9a45bea269aab7f5bf197647f77ef5e
SHA-256: 650892318399b30b74f22ddf588cd323f2e010b707850d82af0f34c3fded29cb
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.