| Commit | Line | Data |
|---|---|---|
| e4645e15 | 1 | // $Id$ |
| c47f7507 | 2 | |
| 75b68284 | 3 | CCK 6.x-3.x |
| bfe03c18 YC |
4 | =========== |
| 5 | ||
| d0144209 | 6 | Features: |
| 03f0d951 | 7 | - #849420 by Roberto Gerola, rconstantine, thekevinday, ericduran, KarenS Add ability to nest fieldgroups within other fieldgroups. |
| b77418e7 | 8 | - #1008184 by merlinofchaos, bojanz, dereine, yched: Adapt to Views 3 "semantic views" feature (backwards compatible with Views 2) |
| f358852b | 9 | - #932680 by Dave Reid: Token integration : allow using of Token API's new $options |
| 9e0d51f5 | 10 | - #863226 by KarenS, make sure we have a function that will return inactive instances when other instances of the same field are still active. |
| e50007a0 | 11 | - #692822 by Dave Reid, add authoring info and publishing options to CCK extra fields. |
| d0144209 MFM |
12 | - #428650 Conditional cache/menu rebuild for content CRUD methods. |
| 13 | - #334945 Save default values when field is hidden because of access permissions. | |
| 14 | - #196421 Deleting unwanted multiple values / multiple values delta issues. | |
| 15 | - #119102 Combo field - group different fields into one. | |
| 272eb12b | 16 | - #505278 Panels 3 and multiple node type fields. |
| 1058ac57 MFM |
17 | - #495582 Reviewed Panels 3 integration (prep work for combo / multigroups). |
| 18 | Implementation of fieldgroup_view_group() that can be used to render field groups. | |
| da76b44c | 19 | - #417122 by quicksketch: allow drupal_alter on field and widget settings. |
| c7d4ceea | 20 | - #514452 Add new argument $node to content_access() to enhance the context for hook_field_access(). |
| f5211b40 | 21 | - #523072 by merlinofchaos - Have nodereference relationships limit CCK field availability as well. |
| ed195005 | 22 | - #519870 by joachim - Add a note to say offset starts from 0 in grouping options for views handler for multiple values fields. |
| f79a09ae | 23 | - #231453 Allow fields index their columns. Implemented for reference value column in node and user reference fields. Needs update.php. |
| 915f7799 | 24 | - #536730 Enhance cells in multiple column tables with CSS classes related to the fields they contain. |
| 8435da94 | 25 | - #521002 by mh86 - Support for optgroups in allowed values for select elements. |
| f16bc739 | 26 | - Render field descriptions as cell titles when multigroup edit mode is configured with multiple column option. |
| 17da75f2 | 27 | - #244896 by stella, canaryMason - Add incremental classes for multiple value fields in views. |
| 3cef3fb9 | 28 | - #416154 Preparation for Content Multigroup integration with Views. |
| fdadf0cf | 29 | - #416154 by coltrane, skybow - Synchronized deltas Views integration: Filter on equal deltas in multigroups. |
| 395238e1 MFM |
30 | - #227129 by igor.ro - Expose "delta" column in multiple value fields to Views. |
| 31 | - #531662 by neochief - i18n support. Allow external modules to translate field labels, descriptions and allowed values list as typed in the field settings form. | |
| bb2cf7da | 32 | - #531662 i18n support for fieldgroups. |
| 2381c1a2 | 33 | - #558420 Accept trimmed titles in nodereference autocomplete validation to prevent title mismatch errors when title ends with space. |
| 06d67f9f | 34 | - #580156 Wrap multigroups with unique CSS classes in node view. |
| cde11c69 | 35 | - #544542 Allow subgroup fieldsets in a multigroup to be collapsible. |
| 4f4ba4a7 | 36 | - #596428 by NancyDru - Allow external modules alter the content type list. |
| 49d11528 | 37 | - #670344 by dagmar: Make CCK compatible with both, views 2 and views 3. |
| d0144209 | 38 | |
| c47f7507 | 39 | Bugfixes: |
| c25ff110 KS |
40 | - Multigroups were defaulting to 'required' when created, should default to 'not required'. |
| 41 | - #766734 Restructure multigroup field layout to be consistent with other fieldgroups, and use | |
| 42 | content_get_nested_elements() to grab the right values no matter how the fields are structured. | |
| 4c2b7373 | 43 | - #739490 by foripepe: Token integration - fix notices during token generation |
| a8581035 | 44 | - #986612 by Dave Reid: Token integration - fix variable name clash (harmless in normal cases) |
| f97dd756 | 45 | - #435520 by yched, sun: Fix text fields rendered as 'n/a' in some cases |
| 9c2f0602 | 46 | - #728472 by Darren Oh : Ensure the module's preprocess functions run first |
| d1373a4b | 47 | - #894880 by yched: fix notices in check_plain() when rendering empty 'plain text' values |
| 165c7a0c | 48 | - #705512 by cha0s, roderick: 'add more' button - fix PHP5.3 compatibility |
| 2b6a0ae0 | 49 | - #736440 by yched, dhthwy: fix memory leaks on long running migration scripts (e.g. migrate.module) |
| 8e6d7327 | 50 | - #887742 by yched: fix notices in _content_get_formatter() in some Views |
| 465dff3d | 51 | - #470470 by neilnz, use iLIKE for postgres selects. |
| ae1c32f1 | 52 | - #769592 by vkareh, add default values to nodeapi. |
| 8082cf67 | 53 | - #714762 by Robbert, make diff module integration PHP5 compliant. |
| 745a9dfe | 54 | - Add sanitization to nodereference formatters. |
| c47f7507 | 55 | - #482774 Update breaks when CCK is disabled. |
| 0051d0d2 | 56 | - #479994 by quicksketch: fix "add more' button with devel.module's query logging (multigroup). |
| 5c9c7263 | 57 | - #499696 by DeFr - Noderefernce / Userreference: fix Views mode when the view has exposed filters. |
| da76b44c | 58 | - #498924 #multiple FAPI attribute is used for a radios and checkboxes in content export forms. |
| 0b312750 MFM |
59 | - #409144 Review extra elements for node edit form provided by core modules. |
| 60 | - #361473 CCK fieldgroup panels doesn't respect CCK field privacy settings. | |
| 61 | - #515984 Multiple field delta ORDER BY incorrect. | |
| 2bf68002 | 62 | - #414298 by Michelle, merlinofchaos - Follow up to remove fieldgroup.panels.inc (it was moved to panels/content_types). |
| 9bbec507 | 63 | - #522112 by hefox, prevent malformed condition for vid IN () in views handler for multiple values fields. |
| af10726a | 64 | - #505278 by Michelle, merlinofchaos - Provide backward compatibility with previous method to build Panels 3 subtype names for fields. |
| a490c2fa | 65 | - #523864 Minor coding style issues in Panels 3 relationships implementations. |
| f7a0be81 | 66 | - #83787 Fix PHP warning: array_merge(): Argument #1 is not an array in content_multigroup.node_form.inc on line 432. |
| 2dbc85d4 | 67 | - #481568 by merlinofchaos - Empty property error when attempting to save a user reference in Panels. |
| 723e579b | 68 | - #510396 by yched - Use field/type definition to render fields in views. |
| 636c1271 | 69 | - #526500 Fix maximum number of deltas in multigroups with explicit number of repeats defined. |
| 99e617d0 | 70 | - #393020 by auth - Fieldgroup data is lost when importing to module provided content type with group info for existing fields. |
| a1bd92dd | 71 | - #538872 Diff does not respect field permissions. |
| 8b394d6d | 72 | - #522558 Date field jumps delta when date field is emptied or fieldset is deleted. |
| d0e18cc4 | 73 | - #416134 Userreference, impossible to filter allowed values by blocked users. Requires update.php. |
| a00d2531 | 74 | - Minor fix in multigroup. Remove the check for module_exists('fieldgroup'), which is something implicit. |
| 431ab7b5 | 75 | - Minor fix in multigroup. Remove unused argument $form_id from invocation to worker functions in hook_form_alter(). |
| 66fde3d2 | 76 | - #545942 warning: array_filter() [function.array-filter]: The first argument should be an array in userreference_update_6002(). |
| 1459e971 | 77 | - #521002 Fix validation errors when using optgroups in allowed values for select elements. |
| 839017b4 | 78 | - #550252 by GuyPaddock - content_db_index_exists produces SQL errors when creating node reference fields for MySQL 4 (related to #231453). |
| 2d2de5e2 | 79 | - #551280 by xurizaemon - Typo fix for "this field cannot hold more that 3 values" error message. |
| 1f4f7ec8 | 80 | - #558744 by chellomere - Fix one of the swedish translation strings to be correct, and much clearer. |
| 5172fd8f | 81 | - #562260 by przadka - content_db_index_exists() has wrong syntax for PostgreSQL. |
| 94914fab | 82 | - #567168 by jcmarco - Checkbox required not defined for on/off widgets. |
| b65db552 | 83 | - #568430 by Jody Lynn - Bad @see in content-field.tpl.php. |
| fffbc7a8 | 84 | - #572672 by Jan van Diepen - Remove redundant (and bad) inclusion of node/content_types.inc in content_copy_import_form_submit(). |
| c22bcb53 | 85 | - #585048 Setting "All users" in "User status that can be referenced" option reverts to "Blocked users". |
| 82e6036a | 86 | - #589306 warning: Invalid argument supplied for foreach() in includes/panels/content_types/content_field.inc on line 166. |
| 0328c552 | 87 | - #551188 "Add another item" for FileField widgets causes Invalid argument supplied for foreach() in content.node_form.inc on line 456. |
| 3a10a996 | 88 | - #605152 by pokurek - Missing number formatter fr_2. |
| 410cce5c | 89 | - #618910 Multigroup filter fails when using relationship. |
| 50891383 | 90 | - #538458 Do not allow to change the widget type for fields in multigroups when the change is not compatible. |
| 36919313 | 91 | - #604830 by mattyoung - 32 characters limit on field and group identifiers in "Manage fields" screen. |
| f5402508 | 92 | - #464030 by eojthebrave - Typo in content_copy.module help. |
| 1b931841 | 93 | - #577590 Add a visual indication to the fieldgroup title if the multigroup is required. |
| 88e778cb | 94 | - #577590 Prevent validation errors when multigroup is not required and no subgroup of fields if filled in. |
| c6973921 | 95 | - #577580 Multigroup fields with empty values loose their ordering when saved via node_save. |
| c7499f72 | 96 | - #614292 by DeFr - Fix CCK Reference fields based on views broken by recent change in views_plugin_style Views 2.7 (#502348). |
| e4645e15 | 97 | - #625768 CCK 6.x-2.6, got fatal error on update.php while running userreference_update_6002(). |
| 55d5b76d | 98 | - #640488 warning: max() [function.max]: Array must contain at least one element in content.module on line 1044. |
| 5bad9f05 | 99 | - #649106 by thekevinday: Fix content_copy_form_alter(), where $form_state argument is not passed by reference. |
| ffa4a96a | 100 | - #669800 Do not enforce required attribute for multiple value fields the current user is not allowed to edit. |
| 505fe597 | 101 | - Fix validation of required fields and multigroups. |
| 1afb5a0f | 102 | - SA-CONTRIB-2010-088 follow up fix for nodereference_autocomplete_access() and content_access(). |
| 7ce103de | 103 | |
| d0144209 | 104 | Changes: |
| 5fdfe627 | 105 | - #421116 Move content.js to js/content.admin.js for consistency with location of new js files. |