Ticket #35863

Updates to redmine 3.2

Open Date: 2015-12-24 01:44 Last Update: 2016-11-09 22:34

Reporter:
Owner:
(None)
Type:
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
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

Ticket History (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
Comment

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

2016-11-09 14:52 Updated by: None
Comment

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
Comment

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
Comment

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

Edit

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