[[PageOutline(2-5,Contents,pullout)]] = 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]. == Database == Relations between tickets are stored in a table called 'Subtickets' with just two columns: ''parent'', ''child'' == Download == You can download zipped source from [https://github.com/itota/trac-subtickets-plugin/zipball/master here]. == Source == You can check out the source for SubticketsPlugin from [https://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 [https://github.com/itota/trac-subtickets-plugin/zipball/master zip file], unpack it and run: {{{ #!sh python setup.py bdist_egg }}} 1. Install it in one of the following ways: {{{ #!sh cp dist/*.egg path/to/trac/env/plugins }}} {{{ #!sh easy_install dist/*.egg }}} 1. Enable the plugin in {{{trac.ini}}} as follows: {{{ #!ini [components] tracsubtickets.api.* = enabled tracsubtickets.web_ui.* = enabled }}} 1. Upgrade your trac environment like: {{{ #!sh 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. The 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 [https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracsubtickets-messages 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 ยป [https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracsubtickets-messages tracsubtickets][[BR]] [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracsubtickets-messages/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracsubtickets-messages/)]] Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/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]] '''Maintainer:''' [wiki:itota] [[BR]] '''Contributors:''' [wiki:hasienda]