[[TOC]] = 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 [http://github.com/itota/trac-subtickets-plugin/issues here]. If you have any issues, create a [http://github.com/itota/trac-subtickets-plugin/issues new issue ticket]. == Download == You can download zipped source from here: * [attachment:TracSubTicketsPlugin-0.1.0.zip TracSubTicketsPlugin-0.1.0.zip] * [attachment:TracSubTicketsPlugin-0.1.0-py2.6.egg TracSubTicketsPlugin-0.1.0-py2.6.egg] == Source == You can check out the source for SubticketsPlugin from [http://github.com/itota/trac-subtickets-plugin.git here] using Git, or browse the source with [http://github.com/itota/trac-subtickets-plugin GitHub]. == Installation == 1. Download the attached [attachment:TracSubTicketsPlugin-0.1.0.zip zip file], unpack it and run: {{{ python setup.py bdist_egg }}} 2. Install it in one of the following ways: {{{ cp dist/*.egg path/to/trac/env/plugins }}} {{{ easy_install dist/*.egg }}} 3. Enable the plugin in {{{trac.ini}}} as follows: {{{ [components] tracsubtickets.api.* = enabled tracsubtickets.web_ui.* = enabled }}} 4. Upgrade your trac environment like: {{{ trac-admin upgrade }}} == Screenshots == [[Image(trac-subtickets-plugin_001.png)]] == About i18n/l10n support == This plugin is prepared for localization. The patched version is available at the Git repo now.[[BR]] 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 [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets Transifex] or 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details). You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]] You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project] via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]: Top translations: Trac_Plugin-L10N ยป [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets/ tracsubtickets][[BR]] [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracsubtickets/)]] Kindly provided by [[Image(http://sw.transifex.net/2/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]] == Author/Contributors == '''Author:''' [wiki:itota] [[BR]] '''Contributors:''' [wiki:hasienda]