From: Carsten K. <car...@ma...> - 2002-01-11 23:05:52
|
I just noticed this yesterday too, but I found a way to overcome it. See http://phpwiki.sourceforge.net/phpwiki/AllRecentChanges <?plugin RecentChanges days||=2 show_all||=1 ?> I would prefer this as the default behaviour for RecentChanges too, so when two people edit the same page on the same day you can see both in RecentChanges. (By comparison, RecentEdits uses: <?plugin RecentChanges days||=2 show_all| |=1 show_minor=1?>) Note that the ||= for variable substitution only works for one variable at this time (used by Show changes for: 1 day, etc.) No idea how to fix that one though. Carsten On Friday, January 11, 2002, at 06:02 pm, Lawrence Akka wrote: > Don't know if this is a feature or a bug (re 1.3.2) > > 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? > > Lawrence |