This patch addresses two issues with the comment handling.
1) The RSS Handler unpacks a comment - this is no longer needed.
2) It does not correctly refer to the comment object when doing a check_markup()
3) it refers to the timestamp rather than created field
4) There are two sort fields called "Post Date", one of them is actually the changed column. This breaks the Post Date sort.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nicholasThompson’s picture

FileSize
2.29 KB

Do'h - included .svn entires ;)

dawehner’s picture

Status: Needs review » Needs work

+    $item->description = check_markup($comment->comment_body['und'][0]['value'], $comment->comment_body['und'][0]['format']);

We
We might better use here field_get_items

dawehner’s picture

Status: Needs work » Fixed

Commited it with the changed in #2

Status: Fixed » Closed (fixed)

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