You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <no...@atlassian.com> on 2007/09/08 17:56:29 UTC

[Roller-JIRA] Resolved: (ROL-1550) Atom Feed macro duplicates comments

     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-1550.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.0)

Already fixed in trunk for 4.0

Fixed in 3.1 branch for 3.1.1 RC3 release here:
URL: http://svn.apache.org/viewvc?rev=573862&view=rev


> Atom Feed macro duplicates comments
> -----------------------------------
>
>                 Key: ROL-1550
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1550
>             Project: Roller
>          Issue Type: Bug
>          Components: Macros
>    Affects Versions: 3.1
>            Reporter: Adam Gent
>            Assignee: David Johnson
>            Priority: Trivial
>             Fix For: 3.1.1
>
>
> The velocity feed file "feeds.vm" has the showCommentsAtom10 macro.
> That macro prints the comments out twice.
> Near the end of the showCommentsAtom10 macro you have:
> {code}
>         <content type="html">${content} $comment.content</content>
> {code}
> this should be
> {code}
>         <content type="html">${content}</content>
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira