01060: $LastModifiedSummary in pagelists doesn't work

Summary: $LastModifiedSummary in pagelists doesn't work
Created: 2009-01-08 07:22
Status: Closed
Category: Bug
From: Maxim?
Assigned:
Priority: 4
Version: 2.2.0-beta68
OS: Any

Description: $LastModifiedSummary isn't being parsed any more. Example: http://www.s mspower.org/cheats/ (had to add a space to avoid a bad word; look for "5 recently edited cheats"). See also green edit to http://www.pmwiki.org/wiki/PmWiki/PageVariables by "Petko"

Example

(:pagelist group=PITS order=-name name=01* count=5 fmt={$FullName}#pitsentry :)
(:if false:)
[[#pitsentry]]
(:template first:)
||width=* class='tabtable' style="font-size:smaller;" border=1
||!# ||!Status ||!%red%Last modified summary%% ||!Summary ||
(:template each:)
||[[{=$FullName}]] ||''{=$:Status}'' ||%red%{=$LastModifiedSummary}%% ||{=$:Summary} ||
[[#pitsentryend]]
(:ifend:)
#StatusLast modified summarySummary
PITS.01521OpenCountGlyphs for other pages and sections? (+776)CountGlyphs for other pages and sections?
PITS.01520Closed, added for 2.4.4$FmtV['$LinkRel'] = 'noreferrer nofollow'; (+579)prevent hyperlink referrer tracking
PITS.01519Closed, repliedalready committed, ChangeLog (+220)set focus to page markup code editing area
PITS.01518Closed (+69)Page name UTF-8 characters lost when login page used while creating new page
PITS.01517Opennot sure a third parameter is required (+2)extend $MultiFactorAuthFunction() with a 3rd Parameter or an array of name-value pairs

Seems to have been an artefact of the upgrade process? The template itself seems to have grown some [= tags. Maxim?