entity_operations 7.x-1.10

Bug fixes

Changes since 7.x-1.9:

  • by joachim: Fixed EntityOperationsOperationAdd operation handler crashing for entity types with no 'bundle' entity key.

entity_operations 7.x-1.8

Bug fixes
New features

Changes since 7.x-1.7:

  • #2327177 by joachim: Fixed outdated documentation in README.
  • by joachim: Added testing of form validation in single and multiple operation forms.
  • by joachim: Changed entity_operations_get_entity_operations_fieldset() to use entity_operations_multiple_operation_form.
  • by joachim: Changed multiple operations form validation to pass a subform for operation handlers' formValidate().

See the change records for further details.

entity_operations 7.x-1.6

Bug fixes
New features

Changes since 7.x-1.5:

  • by joachim: Fixed operations with '-' in the operation name producing form IDs that are invalid for hook_form_FORM_ID_alter().
  • by joachim: Changed static variable to be a class variable in admin UI controller, so subclasses may use it.
  • by joachim: Added a Views area handler for outputting an entity operation.
  • by joachim: Fixed entity_operations_get_operation() completely broken.
  • by joachim: Added base operation handler for form operations using Batch API.

entity_operations 7.x-1.2

Bug fixes

IMPORTANT: views using VBO operations drawn from entity operations will need to be updated, as the machine names for these operations have changed. See the change notice for more details.

Changes since 7.x-1.1:

entity_operations 7.x-1.0

Bug fixes

Changes since 7.x-1.0-beta6:

  • by joachim: Removed handling of nonexistent case in EntityOperationsOperationAddGeneric for entity info having an empty bundles array.
  • by joachim: Updated EntityOperationsOperationAddGeneric access for change to entity_access() 'create' op behaviour in Entity 7.x-1.3.

entity_operations 7.x-1.0-beta2

New features
Bug fixes

Changes since 7.x-1.0-beta1:

  • by joachim: Added example module.
  • by joachim: Added support for secondary tabs.
  • by joachim: Fixed operations on subpaths resulting in form ids which are have invalid function names for their alter hooks.

entity_operations 7.x-1.0-alpha11

New features
Bug fixes

If upgrading from alpha 8 or earlier, be sure to read the change records.

Changes since 7.x-1.0-alpha10:

entity_operations 7.x-1.0-alpha10

Bug fixes

Quick fix due to alpha 9 being incompatible with the latest version of Views.

See the release notes for alpha 9 too: http://drupal.org/node/1968570

Changes since 7.x-1.0-alpha9:

  • #1968922 by joachim: Fixed default path doesn't show default tab as active.
  • #1968780 by joachim: Fixed circularity with Views 3.7; reinstated hook_entity_operations_menu_operations_alter().

entity_operations 7.x-1.0-alpha9

New features
Bug fixes

This version introduces major changes to how our hooks work: see the change records.

Changes since 7.x-1.0-alpha8:

entity_operations 7.x-1.0-alpha5

New features
Bug fixes

Changes since 7.x-1.0-alpha4:

  • by joachim: Fixed missing access check for operation in Views link field handler.
  • by joachim: Added general access() method to operation handlers; changed menu access callback to use it.
  • by joachim: Fixed missing function docblocks.
  • by joachim: Updated docs.
  • by joachim: Added to docs.
  • by joachim: Fixed remaining uses of formSubmitGetContext().
  • by joachim: Added to and cleaned up code docs.
  • by joachim: Added a 'set owner' operation as an example of a more complex action.

entity_operations 7.x-1.0-alpha4

New features

Changes since 7.x-1.0-alpha3:

  • by joachim: Added integration of operations with Services as targeted actions on entities.
  • by joachim: Changed name of method formSubmitGetContext() to formSubmitGetParameters().
  • by joachim: Changed name of variable $context to $parameters.
  • by joachim: Fixed order of params in docblock.
  • by joachim: Added to and fixed errors in code comments.
  • by joachim: Updated README.

entity_operations 7.x-1.0-alpha2

Bug fixes

Changes since 7.x-1.0-alpha1:

  • by joachim: Fixed incorrect parameters being passed to access callback by 'add' operation.
  • by joachim: Fixed 'add' operation not providing a menu item.
  • by joachim: Changed 'provides tab' property to clearer 'provides menu'.
  • by joachim: Added todo regarding Views display titles.
  • by joachim: Changed variable params to page() method to an array of parameters, to avoid strict warnings.
  • by joachim: Fixed pass-by-references.

entity_operations 7.x-1.0-alpha1

First alpha release.

A few things are probably not as elegant as they could be, but waiting to see more use cases and requirements!

Known bugs:

- #1883218: operations fieldset submit fails with more than one op

entity_operations 7.x-1.x-dev

Development release.

Works at any given point, but still subject to major upheavals!

Subscribe with RSS Subscribe to Releases for Entity Operations