Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
12.45 KB
MD5: a40b1eaa106c00cb4acc70127285b92e
SHA-1: 265a573d5da4599751eff8c8b027797c58a15815
SHA-256: 61d2084f24281b1baecd8f9910e65378e90580e444ee12a2415a760f6cda9047
Download zip
14.85 KB
MD5: 151af3a7cbb1ce659915d3b94dfa6c42
SHA-1: 2e90074204300c0aad42cb2e55021c2ef94ede33
SHA-256: 2c01f859bc6cbf66bccc0cb386fb43af12914231406340ef40d1c17596f27440
Release notes
- Issue #1539014 by barami: While adding new node, preview crached with formatter.
- Issue #1515278 by rfsbsb: Add classes to node and entity reference links
- Fix to pass coder review, Added file docblock to textformatter_contrib module
- Issue #1515278 by rfsbsb: Integration with Node Reference
- Changed _textformatter_get_field_value_key function
- Changed variable names in textformatter_contrib_entityreference_field_creat_list to relect target entity type
- Issue #1515440 by fxarte: Invalid rendered tag when no tag selection used
- Issue #1454088: Add support for link field, Added textformatter_contrib module for all contrib field support
- Issue #1454088: Add support for entity reference field, Added textformatter_contrib module for all contrib field support
- Issue #1503032 by Shadlington: Use entity_uri() to get term paths
- Added help function to get value_key of field (for default callback implementation)
- Fixed value getting passed to default text list iteration
- #1468914 - Pass text field lists through check markup instead of default check plain formatting fallback
- Fixed params being passed to hook callback functions (all from formatter view), Added hook_textformatter_field_list_info_alter
- Code tidy, change of func/var names, Additional comments
- Initial refactoring commit: Refactored all hook_field_formatter_view code, added hook_textformatter_field_info and callback functions for different field types