[pmwiki-users] Showing more information on AllRecentChanges

Mildiner, Melvyn Melvyn.Mildiner at verint.com
Sun Jul 15 09:33:19 CDT 2007


I'd like to show more information on my recent changes page.

 

 

MY CURRENT USAGE:

 

I have a "50 recent changes" page which works with one line of code:

 

(:pagelist trail=3DSite.AllRecentChanges group=3D-PmWiki,-Help

fmt=3D#recentchanges:)

 

 

 

My Site.LocalTemplates page includes the following:

 

fmt=#recentchanges

 

recent changes in table format

 

[[#recentchanges]]

 

(:if equal {<$Group}:)

 

(:table class=forum width=100% cellpadding=0px cellspacing=4px :) 

 

(:cell class=messagehead width=40% :)%thd%'''Page'''

 

(:cell class=messagehead width=22% :)%thd%'''Last Modified'''

 

(:cell class=messagehead width=18% :)%thd%'''By'''

 

(:cell class=messagehead width=20% :)%thd%'''Summary'''(:if exists
{=$FullName} :)

 

(:cellnr class=messageitem :)[[{=$FullName}|+]] 

 

(:cell class=messageitem :){=$LastModified}

 

(:cell class=messageitem :){=$LastModifiedBy} 

 

(:cell class=messageitem :){=$ChangeSummary}

 

(:if equal {>>$Group}:){$$PageCount}

 

(:tableend:)(:if:)

 

[[#recentchangesend]]

 

 

 

    

CHANGES I'D LIKE TO IMPLEMENT:

 

1. The "Summary" column doesn't work and displays nothing. 

 

2. When User A creates a page and then User B edits it, the only change
shown is that User B edited the page. I want ALL edits to be listed. I
found the recipe "AllRecentChanges" and inserted this code into my

config.php:

 

## Log per-author edits to Site.AllRecentChangesPerAuthor

 

$RecentChangesFmt['Site.AllRecentChangesPerAuthor'] =

 

'* [[{$FullName}]] $[by] $AuthorLink  . . . $CurrentTime:
[=$ChangeSummary=]';

 

 

I can't see a significant change on my "50 recent changes" page. I want
to show ALL edits made to a page and also group the edits by author as
appropriate (successive edits of a page by a single author to be shown
as a single record).

 

 

Regards and thanks in advance,

 

Melvyn



__________________________________________________________________________________________
This electronic message contains information from Verint Systems, which may be privileged and confidential. 
The information is intended to be for the use of the individual(s)or entity named above. 
If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. 
If you have received this electronic message in error, please notify us by replying to this email (1).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20070715/e3652d30/attachment.html 


More information about the pmwiki-users mailing list