Questions tagged as 'redmine'

1
answer

Sending Records for a New View

I created a new action knowledges in my controller responsabilities and created a view called nested_knowledges . I made the action render this view. I put the following code in this view: <%= form_tag edit_responsab...
asked by 03.06.2014 / 17:02
1
answer

Null values in check box's

In my application, it is necessary that if the user unchecks all check boxes informed to him, a Array nulo or []. I'm using params[:parametro1][:parametro2_ids] ||= [] after initializing my Action UPDATE, but if I try to...
asked by 11.06.2014 / 15:30
1
answer

How to create Access rules for a plugin?

I'm developing a plugin for REDMINE. I have menu created using :top_menu , so it stays at the top of REDMINE, next to Administration, etc ... However, I want that not all users logged into the system, see this "Button". Only User...
asked by 09.04.2014 / 15:53
1
answer

Rack - Error Posting Redmine Plugin

I'm creating a plugin for Redmine that will act as a generator and publisher of projects within a repository, however I'm having trouble accessing my Publish project button. The function I created to publish the project is in the same file...
asked by 25.02.2014 / 15:44
1
answer

Redmine, Docker and container view

Well, I'm totally new to docker and I'll try to be as brief as possible. I have a container with Redmine, to do the process I'm wanting I need to put in Redmine the path to a directory, my question is if Redmine being inside a container can have...
asked by 03.12.2018 / 04:22
0
answers

How to create a User Story, Technical Task and Functional Task in Redmine via API?

How to create a User Story, Technical Task, and Functional Task in Redmine via API? I know it's via XML or via JSON, but I need the XML or JSon framework to send the requests.     
asked by 29.08.2018 / 23:09
0
answers

How to send an ajax request to the Easy RedMine API

And folks! I'm trying to send a $ .ajax request to the easy redmine API, but I'm unsuccessful. I tried to send an XMLHttpRequest but it ends up bursting with error.    Quote Would appreciate a help!     
asked by 03.08.2018 / 21:39
1
answer

Install Redmine Debian 9

I'm trying to install redmine on debian 9 (stretch), following the tutorial: link When I go to the bank migration, the following message appears: root@redmine:/opt/redmine-3.4.3# bundle exec rake generate_secret_token root@redmine:/opt/redmi...
asked by 09.11.2017 / 11:45
1
answer

Class 'SimpleXMLElement' not found

As debug of cakephp in Snippet below: p.error { font-family: Monaco, Consolas, Courier, monospace; font-size: 140%; padding: 0.8em; margin: 1em 0; } .success, .message, .cake-error, p.error, .error-messa...
asked by 24.03.2017 / 13:36
1
answer

How to get issues through the Redmine REST API

Using the Redmine API using the Kevin Saliou , I'm trying to get issues for a particular project but not is being returned correctly, both%% and%% issues are incorrect. $client = Yii::$app->redmine->connectRedmine(); $issue...
asked by 29.10.2015 / 19:23