任务单 #35863

Updates to redmine 3.2

开放日期: 2015-12-24 01:44 最后更新: 2016-11-09 22:34

报告人:
属主:
(无)
类型:
状态:
开启
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:
2

Details

Function find(:all) is deprecated, and there are some changes to table structures in Redmine 3.2. This patch updates the Redmine Information Plugin

任务单历史 (3/7 Histories)

2015-12-24 01:44 Updated by: frederico
  • New Ticket "Updates to redmine 3.2" created
2016-09-15 05:00 Updated by: None
评论

Sorry, but how patching steps should be done? Thank you

2016-11-09 14:52 Updated by: None
评论

use patch command from trank source(t57) None への返信

Sorry, but how patching steps should be done? Thank you

2016-11-09 22:29 Updated by: frederico
评论

In Linux, there is a problem with line ending characters. Can be fixed using sed. Assuming you have info.1 and info.2 in the current directory:

  1. svn export http://svn.osdn.jp/svnroot/rp-information/trunk/redmine_information
  2. sed -r '/^diff|^@@|^---|^\+\+\+/!s/$/\r/' info.1 | patch -p1
  3. sed -r '/^diff|^@@|^---|^\+\+\+/!s/$/\r/' info.2 | patch -p1
2016-11-09 22:34 Updated by: frederico
评论

It is very problematic for developers that line endings are different in Unix and Windows formats. In Windows, you will probably have to convert line endings to Windows format.

Attachment File List

编辑

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登录名