+0

Thanks,
Marius

On 03/17/2011 08:31 PM, Thomas Mortagne wrote:
> Hi devs,
>
> I was looking at http://jira.xwiki.org/jira/browse/XWIKI-5336 and
> basically I'm like Jens, I don't understand why we are using creation
> date in feed plugin.
>
> So I'm proposing to change it for date (last version date).
>
> FYI I'm planning to change
>
>      protected Date getDefaultPublishedDate(Document doc, Map<String,
> Object>  params, XWikiContext context)
>      {
>          return doc.getCreationDate();
>      }
>
> to
>
>      protected Date getDefaultPublishedDate(Document doc, Map<String,
> Object>  params, XWikiContext context)
>      {
>          return doc.getDate();
>      }
>
> in com.xpn.xwiki.plugin.feed.SyndEntryDocumentSource
>
> WDYT ?
>
> Here is my +1.
>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to