Feature #2069
openWiki syntax to link to files in the files-module
0%
Description
We'd like to use the wiki page the version creates to talk about what is in the version and then link to the files there so people don't have to then go to the files tab.
files:fileName for example.
Files
Related issues
Updated by Mischa The Evil about 16 years ago
Additional:
this FR exists due to the known limitation of the syntaxis attachment link-handler that only can be used to reference attachments of the current object as documented in the detailed syntax description.
Updated by Yuval Hager over 15 years ago
bumping. I find it rather limiting that files cannot be attached from other areas.
Updated by Jose Luna over 14 years ago
+1, We would also find this very useful. I think it would need to be done by filename instead of id, but it seems pretty simple to implement.
Updated by Lars Erik Gullerud over 14 years ago
+1. We currently need to paste full URLs to the object to get this functionality, but it would reduce maintenance quite a bit if one could link directly to objects in the files module.
Updated by Etienne Massip about 13 years ago
Lars Erik Gullerud wrote:
+1. We currently need to paste full URLs to the object to get this functionality.
You can use some mixed syntax like :
"Download patch":/attachments/download/18
Result : Download patch
Updated by Andriy Lesyuk almost 12 years ago
WikiNG now supports file#<id>
and file:<name>
. See: http://projects.andriylesyuk.com/projects/wiking
Updated by Mischa The Evil over 11 years ago
- Target version set to Unplanned backlogs
Updated by Shouka Baku over 11 years ago
Is it possible to download file from remote file server?
I tried to make a wiki links like this on version 2.2.3 but it doesn't work.
"Link text":file://127.0.0.1/Shared/file.txt
"Link text":file://///127.0.0.1/Shared/file.txt
Anyone please help.
Updated by Stanislav German-Evtushenko over 11 years ago
Shouka Baku wrote:
Is it possible to download file from remote file server?
I tried to make a wiki links like this on version 2.2.3 but it doesn't work.
"Link text":file://127.0.0.1/Shared/file.txt
"Link text":file://///127.0.0.1/Shared/file.txtAnyone please help.
"file://somehost/dir/file" is "Windows + Internet Explorer" related stuff and not general.
Updated by Toshi MARUYAMA over 8 years ago
- Category changed from Wiki to Text formatting
Updated by Ezequiel Nicolazzi almost 8 years ago
+1
It's been 8 years since this issue was first referenced. I am not a ruby programmer, but is this THAT difficult to perform?
Updated by Mischa The Evil about 7 years ago
- File rm2069.patch rm2069.patch added
- add tests;
- test filenames with spaces surrounded by quotes;
- test interproject file links.