This patch introduces link anchors on the history page, using the timestamps (seconds since epoch). It also sets a $CurrentTimestamp variable which can be used in formats. This allows to change the RecentChanges pages to create direct links to particular changes, by adding the following to local/config.php: $RecentChangesFmt['$SiteGroup.AllRecentChanges'] = '* [[$Group.$Name]] ([[$FullName?action=diff#$CurrentTimestamp|diff]]) . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]'; $RecentChangesFmt['$Group.RecentChanges'] = '* [[$Group/$Name]] ([[$FullName?action=diff#$CurrentTimeTimestamp|diff]]) . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]'; Note: It might be nice to change $DiffStartFmt to also include a link to a particular change, to allow easier linking. Johannes Winkelmann, http://jw.smts.ch --- scripts/pagerev.php.orig 2006-08-11 07:59:45.000000000 +0200 +++ scripts/pagerev.php 2006-08-11 09:05:56.000000000 +0200 @@ -24,7 +24,7 @@
$DiffMinorFmt - $DiffSourceFmt
"); SDV($DiffStartFmt," -