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

Redmine in Japanese

I am a newbie to redmine. I have a requirement with redmine. On change of language in Administration->Settings->Display->Languages from English to Japanese is not working.Infact none of the other languages are working. I want the whole redmine to be…
1
vote
1 answer

Looking for a user-centric plugin for Redmine/Chiliproject

We need a plugin where you can view all the submitted tickets but tickets by the same author are folded together And when viewing a ticket it'll show that persons prior requests. Is there a plugin that does this?
Joseph Le Brech
  • 6,541
  • 11
  • 49
  • 84
1
vote
1 answer

Redmine Plugin - requires restart after every code change ( Ruby on rails )

On the Redmine plugin, whenever I do some changes and save it, it requires a restart to showcase the changes. Particularly I'm working right now on init.rb which shows the effects on localhost:9292/admin/plugins. How can I change it to whenever I…
1
vote
1 answer

Check if text includes a specific value in text area

I have a JS where I can verify if the a value is being entered and warn the user to change the input. the script is working fine only if only that value exist in the text and if the value with some other text will not work. $(function() { const…
1
vote
1 answer

Actionmailer on Redmine outputs error "certificate verify failed (self signed certificate)" on email send

I updated a Bitnami Redmine package from version 4.2.1-0 to version 5.0.2-2. I successfully migrated all data to the new server, but now the actionmailer doesn't work anymore. When I try to send a test message, an error message "An error occurred…
1
vote
0 answers

can't start Redmine Pod after crash

Name and Version bitnami/redmine 4.2.4-debian-10-r0 I'm using EKS on AWS Install redmine with postgresql thanks to the helm chart. Redmine is working. Do these commands to install plugins : kubectl cp additionals…
1
vote
1 answer

Creating a plugin for Redmine in a language other than Ruby?

I've been searching for this but haven't found a definitive answer, which is: other than Ruby, can other languages be used to create plugins for Redmine? If so, will that incurr any workarounds and difficulties in general? Or will using them be as…
valik402
  • 11
  • 1
1
vote
1 answer

What is this plugin for redmine?

On lighthttp redmine, there is a git like downloadable links : http://redmine.lighttpd.net/projects/lighttpd2/repository Also here : https://projects.kde.org/projects/calligra/calligra-history/repository What is the plugin used ?
Unitech
  • 5,781
  • 5
  • 40
  • 47
1
vote
2 answers

How to get all Users using a Plugin in Redmine/Ruby on Rails?

I'm coding a Plugin for Redmine in Ruby on Rails atm. I need to get all "Users" to link them to a "Skill". So I need all users to make a relationship to my skills. As it is a plugin, I don't want to write in the main users model in Redmine. So, I…
Jay Dee
  • 27
  • 4
1
vote
2 answers

In Redmine how to add my custom plugin inside Project Menu Bar?

I'm trying to add my Plugin inside a project's menu eg. I want to use my plugin as: https://redmine-site/projects/test-project/my-plugin Like in this image i want to link my plugin after SPENT TIME in the menu.
Moeez Saiyam
  • 107
  • 3
  • 11
1
vote
0 answers

Redmine Plugin Contacts Helpdesk HTML Mails were parsed without line breaks

perhaps somebody has a similar problem with Redmines contacts helpdesk plugin and HTML Mail parsing. In my case after last update on Redmine 4.0.6.stable and contacts helpdesk plugin v4.1.7 HTML mails were rendered without line breaks which made…
Sven
  • 11
  • 1
1
vote
1 answer

installing traceability plugin for redmine v1.1.3 (rake aborted! stack level too deep error)

I installed redmine v1.1.3 and am using sqlite. It works fine but i am unable to complete traceability plugin installation. I have downloaded traceability and placed it into C:\redmine-1.1.3\vendor\plugins. set RAILS_ENV=production rake db:migrate…
ozdemir
  • 23
  • 4
1
vote
0 answers

How to solve NameError for QueryAssociationColumn on Redmine Plugin?

I'm new to Ruby and Rails and was trying to create a simple patch plugin that includes another plugin's extra property as a column available when listing issues. Based on what I've read so far I wrote a new file at lib/issue_query_patch.rb…
ylima
  • 410
  • 5
  • 17
1
vote
2 answers

redmine plugin_assets remains empty

Ubuntu 18.04/Redmine 3.4.4/nginx I installed some plugins which seem to work fine themselves, but browsing redmine I get plenty of 404 errors like: GET http://192.168.3.12/plugin_assets/time_logger/stylesheets/time_logger.css net::ERR_ABORTED 404…
ctindex
  • 93
  • 9
1
vote
1 answer

Replace 'alias_method_chain :save_attachments, :pasted_images' in Rails 5.2.3

I've got a Redmine 3.4.4 installation running, which uses Ruby 2.2.5-p319 and Rails 4.2.8. We want to upgrade this to Redmine latest (currently 4.0.4) which requires Rails 5. I'm running the new server using 4.0.4 using Ruby 2.6.3-p62 and Rails…
shaneoh
  • 442
  • 2
  • 8
  • 26