Changes between Version 9 and Version 10 of MantisChangesetBugLinksPatch


Ignore:
Timestamp:
Jun 9, 2015, 10:49:26 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MantisChangesetBugLinksPatch

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Link bug references to MantisBT =
    32
    4 == Description ==
     3= Link bug references to MantisBT
    54
    6 This patch transforms bug references in commit messages to link to external mantis bugtracker. It also fetches bug description from mantis page title.
     5== Description
     6
     7This patch transforms bug references in commit messages to link to external [http://www.mantisbt.org/ Mantis bugtracker]. It also fetches the bug descriptions from the Mantis page title.
    78
    89It does the same thing as [http://trac.edgewall.org/wiki/TracFaq#we-re-already-using-bugzilla-can-i-disable-tickets simple mantis redirector], but with bug descriptions in timeline.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for MantisChangesetBugLinksPatch are
     
    1415
    1516If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=MantisChangesetBugLinksPatch&owner=techtonik new ticket].
     17[/newticket?component=MantisChangesetBugLinksPatch new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=MantisChangesetBugLinksPatch&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:mantischangesetbuglinkspatch here].
    2124
    22 == Install ==
    23 If you have troubles applying patch (for example, because of differences of linefeeds):
    24  1. Download patch.py utility from http://python-patch.googlecode.com/svn-history/trunk/patch.py
    25  2. Execute
    26 {{{
    27 python patch.py icachechangesetlistener.env.diff
    28 }}}
    29  3. Change `MANTIS_URL` value in `plugins/mantis_tickets_query.py` to point to location of your bug tracker
    30  4. Copy changed `plugins/mantis_tickets_query.py` to plugins folder of your Trac environment
    31 
    32 == Source ==
     25== Source
    3326
    3427You can check out MantisChangesetBugLinksPatch from [http://trac-hacks.org/svn/mantischangesetbuglinkspatch here] using Subversion, or [source:mantischangesetbuglinkspatch browse the source] with Trac.
    3528
    36 == Example ==
     29== Installation
     30
     31If you have troubles applying patch (for example, because of differences of linefeeds):
     32 1. Download patch.py utility from http://python-patch.googlecode.com/svn-history/trunk/patch.py
     33 1. Execute the following:
     34{{{#!sh
     35python patch.py icachechangesetlistener.env.diff
     36}}}
     37 1. Change `MANTIS_URL` value in `plugins/mantis_tickets_query.py` to point to location of your bug tracker.
     38 1. Copy changed `plugins/mantis_tickets_query.py` to plugins folder of your Trac environment.
     39
     40== Example
    3741
    3842Commit messages containing text like [[BR]]
     
    4145 [http://www.mantisbt.org/bugs/view.php?id=802 Mantis #000802]: Associate an image file (or raw HTML?) for each project.
    4246
    43 
    44 == Recent Changes ==
     47== Recent Changes
    4548
    4649[[ChangeLog(mantischangesetbuglinkspatch, 3)]]
    4750
    48 == Author/Contributors ==
     51== Author/Contributors
    4952
    5053'''Author:''' [wiki:techtonik] [[BR]]
    51 '''Maintainer:''' [wiki:techtonik] [[BR]]
     54'''Maintainer:''' [[Maintainer]] [[BR]]
    5255'''Contributors:'''