Opened 11 years ago
Closed 11 years ago
#11219 closed enhancement (wontfix)
wrong attachment format
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | TracDragDropPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
After uploaded an attachment, when we click the down arrow there are it will display the link of attachment image.
The attachment link format is attachment:xxx.etc
which is not correct and cannot be read by trac. it should be [attachment:xxx.etc]
(Added square bracket)
Attachments (1)
Change History (5)
comment:1 Changed 11 years ago by
Priority: | high → normal |
---|
Changed 11 years ago by
Attachment: | sqlnet.log added |
---|
comment:2 Changed 11 years ago by
If i use attachment:sqlnet.log
it will be:
attachment:sqlnet.log
If i use [attachment:sqlnet.log]
it will be:
sqlnet.log
You can see that the attachment word is not there anymore. Which 1 do you think looks better? I personally think when we put the attachment shouldn't be a "attachment" word infront of our attachment right?
comment:3 Changed 11 years ago by
Type: | defect → enhancement |
---|
The plugin provides a simple Trac Link for the attachment in correct format. If you want a custom link, you can modify the link which the text is copied.
normal form | attachment:sqlnet.log | attachment:sqlnet.log |
without prefix | [attachment:sqlnet.log] | sqlnet.log |
custom label | [attachment:sqlnet.log the "sqlnet.log" file] | the "sqlnet.log" file |
custom label ² | [[attachment:sqlnet.log|the "sqlnet.log" file ²]] | the "sqlnet.log" file ² |
<...> pair | <attachment:sqlnet.log> | <attachment:sqlnet.log> |
comment:4 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I will not plan to change it.
I don't understand it. According to wiki:TracLinks#attachment:links,
attachment:filename.ext
is correct.