Plugins Directory » Download button
Author: | Andriy Lesyuk | |
---|---|---|
Website: | http://projects.andriylesyuk.com/projects/download-button | |
Code repository: | http://subversion.andriylesyuk.com/download-button | |
Registered on: | 2011-03-28 (over 13 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 2.5.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x | |
User ratings: |
Redmine has "Files" tab for publishing files for download. However it is not always clear that users should use this tab to find the project releases. That's why the "Download button" plugin has been written.
This plugin adds a nice and conspicuous button to the side bar of project. Users can use this button to download the recent file of the recent version of a project.
Sample button¶
Installation notes
- Copy "download" directory to "#{RAILS_ROOT}/vendor/plugins".
- Run: rake db:migrate:plugins RAILS_ENV=production.
- Restart Redmine.
Changelog
0.1.0 (2013-03-08)
Compatible with Redmine 2.5.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.
0.0.3 (2012-02-28)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.
One of the greatest new features is support for {{download}}
Wiki macro...
0.0.2 (2011-09-03)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.
- Added configuration form in project settings
- Supporting custom CSS
0.0.1 (2011-03-28)
Compatible with Redmine 1.0.x.