Changes between Version 31 and Version 32 of WatchlistPlugin


Ignore:
Timestamp:
May 30, 2010, 5:10:24 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v31 v32  
    11[[TOC]]
    22[[html(<div id="newsflash" style="clear:right">)]]
     3 30th May 2010::
     4  The `dev` branch (for Trac 0.11) now supports the following features:
     5   * API for extensions to allow watching of content generated by other plugins.
     6   * Allow users to use wildcards in wiki/ticket add input field, e.g. "`Trac*`" should add all wikis starting with `Trac`.
     7   * "Delete Wiki/Ticket" input field on watchlist.
     8   * Unwatch and Notify On/Off buttons in the watchlist are now handled dynamically using jQuery Ajax. The watchlist is not reloaded for every change.
     9
    310 28th Oct 2009::
    411  Watchlist tables are now ([6910],[6913]) dynamically sortable using the [http://tablesorter.com/docs/ jquery table sorter javascript library] and its tablesorter pagination plugin.
     
    613[[html(<div id="newsflash" style="background-color:#8888FF; border-color:blue; clear:right; margin-top:1em">)]]
    714'''Features in Planning'''
    8  * API for extensions to allow watching of content generated by other plugins.
    9  * Allow users to use wildcards in wiki/ticket add input field, e.g. "`Trac*`" should add all wikis starting with `Trac`.
    10  * "Delete Wiki/Ticket" input field on watchlist.
    1115 * User specific settings with settings on watchlist page:
    1216   * Redirect setting (Go to watchlist or to watched page?)
     
    3842== Source ==
    3943
    40 You can check out WatchlistPlugin for Trac version [http://trac-hacks.org/svn/watchlistplugin/0.11 v0.11] and [http://trac-hacks.org/svn/watchlistplugin/0.11 v0.12] using Subversion, or
     44You can check out WatchlistPlugin for Trac version [http://trac-hacks.org/svn/watchlistplugin/0.11 v0.11] ([http://trac-hacks.org/svn/watchlistplugin/dev dev]) and [http://trac-hacks.org/svn/watchlistplugin/0.11 v0.12] using Subversion, or
    4145[source:watchlistplugin browse the source] with Trac.
    4246
     
    5761=== Develop Versions ===
    5862{{{
     63easy_install http://trac-hacks.org/svn/watchlistplugin/dev   (special develop branch for 0.11)
     64# or
    5965easy_install http://trac-hacks.org/svn/watchlistplugin/0.11
    6066# or
    6167easy_install http://trac-hacks.org/svn/watchlistplugin/0.12
    6268}}}
     69
    6370
    6471=== Enable Plugin ===