Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download entity_operations-7.x-1.0-alpha8.tar.gztar.gz 36.9 KB
MD5: ab5483b44f4a24232d4d674f9c618bf8
SHA-1: 6d1c65da45fcfe91ff6e336292979278c144bbdb
SHA-256: 5cde26ed09243ec7dff089ac54b8ad5f50c2979e7e92dbfe6323912d45a86bbe
Download entity_operations-7.x-1.0-alpha8.zipzip 44.88 KB
MD5: 3d79c48dae1db9d3b2eabc3dd816cb53
SHA-1: aa776b6d980a1e613771c1eaede103549fae1085
SHA-256: b140d16966c0024fba231f10ed1517c6c337d06e32f97fb665b35a55180e272f

Release notes

Changes since 7.x-1.0-alpha7:

  • by joachim: Changed Entity admin UI controller to use entity_operations_get_operation_info().
  • by joachim: Changed our hook_menu() to use entity_operations_get_operation_info().
  • by joachim: Changed permissions helper to use entity_operations_get_operation_info().
  • by joachim: Added parameter to entity_operations_get_operation_info() to get a single entity type.
  • #1967390 by joachim: Changed views link to have its operation handler class defined in views data.
  • #1966664 by joachim: Added method to set the redirect path on form submit.
  • by joachim: Added option to Views entity operation field handler to rewrite the link text using replacement tokens.
  • #1956048 by joachim: Removed calls to entity_operations_get_entity_operation_handler() that already have access to the handler class.
  • by joachim: Changed parameter to standard form.
  • by joachim: Added 'type' column to Entity API admin UI table.
  • by joachim: Fixed missing 'page title' string on sample action handlers.
  • by joachim: Added showing of bundle label in title for generic 'add' form.
  • by joachim: Added an operation for adding entities using Entity API form, with prepopulation of values from the URL.
  • by joachim: Added helper method to page handler to set the page title.
  • by joachim: Fixed error in docs.
  • by joachim: Fixed warning in entity operation link Views field handler when the view has no result.
Created by: joachim
Created on: 11 Apr 2013 at 08:50 UTC
Last updated: 22 Nov 2013 at 10:28 UTC
New features
Bug fixes

Other releases