Changes between Version 2 and Version 3 of CustomFieldAdminPlugin


Ignore:
Timestamp:
Jul 5, 2007, 10:16:54 AM (17 years ago)
Author:
osimons
Comment:

As of [2389] there is also a working version for 0.11 - updated docs to reflect this.

Legend:

Unmodified
Added
Removed
Modified
  • CustomFieldAdminPlugin

    v2 v3  
    33== Description ==
    44
    5 This plugin is a Web Admin page for administrating custom fields - adding, modifying and deleting them without editing the `trac.ini` file directly.
     5This plugin is a Web Admin panel for administrating custom fields - adding, modifying and deleting them without editing the `trac.ini` file directly.
    66
    7 The plugin is developed and tested for Trac 0.10.x (should work on 0.9.x). No plans yet for converting it to 0.11.
     7The plugin is available for Trac 0.10 and 0.11.
    88
    99This plugin is a cooperation between !CodeResort.com and Optaros.com, and is made freely available under a BSD license.
     
    2828You can check out CustomFieldAdminPlugin from [http://trac-hacks.org/svn/customfieldadminplugin here] using Subversion, or [source:customfieldadminplugin browse the source] with Trac.
    2929
    30 == Example ==
     30== Configuration ==
    3131
    32 This plugin requires Web Admin plugin ([trac:wiki:WebAdmin]).
     32This plugin requires Web Admin plugin ([trac:wiki:WebAdmin]) if you are using the 0.10 version, but not for 0.11 as Web Admin is interated into main Trac for this version.
    3333
    3434Enable the plugin in trac.ini:
     
    3737customfieldadmin.* = enabled
    3838}}}
     39
     40== API ==
    3941
    4042The plugin also has an API that can be called from other code if you need to create or modify custom fields. Here is an interactive session as example: