Changes between Version 18 and Version 19 of WatchlistPlugin


Ignore:
Timestamp:
Oct 29, 2009, 7:45:33 AM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v18 v19  
    4848
    4949If the AnnouncerPlugin is used to receive change notifications the watchlist allows the user to easily change the notification setting of watched wikis and tickets.
    50 If 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.
     50If this feature (#4744) 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.
     51Watching and notifications can be independent, i.e. users can have themselves notified about changes of a wiki which is not on their watchlist or vice versa, but can also be linked together as shown below.
    5152
    52 To enable this feature install the AnnouncerPlugin and write the following into your Trac configuration file (`conf/trac.ini`):
     53To enable notification settings in the watchlist install the AnnouncerPlugin in revision [6916] or later and write the following into your Trac configuration file (`conf/trac.ini`):
    5354{{{
     55[announcer]
     56# Rename announcers context navigation items (empty list removes them):
     57ctxtnav_names = Notify me, Do not notify me
     58
    5459[watchlist]
    5560notifications = true
    5661}}}
    57 
    58 This feature implements enhancement request #4744.
    5962
    6063To enable notifications by default for all entries in the watchlist (see #6052) also add:
     
    6467}}}
    6568
    66 See #5682 for how to configure/modify the AnnouncerPlugin for use with this plugin.
     69
    6770
    6871== Screenshots ==