Download & Extend

Usability: show node title on comment admin overview page

Project:Drupal core
Version:6.x-dev
Component:comment.module
Category:feature request
Priority:critical
Assigned:hunmonk
Status:closed (fixed)

Issue Summary

attached patch adds a 'Posted in' column to the table at admin/content/comment.

this is especially important now that issue followups are going to be comments, because the issue comment subjects themselves provide no contextual information (#1, #2, etc).

tested the display for published and unpublished comments, and the table sorting by node title -- all seems to be working perfectly.

AttachmentSizeStatusTest resultOperations
comment_admin_post_title.patch2.71 KBIgnored: Check issue status.NoneNone

Comments

#1

Status:needs review» reviewed & tested by the community

This is definitely valuable information. Patch applies, code looks sane to me and works as expected. Being brave here and setting as RTBC.

#2

Status:reviewed & tested by the community» needs work

I would rather alias "title" as "node_title" or something along these lines in the query and use it under that name later. The "subject" of comment and the "title" of the node can be quite confusing this way. Otherwise the functionality and implementation looks good to me.

#3

Status:needs work» needs review

attached has been adjusted according to your request.

AttachmentSizeStatusTest resultOperations
comment_admin_post_title_0.patch2.74 KBIgnored: Check issue status.NoneNone

#4

Status:needs review» reviewed & tested by the community

Very welcome improvement. Patch applies, works great and addresses Gabor's comments, so RTBC.

#5

Status:reviewed & tested by the community» fixed

Great, thanks, committed.

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

nobody click here