Changes between Version 24 and Version 25 of WantedPagesMacro


Ignore:
Timestamp:
Nov 10, 2015, 4:48:44 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WantedPagesMacro

    v24 v25  
    55== Description
    66
    7 Lists all wiki pages that are linked to but not created in wikis, ticket descriptions and ticket comments. That is, when a CamelCase identifier is listed in a wiki page, then a link is created to that page. However, if that page does not exist, then the link exists but the page is not created. For example, MyPageAbc is a link to !MyPageAbc, which does not exist.
     7Lists all wiki pages that are linked to but not created in wikis, ticket descriptions and ticket comments. That is, when a CamelCase identifier is listed in a wiki page, then a link is created to that page. However, if that page does not exist, then the link exists but the page is not created.
     8
     9For example, '''MyPageAbc''' is a link to '''!MyPageAbc''', which does not exist. For more examples, see below.
    810
    911== Bugs/Feature Requests
    1012
    11 Existing bugs and feature requests for WantedPagesMacro are [report:9?COMPONENT=WantedPagesMacro here].
     13Existing bugs and feature requests for WantedPagesMacro are
     14[report:9?COMPONENT=WantedPagesMacro here].
    1215
    13 If you have any issues, create a [http://trac-hacks.org/newticket?component=WantedPagesMacro&owner=glinders new ticket].
     16If you have any issues, create a
     17[/newticket?component=WantedPagesMacro new ticket].
    1418
    1519[[TicketQuery(component=WantedPagesMacro&group=type,format=progress)]]
     
    1721== Download
    1822
    19 Download the zipped source for [download:wantedpagesmacro/0.9 0.9] or [download:wantedpagesmacro/0.10 0.10] or [download:wantedpagesmacro/trunk 0.11/0.12/1.0].
     23Download the zipped source for [export:wantedpagesmacro/0.9 0.9] or [export:wantedpagesmacro/0.10 0.10] or [export:wantedpagesmacro/trunk 0.11/0.12/1.0].
    2024
    2125== Source
    2226
    23 You can check out WantedPagesMacro from [http://trac-hacks.org/svn/wantedpagesmacro here] using Subversion, or [source:wantedpagesmacro browse the source] with Trac.
     27You can check out WantedPagesMacro from [/svn/wantedpagesmacro here] using Subversion, or [source:wantedpagesmacro browse the source] with Trac.
    2428
    2529== Installation
     
    2832
    2933Run the following commands in the source directory:
    30 {{{
    31 #!sh
     34{{{#!sh
    3235python setup.py bdist_egg
    3336cp dist/*.egg /path/to/projenv/plugins
     
    3740
    3841You also have to enable it in the `trac.ini` file:
    39 {{{
    40 #!ini
     42{{{#!ini
    4143[components]
    4244wantedpages.* = enabled
     
    5052
    5153`[[WantedPages(ignored_referrers=<regex>)]]` does the same thing, but ignores referring pages that match the regular expression <regex>, eg `[[WantedPages(show_referrers,ignored_referrers=^Wiki[HP]|^Trac)]]`.
     54
    5255Note that the regex matches all or part of the name.
    5356
     
    5558- filter: alias for ignored_referrers
    5659- filtertype: inclusive|exclusive, flags whether filter option is inclusive
    57   or exclusive, default is exclusive (for backward compatibility)
     60  or exclusive, default is exclusive for backward compatibility
    5861
    5962Examples: