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
1 answer

Use Redmine Wiki, project independent

I'm searching for the opportunity to use the existing wiki in Redmine project independent. Why project independent? I need it for general topics and plugins which are not part from a project. Or exists a plugin which I can use for this?
dot
  • 486
  • 1
  • 8
  • 17
2
votes
3 answers

syntax highlight in redmine

The most Users which use redmine, are programmers. They need the code highlight syntax very, very often which is. < pre >< code class="LANGUAGE_NAME" > Some Code < /code>< /pre> In order to write less, as an editor in the redmine wiki I want…
Jan
  • 12,992
  • 9
  • 53
  • 89
2
votes
0 answers

Can't install plugins on redmine war

I'm running tomcat 7.0.40 and have deployed redmine 2.3.1 and also 2.0.3. I've made the WEB-INF/public/plugin_assets directory writable and then copied the plugin into this directory. After that, i've restarted tomcat but i can't see anything under…
2
votes
1 answer

Redmine User project priorities plugin

i need to solve a specific problem for Redmine, but i'm a newby in Ruby and Ruby on Rails in particular. so what i need. I have some developers in Redmine. For each developer (=user) i need to show (on Homepage and MyPage) the priorities of projects…
Sergey Poskachey
  • 331
  • 2
  • 12
2
votes
0 answers

Redmine custom field display format

We have a Redmine installation with a custom field "Affected version" of type "version", where we display which version is affected by an issue (target version is the version where an issue is fixed). So the field displays the versions available to…
0xCAFEBABE
  • 5,576
  • 5
  • 34
  • 59
2
votes
1 answer

Time tracker plugin for redmine 2.3

We have upgraded Redmine from version 2.2 to 2.3. redmine_time_tracker plugin doesn't support Redmine version 2.3. Can anyone please provide a solution to port the time_tracker plugin to Redmine version 2.3.
2
votes
1 answer

Add private method to class by mixin

I want to add an after_create callback to Role model by my plugin. So I can add an after_callback :my_private_method by class_eval as usual. I can add public method by defining it in InstanceMethods in the module that mixined in Role model. But how…
freemanoid
  • 14,592
  • 6
  • 54
  • 77
2
votes
2 answers

How to connect to Redmine from Eclipse

I have setup environment like this: Redmine side: Redmine: 2.2.0.stable (BitNami Windows version) Ruby: 1.9.3 Rails: 3.2.9 Environment: production redmine_mylyn_connector plugin: 2.8.2.stable Eclipse side: JavaEE IDE Juno Windows version Mylyn…
Kevin
  • 567
  • 2
  • 8
  • 19
2
votes
1 answer

Redmine Plugin Partials not being found

I have been following the Redmine Plugin Tutorial and read the page on Hooks, but I still can't get my plugins partials to render, using the render_on keyword or otherwise. Here's where I'm putting my partials: app └── views ├── issues │  …
polm23
  • 14,456
  • 7
  • 35
  • 59
2
votes
1 answer

Redmine and Facebook Connect

I'm looking for this for the whole day today without results. Does anyone know to to use facebook-connect as an authentication mechanism in Redmine? Is there any working plugin for that? Or other solution?
user2068645
  • 137
  • 2
  • 7
2
votes
2 answers

Installing a plugin in Redmine running in OpenShift

I'm running Redmine 2.0.3 in OpenShift. It's a Ruby 1.9 cartridge installed with https://github.com/ramr/redmine-2.0-openshift-quickstart. I'm trying to install redmine_charts2 (https://github.com/pharmazone/redmine_charts2). I've followed the…
juanignaciosl
  • 3,435
  • 2
  • 28
  • 28
2
votes
1 answer

Customize the fields that Redmine calendar displays

I'm interested in using Redmine for a scheduling/rental system and I'm running into a particular issue with the calendar that's slightly annoying. On the calendar, I'd like the ability to choose the fields that appear in the default view but I'm not…
webo
  • 307
  • 1
  • 3
  • 12
2
votes
2 answers

Migrating Redmine plugin to Rails 3

I am trying to run Time Tracker plugin with Redmine 2.0.1 on Bitnami Stack. I found that it's imcompatible with Redmine 2.* but it couldn't stop me. So, I placed this plugin in ../redmine/htdocs/plugins/redmine_time_tracker, migrated it with rake…
Roman Dibikhin
  • 856
  • 4
  • 15
2
votes
1 answer

create redmine plugin

I am creating a Redmine plug in for message system. For that I have created a model with name "communication.rb". here I want to create the Activerecord relationship between Communication model and User model(here User model already existing). in…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
2
votes
1 answer

Redmine and Related issues

Is there a way to export tickets with the "related issues" status? As far as I can see, I have no opportunity to export the information on related issues. Thanks, Mario