= Watchlist for Wikis and Tickets = == Description == This 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. '''This plug-in is still under development.''' The basic functions are implemented but the watchlist layout might change in the future. ATM there seems to be some issues when PostgresSQL is used as DB backend. Therefore the DB table layout might change in the future. Feel free to test it out and provide feedback. A special ticket report which only shows watched tickets will be added soon. == Installation == Install the python package [t:TracPlugins as normal] and update your Trac database using: {{{ trac-admin /path/to/trac/environment upgrade }}} == Bugs/Feature Requests == Existing bugs and feature requests for WatchlistPlugin are [report:9?COMPONENT=WatchlistPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WatchlistPlugin&owner=martin_s new ticket]. == Download == Download the zipped source from [download:watchlistplugin here]. == Source == You can check out WatchlistPlugin from [http://trac-hacks.org/svn/watchlistplugin here] using Subversion, or [source:watchlistplugin browse the source] with Trac. == Usage == Browse any wiki or ticket and click ''Watch'' in the context navigation bar. To unwatch a wiki or ticket browse to it and click ''Unwatch'' in the context navigation bar or click the corresponding ''Unwatch'' link in the watchlist. In order to see the watchlist click on the ''Watchlist'' button on the main navigation bar. This button will only be displayed for logged in users. The watchlist will be displayed under the location `/watchlist`. Therefore it can be linked to from a wiki page using `[/watchlist]`. == Watchlist Report == A ticket report can be added to list all watched tickets of the current user. This is not done automatically at the moment. However, the needed SQL code for a manual installation can be taken from the [source:watchlistplugin/0.11/tracwatchlist/watchlist_report.sql this file]. == Screenshots == [[Image(watchlist.2.png,nolink)]] == Recent Changes == [[ChangeLog(watchlistplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martin_s] [[BR]] '''Contributors:'''