wiki:SubticketsPlugin

Version 4 (modified by Steffen Hoffmann, 14 years ago) (diff)

changed i18n/l10n section content

Subtickets support for Trac tickets

Description

This plugin offers sub-ticket feature for managing tickets.

Bugs/Feature Requests

Existing bugs and feature requests for SubticketsPlugin are here.

If you have any issues, create a new issue ticket.

Download

You can download zipped source from here:

Source

You can check out the source for SubticketsPlugin from here using Git, or browse the source with GitHub.

Installation

  1. Download the attached zip file, unpack it and run:
    python setup.py bdist_egg
    
  1. Install it in one of the following ways:
    cp dist/*.egg path/to/trac/env/plugins
    
    easy_install dist/*.egg
    
  1. Enable the plugin in trac.ini as follows:
    [components]
    tracsubtickets.api.* = enabled
    tracsubtickets.web_ui.* = enabled
    
  1. Upgrade your trac environment like:
    trac-admin <env> upgrade
    

Screenshots

About i18n/l10n support

This plugin is now prepared for localization. A patched version is on the way.
But English message texts are still the (POSIX) default. If this isn't your preferred language, you can

  1. look, if it's already available from the Trac plugin l10n project at [www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets Transifex] or
  2. do it yourself (see the l10n cookbook page for Trac plugins for more details).

You've done a new translation? Superb! Contributing your translation is highly appreciated.
You could send it to the plugin's maintainer or contribute to Trac plugin l10n project via Transifex:

Top translations: Trac_Plugin-L10N » tracsubtickets
http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets/chart/image_png

Author/Contributors

Author: itota
Contributors: hasienda

Attachments (1)

Download all attachments as: .zip