Closed (fixed)
Project:
Bulk Delete
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2010 at 14:50 UTC
Updated:
13 Feb 2011 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
kars-t commentedWe start to convert it now at #cococodesprint
Comment #2
kars-t commentedDone! :D
Thanks drupalexio!
Comment #3
webflo commentedTake advantage of drupal 7 api functions. d7 has node_multiple_delete. http://api.drupal.org/api/drupal/modules--node--node.module/function/nod...
Replace bulkdelete_node_delete_standard with node_delete_multiple. Patch is attached.
Comment #4
kars-t commented#995522 by webflo: Drupal 7 optimizations