Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
25.92 KB
MD5: 177c90c56a2993de66f83d0dc76bd203
SHA-1: dc7e839c26e656b36dc24a663e748f9da55258f4
SHA-256: 82dad3cb1db1dcc571d633518593033be3d85b5fe713273a41cd8fd1b3c0ee5e
Download zip
32.81 KB
MD5: f5a79d6496d7786c8aebd2208a3401b5
SHA-1: 91346e7f4f901413c7a5de8ac35c459d5b298d3d
SHA-256: 13ea6b825222c7932042ec6942430d2d309561c2cfafaaeecb995ca12afb6441
Release notes
Changes since 7.x-1.1:
- #1433978 by Amitaibu| fubhy, itamar: Add 'partials', to allow rendering only part of a message.
- Better handler name, to easily differentiate between Render message Vs. Rendered message.
- Add parent::option in Views message render.
- #1461208: Add 'language" property to all Message's entities.
- #1402918 by itamar | fubhy, Amitaibu: Added Auto delete old messages.
- #1433972: Add arguments per message type.
- #1271912: Use correct field alias in Message render handler.
- Follow up #1319040: Remove target type from exported fields.
- Check value properly, by passing the options argument as-well.
- #1405878: Allow selecting which field to render, using the Views handler.
- Prevent WSOD, if message-text field is empty.
- Add Views filter handler to show the human readable name of the message type, in exposed filter.
- Minor follow up #1401554: Remove uneeded NULL argument.
- #1401554 by klausi: Fixed Simplify message_handler_field_message_render() to avoid PHP notices.
- Allow passing the message object in the replacement callback.
- Don't override the user ID of the message is provided as 'uid'.
- Better handle field translation, by showing a select list with the languages, and changing the field input by Ajax.
- Minor comment fix.
- #1348068 by Amitaibu: Allow translation of message via UI.