Re: [pmwiki-users] RecentChanges cleanup

2007-06-03 Thread Roman
On 6/3/07, Christophe David [EMAIL PROTECTED] wrote: Is there a way to specify the number of days the RecentChanges pages report changes ? I'm not sure if this is what you're referring to, but here goes. From the config.php file: ## $DiffKeepDays specifies the minimum number of days

Re: [pmwiki-users] RecentChanges cleanup

2007-06-03 Thread Christophe David
parsing code would have to match this format. If you need to have a list limited by date you could use dynamically created pagelist: (:pagelist order=-time if=date {(ftime %F -7days)}..{(ftime %F today)} @{=$LastModifiedTime} fmt=#YourListFormat:) where $LastModifiedTime is a page variable

Re: [pmwiki-users] RecentChanges cleanup

2007-06-03 Thread Patrick R. Michaud
On Sun, Jun 03, 2007 at 10:04:43AM +0200, Christophe David wrote: Is there a way to specify the number of days the RecentChanges pages report changes ? I like having a long revision history ($DiffKeepDays), but I find the RecentChanges pages often show more than I would like. It would

[pmwiki-users] RecentChanges cleanup

2007-06-01 Thread Christophe David
Is there a way to specify the number of days the RecentChanges pages report changes ? Christophe ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] RecentChanges cleanup

2007-06-01 Thread Ian MacGregor
On Friday 01 June 2007 6:31:40 am Christophe David wrote: Is there a way to specify the number of days the RecentChanges pages report changes ? I'm not sure if this is what you're referring to, but here goes. From the config.php file: ## $DiffKeepDays specifies the minimum number of days to

Re: [pmwiki-users] RecentChanges cleanup

2007-06-01 Thread Roman
On 6/1/07, Christophe David [EMAIL PROTECTED] wrote: Is there a way to specify the number of days the RecentChanges pages report changes ? AFAIK, you can only limit number of lines, e.g. $RCLinesMax=300; Roman ___ pmwiki-users mailing list