Changes between Version 45 and Version 46 of WatchlistPlugin


Ignore:
Timestamp:
Oct 19, 2012, 6:55:47 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v45 v46  
    1 [[TOC]]
     1[[PageOutline(2-5,Contents,pullout)]]
    22[[html(<div id="newsflash" style="clear:right">)]]
    33 11th Mar 2012:: Develop version released as v1.0 for Trac 0.12, backwards-compatible with Trac 0.11.
     
    6767A normal check-out is done using:
    6868{{{
     69#!sh
    6970svn co http://trac-hacks.org/svn/watchlistplugin/<trac version> watchlistplugin
    7071}}}
     
    7879=== Official Releases ===
    7980{{{
     81#!sh
    8082easy_install TracWatchlistPlugin
    8183}}}
     
    8385=== Source Versions ===
    8486{{{
     87#!sh
    8588easy_install http://trac-hacks.org/svn/watchlistplugin/0.12
    8689}}}
    87 
    8890
    8991=== Enable Plugin ===
    9092Enable the plugin in the `trac.ini` config file (or over WebAdminPlugin):
    9193{{{
     94#!ini
    9295[components]
    9396tracwatchlist.* = enabled
     
    9699Then update your Trac database using:
    97100{{{
     101#!sh
    98102trac-admin /path/to/trac/environment upgrade
    99103}}}
     
    105109==== Usage ====
    106110{{{
     111#!sh
    107112# python uninstall.py /path/to/trac/environment [-t <tables>] [-u <username>]
    108113}}}
     
    120125==== Usage ====
    121126{{{
     127#!sh
    122128# python rename_user.py /path/to/trac/environment <oldname> <newname>
    123129}}}
    124 
    125130
    126131== Using it together with the AnnouncerPlugin ==#AnnouncerPlugin
     
    132137To 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`):
    133138{{{
     139#!ini
    134140[announcer]
    135141# Rename announcers context navigation items (empty list removes them):
     
    143149To enable notifications by default for all entries in the watchlist (see #6052) also add:
    144150{{{
     151#!ini
    145152# still in [watchlist]
    146153notify_by_default = true
    147154}}}
    148 
    149155
    150156== Configuration ==
     
    152158The (legacy) default settings are shown.
    153159{{{
     160#!ini
    154161[watchlist]
    155162notifications = false                             # Notification support on/off, see above