Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
42.76 KB
MD5: 9c80c378576571607af80f578d0a732d
SHA-1: 2f65bb32a850d67053c8d5d8f2f81ca18101f907
SHA-256: 734f21b1403dae54e12d1208ee0437ce09cfeeeb5638adb44de011c7659be9da
Download zip
55.37 KB
MD5: df8f71b3849c249c1b624529b6f589d3
SHA-1: ec69ae837df675c2a69fa2dd33ab61738f04a93c
SHA-256: a5168528c581facf549381666e791a016e3be9f9dcf74430cc9895cd7c88bc2e
Release notes
Note that "merge single action" mode has been removed due to bugginess. You will need to stay with VBO 7.x-3.0-RC1 or implement an alternative solution for now. Alternatives will be investigated for the next release (3.1)
Changes since 7.x-3.0-rc1:
- #1782662 by mikeytown2: Notice: Undefined index: HTTP_USER_AGENT in views_bulk_operations_form()
- #1781070 by Artusamak: Cache the list of operations available.
- #1679124 by marcusx: Fixed Confirmation page is missing count value in front of affected values in plural form.
- #1784772 by skipyT: Fixed Select all display bug.
- #1784884 by aaronbauman: Added Implement token dialog.
- Cleanup option update code, pass the right options array to views_bulk_operations_get_applicable_operations().
- #1688184: Fix 'Notice: Undefined property: view::style_plugin in views_bulk_operations_handler_field_operations->label'
- Revert "Issue #1688184 by OnkelTem: Fixed Change checking of 'style_plugin()' in views_bulk_operations_handler_field_operations()->label()."
- #1402536 by bojanz: Swap operations selection with form configuration.
- #1688184 by OnkelTem: Fixed Change checking of 'style_plugin()' in views_bulk_operations_handler_field_operations()->label().
- #1619878 by damiankloip | mbouchard58: Fixed List of VBO views includes disabled views.
- #1615100: Undefined index: bundle keys.
- Update the README, documentation has been moved to drupal.org
- #1286718 by damiankloip, bojanz: Add hook_views_bulk_operations_form_alter().
- #1561472 by damiankloip: Fixed Not all entities have bundle keys.
- #1421666 by damiankloip, bojanz: The 'modify entity values' action should respect the views bundle filter if it exists
- Fix the 'Modify Entity Values' issues #1515340 and #1515168 caused by sloppy token handling code.
- Misc cleanup.
- #1416642: Restore rules components permission support
- #1484624 by KelvinWong: Permission of admin_content should be 'administer nodes' not 'administer content'.
- #1372806: Fix access handling of the 'Execute arbitrary PHP script' action.
- #1477108: Make VBO compatible with other Views Form handlers on the same View.
- #1477124: Remove 'merge single action' mode. Users relying on this behavior should implement a custom Views Form handler instead.
- #1460154: Incorrect form values selected for operations.
- Remove workaround for Views versions older than 7.x-3.0-RC3. Use override_url (introduced in Views 7.x-3.0-RC3) instead of override_path when embedded and in blocks, fixing incorrect urls in certain situations.
- #1450886: 'Modify entity values' not setting #required => FALSE for hidden fields.
- Tweak Queue API usage for better interoperability with Advanced Queue.
- #1462396 by mkadin, bojanz: Missing dom_id parameter in admin settings form call.
- #1447222: When using 'modify entity values' appending fails for entities with empty fields.
- #1450228 by anamoldovan, bojanz: Modify action doesn't work for entities without bundles.
- #1402510: VBO fails when trying to load selected rules components that have been deleted from the system.