Redmine is a flexible project management web application written using Ruby on Rails framework.
Questions tagged [redmine-plugins]
377 questions
0
votes
2 answers
How to add/override method to helper
I want to override the helper method with my plugin. I tried to create a new helper module with method that should override like this:
myplugin/app/helpers/issues_helper.rb
module IssuesHelper
def render_custom_fields_rows(issus)
'it…

freemanoid
- 14,592
- 6
- 54
- 77
0
votes
1 answer
Redmine: notify when commented issue is updated
Is there any plugin/patch/anything for notifying me by email, when issue which I commented in, is updated? Now I only receive notifications on my own issues, or ones that assigned to me. I know about "Watch" action, but is there a way to do it…

phantasm
- 572
- 4
- 16
0
votes
1 answer
Modifying redmine views using deface
I am trying to make the "private issue" checkbox "checked by default" using a plug-in.
I need to add the below check to the redmine default view
:checked => @issue.new_record? || @issue.is_private,
The default view is
<%= f.check_box :is_private,…

born
- 265
- 3
- 18
0
votes
1 answer
Control the visibility of checkbox for users
I am working on a plug-in to extend the file attachment feature of redmine.
For which I need to add a checkbox that is only visible by users with a particular role
I am totally noob on ruby. This is what i came up with after referring some other…

born
- 265
- 3
- 18
0
votes
1 answer
Update redmine 1.1.0 to redmine 2.2.1
Currently i am using redmine 1.1 and now i need to update it to redmine 2.2. I have already added lot of projects and its issues in redmine 1.1 version. I have installed the redmine 2.2 in other port and use the redmine 1.1 database with the…

anoop
- 1,604
- 6
- 24
- 50
0
votes
1 answer
updating Rails fixtures during tests
I have a functional test in Rails (it's a Redmine plugin) which is causing me problems:
fixtures :settings
test 'error is shown on issues#show when issue custom field is not set up' do
setting = settings(:release_notes)
setting.value =…

hdgarrood
- 2,141
- 16
- 23
0
votes
2 answers
Is there a way to use the stackexchange syntax for posts, commits comments, wiki... in redmine
Is there a module or a simple way to enable the syntax from stackexchange in redmine?

Coyote
- 2,454
- 26
- 47
0
votes
1 answer
how can i inclue a wiki page with attachments list in another wiki page in redmine?
redmine offer some codes like '{{include(Foo)}}' to include a wiki page. but it dosen't inclue the attachments list froms the Foo page.
i want to include a wiki page with the attachment like below. is there a plugin that can make this?

xiaohao
- 272
- 1
- 7
0
votes
1 answer
rake redmine:plugins:migrate is not executing
rake redmine:plugins:migrate is not executing, whenever i try to execute this command, it gives error.
rake aborted!
Don't know how to build task 'redmine:plugins:migrate'

Bilal Ahmed
- 423
- 1
- 6
- 11
0
votes
1 answer
Redmine plugin - ScreenshotPaste not working on 2.0.4
I am trying to install http://www.redmine.org/projects/redmine/wiki/PluginScreenshotPaste or Redmine 2.0.4, but, no luck.
Do somebody knows how to amend the plugin to work?

jasir
- 1,461
- 11
- 28
0
votes
1 answer
user session getting expire on ajax call in rails 2
I am working on redmine in rails 2, In my erb file i have one javascript function
function getLeaveTypeQuota()
{
var selected_leave_type_id = jQuery("#leave_type").val()
jQuery.post(
"getUserLeaveQuota",
…

Bilal Ahmed
- 423
- 1
- 6
- 11
0
votes
1 answer
Setting Configuration in init.rb
I am working in rails 2. I am developing a plugin of redmine. I want to do this in init.rb file of plugin. which i am doing in development.rb of redmine.
config.to_prepare do
load 'user_patch.rb'
end
How can i do this in plugin init.rb?

Bilal Ahmed
- 423
- 1
- 6
- 11
0
votes
1 answer
Add to redmine Core model
I am writing a plugin in redmine 1.4, and as a part of my project, I need to establish a one to many relation between a model created by me (ex: lms_users), and a model that is part of the Redmine core ('users').
I know that the usual way to create…

Bilal Ahmed
- 423
- 1
- 6
- 11
0
votes
1 answer
Generic web repository connector in Mylyn 3.8.1 for Eclipse 4.2
I am new to Mylyn and I wanted to integrate it with Redmine 2.0. I found this Mylyn plugin for Redmine 2.0. But when I installed Mylyn 3.8.1 (latest at the moment), I can't find "generic web repository connector" to create the link with…

Rami Sedhom
- 709
- 6
- 15
0
votes
1 answer
Missing these required gems: mongrel (but installed)
i am trying to install new plugins for redmine 1.4.4.
Having copied folder and run rake db:migrate_plugins RAILS_ENV=production rake wrote:
Missing these required gems:
mongrel >= 0
You're running:
ruby 1.8.7.370 at C:/Ruby187/bin/ruby.exe
…

WISEMAN
- 87
- 1
- 1
- 6