21 Mar
2011
21 Mar
'11
10:35 a.m.
+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.