Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Another round of polish. Can't be called RC1 because #1057158: Provide an action for modifying entity values is not done yet.
Features a brand new & very flexible "Create archive of selected files" (works with imagefields and filefields as well, if you add a Files relationship), an improved "Pass selected ids to URL" action, many fixes to the rules code for loading entities from a VBO view.
After the previous beta was released, Rules changed the way it handles component access, making its components accessible to administrators only.
Temporarily disabled access checking, so the components should be available to all roles that are using the VBO view.
The relevant issue in the Rules queue is #1217128: limiting Rules components to specific permissions.
- #1306108: Add the destination URL to configuration ('pass ids' action).
- Remove the old, buggy and half-baked selection preservation.
- #1307018: The rules action for loading a list of entities from a VBO view should not remove the pager.
- #1293174: Loading entity lists in Rules gives warnings when using data selection for arguments.
- #1293454 by anon: Send $form_state as a reference like core does.
- #1275578: Pass the view to the action configuration form.
- Provide a workaround for the rules issue that causes rules components to be available only to administrators.
- #1265612 by alaa, bojanz - Caching conflict when using the same view with different arguments multiple times with rules.
- #1263824: Provide a way to disable 'select all on all pages'
- #1265374 by alaa, bojanz - Passing multiple arguments to Views from the Rules action is broken.
- #1222844 by bojanz, joemoraca, chrowe - Provide an action for creating an archive of selected files.
- #1188258 followup by bojanz, fago - Report the exact entity type of entities loaded into Rules from a VBO view, so that more actions can accept them.