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
2
votes
2 answers

Get Redmine user details by user email id

Is there any redmine REST API available for company admin to get the details of user by giving users email id. details like redmine KEY etc
2
votes
3 answers

syntax error, unexpected keyword_do_block, expecting keyword_end ...off

I'm try to develop redmine plugin which have some forms about dates. When I try to configure route settings, rails showed me this error. I couldn't fix it. Where is the problem? I got this error: /days/new.html.erb:20: syntax error, unexpected…
Erol Guzoğlu
  • 486
  • 6
  • 24
2
votes
0 answers

Redmine watchers can not see issues which are not assigned to them

My customers do have a role in which I've defined "can view issues assigned or created by the user" Now when I create an issue, I need to add a customer sometimes as a watcher. But in this case, the watcher user can not view this issue because he in…
Calipso
  • 957
  • 3
  • 15
  • 33
2
votes
0 answers

How to display application menus only when selected top menu item is clicked in redmine?

I am working on Rails 3, Redmine, Redmin Plugin. Following are the codes in init.rb. Redmine::Plugin.register :my_utilization do name 'Name' author 'Author' description 'Plugin Description' version '0.0.1' url '' author_url 'site.com' …
siv rj
  • 1,451
  • 1
  • 14
  • 31
2
votes
2 answers

Bundler could not find compatible versions for gem "i18n":

im a noob. i need help. im trying to install Redmine CRM plugin however im getting an error when i run this: bundle install --without development test it says: Bundler could not find compatible versions for gem "i18n": In Gemfile: rails (=…
mawz
  • 43
  • 1
  • 7
2
votes
1 answer

Redmine Plugin: Accessing RedmineCRM Agile Plugin

i´m totally new to Redmine and need to evaluate agile project management solutions. I installed a fresh Redmine 2.5 on a Ubuntu Server 14.04 and the RedmineCRM Agile Plugin using the official instructions. After restarting Redmine i was able to…
fbutter
  • 122
  • 2
  • 13
2
votes
0 answers

Error for small image (<111kb) upload in CKEditor for Redmine

I can upload big images above 111kb without any problem, but small images below 111kb cannot be uploaded via the "browse and upload image" function. I receive the following error: Could not upload your…
Alex
  • 41
  • 3
2
votes
1 answer

redmine: sending alert if user does not enter hours

So we have this distributed team who are working on a project and whose hours/progress is being monitored using redmine. All the guys are really talented and hardworking but pretty bad when it comes to updating their daily tasks/progress using…
Undefined Variable
  • 4,196
  • 10
  • 40
  • 69
2
votes
1 answer

Error in Rake Task in Redmine

When I'm trying to install the plugins by Rake command I'm getting the below error can any one help? rake redmine:plugins:migrate:RAILS_ENV=production rake aborted! Don't know how to build task 'redmine:plugins:migrate:RAILS_ENV' Note that im…
Chanthu
  • 774
  • 7
  • 15
2
votes
0 answers

redmine : due date remainder not migrating

I am currently developing a project management system using Bitnami Redmine. I am using Redmine 1.4.7. I found a plugin on https://github.com/f0y/due_date_reminder/tree/redmine-1.4 which I want use on my project. I copied the plugin to…
2
votes
2 answers

Display message after clicking a link in Rails application even if the execution of the method is not finished

Sorry for the question formulation, didn't really know how to explain my problem simply. I created a plugin for the Redmine platform where the user can synchronise his Dropbox account with the documents tab on Redmine, everything is working fine but…
Shredator
  • 940
  • 3
  • 17
  • 32
2
votes
1 answer

Carrierwave gem is not working in Redmine v 2.x Plugin

I’m using carrier wave gem in a redmine plugin. But it’s not working as it works in a simple rails app. For example my uploader class is My Uploaders directory contains the file_uploader.rb file which has the following code. class FileUploader…
Opu
  • 190
  • 1
  • 1
  • 9
2
votes
0 answers

GitLab, Redmine integration issues - Bitnami stack on different machines

I am trying to do the following with my GitLab, Redmine installs (different machines, using Bitnami Stack - Redmine on Windows, GitLab on Ubuntu). From GitLab comments be able to get to Redmine From Redmine issues see the associated commits W.r.t…
shikarishambu
  • 2,219
  • 6
  • 35
  • 57
2
votes
1 answer

Which redmine plugins for inventory / maintenance tracking

We are already using Redmine internally for issue tracking. Now we also need to track the inventory and maintenance history of equipments of a customer (which should be able to connect and change the state/location of their equipment). Which Redmine…
leszek.hanusz
  • 5,152
  • 2
  • 38
  • 56
2
votes
0 answers

Redmine plugin to send email on certain status change

My scenario an issue change status in "closed" and redmine must send an email to an email address My constraint: issue assignee could not change email must be configurable by user administration only one email for issue I'm currently using Redmine…
Vokail
  • 630
  • 8
  • 27