﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
11188,"""Copying attachments"" is not compatible for Trac 1.0",defect,1.0,,new,2013-06-22T19:24:55+02:00,2020-05-01T06:51:13+02:00,"The plugin copies the attachment files of the ticket when the ticket is moved. However, it determines directly the path of the attachment file without `Attachment.path`.

See source:ticketmoverplugin/trunk/ticketmoverplugin/ticketmover.py@13301:88-90#L80.

After Trac 1.0, the structure of the `attachments` directory has been changes, t:#10313. We should use `Attachment.path` which is available since Trac 0.10.",Jun Omae
5561,"Should the ""move"" option be available on closed, or already moved tickets?",enhancement,0.11,,new,2009-07-25T22:58:59+02:00,2015-04-22T19:51:21+02:00,"It seems problematic to have the ""Move"" option available on tickets that are already closed, especially those that were moved.
",boftx@…
6969,Add option to limit target project,defect,0.11,,new,2010-04-13T05:17:10+02:00,2015-12-15T18:24:33+01:00,"My Trac setup consists of many projects and since I enable this plugin, opening a ticket just for viewing takes a long time. I suspect this is due to the extra process in the plugin to check thru all existing Trac projects before populating them in the drop down list. It will be good is you can add on option to limit the target project to the ones listed explicitly in an additional parameter, for example:

there are 10 projects in the Trac server:
project1
..
project10

and this plugin is enabled for project1, but for some reasons, I'd like to limit moving of ticket from project1 only to project2 and project3. So in project1's config, i'd like to specify:

{{{
ticketmoverplugin.target = project2, project3
}}}

With this option, I hope the plugin will only go thru the listed ones and shorten the time taken to open up existing tickets in project1. If the parameter is not specified or missing, then the current behaviour can be use as default.",Fine Banana
11641,New features proposed,enhancement,,,new,2014-03-26T10:26:50+01:00,2017-03-27T06:44:45+02:00,"Please see [comment:7:ticket:11188 this ticket comment] as requested in [comment:9:ticket:11188 this other comment].

- fix attachmnent problem on Trac v1.0 (#11188)
- Checkbox with the possibility to keep the ticket status (default: moved ticket will have 'new' as ticket status)
- Checks that ticket fields are present on destination environment
- Correct ""moved to"" url that didn't work when the 'base_url' was not set (in my case I have different environment on the same base directory that inherit a global trac configuration file
- Changed version to 1.0.2-GU

Please consider to commit my patch. ",Giuseppe Ursino
