You are here

CHANGELOG.txt in Field Group 7.2

Same filename and directory in other branches
  1. 8.3 CHANGELOG.txt
  2. 7 CHANGELOG.txt
/* $Id*/
CHANGELOG for field_group for Drupal 7

Field_group 7.x-1.x-dev
    o Issue #1095316: Field Groups disappear when Content Type is renamed.
    o Issue #1095316 by swentel: Support for Entity API.
    o Issue #1095002 by animelion: Upgrading removes all existing field groups.
    o Issue #1095130 by willvincent: Features export not working with rc2.
    
Field_group 7.x-1.0-rc2
    o Ran through coder, minor.
    o Issue #1033036 by Stalski, swentel: Create a field_group.api.php.
    o Made the summary descriptions more human readable.
    o Issue #1086450: Cannot see red star on some field groups even required fields are set to 1.
    o #1072292 by shadow_jh, stalski: Using on user settings page but need to hid on registration page.
    o #1092360 by dww: Move field_group_update_7000 functionality to hook_install().
    o #1061228 Rewrite the field_group_field_group_is_empty function.
    o Added ID's to fieldgroups.
    o Removed unused field_group.admin.inc + menu item. Required asterix moving to field_group setting.
    o #1045526 by stalski: Make formatter options more user-friendly and logical.
    o #1041880 by robertgarrigos: duplicated entries in field_group table.
    o #1043834 by amsri: Field Group module just does not work with profiles 2.
    
Field_group 7.x-1.0-rc1
    o #1006464 Change #groups to #fieldgroups because of name collapsing with form_process_fieldset
    o #1024184 fix collapsible when mode is set to open
    o #1020278 by mori: Update fails.
    o #1020116 by mikegfx: Confusing verbage across group types.
    o #1018012 by mikegfx: Adding required asterisk to group tabs that have required fields.
    o #960916 fixed reference warnings.
    o No label anymore with div>open.
    o #969258 Added check for fields and extra_fields.
    o #960916 Fixed notice on for reference on group in field_group_settings.
    o #961106 Fixed notice on entity type and bundle check.
    o #962072 by mori: Improve CSS for horizontal tabs & accordion.
    o Changed Fieldgroup API: defaults and instance_settings are now merged.
    o Changed save action so everything is gathered during form_state to 
      postpone saving until the save button is hit.
    o Changed some important variable name, so it makes more sense and easier to read.
    o Add basic crud functions.

File

CHANGELOG.txt
View source
  1. /* $Id*/
  2. CHANGELOG for field_group for Drupal 7
  3. Field_group 7.x-1.x-dev
  4. o Issue #1095316: Field Groups disappear when Content Type is renamed.
  5. o Issue #1095316 by swentel: Support for Entity API.
  6. o Issue #1095002 by animelion: Upgrading removes all existing field groups.
  7. o Issue #1095130 by willvincent: Features export not working with rc2.
  8. Field_group 7.x-1.0-rc2
  9. o Ran through coder, minor.
  10. o Issue #1033036 by Stalski, swentel: Create a field_group.api.php.
  11. o Made the summary descriptions more human readable.
  12. o Issue #1086450: Cannot see red star on some field groups even required fields are set to 1.
  13. o #1072292 by shadow_jh, stalski: Using on user settings page but need to hid on registration page.
  14. o #1092360 by dww: Move field_group_update_7000 functionality to hook_install().
  15. o #1061228 Rewrite the field_group_field_group_is_empty function.
  16. o Added ID's to fieldgroups.
  17. o Removed unused field_group.admin.inc + menu item. Required asterix moving to field_group setting.
  18. o #1045526 by stalski: Make formatter options more user-friendly and logical.
  19. o #1041880 by robertgarrigos: duplicated entries in field_group table.
  20. o #1043834 by amsri: Field Group module just does not work with profiles 2.
  21. Field_group 7.x-1.0-rc1
  22. o #1006464 Change #groups to #fieldgroups because of name collapsing with form_process_fieldset
  23. o #1024184 fix collapsible when mode is set to open
  24. o #1020278 by mori: Update fails.
  25. o #1020116 by mikegfx: Confusing verbage across group types.
  26. o #1018012 by mikegfx: Adding required asterisk to group tabs that have required fields.
  27. o #960916 fixed reference warnings.
  28. o No label anymore with div>open.
  29. o #969258 Added check for fields and extra_fields.
  30. o #960916 Fixed notice on for reference on group in field_group_settings.
  31. o #961106 Fixed notice on entity type and bundle check.
  32. o #962072 by mori: Improve CSS for horizontal tabs & accordion.
  33. o Changed Fieldgroup API: defaults and instance_settings are now merged.
  34. o Changed save action so everything is gathered during form_state to
  35. postpone saving until the save button is hit.
  36. o Changed some important variable name, so it makes more sense and easier to read.
  37. o Add basic crud functions.