AutomaticSummary does not reflect changes to summarised pages
And please describe the problem below:
AutomaticSummary, if only set to summarise new pages (the default), does not update itself to reflect changes in the text of summarised pages. For instance, editing the news item on the front page of this wiki does not result in a corresponding change in the Latest News page and therefore doesn’t result in a change on the home page.
And if you have any suggestions for the cause or a fix, please put it below:
Add this line to the render_summary_of_page method of AutomaticSummary in soks/lib/helpers/default-helpers.rb
def render_summary_of_page( page )
> page.is_inserted_into(@wiki.page( name ))
content = "<div class='subpage'>"
Note that this worsens the Bug: Page.inserted_into is never purged
Fixed in v1-0-1
Edit this page or
watch for changes using RSS.