Changes between Version 22 and Version 23 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Apr 2, 2015, 12:32:49 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v22 v23  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = List all Wiki Pages with Author and Last Changed Date =
    32
    4 == Description ==
     3= List all Wiki Pages with Author and Last Changed Date
     4
     5== Description
    56
    67The macro `ListOfWikiPages` prints a table of all (user generated, i.e. non-trac-default) wiki pages with last changed date and author as requested in Request-a-Hack #2427.
     
    910The 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.
    1011
    11 This package now uses the AdvParseArgsPlugin which must also be installed.
     12This package now uses the AdvParseArgsPlugin, which must also be installed.
    1213
    13 == Configuration ==
     14== Bugs/Feature Requests
     15
     16Existing bugs and feature requests for ListOfWikiPagesMacro are
     17[query:status!=closed&component=ListOfWikiPagesMacro&order=priority here].
     18
     19If you have any issues, create a [/newticket?component=ListOfWikiPagesMacro&owner=martin_s new ticket].
     20
     21[[TicketQuery(component=ListOfWikiPagesMacro&group=type,format=progress)]]
     22
     23== Download and Source
     24
     25Download the [download:listofwikipagesmacro zipped source], check out [/svn/listofwikipagesmacro using Subversion from here], or [source:listofwikipagesmacro browse the source] with Trac.
     26
     27== Installation / Configuration
     28
    1429Put the following into your `trac.ini` configuration file:
    15 {{{
     30{{{#!ini
    1631[components]
    1732traclistofwikipages.* = enabled
     
    2641}}}
    2742
    28 == Bugs/Feature Requests ==
     43== Examples
    2944
    30 Existing bugs and feature requests for ListOfWikiPagesMacro are
    31 [query:status!=closed&component=ListOfWikiPagesMacro&order=priority here].
     45=== !ListOfWikiPages
    3246
    33 If you have any issues, create a [/newticket?component=ListOfWikiPagesMacro&owner=martin_s new ticket].
    34 
    35 == Download and Source ==
    36 
    37 Download the [download:listofwikipagesmacro zipped source], check out [/svn/listofwikipagesmacro using Subversion from here], or [source:listofwikipagesmacro browse the source] with Trac.
    38 
    39 == Examples ==
    40 
    41 === !ListOfWikiPages ===
    4247You can use the `ListOfWikiPages` macro like this:
    4348{{{
     
    4651[[ListOfWikiPages(format=long)]]        # long format (new v0.2)
    4752}}}
     53
    4854which prints a table of all wiki pages, or with a list of wiki pages:
    4955{{{
     
    7783[[ListOfWikiPages(exclude=Trac*,exclude=abc?)]]
    7884}}}
    79  
    8085
    8186The 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`.
     
    8691}}}
    8792
     93=== !LastChangesBy
    8894
    89 === !LastChangesBy ===
    9095This macro prints a table similar to the one above only with the ''By'' column missing and the author name in the table head.
    9196{{{
     
    112117}}}
    113118
    114 == Recent Changes ==
     119== Recent Changes
    115120
    116121[[ChangeLog(listofwikipagesmacro, 3)]]
    117122
    118 == Author/Contributors ==
     123== Author/Contributors
    119124
    120125'''Author:''' [wiki:martin_s] [[BR]]
    121 '''Maintainer:''' [wiki:martin_s] [[BR]]
     126'''Maintainer:''' [[Maintainer]] [[BR]]
    122127'''Contributors:'''