Changes between Version 13 and Version 14 of CustomFieldAdminPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
08/01/12 04:21:38 (10 months ago)
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • CustomFieldAdminPlugin

    v13 v14  
    3030The plugin can also be installed directly from repos: 
    3131{{{ 
     32#!sh 
    3233easy_install -U -Z http://trac-hacks.org/svn/customfieldadminplugin/0.11 
    3334}}} 
    4142Enable the plugin in trac.ini: 
    4243{{{ 
     44#!ini 
    4345[components] 
    4446customfieldadmin.* = enabled