[pmwiki-users] Better support for minor changes
Patrick R. Michaud
pmichaud at pobox.com
Tue Oct 31 09:42:42 CST 2006
On Tue, Oct 31, 2006 at 09:28:09AM -0500, Michael_Paulukonis at divintech.com wrote:
> Look like nobody followed up on this one; I also have a question -- how to
> hide/remove the "Minor changes" from the "AllRecentChanges" window.
Try the following in config.php:
if (@$_POST['diffclass'] == 'minor')
unset($RecentChangesFmt['$SiteGroup.AllRecentChanges'];
This will cause any minor changes post to not be displayed in
Site.AllRecentChanges .
Pm
More information about the pmwiki-users
mailing list