Ticket #2786 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

when you delete a post with a comment

Reported by: Denis-de-Bernardy Assigned to: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.0
Severity: normal Keywords: has-patch 2nd-opinion needs-testing
Cc:

Description

the ajax script that refreshes teh post list does not refresh the comment list.

Attachments

2786.diff (15.6 kB) - added by mdawaffe on 06/05/06 21:04:26.
2786b.diff (17.0 kB) - added by mdawaffe on 06/05/06 21:13:08.
Better patch.

Change History

06/05/06 21:04:26 changed by mdawaffe

  • attachment 2786.diff added.

06/05/06 21:12:44 changed by mdawaffe

2786.diff - Ignore. Missing hunks.

2786b.diff

  1. Update Awaiting Moderation # on deletion of unapproved comment.
  2. When viewing only one post from edit.php, delete comment list when that one post is ajax-deleted (depends on $_GETc? being set).
  3. Give all comment lists id='the-comment-list' to make supplementary JS a little easier.
  4. Make list-manipulation work better with multiple list on one page.
  5. Fix bug in list-manipulation when deleting items.

Will need to make sure the changeset strings set in script-loader.php are correct.

06/05/06 21:13:08 changed by mdawaffe

  • attachment 2786b.diff added.

Better patch.

06/05/06 21:13:45 changed by mdawaffe

  • keywords set to has-patch 2nd-opinion needs-testing.

06/06/06 04:14:13 changed by ryan

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

(In [3847]) List manipulation improvements from mdawaffe. fixes #2786