Bachir Soussi Chiadmi b38c8e71d1 updated core and some modules 7 лет назад
..
actions b38c8e71d1 updated core and some modules 7 лет назад
css b38c8e71d1 updated core and some modules 7 лет назад
js b38c8e71d1 updated core and some modules 7 лет назад
plugins 8416e3eea1 uppdated modules 7 лет назад
views b38c8e71d1 updated core and some modules 7 лет назад
LICENSE.txt 8416e3eea1 uppdated modules 7 лет назад
README.txt eeba51cea6 initial commit of starter install drupal 7 9 лет назад
actions_permissions.info b38c8e71d1 updated core and some modules 7 лет назад
actions_permissions.module eeba51cea6 initial commit of starter install drupal 7 9 лет назад
views_bulk_operations.api.php eeba51cea6 initial commit of starter install drupal 7 9 лет назад
views_bulk_operations.drush.inc b38c8e71d1 updated core and some modules 7 лет назад
views_bulk_operations.info b38c8e71d1 updated core and some modules 7 лет назад
views_bulk_operations.install eeba51cea6 initial commit of starter install drupal 7 9 лет назад
views_bulk_operations.module b38c8e71d1 updated core and some modules 7 лет назад
views_bulk_operations.rules.inc b38c8e71d1 updated core and some modules 7 лет назад

README.txt

Views Bulk Operations augments Views by allowing bulk operations
(provided by Drupal core or Rules) to be executed on the displayed rows.
It does so by showing a checkbox in front of each displayed row, and adding a
select box on top of the View containing operations that can be applied.

Getting started
-----------------
1. Create a View.
2. Add a "Bulk operations" field, available to all entity types.
3. Configure the field by selecting at least one operation.
4. Go to the View page. VBO functionality should be present.

Read the full documentation at http://drupal.org/node/1591342.