Download Size md5 hash
message-7.x-1.1.tar.gz 20.47 KB bb7a79517dc768ce338d38b4f9834c77
message-7.x-1.1.zip 25.88 KB 8df70b0ec47bf4c2f538710d82f18850
Last updated: November 9, 2011 - 19:45
Official release from tag: 7.x-1.1

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.
nobody click here