Changes between Version 21 and Version 22 of WatchlistPlugin


Ignore:
Timestamp:
Oct 29, 2009, 1:50:00 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v21 v22  
    1 = Watchlist for Wikis and Tickets =
    2 
    31[[html(<div id="newsflash">)]]
    42 28th Oct 2009::
    53  Watchlist tables are now ([6910],[6913]) dynamically sortable using the [http://tablesorter.com/docs/ jquery table sorter javascript library] and its tablesorter pagination plugin.
    64[[html(</div>)]]
     5= Watchlist for Wikis and Tickets =
    76
    87== Description ==
    98
    109This plug-in adds a watchlist for wikis and tickets. Every logged-in user can watch any wikis and ticket and later unwatch it. The watchlist is provided under `[/projectname]/watchlist` which is added to the main navigation bar as soon the user watches something.
     10[[TOC]]
    1111
    1212To insert a watchlist style table into wikis use the ListOfWikiPagesMacro.
     
    1414A special [source:watchlistplugin/0.11/tracwatchlist/watchlist_report.sql ticket report] which only shows watched tickets is also provided.
    1515
     16== Installation ==
     17Install the python package [t:TracPlugins as normal], e.g.:
     18{{{
     19easy_install --always-unzip http://trac-hacks.org/svn/watchlistplugin/0.11
     20}}}
    1621
    17 == Installation ==
    18 Install the python package [t:TracPlugins as normal] and update your Trac database using:
     22Enable the plugin in the `trac.ini` config file (or over WebAdminPlugin):
     23{{{
     24[components]
     25tracwatchlist.* = enabled
     26}}}
     27
     28Then update your Trac database using:
    1929{{{
    2030trac-admin /path/to/trac/environment upgrade
    2131}}}
     32
     33See also [#AnnouncerPlugin this section] how to configure this plugin to work together with the AnnouncerPlugin.
    2234
    2335== Bugs/Feature Requests ==