Changes between Version 62 and Version 63 of WatchlistPlugin


Ignore:
Timestamp:
Jul 5, 2018, 5:28:52 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v62 v63  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Watchlist for Wikis and Tickets
     3= Watchlist for Wiki pages and Tickets
    44
    55== Description
    66
    7 This plugin adds a watchlist for Trac wikis and tickets. Every logged-in user can watch any wiki page and ticket. The watchlist is provided under `[/watchlist]` which is also added to the main navigation bar.
     7This plugin adds a watchlist for Trac wiki pages and tickets. Every logged-in user can watch any wiki page and ticket. The watchlist is provided under `[/watchlist]` which is also added to the main navigation bar.
    88
    9 To insert a watchlist style table into wikis use the ListOfWikiPagesMacro.
     9To insert a watchlist style table into wiki pages use the ListOfWikiPagesMacro.
    1010
    1111A special [source:watchlistplugin/0.12/tracwatchlist/watchlist_report.sql ticket report] which only shows watched tickets is also provided.
     
    5858Then update your Trac database:
    5959{{{#!sh
    60 trac-admin /path/to/trac/environment upgrade
     60$ trac-admin /path/to/trac/environment upgrade
    6161}}}
    6262
     
    6565The plugin itself can be uninstalled by removing the Python egg file.
    6666
    67 Its usage is as follows:
     67Usage of the uninstall script is as follows:
    6868
    6969{{{#!sh
     
    137137To unwatch a wiki or ticket browse to it and click ''Unwatch'' in the context navigation bar or click the corresponding ''Unwatch'' link in the watchlist.
    138138
    139 In order to see the watchlist click on the ''Watchlist'' button on the main navigation bar. This button will only be displayed for logged in users.
     139To see the watchlist click on the ''Watchlist'' button on the main navigation bar. This button will only be displayed for logged in users.
    140140The watchlist will be displayed under the location `/watchlist`. Therefore it can be linked to from a wiki page using `[/watchlist]`.
    141141