Log in with username/password: lyceum/lyceum

Ticket #781 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Can't delete posts, comments, pages, link categories, links, or comments awaiting moderation

Reported by: bthale Assigned to:
Priority: high Milestone: 1.0
Keywords: ajax delete javascript Cc:

Description

The links to delete posts, comments, link categories, links, and comments awaiting moderator attention on the appropriate management page all rely on an AJAX process that is broken. The attached patch replaces the AJAX processing with a simple, synchronous link to the server. In the process, the wp-includes/js/tw-sack.js and wp-admin/list-manipulation.js files are now unnecessary and removed. Several bugs with link category processing are also resolved.

Attachments

category_part4.diff (21.9 kB) - added by bthale on 04/12/07 18:59:22.
Patch to fix deletion of posts, comments, pages, links, and link categories

Change History

04/12/07 18:59:22 changed by bthale

  • attachment category_part4.diff added.

Patch to fix deletion of posts, comments, pages, links, and link categories

04/12/07 19:01:58 changed by bthale

  • summary changed from Can't delete posts, comments, link categories, links, or comments awaiting moderation to Can't delete posts, comments, pages, link categories, links, or comments awaiting moderation.

Page deletion also fixed.

08/11/07 13:30:50 changed by jjb

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

[1042]

I fixed the ajax instead of replacing it.

Bryan-

Was the problem that you couldn't delete, or that the delete buttons were not prompting for confirmation? I only experienced the latter.

Log in with username/password: lyceum/lyceum