Changes between Version 19 and Version 20 of TicketMoverPlugin


Ignore:
Timestamp:
Jul 22, 2015, 10:22:59 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketMoverPlugin

    v19 v20  
    55== Description
    66
    7 Move Trac tickets from one project to another that reside in the '''same environment directory'''. Install and enable the plugin and in the ticket sidebar controls will be shown to anyone with `TICKET_ADMIN` permission (by default) to move the ticket to another peer project where the user also has `TICKET_ADMIN` permissions.
    8 
    9 I probably would have used the DatamoverPlugin (now deprecated), but this didn't work for Trac 0.11. TicketMoverPlugin also handles ticket attachments.
     7This plugin allows you to move Trac tickets from one project to another, provided the projects reside in the '''same environment directory'''. Install and enable the plugin and in the ticket sidebar controls will be shown to anyone with `TICKET_ADMIN` permission (by default) to move the ticket to another peer project where the user also has `TICKET_ADMIN` permissions.
    108
    119There is a [https://github.com/UnwashedMeme/TicketMoverPlugin fork] of this plugin by UnwashedMeme that implements an `ITicketActionController` for moving tickets. Please open tickets for that version of the plugin in the [https://github.com/UnwashedMeme/TicketMoverPlugin/issues GitHub issue tracker].
     10
     11The similar DatamoverPlugin doesn't work for Trac 0.11 and is effectively deprecated. TicketMoverPlugin also handles ticket attachments.
    1212
    1313== Bugs/Feature Requests
     
    1717
    1818If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=TicketMoverPlugin&owner=k0s new ticket].
     19[/newticket?component=TicketMoverPlugin new ticket].
    2020
    2121[[TicketQuery(component=TicketMoverPlugin&group=type,format=progress)]]
    2222
    23 == Requirements
     23== Installation
    2424
    2525This plugin requires TicketSidebarProviderPlugin and TracSqlHelperScript.
    26 
    27 == Installation
    2826
    2927Download the zipped source from [download:ticketmoverplugin here].
     
    3230
    3331Enable the plugin in your `trac.ini` file:
    34 
    3532{{{#!ini
    3633[components]
     
    4037}}}
    4138
    42 Also make sure that the TicketSidebarProviderPlugin is enabled in the `[components]` section of your `trac.ini` file:
    43 
     39Enable the TicketSidebarProviderPlugin in your `trac.ini` file:
    4440{{{#!ini
    4541[components]
     
    4844
    4945The permission required for moving a ticket can be specified (default value is shown):
    50 {{{
    51 #!ini
     46{{{#!ini
    5247[ticket]
    5348move_permission = TICKET_ADMIN
     
    7065== Author/Contributors
    7166
    72 ''Originally developed at [http://openplans.org The Open Planning Project]''
     67Originally developed at [http://openplans.org The Open Planning Project].
    7368
    7469'''Author:''' [wiki:k0s] [[BR]]