Modify ↓
Opened 15 years ago
Closed 8 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 15 years ago by
comment:3 Changed 15 years ago by
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 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The CIA project has been discontinued.
Note: See
TracTickets for help on using
tickets.
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.