Fixed Bug: RSS feed shows oldest 15 revisions (not newest!)

The RSS feed only includes 15 items (in order to meet with the standard as I understand it). Unfortunately when the number of revisions > 15 it only shows the oldest revisions. Dopey.

Fixed in v0-0-4

Fix is in templates/default/views/Page_rss.rhtml

Replace for revision in page.revisions with page.revisions.reverse_each do |revision|
Edit this page or watch for changes using RSS.