Redmine

Locked
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Redmine

Post by Ivan Denisov »

I installed Redmine in our VPS. It will be used for converted view of our repository and advanced project tracking.

Code: Select all

Environment:
  Redmine version                2.5.1.stable
  Ruby version                   1.9.3-p194 (2012-04-20) [i486-linux]
  Rails version                  3.2.17
  Environment                    production
  Database adapter               Mysql2
SCM:
  Git                            1.7.10.4
  Filesystem                     
Redmine plugins:
  no plugin installed
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Redmine

Post by Ivan Denisov »

Dear Center members, please register at our Issues tracker!
http://redmine.blackboxframework.org/account/register

Now registered: Douglas Danforth, Ivan Denisov, Ivan Kuzmitskiy, Josef Templ.

Registration at the issues tracker is essential for continuing communication. While you are not registered you can not get notifications about new issues and react for them.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Redmine

Post by Ivan Denisov »

Now registered: Douglas Danforth, Gary Warner, Ivan Denisov, Ivan Kuzmitskiy, Josef Templ
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Feature #9: adding module Characters

Post by Ivan Denisov »

Moved from: http://forum.blackboxframework.org/view ... f=41&t=109
Josef Templ wrote:4. redmine has a problem with diff for module Kernel. Ivan could you check this?
The day is out, however I found the reason :)

The problem was in understanding the logic of "odcread". It is using locale settings as the output codeset for results. In my local machine it is UTF-8, however in the VPS it was default Latin-1. I have installed the "locale" package and set en_US.UTF-8 as current locale and now it works fine.

The Josef #9 diff now looks nice:
http://redmine.blackboxframework.org/pr ... 232816743b

After all works with the VPS I also updated Redmine:

Code: Select all

Environment:
  Redmine version                2.5.2.stable
  Ruby version                   2.0.0-p481 (2014-05-08) [x86_64-linux]
  Rails version                  3.2.19
  Environment                    production
  Database adapter               Mysql2
SCM:
  Git                            1.7.10.4
  Filesystem                     
Redmine plugins:
  no plugin installed
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Redmine

Post by Ivan Denisov »

We have the event of nonCenter member registration in Redmine. This user is Roman Miro.

What shold be the permissions of nonCenter members in Redmine?

1. no permissions at all (view only, all public activity should be in GitHub)
2. add notes to the existing issues (current state)
3. let them to add issues

Roman has already added few notes (they are not bad)
http://redmine.blackboxframework.org/issues/9#note-6
http://redmine.blackboxframework.org/issues/9#note-7
User avatar
Josef Templ
Posts: 2048
Joined: Tue Sep 17, 2013 6:50 am

Re: Redmine

Post by Josef Templ »

Option 2 seems reasonable.
"add comments to existing issues"

- Josef
User avatar
ReneK
Posts: 214
Joined: Tue Sep 17, 2013 9:16 am
Location: Vienna, Austria, Europe

Re: Redmine

Post by ReneK »

Community input is crucial for any open source project. Nevertheless, decisions need to be made by center members only.
Locked