Changes between Initial Version and Version 1 of TracTicketFieldsLayoutPlugin


Ignore:
Timestamp:
Mar 17, 2014, 8:57:08 AM (10 years ago)
Author:
Jun Omae
Comment:

New hack TracTicketFieldsLayoutPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketFieldsLayoutPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Allow to customize the layout of ticket fields in view and form
     4
     5== Description
     6
     7The plugin allows to customize the layout of ticket fields and hide the fields in ticket view and ticket form. It also provides admin panel to custom.
     8
     9== !Bugs/Feature Requests
     10
     11Existing bugs and feature requests for TracTicketFieldsLayoutPlugin are
     12[report:9?COMPONENT=TracTicketFieldsLayoutPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTicketFieldsLayoutPlugin&owner=jun66j5 new ticket].
     16
     17== Download
     18
     19Download the zipped source from [export:tracticketfieldslayoutplugin here].
     20
     21== Source
     22
     23You can check out TracTicketFieldsLayoutPlugin from [http://trac-hacks.org/svn/tracticketfieldslayoutplugin here] using Subversion, or [source:tracticketfieldslayoutplugin browse the source] with Trac.
     24
     25== Installation
     26
     27 1. Install the plugin
     28{{{
     29#!sh
     30$ easy_install http://trac-hacks.org/svn/tracticketfieldslayoutplugin/0.12
     31}}}
     32 2. Enable the plugin
     33{{{
     34#!ini
     35; conf/trac.ini
     36[components]
     37tracticketfieldslayout.* = enabled
     38}}}
     39 3. Restart your tracd (or web server)
     40 4. Visit [/admin/ticket/ticketlayout] in your Trac after logged in with `TICKET_ADMIN` permission
     41
     42== Recent Changes
     43
     44[[ChangeLog(tracticketfieldslayoutplugin, 3)]]
     45
     46== !Author/Contributors
     47
     48'''Author:''' [wiki:jun66j5] [[BR]]
     49'''Maintainer:''' [[Maintainer]] [[BR]]
     50'''Contributors:'''