Questions tagged [redmine-plugins]

Redmine is a flexible project management web application written using Ruby on Rails framework.

http://www.redmine.org/projects/redmine/wiki/Features

377 questions
5
votes
3 answers

Allow non-admin users to create projects

I'm looking to allow non-admin users to create their own projects, i've found the option to set the default role for a non-admin who has created a project, but I cant find how to let them actually create the project, do I have to set a role for them…
Scott
  • 2,969
  • 8
  • 23
  • 23
5
votes
3 answers

Redmine: 422 invalid form authenticity token

I'm using this plugin to enable SSO between my IDP and redmine. Purpose is to avoid re entering username and password when login to the redmine. Both Redmine and the IDP connected to an external LDAP. Problem is after redirecting back to the redmine…
5
votes
1 answer

Webrick/Rails - Timeout Error after sending POST request

I am working on a Redmine plugin and I created a method where I'm sending 2 HTTP POST requests to attach a file to a document. After executing the first request, I get a Timeout::Error (Timeout::Error) although the request has been successfully…
Shredator
  • 940
  • 3
  • 17
  • 32
5
votes
2 answers

Redmine plugins folder location

Soo my problem is that my brand new redmine install (2.4) has a plugins folder path like this: /usr/share/redmine/lib/plugins I would expect the plugins folder to be under "something"/redmine/plugins Also, it's not empty which seems kinda weird for…
Tiraus
  • 53
  • 1
  • 1
  • 4
4
votes
3 answers

Change value of custom field in Redmine hook

The problem: My issues currently have 3 custom fields, let's say FieldA (select list), FieldB (irrelevant), and FieldC (text). What needs to happen is that on save, FieldC takes the value of -- As an…
Nick Andriopoulos
  • 10,313
  • 6
  • 32
  • 56
4
votes
1 answer

Generating a query fails for integration of Redmine and Mylyn in eclipse

I installed the Redmine-Mylyn-Connector in Eclipse and had our admin install the Mylyn-Plugin for Redmine. The connection to Server seems to work: When I try to add a query, I receive a Server Error:. Unfortunately no more details are…
Edward
  • 4,453
  • 8
  • 44
  • 82
4
votes
1 answer

Rails/Redmine - Can't verify authenticity token results in a 422 error

I'm working on a plugin for the Redmine platform and I would like to attach a file to a document (basically uploading a file) using a link instead of a form, to do this I'm creating POST requests inside a method. I followed the instructions here, I…
Shredator
  • 940
  • 3
  • 17
  • 32
4
votes
1 answer

Plugin for Redmine to appear only in certain project menus

I got my Redmine (v2.0.3) working. It now shows in the project menu of every project but I can't figure out how to only activate it for selected projects. E.g. only for projects that have a project custom field set to a specific value. I got the…
KKK
  • 1,085
  • 11
  • 33
4
votes
1 answer

Hot to create subtask to multiple issue in Redmine?

I am using Redmine 1.4 and I would like to add to a set of issues the same subtask to all of them. For example, I have 10 new bugs, I would like to add the subtask "Check issue" and the subtask "Fix the issue" to all of them. Is there any plugin or…
4
votes
3 answers

connect git commit message to redmine issues

Is it possible to make redmine intercept the commit messages and act, like on assembla, if I commit and write fix #12 than issue 12 status changes to fix. Any plugin for this behavior?
Chen Kinnrot
  • 20,609
  • 17
  • 79
  • 141
3
votes
3 answers

Redmine: can newly created subprojects inherit the members from the parent project?

I'm not sure if this is the correct StackExchange site for this, so I apologize if it's not. Is it possible to create subprojects in Redmine and have it automatically inherit the member permissions from the parent project? If I've got User A as…
Rob Williams
  • 1,442
  • 12
  • 13
3
votes
0 answers

Need a task tree view plugin for Redmine 1.1.2.stable

Assume I have in Redmine several tasks with 'blocked by' or 'depends on' relations between them. When I look at result of 'my tasks' query Redmine shows all the tasks in a single list. Can you recommend me the plugin which allows users to see only…
Igor Soloydenko
  • 11,067
  • 11
  • 47
  • 90
3
votes
1 answer

Redmine Changeset display in details of Issue

is there any plug in for redmine, to display linked changesets for a specific issue? I specified Repository (Mercurial) and I would like to see changesets clicking to an Issue.
Alexei
  • 1,289
  • 3
  • 19
  • 34
3
votes
2 answers

Validation problem with a Redmine hook

I am having a validation problem when writing a Redmine plugin. I'm writing a hook for the issue model, and as a part of the hook method, i would like to invalidate the creation of the issue, by adding a custom error: def…
user852689
  • 751
  • 1
  • 10
  • 21
3
votes
3 answers

How to upgrade redmine plugin to rails 5, alias_method_chain is deprecated now

Story mode Just started learning RoR, but in short period of time I need to add functionality similar to Loading images from LDAP (incompatible version) into our project. Project is abondoned, and I can't find any related info/docs, so I'm asking…
1
2
3
25 26