Modify

Opened 14 years ago

Closed 7 years ago

#6209 closed defect (wontfix)

invalid urls

Reported by: paranoidi Owned by: Mikhail Gusarov
Priority: normal Component: TracCiaPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I'm running TracCiaPlugin svn 0.11 with Trac 0.11.1. When new ticket is created the announced url is invalid. It seems to be missing the ticket number from the end.

Examples of these problems can be seen at http://cia.vc/stats/project/flexget

Also I have wiki_notifications set to False and it still announces every small edit ...

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by Mikhail Gusarov

I'm giving up: some versions of Trac provide ticket URL with the number and don't need appending a number again, some provide just a generic '/ticket/'.

Please investigate this issue or add some hack to plugin. JFYI, plugin works fine with 0.11.5 and 0.11.3.

comment:2 Changed 14 years ago by paranoidi

oh well, I updated to 0.11.5 ..

comment:3 Changed 14 years ago by Mikhail Gusarov

Does it work now? I'm really puzzled by such internal API changes in point versions. Will have to add some disgusting hack like

if not url.endswith(str(ticket_nr)):
    url += '/' + str(ticket_nr)

comment:4 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

The CIA project has been discontinued.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Mikhail Gusarov.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.