From: Jeff D. <da...@da...> - 2002-01-12 00:01:42
|
On Fri, 11 Jan 2002 23:02:37 -0000 "Lawrence Akka" <la...@us...> wrote: > If there is more than one edit to a page on any given day, > RecentChanges only seems to show the most recent one. Is that > deliberate? Yes. That's the default behavior of most, if not all wikis everywhere. As everyone else has noted, you can change that behavior by adjusting the plugin arguments (and you can pass arguments to plugins via HTTP query args, e.g.: http://phpwiki.sf.net/phpwiki/RecentChanges?show_all=1 will give you what you want.) See http://phpwiki.sf.net/phpwiki/RecentChangesPlugin for more details. |