Changes between Version 9 and Version 10 of CustomSelectAdminPlugin

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

Added page outline and syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • CustomSelectAdminPlugin

    v9 v10  
     1[[PageOutline(2-5,Contents,pullout)]] 
    12= Admin Panels for Custom Fields = 
    23 
    1112   * Drop the compiled egg into the plugins directory of your Trac instance 
    1213   {{{ 
     14   #!sh 
    1315   $ python setup.py bdist_egg 
    1416   $ cp dist/CustomSelectAdmin<ADDITIONAL-INFO>.egg <PATH-TO-TRAC-INTANCE>/plugins 
    1719   * easy_install the egg so it will apply to all Trac instances 
    1820     {{{ 
     21     #!sh 
    1922     $ easy_install CustomSelectAdmin 
    2023     }}} 
    2326 
    2427{{{ 
     28#!ini 
    2529[components] 
    2630CustomSelectAdmin.* = enabled 
    4852For Instance: 
    4953{{{ 
     54#!ini 
    5055[ticket-custom] 
    5156workcode = select 
    6368 
    6469'''Author:''' [wiki:jetheis] [[BR]] 
     70'''Maintainer:''' [wiki:jetheis]  [[BR]] 
    6571'''Contributors:'''