Changes between Version 12 and Version 13 of WatchlistPlugin


Ignore:
Timestamp:
Oct 24, 2009, 2:05:17 AM (14 years ago)
Author:
Martin Scharrer
Comment:

Added section about usage together with the AnnouncerPlugin.

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v12 v13  
    4444code for a manual installation can be taken from the [source:watchlistplugin/0.11/tracwatchlist/watchlist_report.sql this file].
    4545
     46== Using it together with the AnnouncerPlugin ==
     47
     48If the AnnouncerPlugin is used to receive change notifications the watchlist allows the user to easily change the notification setting of watched wikis and tickets.
     49If this feature is enabled an extra column appears in the watchlist which informs the user about the current setting (On/Off) and allow him/her to change it.
     50
     51To enable this feature install the AnnouncerPlugin and write the following into your Trac configuration file (`conf/trac.ini`):
     52{{{
     53[watchlist]
     54notifications = true
     55}}}
     56
     57This feature implements enhancement request #4744.
     58
    4659== Screenshots ==
    4760[[Image(watchlist.2.png,nolink)]]