Changes between Version 9 and Version 10 of CustomSelectAdminPlugin
- Timestamp:
- 08/01/12 04:49:11 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomSelectAdminPlugin
v9 v10 1 [[PageOutline(2-5,Contents,pullout)]] 1 2 = Admin Panels for Custom Fields = 2 3 11 12 * Drop the compiled egg into the plugins directory of your Trac instance 12 13 {{{ 14 #!sh 13 15 $ python setup.py bdist_egg 14 16 $ cp dist/CustomSelectAdmin<ADDITIONAL-INFO>.egg <PATH-TO-TRAC-INTANCE>/plugins 17 19 * easy_install the egg so it will apply to all Trac instances 18 20 {{{ 21 #!sh 19 22 $ easy_install CustomSelectAdmin 20 23 }}} 23 26 24 27 {{{ 28 #!ini 25 29 [components] 26 30 CustomSelectAdmin.* = enabled 48 52 For Instance: 49 53 {{{ 54 #!ini 50 55 [ticket-custom] 51 56 workcode = select 63 68 64 69 '''Author:''' [wiki:jetheis] [[BR]] 70 '''Maintainer:''' [wiki:jetheis] [[BR]] 65 71 '''Contributors:'''

