Changes between Version 4 and Version 5 of TracTicketWeightPlugin


Ignore:
Timestamp:
Nov 9, 2015, 12:36:30 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketWeightPlugin

    v4 v5  
    55== Description
    66
    7 This plugin aims to apply weights to ''select'' custom fields to automatically determine priority or severity of a ticket.
     7This plugin applies weights to ''select'' custom fields to automatically determine the priority or severity of a ticket.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracTicketWeightPlugin&owner=zshahan new ticket].
     15[/newticket?component=TracTicketWeightPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracTicketWeightPlugin,group=status,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:tracticketweightplugin here].
     21Download the zipped source from [export:tracticketweightplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracTicketWeightPlugin from [http://trac-hacks.org/svn/tracticketweightplugin here] using Subversion, or [source:tracticketweightplugin browse the source] with Trac.
     25You can check out TracTicketWeightPlugin from [/svn/tracticketweightplugin here] using Subversion, or [source:tracticketweightplugin browse the source] with Trac.
     26
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2630
    2731== Example
    2832
    29 {{{
    30 #!ini
     33{{{#!ini
    3134[weight]
    3235owner = scale                # scale is the only supported option for now