[Pmwiki-users] RecentChanges refers to .self

Patrick R. Michaud pmichaud at pobox.com
Mon Jan 24 08:33:42 CST 2005


On Mon, Jan 24, 2005 at 01:31:55PM +0100, Hochstrasser Benedikt wrote:
> Hi all,
> 
> I have set up an RSS feed for my page, fed via Main.AllRecentChanges.
> I noticed that Main.AllRecentChanges includes 'itself' which is a bit
> annoying because sometimes I want to remove unimportant changes from
> that RecentChanges list, thus updating AllRecentChanges.
> 
> Is there a way to stop "RecentChange" pages from showing up in
> RecentChanges?
> (I thought I'd ask before going after the source <g>)

For v1, in local/Main.AllRecentChanges.php, 

    $RecentChanges = array();

turns off RecentChanges processing for that page.

In v2, it's

    $RecentChangesFmt = array();

Pm



More information about the pmwiki-users mailing list