Small usability enhancement to get quickly a recent changes list of "my activities" in the current web. Add this to to
WebLeftBarPersonalTemplate:
Written as:
[[%SCRIPTURL{search}%/%INCLUDINGWEB%/?search=%WIKINAME%][My %INCLUDINGWEB% activities]]
Hmm, where did the "My links" section go in the left bar?
--
PTh
Sensible. Not to be confused with Amazon's "The page you made" that lists
visited pages... But that will not be a big problem.
You have to limit the number of results though. Then I would add a link "All my [Web] activities" that links to a search page with all results.
"My links" is in
TWiki.WebLeftBarPersonalTemplate.
AC
Good point on not showing all. Commited, SVN 8213, with URL
%SCRIPTURL{search}%/%INCLUDINGWEB%/?search=%WIKINAME%;order=modified;limit=50;reverse=on
to show 50 most recent changes with one's name on.
I find the 50 most recent changes "good enough". If someone feels like adding some extra logic for the complete list, open a new bug item.
--
PTh
I thought you were suggesting to put a small list (10 or so) in the left bar.
AC
No, that would impact the performance in a negative way. It's once click away, same as recent changes.
--
PTh