Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download views_bulk_operations-7.x-3.2.tar.gztar.gz 43.11 KB
MD5: 6e504288c3cde5dc71ef536764c14650
SHA-1: 76b844950a6bc9418ca1850834cfb7dd6980ff2d
SHA-256: dd549a3926d7c03e13945323586ca2fdd9fd26a0fe49d3088f6df26c9aa69a73
Download views_bulk_operations-7.x-3.2.zipzip 57.01 KB
MD5: a346e970c455bf20065632b45e76535d
SHA-1: 415a8cf8351df2a497e1bb5e8dc1153a509f1b44
SHA-256: c38501195d734b84bc2c9260cd50224a83fac6b75b614f7ee5bcd5c2d30ce6cd

Release notes

This version raises the PHP requirements to 5.2.9.

Changes since 7.x-3.1:

  • #1902104 by rudiedirkx, bojanz: Allow batching to be skipped.
  • The direct execution method should handle skipped entities the same way as the batch one (show a message for each skipped one).
  • #2157127: Fatal error: Cannot use object of type views_handler_filter_node_type as array in modify.action.inc
  • #2039909: modify.action.inc doesn't check that the bundle filter is for the same entity.
  • #1812794 by mimrock, bojanz: Prevent storing duplicate references.
  • #1698912 by stBorchert: Pass the operation to theme_views_bulk_operations_confirmation.
  • Row id should be called row index like in other places.
  • Make the passing of views rows consistent between queueing and aggregation.
  • #1548790 by prics, bojanz: Pass view information to the context of the action.
  • #2153607: Fix missing confirmation button.
  • Revert "Issue #1864740 by Boobaa: Added Run action immediately when only one item can be selected."
  • Fix docblock.
  • #1618474: Hide operations selector and checkboxes if no operation is available.
  • #2002300: Not able to exclude VBO field using 'exclude from display'.
  • Make the Operations fieldset non-collapsible by default.
  • #1683146: Add an empty class to the VBO wrapper div in case the view has no results.
  • Don't leave an empty container div around the hidden Views Form submit button.
  • #1795312 by ouelmart, bojanz: Fix 'Notice: Undefined index: properties in _views_bulk_operations_modify_action_get_properties()'
  • #2057591 by jweowu, bojanz: Ensure that queued entity objects are current.
  • #1980084 by jbylsma: View displays fail to show in Rules if VBO field isn't in master display.
  • #1468658 by bojanz, drclaw: 'Modify entity values' stores field data using the wrong langcode.
  • #1217784 by greggles, azinck, bojanz: Add action for deleting revisions.
  • Tweak the cancel user action.
  • #2136945 by stupiddingo: Increase size of the display values select field in the VBO dialog.
  • #1799484 by David_Rothstein, imp7, xurizaemon, jucallme, bojanz: Add an action to allow user accounts to be cancelled.
  • #2072057 by joachim: pass the handler object to adminOptionsForm().
  • Override the default maxlength of textfields in 'modify entity values', set it to 255 instead of 128.
  • #578618 by joel_osc: Add book actions.
  • #1782214 by prics, philipz: Modify action for fields with no language.
  • Use drupal_set_time_limit() instead of set_time_limit().
  • #1871702 by axel.rutz: Load a list of entity objects from a VBO View no longer works.
  • Remove extra t() whn unpacking translatables #1974228
  • Make custom operation labels translatable #1974228
  • #1864740 by Boobaa: Added Run action immediately when only one item can be selected.
Created by: bojanz
Created on: 23 Dec 2013 at 11:27 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases