PiRSquared17 / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 1 forks source link

Add support for discussion archives #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In addition to the current discussion page for each article there can be 
multiple discussion page archives, if the article is heavily discussed. We have 
to add support for these archives, so that the default access methods for 
discussions returns the current and all archived discussions.

Original issue reported on code.google.com by oliver.ferschke on 11 Apr 2011 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 11 Apr 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Added methods for obtaining article archives in revision 210:

getDiscussionArchives(Page articlePage)
getDiscussionArchives(int articlePageId)
getDiscussionArchives(String title)

Returns Iterable<Page> containing all archived discussion pages (but NOT the 
most current page - which can be obtained with getDiscussionPage(...) )

Original comment by oliver.ferschke on 25 May 2011 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:24