Ticket #923 (closed enhancement: fixed)

Opened 7 years ago

Last modified 2 years ago

no bulk delete option in link manager

Reported by: anonymousbugger Owned by: westi
Priority: normal Milestone: 2.1
Component: General Version: 1.5
Severity: normal Keywords: has-patch 2nd-opinion bg|squashed
Cc:

Description

Would be nice if the bulk edit also had an option to select multiple links and *then* press delete rather than having to delete each one individually

Attachments

link-manager.php.diff Download (1.6 KB) - added by tivac 7 years ago.
Adds multiple link deletion
links-multi-delete-ajax.diff Download (4.5 KB) - added by westi 6 years ago.
Updated patch with AJAX multidelete goodness

Change History

  • Patch set to No
  • Keywords bg|needs-patch added

tivac7 years ago

Adds multiple link deletion

Added a new submit button on the bottom: "Delete Selected". Pops up javascript confirmation box very similar to individual delete, then deletes all selcted links.

  • Owner changed from anonymous to westi
  • Status changed from new to assigned
  • Milestone set to 1.6

Initial patch works ok but needs modifying to use builtin functions for delets. Working on better wp-intergration and ajaxy niceness

westi6 years ago

Updated patch with AJAX multidelete goodness

  • Keywords bg|has-patch added; bg|needs-patch removed

I updated the original patch to be 1.6 compatible and implemented the necessary AJAX stuff on top of the link-management stuff already there to support multidelete via AJAX and non-AJAX methods.

  • Keywords bg|2nd-opinion added
  • Keywords bg|squashed added

I squashed this a few days early

  • Milestone changed from 1.6 to 2.1
  • Keywords has-patch 2nd-opinion added; bg|has-patch bg|2nd-opinion removed

Westi, is this still relevant and up to date?

  • Status changed from assigned to closed
  • Resolution set to fixed

/trunk/ has bulk delete now.

Note: See TracTickets for help on using tickets.