wiki:TracTicketFieldsLayoutPlugin

Version 8 (modified by figaro, 8 years ago) (diff)

Further cosmetic changes

Allow to customize the layout of ticket fields in view and form

Notice: I have no plans to make this plugin work on Trac 1.4+ with Jinja2 template because it depends strongly on ITemplateStreamFilter.filter_stream() based on Genshi template engine. I don't want to implement the same feature using javascript. I dislike using javascript to modify severely structure of DOMs.

Description

This plugin allows you to customize the layout of ticket fields and hide the fields in ticket view and ticket form. It also provides admin panel to customize.

New ticket

Ticket view and form

Admin panel to customize

Bugs/Feature Requests

Existing bugs and feature requests for TracTicketFieldsLayoutPlugin are here.

If you have any issues, create a new ticket.

defect

6 / 6

Download

Download the zipped source from here.

Source

You can check out TracTicketFieldsLayoutPlugin from here using Subversion, or browse the source with Trac.

Installation

  1. Install the plugin:
    easy_install https://trac-hacks.org/svn/tracticketfieldslayoutplugin/0.12
    
  2. Enable the plugin in the trac.ini file:
    ; conf/trac.ini
    [components]
    tracticketfieldslayout.* = enabled
    
  3. Restart your tracd or web server.
  4. Visit admin/ticket/ticketlayout in your Trac after logged in with TICKET_ADMIN permission.

Recent Changes

18595 by jun66j5 on 2023-11-14 12:58:19
TracTicketFieldsLayoutPlugin: run tests using github actions
18575 by jun66j5 on 2023-11-01 00:45:19
TracTicketFieldsLayoutPlugin: make compatible with Trac 1.4/1.6 and Python 3
17614 by jun66j5 on 2019-12-06 03:48:59
TracTicketFieldsLayoutPlugin: add classifiers to clear supported Trac (0.12, 1.0, 1.2)
(more)

Author/Contributors

Author: OpenGroove,Inc. and tracpath
Maintainer: Jun Omae
Contributors:

Attachments (3)

Download all attachments as: .zip