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
1
vote
0 answers

Changing behavior in an existing model class in Rails (inside Redmine) - How to load it?

I am building a plugin for Redmine and I have to calculate the cost of some Issues based on some customized fields. So I made a change to class Issue (the original is a model class defined in Redmine itself) creating a "cost" method. class Issue <…
1
vote
0 answers

How to install a plugin offline in Redmine 2.6.0

I am trying to install the following plugin: https://github.com/arkhitech/redmine_timesheet_plugin on an offline installaton. It seems that the plugin installation is trying to download the earth to install it. Is there a canonical way to do…
Laurent LA RIZZA
  • 2,905
  • 1
  • 23
  • 41
1
vote
0 answers

How to add a custom text filter, redirect to an external site?

My redmine version is 2.5.2 . Our team use redmine to manage the project progress, but our company uses mantis as bug tracker. So, I hope to filter the text mantis:113 to a link which links to the bug page with id 113 on the mantis site. Is there…
AechoLiu
  • 17,522
  • 9
  • 100
  • 118
1
vote
0 answers

Disable Redmine Activity Tab for anonymous users

In Redmine you can set permissions for anonymous users (users without a login) under: Administration / Roles and permissions / Anonymous But there is no way to disable the Activity Tab in the available configs. I'm looking for a way to hide this…
Maximiliano Padulo
  • 1,452
  • 11
  • 22
1
vote
1 answer

Redmine backlogs : could not locate gemfile

I installed redmine on my server. Redmine is installed in /usr/share/redmine. I try to install redmine backlogs using the installation guide) As mentionned in the guide, I execute the following commands: cd /usr/share/redmine bundle exec rake…
ltu
  • 169
  • 3
  • 16
1
vote
0 answers

Unable to Install Mylin connector plugin in Redmine

I'm trying to install redmine_mylyn_connector-stable-2.8.zip plugin in Redmine. When I try to execute the Rake command it shows the below error. Can anyone help? bash-4.1# rake redmine:plugins:migrate RAILS_ENV=production (in…
Chanthu
  • 774
  • 7
  • 15
1
vote
2 answers

Redmine plugin show multiple controller in same menu tab

I'm creating a Redmine plugin with a menu tab. Follow the guide http://www.redmine.org/projects/redmine/wiki/Plugin_Tutorial I can add a menu tab in file init.rb as below: permission :polls, { :polls => [:index, :vote] }, :public => true menu…
vietstone
  • 8,784
  • 16
  • 52
  • 79
1
vote
0 answers

How to override redmine.rb permissions in plugin init.rb

I am developing a redmine Plugin which has the task to offer some additional allow/disallow options, one of the features should be that the admin can allow/disallow the access to issue reports for everly role. The Problem is that even if you try to…
kevdev
  • 1,054
  • 8
  • 9
1
vote
1 answer

Accessing the value of custom field in redmine plugin

I am using Redmine 2.1 and I am writing a custom plugin. I am trying to access the value of a custom field on an issue. def controller_issues_edit_before_save(context = {}) issue = context[:issue] add_assignee(issue) end I am getting…
Rob
  • 85
  • 8
1
vote
1 answer

rails collection_select wrong number of argument error

I have a user_inputs table where I am storing the device subscription statuses under a column sub_status and these subscription statuses I want as drop down options Under the same name. Now after selecting one option from the drop down I want to…
1
vote
2 answers

Error getting setting of my custom plugin for Redmine

Hy, everyone! I have an error in ruby code of my plugin for Redmine. Error occurs then method Setting.plugin_myplugin['myplugin_setting'] is called. Here traceback of this error: NoMethodError (undefined method `plugin_myplugin' for…
1
vote
1 answer

redmine settings tab project

I want to put a new tab in the setting project on a Redmine plugin and I don't find how to do it. I get the code of CCUL Project Managment plugin by ISITROL S.A.(www.isitrol.com) and replace de funcionlity with my funcionality, but I still can't…
melisa.fma
  • 21
  • 5
1
vote
0 answers

Backlinks from Redmine issues to wiki

Is there a plugin for backlinking from issues to wiki or documentation in Redmine? For example: 1. Create a wiki page 2. Add an issue link in the wiki content: "#123" 3. View the issue #123 - you could see the Wiki page referenced under the issue…
Indrek
  • 6,516
  • 4
  • 29
  • 27
1
vote
0 answers

EVM plugin in redmine is not working when the banner is enabled

I'm a redmine user.When the banner is enabled the EVM plugin is not working.The log is below.Any one please suggest a solution for working the plugin without disabling the banner Started GET "/redmine/admin/plugins" for 10.222.185.22 at 2014-03-10…
Chanthu
  • 774
  • 7
  • 15
1
vote
1 answer

Redmine EVM plugin is not working?

Im a redmine user.EVM plugin in redmine is not working when the banner is enabled.Anyone please tell how to resolve this issue ? Started GET "/redmine/admin/plugins" for 10.222.185.22 at 2014-03-10 06:42:05 +0000 Processing by…
Chanthu
  • 774
  • 7
  • 15