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.

Comments

anders.fajerson’s picture

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.

gábor hojtsy’s picture

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.

hunmonk’s picture

Status: Needs work » Needs review
StatusFileSize
new2.74 KB

attached has been adjusted according to your request.

catch’s picture

Status: Needs review » Reviewed & tested by the community

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

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Great, thanks, committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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