PITS /
00997: Updated pages not shown in feeds
Summary: Updated pages not shown in feeds
Created: 2007-12-11 16:46
Status: Open
Category: Feature
From: Tallak Tveide?
Assigned:
Priority: 3
Version: 2.1.27
OS: Hosted?
Description: When I update a page I would like it to be shown in my Atom/RSS feed. I fixed this quite easily in my installation by modifying the feeds.php file like this:
'id' => '{$PageUrl$ItemISOTime}',
Ie. the date and name of the page makes the id of a feed item, not only the page name like before.
The existing version only shows new pages in the feed.