Questions tagged as 'redmine'

2
answers

Initializing Redmine

I have a small problem initializing my Redmine in the environment. After all the configuration of Mysql etc ... when I use the command to start the application I get the message: ArgumentError (A secret is required to generate an integrity has...
asked by 16.03.2014 / 03:53
1
answer

How to add a link in the Redmine menu only to logged in users?

I've created a link, at the top of Redmine, for a particular industry. I need to know how to hide this link if there is no user logged in. The button was created in the init.rb file of my plugin containing the following syntax ... menu :top...
asked by 14.03.2014 / 15:11
1
answer

Java file does not receive parameters through InputStream

I have a problem with a class on my project application server. I need this class after compiled and running, get a message: or "MSG_PV" or "MSG_RV" from my REDMINE to publish projects or generate them, within my Repository. The problem...
asked by 28.02.2014 / 14:06
1
answer

Creating Scaffold's for plugins in Redmine

How do I create a Scaffold in a plugin of REDMINE?     
asked by 28.03.2014 / 13:10
1
answer

Application Pool Stopping on IIS7

I installed Redmine on IIS 7 on Windows 7 + MySql, but whenever I try to access the local URL the page appears with a 503 error, I discovered that this is happening because Application Pool is stopping in the middle of the page request. p> Ins...
asked by 11.02.2016 / 14:43
1
answer

Accessing Rails Link Table Fields

MODIFIED QUESTION: I have an application that has 2 tables: Curso and Cargo and a third table curso_cargo that makes the HBTM between them. I would like to know how to access a field of this curso_cargo ta...
asked by 20.06.2014 / 15:10
1
answer

Is there any API for collecting pointers in Redmine?

Is there an API that sets up graphs of indicators such as the working time of each developer, timeliness of delivery among others? I'm in a project with a team and we're stuck with Redmine, and I believe something to display indicators would...
asked by 25.08.2016 / 15:42
0
answers

Commit blocking with Redmine

I need to block a commit until its redmine condition is acceptable. Knowing that the required status index is 2 (In progress). Example (I do not use this just for understanding): if ["status" == "1"]; then $commit = true; else ["statu...
asked by 16.03.2016 / 18:32
1
answer

Change Commit Time

I would like to know if it is possible to change the time of a commit. Situation is as follows, I have a git server integrated with redmine. When the users are going to upload code in the commit it gets the local time of the machine that is a...
asked by 24.02.2016 / 15:47
0
answers

GIT Server integrated with Redmine

I have a git server integrated with redmine, it is configured right and is being used by several people, but when the commit comment has double quotes (") it is not synchronized. I use a script, below the comet part: function redmine_update_is...
asked by 22.02.2016 / 13:29