Changes between Version 16 and Version 17 of SubticketsPlugin


Ignore:
Timestamp:
Mar 12, 2015, 11:50:28 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin

    v16 v17  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Subtickets support for Trac tickets =
     3= Subtickets support for Trac tickets
    44
    5 == Description ==
     5== Description
    66
    77This plugin offers sub-ticket feature for managing tickets.
    88
    9 == Bugs/Feature Requests ==
     9Relations between tickets are stored in a table called 'Subtickets' with just two columns: ''parent'', ''child''
     10
     11== Bugs/Feature Requests
    1012
    1113Existing bugs and feature requests for SubticketsPlugin are [http://github.com/itota/trac-subtickets-plugin/issues here].
     
    1315If you have any issues, create a [http://github.com/itota/trac-subtickets-plugin/issues new issue ticket].
    1416
    15 == Database ==
    16 Relations between tickets are stored in a table called 'Subtickets' with just two columns: ''parent'', ''child''
    17 
    18 == Download ==
     17== Download
    1918
    2019You can download zipped source from [https://github.com/itota/trac-subtickets-plugin/zipball/master here].
    2120
    22 == Source ==
     21== Source
    2322
    2423You 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].
    2524
    26 == Installation ==
     25== Installation
    2726
    2827 1. Download the [https://github.com/itota/trac-subtickets-plugin/zipball/master zip file], unpack it and run:
     
    4039easy_install dist/*.egg
    4140 }}}
    42  1. Enable the plugin in {{{trac.ini}}} as follows:
     41 1. Enable the plugin in `trac.ini` as follows:
    4342 {{{
    4443#!ini
     
    4746tracsubtickets.web_ui.* = enabled
    4847 }}}
    49  1. Upgrade your trac environment like:
     48 1. Upgrade your Trac environment:
    5049 {{{
    5150#!sh
     
    5352 }}}
    5453
    55 == Screenshots ==
     54== Screenshots
    5655
    5756[[Image(trac-subtickets-plugin_001.png)]]
    5857
    59 == About i18n/l10n support ==
     58== About i18n/l10n support
     59
    6060This plugin is prepared for localization. The patched version is available at the Git repo now.
    6161
    6262The English message texts are still the (POSIX) default. If this isn't your preferred language, you can:
    63  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 Transifex] or
    64  2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     63 1. check if it is already available from the [TracPluginTranslation Trac plugin l10n project] at [https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracsubtickets Transifex] or
     64 2. do it yourself, see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details.
    6565
    66 You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
    67 You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
    68 via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     66Contributing your translation is highly appreciated! 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]:
    6967
    7068Top translations: Trac_Plugin-L10N » [https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracsubtickets tracsubtickets][[BR]]
     
    7371Kindly 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)]]
    7472
    75 == Author/Contributors ==
     73== Author/Contributors
    7674
    7775'''Author:''' [wiki:itota] [[BR]]