Changes between Version 43 and Version 44 of WatchlistPlugin


Ignore:
Timestamp:
Mar 11, 2012, 10:52:12 AM (12 years ago)
Author:
Martin Scharrer
Comment:

Updated wiki page for v1.0 release.

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v43 v44  
    11[[TOC]]
    22[[html(<div id="newsflash" style="clear:right">)]]
     3 11th Mar 2012:: Develop version released as v1.0 for Trac 0.12, backwards-compatible with Trac 0.11.
     4
    35 26rd Sep 2010:: The [source:watchlistplugin/dev dev] branch got tested for PostgresSQL and MySQL backends. The DB schema is now stable for the next release. Feel free to test it out.
    46 23rd Sep 2010:: Feature freeze for upcoming release.
     
    4749A special [source:watchlistplugin/0.11/tracwatchlist/watchlist_report.sql ticket report] which only shows watched tickets is also provided.
    4850
    49 [[Poll(What do you think of the Watchlist Plugin?; Great; Good; Nothing special; Could be better; Bad; Horrible)]]
    50 
    5151
    5252== Download ==
    5353
    5454The official releases can be downloaded from [/svn/watchlistplugin/releases here]
    55 ([/svn/watchlistplugin/releases/TracWatchlistPlugin-0.3-py2.6.egg v0.3],
    56 [/svn/watchlistplugin/releases/TracWatchlistPlugin-0.4.6994-py2.6.egg v0.4]).
     55([/svn/watchlistplugin/releases/TracWatchlistPlugin-1.0-py2.7.egg v1.0 (Python 2.7 EGG)],
     56[/svn/watchlistplugin/releases/TracWatchlistPlugin-1.0.tar.gz v1.0 (Source)]).
    5757
    5858The release files are also available on the [http://pypi.python.org/pypi/TracWatchlistPlugin/ Python Package Index].
     
    6262== Source ==
    6363
    64 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] as well as the
    65 [http://trac-hacks.org/svn/watchlistplugin/dev develop version] using Subversion, or [source:watchlistplugin browse the source] with Trac.
     64You can check out WatchlistPlugin for Trac version [http://trac-hacks.org/svn/watchlistplugin/0.12 0.12] (also compatible with Trac 0.11) or [source:watchlistplugin browse the source] with Trac.
     65The older releases, without language support and newer features, for [http://trac-hacks.org/svn/watchlistplugin/0.11old 0.11] and [http://trac-hacks.org/svn/watchlistplugin/0.12old 0.12] are also still available.
    6666
    6767A normal check-out is done using:
     
    7070}}}
    7171To export the sources replace the above `co` with `export`.
     72
     73Note that 0.11 is currently just a symbolic link to 0.12 because this version is also compatible with Trac 0.11.
    7274
    7375== Installation ==
     
    8183=== Source Versions ===
    8284{{{
    83 easy_install http://trac-hacks.org/svn/watchlistplugin/0.11  (stable version)
    84 # or
    85 easy_install http://trac-hacks.org/svn/watchlistplugin/0.12  (stable version)
    86 }}}
    87 
    88 === Develop Versions ===
    89 '''Warning:''' This version can be unstable! The used DB schema might be in flux and therefore all your watchlist data may be lost or unusable after future updates!
    90 Please delete the watchlist tables by yourself if you encounter an issue after updating from any develop version.
    91 {{{
    92 easy_install http://trac-hacks.org/svn/watchlistplugin/dev   (develop branch for 0.12, compatible with 0.11)
    93 # or
    94 easy_install http://trac-hacks.org/svn/watchlistplugin/i18n  (develop branch for 0.12 introducing i18n/l10n support, compatible with 0.11)
     85easy_install http://trac-hacks.org/svn/watchlistplugin/0.12
    9586}}}
    9687