An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

= Redmine Dynamic File Link

{Dependency Status}[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.