Posts Tagged ‘Redmine’

How to fix redmine-mylyn-connector “Server Error: undefined method `visible_by’”

With version 5324 the method Project.visible_by has been deprecated in favor of Project.visible_condition and redmine-mylyn-connector plugin stopped working with error: Server Error: undefined by `visible_by’. Here’s the patch you need to fix the plugin: diff -r redmine-mylyn-connector-2.7.5/app/controllers/mylyn_connector/issues_controller.rb redmine-mylyn-connector-2.7.5-patched/app/controllers/mylyn_connector/issues_controller.rb 63c63 < :conditions => ["#{Issue.table_name}.id in (?) and #{Issue.table_name}.updated_on >= ? and " < < Project.visible_by, issues, [...]

More »

Installare ChiliProject e Gitolite

In questa guida spiegherò come installare ChiliProject (il fork del più famoso Redmine), Gitolite e come gestire i repository GIT da ChiliProject grazie al plugin (che funziona anche con Redmine) redmine_git_hosting. Il tutto verrà installato su Ubuntu server 10.04 LTS. A differenza delle guide che si trovano in giro la mia configurazione farà tutto con [...]

More »

Accedere a Redmine con le credenziali di Zimbra

Ultimamente ho abbandonato Trac per passare al più evoluto Redmine, un software per la gestione dei progetti scritto con Ruby On Rails. Tra le possibilità offerte c’è anche quella di integrare l’accesso all’applicazione con un albero LDAP esistente. Nel mio caso mi è stato utile integrarlo con l’LDAP di Zimbra. I passaggi sono piuttosto facili: [...]

More »