基本介绍
|
作者: |
redmineplugins.cn Admin |
主页: |
https://www.r-labs.org/projects/r-labs/wiki/Code_Review_en |
版本库: |
|
创建于: |
2024-11-19 |
当前版本: |
1.2.1 |
兼容性: |
6.0.*, 5.1.*, 5.0.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.* |
该插件支持在Redmine代码库浏览界面中对程序研发实施标记。该插件仅工作在生产模式。具体使用方法是:在代码库的浏览界面中点击'diff’链接,此时每个行号后面多了一个'铅笔'图标。点击该图标,在弹出的窗口中则可以填写需要的标记信息或评审记录了。在随后的行号后面如果存在'气泡'图标,说明此处存在评审记录。
版本更新
1.2.1 (2024-11-19)
兼容性: Redmine 6.0.*
- Compatible with Redmine 6.0.x
文件
1.1.1_1 (2024-01-04)
兼容性: Redmine 5.0.*, 5.1.*
文件
1.1.1 (2023-10-03)
兼容性: Redmine 5.0.*, 5.1.*
- fix sort buttons broken in project settings.
- fix no pencil icons displays with Redmine 5.x.
注意: 去掉了对redmine4.*的支持
文件
1.1.0 (2022-03-31)
兼容性: Redmine 4.0.*, 4.1.*, 4.2.*, 5.0.*
- Compatible with Redmine 5.0
- Add missing “Priority” field on issue creation form
- Fix broken review link in issue window
文件
积分(10)
1.0.0_ (2020-05-20)
兼容性: Redmine 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*
- 修复作者原版1.0.0与某些插件存在的配置界面加载冲突的问题
文件
0.1.0 (2020-01-13)
兼容性: Redmine
1.0.0 (2020-01-13)
兼容性: Redmine
文件
0.9.0 (2020-01-13)
兼容性: Redmine 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*
针对 3.4.0 及更高版本的修复
- 浏览版本库时标记不显示的缺陷
- 删除评论时不显示对话框的缺陷
文件
0.8.0 (2019-11-30)
兼容性: Redmine
文件
评论
添加评论
由 redmineplugins.cn Admin 在 大约 2 年 之前添加
@xiao xiaohan6068 可以截个图提交问题到 https://redmineplugins.cn/projects/redmineplugins/issues/new
由 xiao xiaohan6068 在 大约 2 年 之前添加
我安装 并配置了,但是 !! 不能显示代码前的 行号?
由 redmineplugins.cn Admin 在 将近 4 年 之前添加
你的.c/.h文件首先要纳入版本库吧? https://redmineplugins.cn/issues/151
由 xu renfeng 在 将近 4 年 之前添加
插件安装之后,只能打开预览txt文件,在txt文件中添加评审记录,其他的.c/.h文件都打不开
由 匿名用户 在 将近 4 年 之前添加
插件安装之后,只能打开预览txt文件,在txt文件中添加评审记录,其他的.c/.h文件都打不开
由 long jim 在 超过 4 年 之前添加
4.0.4 也不行,路径有问题,无法直接定位到代码,如果是这样 这个插件确实就无法使用了。
由 Chen Snowman 在 超过 4 年 之前添加
4.0上测试路径显示好像可以,但还是有其他问题。目前分支版本也没有对redmine4.*兼容好的,只能等作者修复和更新了
由 long jim 在 超过 4 年 之前添加
4.1.1 有路径问题,https://redmineplugins.cn/issues/94 不知道老版本有有没有。
由 redmineplugins.cn Admin 在 超过 4 年 之前添加
为方便定位问题,请贴下你的redmine版本,以及都安装了哪些插件?
由 Zhang nicsun 在 超过 4 年 之前添加
安装正常,但运行有问题,项目的“配置”选项卡进不去~,提示如下:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.
Log如下:
ActionView::Template::Error (super: no superclass method `project_settings_tabs’ for #<#<Class:0x000000000f43d6e0>:0x000000000f436d18>
Did you mean? project_evmsettings_path):
1: <h2><%=l(:label_settings)%></h2>
2:
3: <%= render_tabs project_settings_tabs >
4:
5: < html_title(l(:label_settings)) -%>
plugins/redmine_code_review/lib/code_review_projects_helper_patch.rb:22:in `project_settings_tabs’
plugins/redmine_contacts/lib/redmine_contacts/patches/projects_helper_patch.rb:39:in `project_settings_tabs_with_contacts’
plugins/redmine_code_review/lib/code_review_projects_helper_patch.rb:22:in `project_settings_tabs’
app/views/projects/settings.html.erb:3:in `_app_views_projects_settings_html_erb__460123496_128054100’
lib/redmine/sudo_mode.rb:65:in `sudo_mode’
请大神帮忙看看~多谢!
由 redmineplugins.cn Admin 在 超过 4 年 之前添加
由 郝 晓宇 在 超过 4 年 之前添加
最新的插件项目地址:
https://github.com/haru/redmine_code_review/releases/tag/1.0.0
插件下载地址:
https://github.com/haru/redmine_code_review/releases/download/1.0.0/redmine_code_review-1.0.0.zip
你版本兼容4.1.0,已经测试