#251963 - Option to allow some HTML in body message
#252247 - postpended => appended
#219020 - missing hook_help function
#238785 - disable from email field for registered users by default, permission to allow override
#204825 - seperate access rule for epostcards by mvc
Remove most active view
#242837 - Convert line breaks in user input message to HTML by yrocq
#211967 - PHP Fatal error: Cannot use object of type stdClass
added a preference to display the workflow form on either the node editing form (which we've always had) or when adding a comment to a node
refactored nodeapi implementation into workflow_transition() so we can reuse code from either the nodeapi or comment hook
uninstall now deletes the two actions provided by workflow.module (workflow_select_given_state_action and workflow_select_next_state_action) from actions table if actions is enabled
only show node type/workflow assignment if a workflow has been defined
General
- #97375 Panels 2 integration : add fields and move non-content module integration to relevant modules - fieldgroup, nodereference, userreference.
- #203495 Panels 2 integration : render a fieldgroup in a panel.
- Panels 2 integration : reletionships for nodereference and userreference fields.
- #189807 Views field handlers : show first or last of multiple values.
Field / Widget modules
- #60713 Userreference : Add optional reverse link on user profile page for referenced users.
- #228979 Userreference : Don't show empty section for reverse links in user profile page.
- #131260 Userreference : Allow filter referenceable users by active/blocked status.
- #221288 Text : Views argument can filter by the first letters of the values.
- #194818 Text / Number : 'Is all of' filter op for Views.
Bugfix
------
General
- #237804 Critical bugfix : unsharing a field deletes the field's data for the remaining content type.
(introduced previously in the 5.x-1.7 cycle - 5.x-1.6 was not affected.
- #211566 Limit data to nodes of the right content type when migrating data from per field to per type tables.
- #210683 Execute content_clear_type_cache() after removing fields from nodes.
- #210683 Clear node values from cache if field information is changed so stale values don't appear in node_load().