插件目录 » 下载所有附件
作者 | Vaibhav Petkar | |
---|---|---|
网站 | - | |
代码仓库 | https://github.com/vaibhavpetkar/redmine_issue_attachments | |
注册时间 | 2024-07-22(12天前) | |
当前版本 | 0.0.1 | |
兼容性 | Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
用户评分 |
下载当前问题中的所有附件
redmine_issue_attachments¶
为问题添加下载按钮,以便下载所有附件。
此插件支持所有Redmine版本
如果只有一个附件按钮则隐藏,如果有多个则显示
zip文件显示问题的名称
安装说明
安装 P¶
- 下载Redmine附件插件
此插件为Redmine中的每个问题添加下载按钮,允许用户将问题的所有附件作为zip文件下载。按钮仅在问题有附件时启用。
- 功能
- 在问题页面上添加“下载附件”按钮。
- 将问题的所有附件打包并下载。
- 如果没有附件,则禁用按钮。
- 需求
- Redmine 3.0.0或更高版本
- Ruby 2.0或更高版本
- 安装
1. 下载插件
Navigate to the Redmine `plugins` directory and clone the plugin repository:
```bash
cd /path/to/your/redmine/plugins
git clone https://github.com/vaibhavpetkar/redmine_issue_attachments.git
bundle install
bundle exec rake redmine:plugins:migrate NAME=redmine_issue_attachments
//或//
bundle exec rake redmine:plugins:migrate NAME=redmine_issue_attachments RAILS_ENV=production
bundle exec rake tmp:cache:clear
sudo systemctl restart redmine
变更日志
0.0.1 (2024-07-22)
兼容Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x。