source: sipes/modules_contrib/cck/CHANGELOG.txt @ 3514c84

stableversion-3.0
Last change on this file since 3514c84 was dafc8d8, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo el modulo

  • Propiedad mode establecida a 100755
File size: 11.1 KB
Línea 
1CCK 6.x-3.0-alpha4
2==================
3
4- Security: Open Redirect - SA-CONTRIB-2015-126
5- #1401950 by KarenS, Add empty test module with dependency on schema to make schema available to testbot.
6- #1363036 by markdorison, Fix Class 'ContentCrudTestCase' not found message in tests.
7- #1097548 by DeFr: Fixed warning on node forms for multigroups without any required fields.
8- #998494 by zhangtaihao: Fix Node Reference field always displaying 10 results
9  when using the Advanced View option (with Views 6.x-3.x)
10- #1167004 by DeFr: Dramatically enhance node display performance issues.
11- #1189090 by gaurishankar, yched: Fixed warnings on multigroups with no
12  required fields.
13- #1423432 by sun: Fixed testInfo() methods throws PHP notices.
14- #1533506 by yched: Fixed field tokens not available in hook_update_N().
15- #1442886 by pdrake: Fixed fatal error "failed opening theme.inc" in some edge
16  cases.
17
18CCK 6.x-3.0-alpha3
19==================
20
21- #1081072 Imagefield validation does not use error_element, needs a tweak so that the empty required field gets highlighted correctly.
22- #1081072 Imagefield validation requires that we alter the field_info values or it will still require an image in an empty group.
23- Fix miscellaneous undefined index errors.
24- #1081072 Tweak fix for required fields inside non-required group so not all fields are highlighted.
25- #1093928 Required option lists do not have an empty option available. Add one to avoid 'An illegal choice has been detected' errors for empty groups.
26- #1081072 Fix Cannot use a scalar value as an array problem when using optionwidgets.
27
28CCK 6.x-3.0-alpha2
29==================
30
31Features:
32- #536260 by Agileware: Make "Add more values" button text themeable.
33
34Bugfixes:
35- Fix Use of undefined constant _add_new_group.
36- Fix undefined index '#depth'.
37- Fix warning: Creating default object from empty value in template_preprocess_content_display_overview_form() (line 134 of ..theme.inc).
38- #1063338 by DeFr: Fix undefined indexes for FIELD_NAME_rendered and others.
39- Fix undefined group name index in fieldgroup_nodeapi.
40- #1053566 by DamienMcKenna: Fix undefined index errors in _fieldgroup_get_tree().
41- #1081072 Must be able to save empty, non-required, multigroup, even if it contains required fields.
42- #522564 Remove empty groups even if not marked 'remove'.
43- Multigroup validation was defaulting to 'required' when created, should default to 'not required'.
44- #1092044 Make sure all multigroup formats are preserved, even if not visible on the current tab.
45
46CCK 6.x-3.0-alpha1
47==================
48
49Features:
50- #1049790 Add tests for fieldgroup.
51- #849420 by Roberto Gerola, rconstantine, thekevinday, ericduran, KarenS Add ability to nest fieldgroups within other fieldgroups.
52- #1008184 by merlinofchaos, bojanz, dereine, yched: Adapt to Views 3 "semantic views" feature (backwards compatible with Views 2)
53- #932680 by Dave Reid: Token integration : allow using of Token API's new $options
54- #863226 by KarenS, make sure we have a function that will return inactive instances when other instances of the same field are still active.
55- #692822 by Dave Reid, add authoring info and publishing options to CCK extra fields.
56- #428650 Conditional cache/menu rebuild for content CRUD methods.
57- #334945 Save default values when field is hidden because of access permissions.
58- #196421 Deleting unwanted multiple values / multiple values delta issues.
59- #119102 Combo field - group different fields into one.
60- #505278 Panels 3 and multiple node type fields.
61- #495582 Reviewed Panels 3 integration (prep work for combo / multigroups).
62  Implementation of fieldgroup_view_group() that can be used to render field groups.
63- #417122 by quicksketch: allow drupal_alter on field and widget settings.
64- #514452 Add new argument $node to content_access() to enhance the context for hook_field_access().
65- #523072 by merlinofchaos - Have nodereference relationships limit CCK field availability as well.
66- #519870 by joachim - Add a note to say offset starts from 0 in grouping options for views handler for multiple values fields.
67- #231453 Allow fields index their columns. Implemented for reference value column in node and user reference fields. Needs update.php.
68- #536730 Enhance cells in multiple column tables with CSS classes related to the fields they contain.
69- #521002 by mh86 - Support for optgroups in allowed values for select elements.
70- Render field descriptions as cell titles when multigroup edit mode is configured with multiple column option.
71- #244896 by stella, canaryMason - Add incremental classes for multiple value fields in views.
72- #416154 Preparation for Content Multigroup integration with Views.
73- #416154 by coltrane, skybow - Synchronized deltas Views integration: Filter on equal deltas in multigroups.
74- #227129 by igor.ro - Expose "delta" column in multiple value fields to Views.
75- #531662 by neochief - i18n support. Allow external modules to translate field labels, descriptions and allowed values list as typed in the field settings form.
76- #531662 i18n support for fieldgroups.
77- #558420 Accept trimmed titles in nodereference autocomplete validation to prevent title mismatch errors when title ends with space.
78- #580156 Wrap multigroups with unique CSS classes in node view.
79- #544542 Allow subgroup fieldsets in a multigroup to be collapsible.
80- #596428 by NancyDru - Allow external modules alter the content type list.
81- #670344 by dagmar: Make CCK compatible with both, views 2 and views 3.
82
83Bugfixes:
84- Multigroups were defaulting to 'required' when created, should default to 'not required'.
85- #766734 Restructure multigroup field layout to be consistent with other fieldgroups, and use
86  content_get_nested_elements() to grab the right values no matter how the fields are structured.
87- #739490 by foripepe: Token integration - fix notices during token generation
88- #986612 by Dave Reid: Token integration - fix variable name clash (harmless in normal cases)
89- #435520 by yched, sun: Fix text fields rendered as 'n/a' in some cases
90- #728472 by Darren Oh : Ensure the module's preprocess functions run first
91- #894880 by yched: fix notices in check_plain() when rendering empty 'plain text' values
92- #705512 by cha0s, roderick: 'add more' button - fix PHP5.3 compatibility
93- #736440 by yched, dhthwy: fix memory leaks on long running migration scripts (e.g. migrate.module)
94- #887742 by yched: fix notices in _content_get_formatter() in some Views
95- #470470 by neilnz, use iLIKE for postgres selects.
96- #769592 by vkareh, add default values to nodeapi.
97- #714762 by Robbert, make diff module integration PHP5 compliant.
98- Add sanitization to nodereference formatters.
99- #482774 Update breaks when CCK is disabled.
100- #479994 by quicksketch: fix "add more' button with devel.module's query logging (multigroup).
101- #499696 by DeFr - Noderefernce / Userreference: fix Views mode when the view has exposed filters.
102- #498924 #multiple FAPI attribute is used for a radios and checkboxes in content export forms.
103- #409144 Review extra elements for node edit form provided by core modules.
104- #361473 CCK fieldgroup panels doesn't respect CCK field privacy settings.
105- #515984 Multiple field delta ORDER BY incorrect.
106- #414298 by Michelle, merlinofchaos - Follow up to remove fieldgroup.panels.inc (it was moved to panels/content_types).
107- #522112 by hefox, prevent malformed condition for vid IN () in views handler for multiple values fields.
108- #505278 by Michelle, merlinofchaos - Provide backward compatibility with previous method to build Panels 3 subtype names for fields.
109- #523864 Minor coding style issues in Panels 3 relationships implementations.
110- #83787 Fix PHP warning: array_merge(): Argument #1 is not an array in content_multigroup.node_form.inc on line 432.
111- #481568 by merlinofchaos - Empty property error when attempting to save a user reference in Panels.
112- #510396 by yched - Use field/type definition to render fields in views.
113- #526500 Fix maximum number of deltas in multigroups with explicit number of repeats defined.
114- #393020 by auth - Fieldgroup data is lost when importing to module provided content type with group info for existing fields.
115- #538872 Diff does not respect field permissions.
116- #522558 Date field jumps delta when date field is emptied or fieldset is deleted.
117- #416134 Userreference, impossible to filter allowed values by blocked users. Requires update.php.
118- Minor fix in multigroup. Remove the check for module_exists('fieldgroup'), which is something implicit.
119- Minor fix in multigroup. Remove unused argument $form_id from invocation to worker functions in hook_form_alter().
120- #545942 warning: array_filter() [function.array-filter]: The first argument should be an array in userreference_update_6002().
121- #521002 Fix validation errors when using optgroups in allowed values for select elements.
122- #550252 by GuyPaddock - content_db_index_exists produces SQL errors when creating node reference fields for MySQL 4 (related to #231453).
123- #551280 by xurizaemon - Typo fix for "this field cannot hold more that 3 values" error message.
124- #558744 by chellomere - Fix one of the swedish translation strings to be correct, and much clearer.
125- #562260 by przadka - content_db_index_exists() has wrong syntax for PostgreSQL.
126- #567168 by jcmarco - Checkbox required not defined for on/off widgets.
127- #568430 by Jody Lynn - Bad @see in content-field.tpl.php.
128- #572672 by Jan van Diepen - Remove redundant (and bad) inclusion of node/content_types.inc in content_copy_import_form_submit().
129- #585048 Setting "All users" in "User status that can be referenced" option reverts to "Blocked users".
130- #589306 warning: Invalid argument supplied for foreach() in includes/panels/content_types/content_field.inc on line 166.
131- #551188 "Add another item" for FileField widgets causes Invalid argument supplied for foreach() in content.node_form.inc on line 456.
132- #605152 by pokurek - Missing number formatter fr_2.
133- #618910 Multigroup filter fails when using relationship.
134- #538458 Do not allow to change the widget type for fields in multigroups when the change is not compatible.
135- #604830 by mattyoung - 32 characters limit on field and group identifiers in "Manage fields" screen.
136- #464030 by eojthebrave - Typo in content_copy.module help.
137- #577590 Add a visual indication to the fieldgroup title if the multigroup is required.
138- #577590 Prevent validation errors when multigroup is not required and no subgroup of fields if filled in.
139- #577580 Multigroup fields with empty values loose their ordering when saved via node_save.
140- #614292 by DeFr - Fix CCK Reference fields based on views broken by recent change in views_plugin_style Views 2.7 (#502348).
141- #625768 CCK 6.x-2.6, got fatal error on update.php while running userreference_update_6002().
142- #640488 warning: max() [function.max]: Array must contain at least one element in content.module on line 1044.
143- #649106 by thekevinday: Fix content_copy_form_alter(), where $form_state argument is not passed by reference.
144- #669800 Do not enforce required attribute for multiple value fields the current user is not allowed to edit.
145- Fix validation of required fields and multigroups.
146- SA-CONTRIB-2010-088 follow up fix for nodereference_autocomplete_access() and content_access().
147
148Changes:
149- #421116 Move content.js to js/content.admin.js for consistency with location of new js files.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.