Changes between Version 22 and Version 23 of WorkLogPlugin


Ignore:
Timestamp:
Aug 11, 2016, 7:47:16 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Link to local documentation. Remove anecdotal hint.

Legend:

Unmodified
Added
Removed
Modified
  • WorkLogPlugin

    v22 v23  
    6666== Installation
    6767
    68  1. Install the plugin, see [trac:TracPlugins details here].
    69  1. Enable the plugin: add the following to your `trac.ini` file:
     681. Install the plugin, see [TracPlugins details here].
     691. Enable the plugin: add the following to your `trac.ini` file:
    7070 {{{#!ini
    7171[components]
     
    7373}}}
    7474 Alternatively, this can be enabled in the Web Admin section of your Trac website.
    75  1. Run `$ trac-admin /path/to/projenv upgrade` to upgrade the Trac environment. You should get a message like this:
    76    {{{
     751. Run `$ trac-admin /path/to/projenv upgrade` to upgrade the Trac environment. You should get a message like this:
     76  {{{
    7777Work Log needs an upgrade
    7878Upgrading Database
     
    8181Done upgrading Work Log
    8282Upgrade done.
    83    }}}
    84  If your database was not upgraded, make sure that you have the correct Genshi version installed:
    85     {{{easy_install http://svn.edgewall.org/repos/genshi/trunk}}}
    86  1. Reload or restart your webserver, for example httpd or tracd.
     83}}}
     841. Reload or restart your webserver, for example httpd or tracd.
    8785
    8886== Configuration