SID-02492: Topic revision history
| Status: |
Answered |
TWiki version: |
6.1.0 |
Perl version: |
Perl 5, version 16, subversion 3 (v5.16.3) |
| Category: |
CategoryPlugins |
Server OS: |
Red Hat Enterprise Linux Server release 7.9 (Maipo) |
Last update: |
3 years ago |
How can I export latest topic revision history for each web and topic. is there any plugin or way to get the details in excel or any other format.
Basically I want to know the last accessed/ update date for each topic
--
Anwar Ahmed - 2022-04-05
Discussion and Answer
You can create a
FormattedSearch to return a list of topics with last update date. TWiki does not record the last access date, although you could scan the llogs for that.
Example formatted search for the latest 10 topics in this web:
--
Peter Thoeny - 2022-04-06
Thanks Peter.
--
Anwar Ahmed - 2022-04-13
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.