2008-07-21 13:31:57 +02:00
|
|
|
[[!template id=plugin name=recentchanges core=1 author="[[Joey]]"]]
|
2008-01-29 05:56:26 +01:00
|
|
|
|
|
|
|
This plugin examines the [[revision_control_system|rcs]] history and
|
|
|
|
generates a page describing each recent change made to the wiki. These
|
|
|
|
pages can be joined together with [[inline]] to generate the
|
|
|
|
[[RecentChanges]] page.
|
|
|
|
|
2008-01-29 21:51:32 +01:00
|
|
|
Typically only the RecentChanges page will use the pages generated by this
|
|
|
|
plugin, but you can use it elsewhere too if you like. It's used like this:
|
2008-01-29 05:56:26 +01:00
|
|
|
|
2008-07-21 13:46:35 +02:00
|
|
|
\[[!inline pages="internal(recentchanges/change_*)"
|
2008-01-29 21:05:49 +01:00
|
|
|
template=recentchanges show=0]]
|
2008-01-29 23:16:51 +01:00
|
|
|
|
|
|
|
Here's an example of how to show only changes to "bugs/*".
|
|
|
|
This matches against the title of the change, which includes a list of
|
|
|
|
modified pages.
|
|
|
|
|
2008-07-21 13:46:35 +02:00
|
|
|
\[[!inline pages="internal(recentchanges/change_*) and title(*bugs/*)"
|
2008-01-29 23:16:51 +01:00
|
|
|
template=recentchanges show=0]]
|
|
|
|
|
|
|
|
Here's an example of how to show only changes that Joey didn't make.
|
|
|
|
(Joey commits sometimes as user `joey`, and sometimes via openid.)
|
|
|
|
|
2008-07-21 13:46:35 +02:00
|
|
|
\[[!inline pages="internal(recentchanges/change_*) and
|
2008-01-29 23:16:51 +01:00
|
|
|
!author(joey) and !author(http://joey.kitenet.net*)"
|
|
|
|
template=recentchanges show=0]]
|