Changes between Version 16 and Version 17 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Oct 30, 2009, 5:39:00 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v16 v17  
    66Version 0.2 provides also a long format which also includes the newest version number and links to the difference and the history as well as the last comment. This was requested by #4717.
    77
    8 The second macro provided by this package is `LastChangesBy` which prints the last changes made by the given user or the logged-in user if no username is given. 
     8The second macro provided by this package is `LastChangesBy` which prints the last changes made by the given user or the logged-in user if no username is given.
    99
     10This package now uses the AdvParseArgsPlugin which must also be installed.
    1011
    1112== Configuration ==
     
    7071}}}
    7172
     73Unwanted wiki ranges (e.g. `Trac*`) can be excluded by the `exclude=pattern` option which can be given multiple times.
     74The wildcards '`*`' (matches everything) and '`?`' (matches a single character) can be used in the pattern.
     75{{{
     76[[ListOfWikiPages(exclude=Trac*,exclude=abc?)]]
     77}}}
     78 
     79
    7280The resulting table looks like this (example links not functional) in the `long` format. The `short` format simply lacks the columns `Version`, `Diff`, `History` and `Comment`.
    7381
     
    94102
    95103[[LastChangesBy(...,order=reverse]]  # Lists the wikis in reverse order. Only really useful with few wikis or with `to`/`from`.
     104[[LastChangesBy(..,exclude=pattern]] # Excludes wikis matching `pattern`. Wildcards `*` and `?` are supported.
    96105}}}
    97106