插件 » Redmine Issue Templates 问题模版插件
基本介绍
作者: | redmineplugins.cn Admin | |
---|---|---|
主页: | https://github.com/akiko-pusu/redmine_issue_templates | |
版本库: | https://github.com/akiko-pusu/redmine_issue_templates | |
创建于: | 2023-04-18 | |
当前版本: | 1.1.2 | |
兼容性: | 5.0.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.* |
该插件支持在创建问题时选择预制的issue模版,同时可以为不同的项目定制不同的issue模版。辅助项目组根据自身的业务特点,复用常用的字段信息并制作成issue模版,实现快速并准确的建立issue。
应用场景:项目团队时常根据分工的不同会有不同的Issue录入模式,不同字段和业务需求。例如,质量团队通常会对bug的问题描述定制部门级别的统一issue模板,这样每一个bug的录入会按照模版的要求快速录入。因此,Redmine_issue_templates通过统一梳理issue模板来提高Issue批量录入的效率。
Issue模板创建后,在新建Issue时会出现可选模板列表,选择对应的模版,Issue的主题和描述会从模板中自动导出到当前Issue中。在重复性Issue创建时非常有用,也可按照工作组、部门等组织形式建立Issue模板。
安装指导
- 下载压缩包解压至redmine的plugins目录
- 迁移插件数据库
bundle exec rake redmine:plugins:migrate
- 重新启动redmine
版本更新
1.1.2 (2023-04-18)
兼容性: Redmine 5.0.*
- Avoid parameter loss when sort issue_template
- drop support IE11 and add supported browser list
- load default template when tracker changed
- Fix project bound global note template deletion
- Improve of required validation
文件
redmine_issue_templates-1.1.2.zip (226 KB)
1.1.1_1 (2023-02-08)
兼容性: Redmine 5.0.*
- 修复不兼容百度富文本编辑器(redmine_UEditor)的问题 #465 #466 ,如果使用redmine_CKeditor,请另使用redmine_issue_templates-1.1.1_0
文件
redmine_issue_templates-1.1.1_1.zip (326 KB)
1.1.1 (2023-02-06)
兼容性: Redmine 5.0.*
- 适配redmine5的版本 #461
文件
redmine_issue_templates-1.1.1_0.zip (324 KB)
1.1.0 (2020-08-09)
兼容性: Redmine 4.0.*, 4.1.*
- 作者去掉了对 Checklist 插件的支持, 具体原因见 https://github.com/akiko-pusu/redmine_issue_templates/issues/363
文件
redmine_issue_templates-1.1.0.zip (318 KB)
1.0.5 (2020-08-07)
兼容性: Redmine 4.0.*, 4.1.*
- Bugfix and final release to support Checklist integration.
文件
redmine_issue_templates-1.0.5.zip (320 KB)
1.0.4 (2020-07-08)
兼容性: Redmine 3.4.*, 4.0.*, 4.1.*, 4.2.*
该版本新增对Redmine内建的自定义字段的支持:
- Feature: Add preselected watchers to templates. (GitHub: #302)
- Feature: Enabled to define assignees and categories. (GitHub: #362)
- Bugfix: Template duplicates when changing Status or Category fields. (GitHub: #354)
- Bugfix: Template body not loaded into issue answer (v.1.0.3 only) (GitHub: #356)
- Update JavaScript and Spec.
此版本仍不兼容IE11
文件
redmine_issue_templates-1.0.4.zip (219 KB)
1.0.3 (2020-06-26)
兼容性: Redmine 4.0.*, 4.1.*, 4.2.*
注意: 此版本侧重与bug修复,脚本重构,没有新增额外功能
- Refactor JavaScript to work properly under jQuery 3.x (for Redmine trunk).
- Add some feature specs to test Builtin-fields support.
此版本仍不兼容IE11
文件
redmine_issue_templates-1.0.3.zip (218 KB)
0.3.8 (2020-06-15)
兼容性: Redmine 4.0.*, 4.1.*, 4.2.*
注意:Redmine4.x 推荐使用 0.3.8 这个稳定版本 (使用jQuery)
This is bugfix release.- Bugfix: Fix that Issue Templates plugin changes the cursor icon for “Information” menu on Redmine’s administration page (by vividtone, GitHub #316)
- Bugfix: Orphaned template list is not displayed (GitHub #337)
- Update Russian translation (GitHub #340)
- Update Bulgarian translation (GitHub #329)
- Update Korean translation (update Korean translation)
- Bugfix: enabled to create a new issue template setting. (GitHub #322)
文件
redmine_issue_templates-0.3.8.zip (239 KB)
1.0.2 (2020-05-15)
兼容性: Redmine 4.0.*, 4.1.*, 4.2.*
该版本主要功能是实现全局模版标注功能
注意: 全局模版必须做插件数据库迁移操作
- Feature: Implement Global Note Template.
- Feature: Improve the input form for built-In / custom fields setting.
- Bugfix: Selecting note template browser “jumps” to top of page.
- Bugfix: Change to make the selector more specific. Thanks, @sandratatarevicova
- Apply Bulgarian translation. Thanks, @jwalkerbg (GitHub: #330)
- Update README: --without argument for bundle is no longer necessary.
- Update German Translation (by Christian Friebel).
此版本仍不兼容IE11
文件
redmine_issue_templates-1.0.2.zip (217 KB)
1.0.1 (2020-04-04)
兼容性: Redmine 4.0.*, 4.1.*
注意: 该版本需要数据库迁移
该版本是修复版本,如果还在使用1.0.0.强烈建议升级到此版本- Bugfix: Can’t create a new templates optional settings. (GitHub: #322)
- Migration: Change the column type to text. (GitHub: #323)
- Update JavaScript.
- Thank you for the valuable information and feedback
文件
redmine_issue_templates-1.0.1.zip (295 KB)
0.3.6_修订版 (2019-12-02)
兼容性: Redmine
- 作者的主干版本已经不再支持redmine 3.*
- 完善部分中文提示处理
文件
0.2.1 (2019-12-02)
兼容性: Redmine 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.*
支持 Redmine3.x 系列版本
文件
没有任何数据可供显示
问题
# | 跟踪 | 状态 | 作者 | 主题 | 更新于 |
---|---|---|---|---|---|
9 | 报错 | 已关闭 | 匿名用户 | 据说不支持redmine 3.4.8? | 2019-12-25 12:29 |
43 | 报错 | 已解决 | guo yunxia | 切换跟踪后,模板未更换 + 问题录入时工时作为必填项 | 2020-06-17 19:49 |
74 | 报错 | 已解决 | zhang Feng | 添加redmine_issue_templates-1.0.2.zip插件后,创建bug进入错误页面 | 2020-07-27 13:39 |
130 | 咨询 | 已解决 | yang xi | 模板可以创建,但是新建问题时没有显示该模板 | 2020-12-17 13:55 |
207 | 咨询 | 已解决 | xiaofei fu | 问题模板插件安装后redmine提示错误 | 2021-05-19 10:32 |
268 | 定制 | 已解决 | 华 天泽 | 这样列表怎么实现?(如图) | 2021-10-26 08:50 |
284 | 咨询 | 已解决 | Lee Brouce | 安装成功,新建问题没有显示模板 | 2021-12-02 17:59 |
293 | 报错 | 已解决 | 蔡 裕辉 | 安装Issue Templates报404 | 2022-01-07 20:17 |
313 | 报错 | 已解决 | feng hua | 新建任务时没有出现模板内容 | 2022-03-03 16:46 |
320 | 报错 | 已解决 | feng hua | 选择模板后,前面有 undefined | 2022-03-15 10:02 |
461 | 报错 | 已解决 | 葛 华实 | 安装插件Issue Templates插件后 httpd 报错 | 2023-02-06 09:37 |
462 | 咨询 | 已解决 | wang betty | 安裝版本 | 2023-03-10 21:47 |
465 | 报错 | 已解决 | tong tom | 最新版不支持百度的ueditor插件,选择模板没反应 | 2023-02-28 08:37 |
491 | 报错 | 进行中 | Lee L | Issue Template 不显示 | 2023-03-20 14:02 |
526 | 报错 | 新建 | Deng Wilson | 安裝plugin之後 要建立任何issue都出現error | 2023-06-26 15:02 |
574 | 报错 | 已解决 | C MC | 插件数据库迁移 | 2023-11-26 13:54 |
648 | 报错 | 已解决 | xu chen | 存在两个template模块,一个中文一个英文,请问能不能删掉一个,这样简洁一点,thanks | 2024-05-16 10:35 |
667 | 报错 | 待反馈 | 李 慕安 | 【报错】新建任务前端报错 | 2024-04-29 15:11 |
674 | 报错 | 已解决 | zenggen gen | 在模板中不能显示检查单的内容(Redmine checklist插件的内容) | 2024-09-03 11:25 |
709 | 报错 | 待反馈 | user user1 | 问题模版已经启用但是在创建问题时不显示 | 2024-06-27 12:01 |
评论
添加评论
由 user user1 在 5 个月 之前添加
你好,安装插件后,模版无法显示,预计是因为安装了富文本插件导致,最新版本的插件为什么不兼容富文本插件呢,麻烦看下啥情况呢
由 guo hongxing 在 5 个月 之前添加
@user user1 测试没发现问题。看新建的模版是否已启用,默认是不启用的。
由 user user1 在 5 个月 之前添加
@guo hongxing 模版已经启用,我在配置→一般→文本格式中,将CKEditor改为txttile后可以显示,所以判断可能是插件兼容性问题,但我不希望文本显示成html形式的,所以麻烦看下啥情况
由 guo hongxing 在 5 个月 之前添加
@user user1 安装了哪个富文本插件?
由 user user1 在 5 个月 之前添加
@guo hongxing Redmine CKEditor plugin 这个插件
由 guo hongxing 在 5 个月 之前添加
@user user1 用CKEditor测试也没有问题,应该是你的模版没有启用。如果还是看不到模版,可以贴图到这里 https://redmineplugins.cn/projects/1/issues/new?issue_tracker_id=1
由 user user1 在 5 个月 之前添加
@guo hongxing 问题已经创建了,请查看图片,模版已启用,我在配置→一般→文本格式中,将CKEditor改为txttile后可以显示,所以判断可能是插件兼容性问题,但我不希望文本显示成html形式的,所以麻烦看下啥情况
由 user user1 在 5 个月 之前添加
创建模版后,录入问题模版不显示,PS模版设置的是全局模版,麻烦看下是什么原因呢,Redmine版本是4.0.4
由 Wang Jason 在 超过一年 之前添加
请问可以通过配置,强制非管理权限用户使用某个模板吗,作为开发者和报告者不必要感知选择模板,只需要按照模板填写内容就好了;
!
由 guo hongxing 在 超过一年 之前添加
@Wang Jason 目前看这款插件不支持强制模版。但可以考虑按'跟踪标签'配置'默认模版',开发者和报告者等其他角色同样不需要选择模版。
由 匿名用户 在 超过一年 之前添加
@guo hongxing OK,了解了,thx
由 jianan zhang 在 超过一年 之前添加
我用admin账号创建的模板,应用以后,只有admin的账号会有模板,其他账号都没有是怎么回事?
由 guo hongxing 在 超过一年 之前添加
@jianan zhang 你好,请检查和正确设置“其它账号"的角色权限,issue模版插件安装后会为系统新增3个新的权限,"编辑ISSUE模板 显示ISSUE模板 管理ISSUE模板”
由 匿名用户 在 超过一年 之前添加
已经确认是权限问题,谢谢?
由 匿名用户 在 超过 2 年 之前添加
能不能兼容下5.0,出个版本
由 Chen Snowman 在 超过 2 年 之前添加
@长 长 解决方法在这里 https://redmineplugins.cn/issues/320
由 长 长 在 超过 2 年 之前添加
使用 百度富文本 编辑器时,无法载入模板内容,不知道那里问题?系统自带编辑器载入正常,服务重新启动后第一次使用模板新建问题正常,之后就不行了。redmine4.2版本,请帮忙解决一下。
由 redmineplugins.cn Admin 在 将近 4 年 之前添加
抱歉,是我把变量名写错了。正确拼写如下:
cd D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/
set RAILS_ENV=production
set NAME=redmine_issue_templates
bundle exec rake redmine:plugins:migrate
由 chen huan 在 将近 4 年 之前添加
安装后报错,好像是sql密码不对?
由 chen huan 在 将近 4 年 之前添加
D:\Bitnami\redmine-4.1.1-5\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate NAME=redmine_issue_templates
rake aborted!
Mysql2::Error::ConnectionError: Access denied for user 'root’@'localhost’ (using password: NO)
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/mysql2-0.5.2-x64-mingw32/lib/mysql2/client.rb:90:in `connect’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/mysql2-0.5.2-x64-mingw32/lib/mysql2/client.rb:90:in `initialize’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/mysql2_adapter.rb:22:in `new’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/mysql2_adapter.rb:22:in `mysql2_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:830:in `new_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:874:in `checkout_new_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:853:in `try_to_checkout_new_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:814:in `acquire_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:538:in `checkout’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:382:in `connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:1033:in `retrieve_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_handling.rb:118:in `retrieve_connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/connection_handling.rb:90:in `connection’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/model_schema.rb:466:in `load_schema!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/attributes.rb:234:in `load_schema!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/attribute_decorators.rb:51:in `load_schema!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/model_schema.rb:459:in `block in load_schema’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/model_schema.rb:456:in `load_schema’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/model_schema.rb:346:in `attribute_types’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/model_schema.rb:370:in `type_for_attribute’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/table_metadata.rb:33:in `type’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:51:in `build’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:112:in `block in expand_from_hash’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:71:in `each’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:71:in `flat_map’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:71:in `expand_from_hash’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/predicate_builder.rb:21:in `build_from_hash’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/where_clause_factory.rb:19:in `build’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/query_methods.rb:588:in `where!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/relation/query_methods.rb:581:in `where’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/querying.rb:12:in `where’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/app/models/setting.rb:331:in `find_or_default’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/app/models/setting.rb:117:in `[]'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor/ueditor_config.rb:17:in `<encoded>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor/ueditor_config.rb:2:in `RGLoader_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor/ueditor_config.rb:2:in `<top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:476:in `load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:476:in `block in load_file’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:661:in `new_constants_in’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:475:in `load_file’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:373:in `block in require_or_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `block in load_interlock’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:14:in `block in loading’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/concurrency/share_lock.rb:151:in `exclusive’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:13:in `loading’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `load_interlock’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:356:in `require_or_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:334:in `depend_on’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:246:in `require_dependency’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor.rb:13:in `<encoded>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor.rb:2:in `RGLoader_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/lib/redmine_ueditor.rb:2:in `<top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:476:in `load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:476:in `block in load_file’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:661:in `new_constants_in’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:475:in `load_file’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:373:in `block in require_or_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `block in load_interlock’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:14:in `block in loading’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/concurrency/share_lock.rb:151:in `exclusive’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:13:in `loading’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `load_interlock’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:356:in `require_or_load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:510:in `load_missing_constant’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:195:in `const_missing’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/init.rb:13:in `block in <top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/lib/redmine/plugin.rb:94:in `instance_eval’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/lib/redmine/plugin.rb:94:in `register’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/plugins/redmine_ueditor/init.rb:2:in `<top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/lib/redmine/plugin.rb:181:in `block in load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/lib/redmine/plugin.rb:172:in `each’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/lib/redmine/plugin.rb:172:in `load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/config/initializers/30-redmine.rb:20:in `<top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `block in load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `load’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:663:in `block in load_config_initializer’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/notifications.rb:170:in `instrument’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:662:in `load_config_initializer’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:620:in `block (2 levels) in <class:Engine>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:619:in `each’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:619:in `block in <class:Engine>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `instance_exec’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `run’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:61:in `block in run_initializers’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:50:in `each’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:50:in `tsort_each_child’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/config/environment.rb:16:in `<top (required)>'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:337:in `require_environment!'
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:520:in `block in run_tasks_blocks’
D:/Bitnami/redmine-4.1.1-5/apps/redmine/htdocs/vendor/bundle/ruby/2.5.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
Tasks: TOP ⇒ redmine:plugins:migrate ⇒ environment
(See full trace by running task with --trace)
由 redmineplugins.cn Admin 在 将近 4 年 之前添加
由 chen huan 在 将近 4 年 之前添加
请问windows版bitnami redmine 4.1.1的安装步骤
由 匿名用户 在 将近 5 年 之前添加
用0.2.1的版本可以支持redmine 3.x。 下载 https://redmineplugins.cn/attachments/208
由 匿名用户 在 将近 5 年 之前添加
不支持redmine3.4.8啊