https://github.com/jongha/redmine_dynamic_file_link
This is a plugin for Redmine. Redmine support file tab and URL of each file for the project. Multiple files can be uploaded with the same name; however a link within the wiki will only show the most recently uploaded one. Redmine does not support recent uploaded file link when you changed the text editor format for HTML format using like CKEditor. This plugin supports an absolute file URL that it is the most recently uploaded one dynamically.
https://github.com/jongha/redmine_dynamic_file_link
dynamic file link plugin redmine ruby
Last synced: 12 months ago
JSON representation
This is a plugin for Redmine. Redmine support file tab and URL of each file for the project. Multiple files can be uploaded with the same name; however a link within the wiki will only show the most recently uploaded one. Redmine does not support recent uploaded file link when you changed the text editor format for HTML format using like CKEditor. This plugin supports an absolute file URL that it is the most recently uploaded one dynamically.
- Host: GitHub
- URL: https://github.com/jongha/redmine_dynamic_file_link
- Owner: jongha
- License: mit
- Created: 2014-01-13T08:26:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T02:36:05.000Z (over 12 years ago)
- Last Synced: 2025-06-28T22:08:11.617Z (12 months ago)
- Topics: dynamic, file, link, plugin, redmine, ruby
- Language: Ruby
- Homepage: http://www.redmine.org/plugins/redmine_dynamic_file_link
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Redmine Dynamic File Link
{
}[https://gemnasium.com/jongha/redmine_dynamic_file_link]
This is a plugin for Redmine. Redmine support file tab and URL of each file for the project. Uploaded attached files are stored in /files directory subdirectories named after the year the file has been uploaded. Multiple files can be uploaded with the same name; however a link within the wiki will only show the most recently uploaded one. Redmine does not support recent uploaded file link when you changed the text editor format for HTML format using like CKEditor. This plugin supports an absolute file URL that it is the most recently uploaded one dynamically.
== Plugin installation
1. Copy the plugin directory into the plugins directory.
2. (Re)start Redmine.
== Uninstall
1. Remove the plugin directory into the plugins directory.
2. (Re)start Redmine.
== License
redmine_dynamic_file_link is available under the terms of the MIT License.