Changes between Version 60 and Version 61 of WatchlistPlugin


Ignore:
Timestamp:
Dec 4, 2016, 7:54:07 PM (7 years ago)
Author:
figaro
Comment:

Substituted reference to WebAdminPlugin

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v60 v61  
    5050General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5151
    52 === Enable Plugin
    53 
    54 Enable the plugin in the `trac.ini` configuration file (or over WebAdminPlugin):
     52Enable the plugin in the `trac.ini` configuration file or in the Web admin interface:
    5553{{{#!ini
    5654[components]
     
    6361}}}
    6462
    65 === Uninstall Plugin
    66 
    67 An [source:watchlistplugin/0.12/tools/uninstall.py uninstaller] (a Python script) is provided to remove all created database tables ([export:watchlistplugin/0.12/tools/uninstall.py Direct download]).
     63To uninstall this plugin an [source:watchlistplugin/0.12/tools/uninstall.py uninstaller] (a Python script) is provided to remove all created database tables ([export:watchlistplugin/0.12/tools/uninstall.py Direct download]).
    6864
    6965The plugin itself can be uninstalled by removing the Python egg file.
    7066
    71 ==== Usage
     67Its usage is as follows:
    7268
    7369{{{#!sh
    7470$ python uninstall.py /path/to/trac/environment [-t <tables>] [-u <username>]
    7571}}}
    76 
    77 ==== Optional arguments
    7872
    7973`<tables>` stands for a comma-separated list of one or more of the database tables `watchlist`, `watchlist_settings` and `system`. The first two are database tables created by the plugin, while the last holds the watchlist version.
     
    8882Please 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.
    8983
    90 ==== Usage
     84Its usage is as follows:
    9185
    9286{{{#!sh
     
    119113== Configuration
    120114
    121 The following config file options are currently supported. Per-user configuration settings is to be implemented.
     115The following configuration file options are currently supported. Per-user configuration settings is to be implemented.
    122116The (legacy) default settings are:
    123117{{{#!ini