Changes between Version 50 and Version 51 of WatchlistPlugin


Ignore:
Timestamp:
Jan 16, 2016, 7:39:49 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v50 v51  
    2424
    2525The official releases can be downloaded from [/svn/watchlistplugin/releases here]
    26 ([/svn/watchlistplugin/releases/TracWatchlistPlugin-1.0-py2.7.egg v1.0 (Python 2.7 EGG)],
     26([/svn/watchlistplugin/releases/TracWatchlistPlugin-1.0-py2.7.egg v1.0 (Python 2.7 egg)],
    2727[/svn/watchlistplugin/releases/TracWatchlistPlugin-1.0.tar.gz v1.0 (Source)]).
    2828
     
    7070}}}
    7171
    72 Then update your Trac database using:
     72Then update your Trac database:
    7373{{{#!sh
    7474trac-admin /path/to/trac/environment upgrade
     
    7878
    7979An [source:watchlistplugin/0.12/tools/uninstall.py uninstaller] (a Python script) is provided to remove all created database tables. [ [/export/latest/watchlistplugin/0.12/tools/uninstall.py Direct download] ]
     80
    8081The plugin itself can be uninstalled by removing the Python egg file.
    8182
     
    9697
    9798A [source:watchlistplugin/dev/tools/rename_user.py script] is provided to rename a user in the database tables created by the plugin. [ [http://trac-hacks.org/export/latest/watchlistplugin/dev/tools/rename_user.py Direct download] ]
     99
    98100Please note that no other tables or settings are affected. Renaming to an already existing username will result in an error if both watchlists share identical content.
    99101
     
    110112Watching and notifications can be independent, ie users can have themselves notified about changes of a wiki page which is not on their watchlist or vice versa, but can also be linked together as shown below.
    111113
    112 To 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`):
     114To 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`:
    113115{{{#!ini
    114116[announcer]