Opened 16 years ago
Last modified 5 years ago
#5243 new defect
Ticketmodifiedfiles does not work with intertrac links
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TicketModifiedFilesPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.11 |
Description
The plugin does not recognise an intertrac environment, so it will report a lot of collisions between tickets in multiple Tracs.
I took the liberty to make the following change, my Python knowledge is limited so I don't guarantee anything.
ticketmodifiedfiles.py line 112:
project = self.env.config['project'] proj_name = project.get('name', 'name') cursor.execute("SELECT rev, time, author, message FROM revision WHERE message LIKE '%%" + proj_name + ":#%s%%'" % id)
Now only tickets in the same (current) Trac will be taken into account.
Perhaps you can review this and add it to the trunk version.
kind regards,
Hans de Rijck.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Hi,
Thanks for your response. I don't know if it is a lot of work, but when you are at this, would it be possible to change the installation procedure so that I can simply put the .py file in the Trac plugins directory? Those Python eggs make me nervous ;)
groeten terug
Hans
comment:3 Changed 14 years ago by
Keywords: | patch added |
---|
comment:4 Changed 14 years ago by
Owner: | changed from Emilien Klein to Ryan J Ollos |
---|---|
Status: | assigned → new |
Reassigning as part of maintainership transfer of TicketModifiedFiles to rjollos.
comment:5 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
OK, I acknowledge this ticket. However I'm not going to add this to the code, as I'm currently not able to do tests. I'll have a look at it as soon as I'm able to test again. Thanks for the patch! Groeten.