Releases for Views Bulk Operations (VBO)
views_bulk_operations 6.x-1.8
First released: September 10, 2009 - 04:13
Size: 34.59 KB
md5_file hash: f63816b17ea62832c9c36fa6176138d8
Last updated: September 10, 2009 - 04:16
* #561628: Filtering fails to clear cached selections
* Better checking for additional action permissions
* #487372: VBO breaks if views returns empty results with default values for exposed filters
* #522418: More rows exported than selected during the execution of the operation when using a Date filter
* #470252: Add bulk operations for taxonomy terms
* Removed hack to make job_queue work and fixed a permission issue
* #520522: "node_mass_update" fails under Batch API
* Stripped feed_icon from view
* Added extra permissions checking
* #487918: If grouping by a field, table headers get munged
* #490204: Error notices
* #490034: Missing actions
* #486470: Problem to set permissions with module actions_permissions when using multi language
* #483240: Need a way to disable the select all checkbox
* Added infrastructure to programmatically execute a VBO
views_bulk_operations 5.x-1.4
First released: May 20, 2009 - 18:56
Size: 18.16 KB
md5_file hash: 02dd4a0f31692e1d7555f8b32d94a621
Last updated: May 20, 2009 - 19:02
SECURITY FIX:
* Added node_access() check to prevent unauthorized users from modifying nodes
BUG FIXES:
* Removed single action special case and pre-selected single action in dropdown
* Fixed inclusion of local VBO actions
views_bulk_operations 6.x-1.7
First released: May 20, 2009 - 18:53
Size: 28.67 KB
md5_file hash: 7f416fe95d84c693d0bd8bab4d1138f8
Last updated: May 20, 2009 - 18:56
SECURITY FIX:
* Added node_access checks to prevent unauthorized users from modifying nodes
BUG FIXES:
* Heavy refactoring and fixing regression with Job Queue support
* Fixed support for cron actions in actions permissions
* Fixed regression with node saving
NEW FEATURES:
* Added support for 'aggregate' attribute
* Added {node,user}_operations support to actions_permissions
views_bulk_operations 6.x-1.6
First released: May 8, 2009 - 01:31
Size: 27.65 KB
md5_file hash: 56676bfc273d20ffd6d9b93b5901a414
Last updated: May 8, 2009 - 01:36
NEW FEATURES
* Support for large datasets: #420444: Performance on Large Data Sets
* Taxonomy action support for freetagging: #449804: Modify Node Taxonomy Terms, should support freetagging.
* CCK fields action: #358617: How to bulk edit cck fields?
* Profile fields action: #425740: php to bulk op. populate custom profile field
* User roles action: #322452: Add role options from user_user_operations
* Action access control: #366351: Add access control
* French translation: #422602: French translation (fr.po)
views_bulk_operations 6.x-1.5
First released: February 26, 2009 - 21:56
Size: 19.12 KB
md5_file hash: 823836a57b015cbdaf308d212e3609b0
Last updated: February 26, 2009 - 22:01
Whew! It's been a rocking time for VBO recently. More exposure, more usage, more bugs, more features: the fun never stops :-) Thanks to Growing Venture Solutions for supporting this release!
NEW FEATURES:
* Added action for arbitrary PHP scripting
* #203100: Add 'cancel' link to action configuration page
* #358963: checkboxes lose state if confirmation screen is enabled and user cancels or uses back button
* #379202: taxonomy action shows unapplicable vocabularies
* #362537: add support for rules
* #361990: Allow for custom confirmation screen
FIXES
* #369678: Using workflow actions results in PHP error
* #342378: Bulk operations operates on all nodes in nodes table when select all nodes in view is chosen
* #374771: The requested URL /subdir/node/4 was not found on this server.
* #375862: Undefined index: configurable in delete.action.inc
* #355862: PHP warnings
* #381838: Remove the use of the @ operator
* #365648: optionally hide header/footer/attachments on confirmation screen
* #383852: Using vbo actions with rules
* #363478: Compatibility with Drupal.attachBehaviors
* #362534: hook_object_info()
* #362563: actions violating module namespace!
views_bulk_operations 5.x-1.3
First released: February 4, 2009 - 19:04
Size: 17.87 KB
md5_file hash: 3734cf8e610c0c4efa6b603857e24bef
Last updated: February 4, 2009 - 19:05
This release fixes an XSS vulnerability. See DRUPAL-SA-CONTRIB-2009-005 - Views bulk operations - Cross site scripting for additional information.
views_bulk_operations 6.x-1.4
First released: February 4, 2009 - 19:02
Size: 17.36 KB
md5_file hash: dcab763ae8e027e4297435fbcc1bb97f
Last updated: February 4, 2009 - 19:05
This release fixes an XSS vulnerability. See DRUPAL-SA-CONTRIB-2009-005 - Views bulk operations - Cross site scripting for additional information.
NOTES:
* Your VBO settings for existing views might be corrupted after this upgrade. Please make sure to go to your views' settings and re-select the desired operations.
views_bulk_operations 5.x-1.2
First released: January 1, 2009 - 12:21
Size: 17.84 KB
md5_file hash: b73d69fe12af24222c0f02d69b8b142e
Last updated: January 1, 2009 - 12:25
* http://drupal.org/node/348593
* http://drupal.org/node/348229
* http://drupal.org/node/350723
* http://drupal.org/node/336887
* http://drupal.org/node/342267
* http://drupal.org/node/342378
* http://drupal.org/node/338647
* http://drupal.org/node/226385
* http://drupal.org/node/330177
* http://drupal.org/node/327046
views_bulk_operations 6.x-1.3
First released: January 1, 2009 - 12:17
Size: 17.01 KB
md5_file hash: 47a327267976a872ec61441d1c424a20
Last updated: January 1, 2009 - 12:20
* http://drupal.org/node/336887
* http://drupal.org/node/349965
* http://drupal.org/node/349921
* http://drupal.org/node/334566
* http://drupal.org/node/348147
* http://drupal.org/node/340664
* http://drupal.org/node/319616
* http://drupal.org/node/333445
* http://drupal.org/node/321273
views_bulk_operations 6.x-1.2
First released: October 10, 2008 - 03:57
Size: 14.44 KB
md5_file hash: c73b2af02669b02cd5b0e59b51cec9a6
Last updated: October 10, 2008 - 04:00
FEATURES:
* #317903 by jvandyk: added user operations for user views
FIXES:
* #318374 by moshe weitzman: fixed several NOTICE errors and a bug
* fixed default values for content view
views_bulk_operations 6.x-1.1
First released: October 4, 2008 - 02:41
Size: 14.32 KB
md5_file hash: e58bc2c0a9cac134c0d1acefd08892bd
Last updated: October 4, 2008 - 02:45
REQUIRES
* Views 6.x-2.0-rc3 or later
NEW FEATURES
* Supports non-node objects such as users and comments. User-defined objects can also be added via hook_object_info(), check views_bulk_operations_object_info() for details.
* Supports 'system' actions.
* Allows displaying actions as buttons instead of drop-down list.
FIXES
* Code cleanup
views_bulk_operations 6.x-1.0
First released: September 7, 2008 - 19:02
Size: 13.08 KB
md5_file hash: e743364599f81ce7776964e1fe17e65b
Last updated: September 7, 2008 - 19:05
First D6 release. Functionally equivalent to 5.x-1.1.
views_bulk_operations 5.x-1.1
First released: September 7, 2008 - 14:45
Size: 17.15 KB
md5_file hash: fb607b1f7638de998b0f2b15b59e06e7
Last updated: September 7, 2008 - 14:50
NEW FEATURES
* Allow selection across all pages
FIXES
* No limitation on number of nodes
* Two or more VBOs per page
views_bulk_operations 5.x-1.0
First released: July 25, 2008 - 07:40
Size: 15.86 KB
md5_file hash: 478cff2eb52f7fc1af1657530e9913be
Last updated: July 25, 2008 - 07:45
Happy 1st birthday VBO!
Major features since last Beta release:
* http://drupal.org/node/274499 - supports custom actions
* http://drupal.org/node/252848 - supports D6-style actions
Still to come:
* http://drupal.org/node/202431, http://drupal.org/node/253482 - avoid session bloating with large amounts of actions
* http://drupal.org/node/211538 - allow operation on *all* nodes across all pages
views_bulk_operations 6.x-1.x-dev
First released: July 24, 2008 - 21:00
Size: 39.44 KB
md5_file hash: baf179489bc1d212d8c912f0ce39e43c
Last updated: November 24, 2009 - 12:23
SINCE LAST RELEASE:
* Added argument_selector action
* Added infrastructure to programmatically execute a VBO
* Added action-defined permissions checking
* #483240: Need a way to disable the select all checkbox
* #486470: Problem to set permissions with module actions_permissions when using multi language
* #490034: Missing actions
* #490204: Error notices
* #487918: If grouping by a field, table headers get munged
* #508772: update.php fatal error in views_bulk_operations_update_6000()
views_bulk_operations 5.x-1.0-beta5
First released: February 20, 2008 - 20:12
Size: 14.74 KB
md5_file hash: 18d693963b59ea43053fffe600b5cd0c
Last updated: February 20, 2008 - 20:15
FIXED:
* http://drupal.org/node/224365
* http://drupal.org/node/217908
* http://drupal.org/node/202819
* http://drupal.org/node/216498
* http://drupal.org/node/204511
views_bulk_operations 5.x-1.0-beta4
First released: January 12, 2008 - 07:27
Size: 14.75 KB
md5_file hash: 763180c3268ca36bc3957855a9814ec0
Last updated: January 12, 2008 - 07:30
ISSUES FIXED:
* Problems with CVS branching and tagging. Currently HEAD serves D5. DRUPAL-5 branch is obsolete and will be removed soon.
* 197571 - warning on action confirmation page.
* 204291 - action configuration form being partially displayed on confirmation page
* 202213 - can't set operations in default admin view
* 200277 - Extra "select all rows" checkboxes added when no action selected
* 203091 - "select all" checkbox missing
* 196964 - pager menu appearing again in action configuration step
views_bulk_operations 5.x-1.0-beta3
First released: December 19, 2007 - 01:49
Size: 14.57 KB
md5_file hash: 5eaf658816f5334ace83f56fb27961ec
Last updated: December 19, 2007 - 01:50
Prior two beta releases were full of problems due to miscommunication between developers. Beta3 should actually work. I've tested it :)
Additional changes in this version:
* FIXED: Extra "select all rows" checkboxes added when no action selected (http://drupal.org/node/200277)
* CHANGED: Exception handling when invoking a VBO with no operations selected
* CHANGED: Tab named "Operations" instead of "Bulk"
views_bulk_operations 5.x-1.0-beta1
First released: December 12, 2007 - 06:58
Size: 14.81 KB
md5_file hash: 37a7601c475ee03853a1d614721b8493
Last updated: December 12, 2007 - 07:00
This release removes the dependency on the views selector patch. VBO is now 100% independent.
views_bulk_operations 5.x-1.x-dev
First released: October 29, 2007 - 22:25
Size: 18.19 KB
md5_file hash: 72dfef8eaaf41f7b82213f4828116193
Last updated: June 30, 2009 - 12:51
SINCE LAST RELEASE:
nothing yet
