Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 20.47 KB
MD5: bb7a79517dc768ce338d38b4f9834c77
SHA-1: b78a0d9ae37deb58b2a179e6209e4d0ab8138667
SHA-256: 809a12af31d216cd29b462eeb9aa77fd8365405c79599e5877fba2c4922fe480
Download zip 25.88 KB
MD5: 8df70b0ec47bf4c2f538710d82f18850
SHA-1: 8d004635aa51effa85653aaa8e3de9d54c0aed80
SHA-256: 867008fd035fda76d80351dcad340ee0c8076e0cb4d0920f80c9ada335538f73

Release notes

Some commits don't show the author, as they were committed to git with the --author property.

Important changes since 7.x-1.0:

  • #1306532 (follow up on issue #1304660) by mh86 Fixed Intergarion with Rules test fails.
  • Follow up #1290986: Make sure {message_type_category} table exists before querying it.
  • refs #1290986: avoid entity_load() during entity info cache rebuilds.
  • Fix broken handler in exported View.
  • Remove old CVS ID tags.
  • #1304660: Rename the 'name' column to 'type' in {Message}.
  • Add correct type to Message metadata.
  • Add missing include-once to example module.
  • Fix the exmaple module, and add dependency on Entity reference.
  • Fix reseting by mistake the options variable in getText().
  • Add API docs as per http://drupal.org/node/999954
  • #1200554 by Amitaibu and fago: Added Add bundle to MessageType.
  • added an exposed message type filter to the default view.
  • clear the cache when message types are edited, so the entity property info stays up2date.
  • fixed getText() method to properly return a string + the views integration if no arguments are provided/used.
  • Add $options to Message:getText() as-well, so it can be passed to MessageType::getText().
  • Allow specifing different field name in MessageType::getText() via $options.
  • Add arguments key, and fix "format" in exported message type in message-example.
  • Remove SPAN tags from buildContent(). Implementing modules should add those if needed.
  • Remove obsolete code form message-example and simplify example.
  • by fago: Make sure in edge cases, we still sanitize value in getText().
  • Use global user, if account is empty.
  • Change the field type of the message type text field to be text-long (i.e. text area instead of text field). Note that there is no upgrade path for this as the field API doesn't allow changing the field type.
  • fixed the default view and added a page at admin/content/message
  • added a message-text entity property for use with rules or entity tokens.
  • fixed message display to work for multi-lingual sites and fixed it to use build-content.
  • improved entity property info to get improved views integration generated by the entity API
  • fixed argument-keys related notices when clearing the cache.
  • fixed ordering of form elements on the message type form.
  • fixed the views integration to work again.
  • #1027908 fixed compatibility with the recent entity API. Requires entity API beta9 or later.
  • Use Entity metadata to provide Views integration.
  • Don't use API function of Entity API in install module, as it might be disabled.
  • #989838 by fago: Added arguments rules integration.
  • Add default view.
  • Add in the exportable entity db columns as required by the entity API as per #1008810.
  • Suggested by fago: Rename funcion to better name - getText().
  • Update test to check message->view().
  • Allow entity_view() to return the message.
  • Realms are no longer part of the core.
Created by: amitaibu
Created on: 9 Nov 2011 at 19:41 UTC
Last updated: 21 Nov 2013 at 19:18 UTC
New features
Bug fixes
Unsupported

Other releases