http://www.redmine.org/projects/redmine/wiki/Features
9
votes
5answers
1k views
Redmine - recommended plugins
Which are the redmine plugins you cannot live without?
Also, I'd like to know if they're compatible with the latest version, and if they are regularly updated by their authors
8
votes
1answer
2k views
Netbeans and Redmine integration
Has anyone been able to successfully integrate netbeans with Redmine since the new rest API for Redmine has been released?
I have read a handful of articles written a while ago that suggest this new ...
7
votes
2answers
936 views
Error instaling holidays gem
I'm receiving the following error when trying to install the holidays gem:
# gem install holidays
Fetching: holidays-1.0.4.gem (100%)
ERROR: Error installing holidays:
holidays requires ...
4
votes
1answer
745 views
Is there a redmine plugin to create multiple issues at once?
Redmine has a nice batch edit feature, but nothing equivalent for "batch create" (please correct me if I'm wrong!)
FogBugz lets you quickly create multiple tickets with the same properties (type, ...
3
votes
1answer
225 views
Merging issues in Redmine
An interesting feature in Redmine was the possibility to merge two or more issues into one new issue.
This feature was asked to development team but still isn't available.
Someone can help me with a ...
3
votes
1answer
3k views
Enable Web services in Redmine
Can any one guide me how to enable web services in redmine, specially XML RPC. And a proper way to implement such web service in redmine.
Thanks.
Parthiv
2
votes
3answers
162 views
403 Error using redmine_s3 plugin on Heroku
I am running Redmine (1.2-stable branch from http://github.com/edavis10/redmine) on Heroku and want to use the redmine_s3 plugin (https://github.com/tigrish/redmine_s3) to store the assets on S3.
I ...
2
votes
4answers
154 views
Any way to quickly (drag and drop) reorder tasks in Redmine?
We're using Redmine to log and track all of our tasks, bugs, and features. We have a one month release cycle and it's important to ensure that the order of the items in Redmine corresponds to the ...
2
votes
3answers
966 views
Redmine: create issues via GET request
In JIRA it is possible to create new issues through a simple GET request: http://confluence.atlassian.com/display/JIRA/Creating+Issues+via+direct+HTML+links.
A simple example of such a link:
...
1
vote
0answers
29 views
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 ...
1
vote
1answer
111 views
Redmine :Multiple repositories in a project
Two questions actually
1) Have anyone accomplished setting up multiple repositories in a project or linking commits to repos across projects.
2) Issues referring to commit messages across projects ...
1
vote
2answers
132 views
Redmine: can newly created subprojects inherit the members from the parent project?
I'm not sure if this is the correct StackExchange site for this, so I apologize if it's not.
Is it possible to create subprojects in Redmine and have it automatically inherit the member permissions ...
1
vote
0answers
133 views
Need a task tree view plugin for Redmine 1.1.2.stable
Assume I have in Redmine several tasks with 'blocked by' or 'depends on' relations between them. When I look at result of 'my tasks' query Redmine shows all the tasks in a single list. Can you ...
1
vote
0answers
83 views
Problem with Redmine time tracker
I installed a time tracker plugin for Redmine (http://www.redmine.org/plugins/redmine_time_tracker).
I've run all the procedures, all the DB tables are created, all the files are copied, but not all ...
1
vote
1answer
367 views
Including jquery in a Redmine plugin
I am trying to make a Redmine plugin that uses jquery.
I get conflicts, when I add the following line in my view:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" ...
1
vote
1answer
195 views
Testing in Redmine
I've created a plugin for Redmine, and now am having difficulties writing the test cases for it. I am not using any framework like rspec for this, just the default asserts provided by rails.
I first ...
1
vote
1answer
246 views
Allow non-admin users to create projects
I'm looking to allow non-admin users to create their own projects, i've found the option to set the default role for a non-admin who has created a project, but I cant find how to let them actually ...
1
vote
1answer
264 views
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 ...
1
vote
1answer
458 views
In redmine how do I Send notification with new issue id to sender of email that created the issue
I have Redmine set to create issues on incoming email - unkown_user=create. I would like to send the user an email confirming receipt of the issue with the new issue id. Is there a way to do this?
On ...
1
vote
1answer
69 views
Best way to keep track of contributions / give “credit” [closed]
Possible Duplicate:
How to give credit / keep track of contributions?
We're using Redmine & SVN to manage a community project with lots of small code submissions. Starting to run into ...
1
vote
1answer
82 views
Redmine plugin that replaces words via regular expression?
I'm very new to Redmine/Ruby trying to achieve a simple plugin that takes the current wiki page content and matches/replaces everytime a word occurs via regular expression. How can I do this?
Thanks!
...
1
vote
2answers
1k views
Ankhsvn integration with Redmine
Just out of curiousity I'm deploying AnkhSVN with Visual Studio 2010 in our development office, and have had much success with Redmine in managing projects. However, one issue is integrating AnkhSVN ...
0
votes
2answers
41 views
How to use joins using associations in Ruby on Rails
I am trying to create a Redmine plugin built on Ruby on Rails. I have the following query which fetches the sum of time_entries of all the issues during an invoice.
SELECT SUM( t.hours )
FROM ...
0
votes
1answer
28 views
need Redmine plugins
I`m use redmine for work into company.
And i need some solutions(plugins) to:
Advanced email config(user must have ability to unmail when status changing and when assigned user is changed)
Fetch ...
0
votes
3answers
33 views
Redmine Issue Creation Code
I am currently writing a plugin the creates a new issue via a http post request. I am currently Having issues with creating and saving a new issue. Every time I cal issue.save, it returns false. I was ...
0
votes
0answers
52 views
Why is ruby crashing?
I am trying to use "redmine_git_hosting" from git://github.com/ericpaulbishop/redmine_git_hosting.git
When I try to access it I get an error in /var/log/apache2/error.log:
...
0
votes
0answers
29 views
Adding hooks to another system in Redmine/Chiliproject
I have a project where I need to have a ticketing system for a facebook game, how do I do the following?
enable oauth so that the user goes through as their facebook name?
add admin hooks to the ...
0
votes
0answers
17 views
Use existing redmine core models or controllers while developing plugin in Ruby on Rails
I am relatively new to developing in Ruby on Rails. I am trying to develop a redmine plugin. Some of the features of the plugin has to use existing models and controllers of redmine core which is like ...
0
votes
1answer
35 views
Redmine UnifiedDiff receiving NilClass object for diff on initialization
I'll preface by saying I know little about Ruby or Ruby on Rails so I'm not very good at debugging this.
I have a Redmine installation at work that I am trying to set up, and we want to receive ...
0
votes
0answers
38 views
Anyone integrated Hudson to Redmine?
I know there is a plugin available . But not sure how good that is?
Does it also have PHPDocumentator embedded in it apart from PHPUnit tests? I am basically in need of continuous integration for ...
0
votes
0answers
35 views
Redmine and Balsamiq integration
Does anyone know of a way to integrate Redmine with Balsamiq?. We use Redmine and Balsamiq but I have to refer to a Balsamiq permalink in case I want to reference a wireframe in our Documentation in ...
0
votes
1answer
61 views
Add existing helper in an extended controller (Redmine Plugin Dev)
Can anyone guide me through the right way to add an existing Helper into an extended controller which previously did not contain this helper.
For example, I have extended the timelog_controller.rb ...
0
votes
2answers
39 views
Redmine Documentor
Have anyone used Redmine Documentor which lets you convert PHP to HTML to Redmine wiki format? If so do anyone have some recommendations or alternatives? I seems pretty cool to me.
...
0
votes
0answers
49 views
redmine error. redmine not running and undefined method `add_acts_as_authentic_module`
i am getting the same error as
undefined method 'add_acts_as_authentic_module'
can any one tell how can it be solved?
my redmine version is 1.3.0
on executing rake db:migrate ...
0
votes
0answers
121 views
Eclipse, Redmine and Mylyn (via redmin-mylyncon): server errors, no links and missing gravatar
Finally got a redmine installation working with an enormous subversion repository. It works really well. Next step is of course to get eclipse to work with redmine via mylyn. For the most part this ...
0
votes
1answer
103 views
ruby-on-rails debugging redmine
I'm using the following setup
Windows 7 , netbeans 7.0.1 , ruby 1.8.7 , rails 2.3.14 , redmine 1.2.2 , ruby-debug-ide 0.4.16 , mongrel 1.1.5
I try to do something very simple and I seem to have a ...
0
votes
1answer
77 views
noob: How to create plugin in redmine in windows environment?
i had installed bitnami redmine stack and mysql plus ruby 1.81,and rails 2.3.11 and rubygems 1.3.7 installed in my local system.trouble is i don't know which path to go n start generating plugin even ...
0
votes
0answers
80 views
Uploading files to a Redmine instance on Heroku
How do you handle uploading files to a Redmine instance running on Heroku? Any thoughts or insights?
I have explored the s3 plugin but is anyone still actively maintaining it? I have followed steps ...
0
votes
0answers
8 views
Install Whine Plugin
How to install whine plugin on redmine ? This plugin is use to manage emails on redmine. i spend time on search but not got any related post or tutorial. Please advice me, your help will be ...
0
votes
0answers
113 views
Howto automatic update %Done based spent time/estimated time? [closed]
I would like to have an automatic calculation of % Done attribute based on the developers current time spend and the managers guesstimate on the total time needed.
Currently you have to set % done ...
0
votes
1answer
149 views
Redmine Changeset display in details of Issue
is there any plug in for redmine, to display linked changesets for a specific issue?
I specified Repository (Mercurial) and I would like to see changesets clicking to an Issue.
0
votes
1answer
122 views
Validation problem with a Redmine hook
I am having a validation problem when writing a Redmine plugin.
I'm writing a hook for the issue model, and as a part of the hook method, i would like to invalidate the creation of the issue, by ...
0
votes
2answers
204 views
Good documentation for writing Redmine plugins
I am currently developing some plugins for Redmine, and I must say, I'm a bit disappointed with the lack of documentation available on this subject.
Normally, If I am looking for explanations on ...
0
votes
1answer
98 views
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 :
...
0
votes
2answers
221 views
Getting “can't convert String into Hash” error in Rails application
I'm writing Redmine plugin and have this code in controller:
@project = Project.find(params[:id])
@wiki = @project.wiki
@page = @wiki.find_page(params[:page])
@export1 = textilizable @page.content, ...
0
votes
1answer
69 views
Is there a way to monkey-patch rails tests from plugins?
Me and my team have been heavily producing plugins for a Rails 2.3 app (Redmine, currently 1.1 branch). So far, we have contained from polluting Redmine's base code by writing most of our changes as ...
0
votes
2answers
1k views
RedMine + gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010
/redmine$ ruby script/server -e production
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
...
0
votes
0answers
113 views
What's the equivalent of controller_issues_edit_before_save hook for project
On this page I can read all of Redmine hooks. There is a hook named 'controller_issues_edit_before_save'. This hook is activate when an issue is saved.
Is there a way to have the same behavior for ...
0
votes
1answer
200 views
Redmine / ChiliProject - Restrict login by ip address
I would like to restrict access to certain users of a redmine/chiliproject install as long as they are coming from a certain ip address or a certain range of ip addresses.
Is there a plugin for ...
0
votes
1answer
264 views
How do I get redmine's activity log to show repository changes automatically?
I wrote a little python script to accept BitBucket POST callbacks of repository changes and update the local copy. That all works fine, but I noticed that redmine's activity log doesn't show those ...