
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/18/2007 1:18:52 PM |
| -74.15.253.150 |
![]() |
List all versions |
Related Topics
Recent changes are available at the click of a button. To see what's been going on, click on Recent Changes on the right-side (or left-side) menu. This will show a list of topics that have been changed, sorted with the most recent changes first.
Taken from AnnoyingThingsAboutWiki
| I wish there were some easy/obvious way to get RecentChanges list via WikiTalk. For small intranet it would be very useful to put into one of the borders list of recently changed topics filtered != current viewer 1 |
1 How about this then:
@@namespace.Topics.SortBy{ each |
DateTime.Now.SpanBetween(each.LastModified) }.Snip(10).Collect{ each |
[ " * ", Presentations.Link(federation.LinkMaker.LinkToTopic(each.Fullname), each.Name), Newline ]
}
@@
Which gives:
It wouldn't take much to extend this further to display it in a table with the LastModified date or whatever else you want. -- DerekLakin [23-Feb-2005]
I tried to run this through blade.aspx and received error. Try it
You're missing the &properties part of the url. This seems to work just fine: http://www.flexwiki.com/blade.aspx?topics=RecentChanges&properties=_Body