插件目录 » Redmine 附件分类
作者 | Stephan Wenzel | |
---|---|---|
网站 | https://github.com/HugoHasenbein/redmine_attachment_categories | |
代码仓库 | https://github.com/HugoHasenbein/redmine_attachment_categories | |
注册时间 | 2018-07-06(约6年前) | |
当前版本 | 2.0.0 | |
兼容 | Redmine 4.1.x, 4.0.x, 3.4.x | |
用户评分 |
Redmine 插件。为附件添加可自由配置的分类。在所有附件视图中,类别标签将显示在文件名或缩略图旁边。
特殊功能:在编辑附件对话框中,通过一键将问题的所有附件检查到一个默认文件仓库。如果问题有一个包含文件夹名称的自定义字段或任何其他字符串,则问题附件将存储在 <repository>/<custom_field_string>/<category_name>。要使用此功能,可以在“管理->插件->Redmine 附件分类”下配置自定义字段名称。
安装说明
安装¶
1. 进入插件文件夹
git clone https://github.com/HugoHasenbein/redmine_attachment_categories.git
2. 进入 Redmine 根文件夹
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories
3. 重启服务器等。
sudo /etc/init.s/apache2 restart
卸载¶
1. 进入 Redmine 根文件夹
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories VERSION=0
2. 进入插件文件夹
rm -r redmine_attributes_quickies
3. 重启服务器等。
sudo /etc/init.s/apache2 restart
变更日志
2.0.0 (2020-12-05)
兼容 Redmine 4.1.x, 4.0.x, 3.4.x。
兼容 Redmine 4+
1.0.3 (2018-07-06)
兼容 Redmine 3.4.x。
增加了与我的其他插件的增强兼容性