|
Archive /
LastChangeSummaryQuestionThe summary (the summary field on the edit page) of the last changes is available as a page variable?
Answer This capability is now built-in to PmWiki as of 2.1.beta23, via the {$LastModifiedSummary} page variable.
The recipe Attach:lastchangesummary.php adds the page variable {$LastChangeSummary}.
NotesInstallation:Download the script from above and place it in your cookbook directory. Then add include_once('cookbook/lastchangesummary.php'); in your local configuration (local/config.php).
Configuration:No configuration is necessary. Just install it and the {$LastChangeSummary} page variable will be available.
Use:Just use it as a normal page variable.
Examples:
Releases
CommentsHow do you use the See AlsoContributors
Category: Cookbook, Modules, Page Variables Superceded |