Ticket #923 (closed enhancement: fixed)

Opened 4 years ago

Last modified 2 years ago

no bulk delete option in link manager

Reported by: anonymousbugger Assigned to: 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 (1.6 kB) - added by tivac on 07/08/05 09:57:55.
Adds multiple link deletion
links-multi-delete-ajax.diff (4.5 kB) - added by westi on 11/02/05 21:26:21.
Updated patch with AJAX multidelete goodness

Change History

02/19/05 20:24:41 changed by anonymousbugger

  • Patch set to No.

06/30/05 04:27:34 changed by markjaquith

  • keywords set to bg|needs-patch.

07/08/05 09:57:55 changed by tivac

  • attachment link-manager.php.diff added.

Adds multiple link deletion

07/08/05 09:59:02 changed by tivac

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.

10/30/05 18:34:28 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

10/30/05 18:34:36 changed by westi

  • milestone set to 1.6.

10/30/05 18:35:38 changed by westi

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

11/02/05 21:26:21 changed by westi

  • attachment links-multi-delete-ajax.diff added.

Updated patch with AJAX multidelete goodness

11/02/05 21:28:02 changed by westi

  • keywords changed from bg|needs-patch to bg|has-patch.

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.

11/02/05 21:31:53 changed by westi

  • keywords changed from bg|has-patch to bg|has-patch bg|2nd-opinion.

11/05/05 12:25:55 changed by westi

  • keywords changed from bg|has-patch bg|2nd-opinion to bg|has-patch bg|2nd-opinion bg|squashed.

I squashed this a few days early

11/17/05 01:28:40 changed by matt

  • milestone changed from 1.6 to 2.1.

09/26/06 01:20:07 changed by foolswisdom

  • keywords changed from bg|has-patch bg|2nd-opinion bg|squashed to has-patch 2nd-opinion bg|squashed.

Westi, is this still relevant and up to date?

09/26/06 04:22:25 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to fixed.

/trunk/ has bulk delete now.