Tags:
create new tag
view all tags

Question

I would like to have a list of changed topics in a specific web like the the WebChanges but then refine my search and present only the topics that was changed by a specific Group only.

The first one is easy to do it by using a %SEARCH{...}% but i don't know how to do the second part of the problem.

To make my self clear, i want to be able to see topics that was changed or created by a user in the TWikiAdminGroup (or MyWebAdminGroup) for example but to not see topics that had a new revision because a user add a comment.

Thanks in advance.

Environment

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin, CommentPlugin
Server OS: Centos 4.4
Web server: Apache
Perl version: 5.8.5
Client OS: Win XP
Web Browser: Firefox or IE 7
Categories: Forms, Search

-- GeorgeVagenas - 05 Apr 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

I hope I'm wrong, but I don't think you can do this without writing a plugin- It may come later as SimpleFieldQueriesInMETASEARCH comes online though.

-- SvenDowideit - 24 Apr 2007

Assuming your admin group has a signature in every topic you could search for the names of the admin members. That could be a hardcoded regex search, sorted by date, such as %SEARCH{ "(UserA|UserB|UserC)" type="regex" nosearch="on" order="modified" reverse="on" limit="50" }%.

You could do a nested SEARCH where you find out the members of a group, then feed that into above search. See example of nested search at FormattedSearch.

-- PeterThoeny - 24 Apr 2007

Change status to:
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2007-04-24 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.