|
Cookbook /
RecentUploadsLog-TalkSummary: Discussion of RecentUploadsLog
Version: 2009-09-03
From PmWiki version 2.2.6 this recipe is included in the core,
this means if you were using the recipe in version 2.2.5 or earlier you need to remove from if(@$_REQUEST['action'] == 'postupload') { include_once("$FarmD/cookbook/recentuploads.php");}
and replace it with all or some of the lines $RecentUploadsFmt['$Group.RecentUploads'] =
'* [[{$Group}/{$Name}]]/[[(Attach:{$Group}.{$Name}/)$upname]]'
.' . . . $CurrentTime $[by] $AuthorLink ($upsize bytes)';
$RecentUploadsFmt['$Group.RecentChanges'] =
'* [[{$Group}/RecentUploads]] . . . $CurrentTime $AuthorLink :'
.' [[{$Group}/{$Name}]]/[[(Attach:{$Group}.{$Name}/)$upname]] ($upsize bytes)';
$RecentUploadsFmt['$SiteGroup.AllRecentChanges'] =
'* [[{$Group}.RecentUploads]] . . . $CurrentTime $AuthorLink :'
.' [[{$Group}/{$Name}]]/[[(Attach:{$Group}.{$Name}/)$upname]] ($upsize bytes)';
I'd suggest as an improvement that consideration should be given to
thanks, simon October 16, 2009, at 11:52 PM Hello. Pm opposed to making this recipe "on" by default, he agreed to allow this function only if it didn't change the PmWiki defaults. Making it easier to install could be possible though, like OK, perhaps best to leave the way it is, although providing Talk page for the Recent Uploads Log recipe (users). |