Questions tagged [redmine]

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Redmine

Redmine a flexible project management web application written using Ruby on Rails framework.

The community has grown in the last few years, making it one of the most used project management tools. This has also given Redmine a great list of plugins, customization and support from the community.

Redmine is open source with its main repository on SVN. For cloning there are also repositories on GitHub and on Bitbucket (for Mercurial users).

Feature Overview

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial and Bazaar)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multi-language support
  • Multiple databases support
  • REST API
  • Plugins

Documentation & Links

1972 questions
0
votes
1 answer

Issue status (specified, coded, tested, ...) and percentage

After struggling a bit to install it on a shared hosting, I finally discovered the power of Redmine. I must say I'm pretty impressed. However I'm a beginner, and stumbling into the manual and the forums didn't help much for what I'm trying to do, so…
Dinaiz
  • 2,213
  • 4
  • 22
  • 32
0
votes
0 answers

How to I log into the Redmine webapp from the Bitnami virtual machine

I want to try out Redmine, fortunately I've found the Bitnami redmine virtual machine which I have now downloaded. I have started the services as per the instructions in how to start and stop servers. So I can see that the services are up and…
user595985
  • 1,543
  • 4
  • 29
  • 55
0
votes
1 answer

Ignore redmine prompt when building dockerfile

I'm building docker file: FROM ubuntu:wily RUN apt-get update RUN apt-get install -y ruby 1.9.3 RUN apt-get install -y apache2 libapache2-mod-passenger RUN apt-get install -y mysql-client RUN apt-get install -y redmine redmine-mysql The last…
Finn
  • 2,707
  • 2
  • 19
  • 28
0
votes
1 answer

Seeking RedMine plugin example: to add a custom spinner control to the ISSUE screen

Seeking an example RedMine Plugin or tutorial to add a spinner control to the RedMine ISSUES UI page. This has two parts: (1) adding the spinner control to the RedMine page UI and (2) adding a new column in the RedMine DB to store the spinner's…
kevinwaite
  • 613
  • 1
  • 8
  • 20
0
votes
2 answers

ActionView::Template::Error (undefined method `company' for #)

I have an issue with rails orm when i tried to get a field from a "belongs_to" model. Processing by OdooHrDepartementController#index as HTML Current user: admin (id=1) Rendered…
H. SLF
  • 61
  • 8
0
votes
1 answer

uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError)

Having problem getting Redmine working on Centos 7 with Passenger. The redmine install all went ok I'm getting the following error (in browser): uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError) …
leshank
  • 113
  • 1
  • 11
0
votes
1 answer

Chartkick gem error on running redmine server

Hopefully somebody can be of help to me here. I´m using linux, ruby version 1.8.7 and rails version 3.2.21 and redmine version 2.6.2 I´m dealing with an error when trying to install/run chartkick before installing i´ve shut down redmine server and…
0
votes
2 answers

Is there a VB.NET plugin for CodeRay (or any VB.NET syntax highlighting)?

I recently set up a Redmine server for my time. Redmine's Wiki uses CodeRay for syntax highlighting. However, most of my team prefers to code in VB.NET, which CodeRay doesn't support. Are there any plugins out there that offer syntax highlighting…
Dan Tao
  • 125,917
  • 54
  • 300
  • 447
0
votes
1 answer

I cant see my attachments from redmine plugin

Im haveing problems with seeing the attachments from plugin, it shows me the message : You are not authorized to access this page. I used the attachments helper to upload things in my plugin. Here is the code: Init.rb(giving…
ILLYRIUM
  • 9
  • 2
0
votes
0 answers

There was an error while trying to load the gem 'mysql2'. (Bundler::GemRequireError)

I've installed a rails app (redmine) in my hosting provider. Bundle install completed successfully, but now I'm getting this error. Error message: There was an error while trying to load the gem 'mysql2'. (Bundler::GemRequireError) Exception…
Jack Casas
  • 914
  • 18
  • 37
0
votes
1 answer

Ruby on Rails, Get Rake 11.1.2 to work in hosting service (JustHost)

I'm trying to get an Ruby on Rails App working with JustHost hosting service. Basically Justhost has some system gems installed that can't be modified under /usr/lib64/ruby/gems/1.9.3 At system level they have rails 3.2.13 and rake 0.9.2.2 Then,…
Jack Casas
  • 914
  • 18
  • 37
0
votes
2 answers

Symbolic link not allowed or link target not accessible /var/www/html/redmine on Ubuntu 14.04

Hi I am having this error when I try to access from remote computer to the following path: http://my_ip/redmine. I did a Symbolic Link from /opt/redmine/redmine-3.2.1 to /var/www/html/redmine. Then I configure the apache2 config like this: But I…
Nega developer
  • 259
  • 3
  • 8
  • 19
0
votes
1 answer

Redmine - adding git repository for a project

I installed Redmine in a windows server. I want my redmine user to have the ability to create their own repository. I followed this http://www.redmine.org/projects/redmine/wiki/RedmineRepositories#Git-repository From what I have learned about…
miss h
  • 133
  • 1
  • 2
  • 15
0
votes
1 answer

Not have permission to writable directory in plugins

In information of redmine not have permission to writable directory in plugins, below image, thereby generating problems using the system. REDMINE IN OPENSHIFT how to solve this problem , since I reported the same in githuib but up to now no answer…
0
votes
0 answers

Redmine - Ruby on Rails - Populate "Custom Field" list data type with values from database

I am working on an Redmine web application. I would like to create a "Custom field", with data type of "List". Currently, Redmine allows you to define the values in this list by typing them manually. However, in my case, I would like to know if…
callMeJava
  • 61
  • 1
  • 2
  • 12
1 2 3
99
100