The RecentChangesPlugin is a JSPWikiPlugin that inserts the latest page changes in order.

Parameters: #

  • since=n : show changes from the last n days.
  • format=(full|compact) : if "full", then display a long version with all possible info. If "compact", then be as compact as possible.

Example#

The following example inserts the changes from the past 2 days in a full format.

 
[{RecentChangesPlugin since=2, format=full}] 
And here they are:


Here is the same list in compact format:


See: JSPWikiCorePlugins
Category.Plugins