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.01491OpenCookbook:International PTVs (+178)enable diacritics in the names of Page Text Variables?
PITS.01490Closed - workaroundre: pmtoken, Status: Closed - workaround (+162)Save/Cancel after page edit causes "internal server error" depending on page content
PITS.01489Closed, fixed for 2.3.22Thanks, fixed for 2.3.22 (+4) (+291)Crash in PageVar function if $FmtPV[$var] yields empty string
PITS.01488Closed, fixed for 2.3.22Closed, fixed for 2.3.22 (+98)PHP 8.1 logs deprecation and warning...
PITS.01487Closed, repliedClosed, replied (+9)Custom GUI edit buttons duplicating

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