Projet

Général

Profil

Paste
Télécharger (5,37 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / field_group / CHANGELOG.txt @ be58a50c

1
/* $Id*/
2
CHANGELOG for field_group for Drupal 7
3

    
4
Field_group 7.x-1.4
5
    o Issue #2129805 by RaF: Incorrect markup when open div & custom classes provided.
6
    o Issue #2037731 by maximpodorov, Zach Harkey: Remove id attribute from HTML elements.
7
    o Issue #2099505 by borisson_ | Maks: Warning: Invalid argument supplied for foreach() in field_group_build_entity_groups() (line 1894 ..sites/all/modules/field_group.
8
    o Issue #2102397 by thebruce: Field Group 7006 update fails with "Cannot use string offset as an array in  /field_group/field_group.install on line 318.
9
    o Issue #2122733 by Alan D.: Remove test module from admin listing.
10
    o Issue #2212431 by tim.plunkett: Field groups that contain only elements that use #markup are hidden.
11
    o Issue #2175731 by tobiasb, daggerhart: HTML produced by module is broken.
12
    o Issue #2190425 by tobiasb: Fix attach behavior.
13
    o Issue #1911530 by tobiasb, Simon Georges: Remove useless files[] directive from .info files.
14
    o Issue #1358430 by oushen, tobiasb | FriedJam: JS "Error: uncaught exception: Syntax error, unrecognized expression:".
15
    o Issue #2104391 by mike_san: Package descriptions.
16
    o Issue #2189777 by gmercer: Exporting a feature with field groups sometimes leads to $field_group->data being set to an empty string.
17
    o Issue #2168689 by Paul B: Beïng should be being.
18
    o Issue #2037731 by rreiss, maximpodorov, Zach Harkey: Make id attribute optional. Current installations will default get the old ids
19
    o Issue #2173351 by axe312: Add a label to html-element wrappers.
20
    o Issue #1954056 by klonos: Proper capitalization in the project name.
21
    o Issue #2224547 by sdrycroft: Fixed field_group_info_groups() clears all CTools caches when it should only clear the field_group caches.
22
    o Issue #2099505 by joelpittet, borisson_ | Maks: Fixed Warning: Invalid argument supplied for foreach() in field_group_build_entity_groups() (line 1894 ..sites/all/modules/field_group.
23
    o Issue #2223269 by barraponto: Fixed Don't filter and translate empty strings.
24

    
25
Field_group 7.x-1.3
26
    o Issue #2077695 by FreekVR | ChoY: Fixed field group entity display bug after update.
27
    o Issue #2078201 by DeFr, eneko1907 | cmriley: Fixed Started getting a ton of notices.
28
    o Issue #2085137 by ar-jan: Fixed Collapse speed no longer works with field_group() 1.2
29
    o Issue #2085225 by dtarc: Fixed Featurized Field Groups no longer have classes since marked optional.
30
    o Issue #2080645 by bassthiam: Fixed Warning: Illegal string offset 'label' in field_group_unpack() line 1682 of field_group()/field_group().module.
31
    o Issue #1942676 by Harlor | El Bandito: Added Change the text 'Mark group for required fields.'.
32
    o Issue #1358430 by FriedJam: Fixed JS 'Error: uncaught exception: Syntax error, unrecognized expression:".
33
    o Issue #2084999 by activelink: Fixed Empty field groups aren't being suppressed since move to 7.x-1.2.
34
    o Issue #1557258 by Mark Trapp | Chris Gillis: Fixed Existing field groups disappear and Add Field Group UI is disabled when no fields are available.
35
    o Issue #2000110 by bigjim: Fixed Comments on field_group_read_groups() wrong
36
    o Issue #1169146 by ankur, Nephele | jeffrey.dalton: Fixed upgrade from 7.x-1.0-rc2 to 7.x-1.0 deletes all field_groups().
37
    o Vertical tabs always appear when children elements have no access
38
    o #1966624 Feature 7.x-2.0-beta2 defines fields in a new way
39
    o #2090415 Make horizontal tabs not dependent on form.js. Also change drupal_add_x to #attached
40
    o
41

    
42
Field_group 7.x-1.0-rc2
43
    o Ran through coder, minor.
44
    o Issue #1033036 by Stalski, swentel: Create a field_group.api.php.
45
    o Made the summary descriptions more human readable.
46
    o Issue #1086450: Cannot see red star on some field groups even required fields are set to 1.
47
    o #1072292 by shadow_jh, stalski: Using on user settings page but need to hid on registration page.
48
    o #1092360 by dww: Move field_group_update_7000 functionality to hook_install().
49
    o #1061228 Rewrite the field_group_field_group_is_empty function.
50
    o Added ID's to fieldgroups.
51
    o Removed unused field_group.admin.inc + menu item. Required asterix moving to field_group setting.
52
    o #1045526 by stalski: Make formatter options more user-friendly and logical.
53
    o #1041880 by robertgarrigos: duplicated entries in field_group table.
54
    o #1043834 by amsri: Field Group module just does not work with profiles 2.
55

    
56
Field_group 7.x-1.0-rc1
57
    o #1006464 Change #groups to #fieldgroups because of name collapsing with form_process_fieldset
58
    o #1024184 fix collapsible when mode is set to open
59
    o #1020278 by mori: Update fails.
60
    o #1020116 by mikegfx: Confusing verbage across group types.
61
    o #1018012 by mikegfx: Adding required asterisk to group tabs that have required fields.
62
    o #960916 fixed reference warnings.
63
    o No label anymore with div>open.
64
    o #969258 Added check for fields and extra_fields.
65
    o #960916 Fixed notice on for reference on group in field_group_settings.
66
    o #961106 Fixed notice on entity type and bundle check.
67
    o #962072 by mori: Improve CSS for horizontal tabs & accordion.
68
    o Changed Fieldgroup API: defaults and instance_settings are now merged.
69
    o Changed save action so everything is gathered during form_state to
70
      postpone saving until the save button is hit.
71
    o Changed some important variable name, so it makes more sense and easier to read.
72
    o Add basic crud functions.