Changes between Version 74 and Version 75 of TestManagerForTracPlugin


Ignore:
Timestamp:
Jun 1, 2011, 7:56:10 AM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v74 v75  
    539539If you install a plugin globally (i.e. not inside the plugins directory of the Trac project environment) you will have to explicitly enable it in trac.ini. Make sure that:
    540540
    541  * you actually added the necessary line(s) to the [components] section
     541 * you actually added the necessary lines to the [components] section:
     542{{{
     543[components]
     544tracgenericclass.* = enabled
     545tracgenericworkflow.* = enabled
     546testmanager.* = enabled
     547}}}
    542548 * the package/module names are correct
    543  * the value is “enabled", not e.g. “enable”
     549 * the value is "enabled", not e.g. "enable"
    544550
    545551=== Check the permissions on the egg file and on the trac.ini file ===