[pmwiki-users] Better support for minor changes

Roman romat2 at gmail.com
Tue Oct 31 11:14:06 CST 2006


>
>  Is there any way to set it up so that we can have two links to pick from
> -- one that shows all changes, and one that shows only the non-minor ones?
>

What about this?

if (@$_POST['diffclass'] != 'minor')
  $RecentChangesFmt['$SiteGroup.MajorRecentChanges'] =
$RecentChangesFmt['$SiteGroup.AllRecentChanges'];

and then add link to new $SiteGroup.MajorRecentChanges page.

Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20061031/7db5b140/attachment.html 


More information about the pmwiki-users mailing list