====== Redmine ====== [[http://www.redmine.org|Redmine]] (en Ruby) * [[wpfr>Redmine|Redmine]] * [[http://www.projet-plume.org/fr/fiche/redmine|Présentation (fr)]] ===== Plugins ===== * [[http://www.redmine.org/plugins/redmine_attach_screenshot_2|Attach Screenshot]] (Redmine 1.x & 2.x)\\ Attacher des captures d’écran aux demandes depuis le presse papier. * [[http://www.redmine.org/plugins/redmine_better_gantt_chart|Better Gantt Chart]] (Redmine 1.x) \\ Prise en compte des tâches dépendantes lors de la replanification * [[http://www.redmine.org/plugins/extended_profile|Extended profile]] (Redmine 1.x) \\ Extension du profile des utilisateurs (Société, réseaux sociaux, website...). Voir aussi [[http://www.redmine.org/plugins/author|Author box]] Time * [[http://www.redmine-fr.org/redmine_plugins/18|Timesheet]] (Redmine 1.1.x) * [[http://www.redmine.org/plugins/redmine_spent_time|Spent time]] (Redmine 2.0.x) * [[http://www.redmine.org/plugins/wk-time|Weekly Timesheet]] (Redmine 2.0.x) * [[http://www.redmine.org/plugins/worktime|Work Time]] (Redmine 2.0.x) ===== Install ===== ==== Turnkey redmine ==== http://www.turnkeylinux.org/redmine Original : Redmine v1.0.5 (2010-12-23) About your application's environment Ruby version 1.8.7 (i686-linux) RubyGems version 1.3.7 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Edge Rails revision unknown Application root /var/www/railsapp Environment development Database adapter mysql Database schema version 0 Mise à jour vers Redmine 2 (2.0-stable) en suivant le guide [[http://www.turnkeylinux.org/forum/general/20120722/guide-how-upgrade-redmine-latest-version-203-painlessly|How to Upgrade Redmine to Latest Version (2.0.3+) Painlessly]] After update # /var/www/railsapp/script/about Environment: Redmine version 2.0.3.stable Ruby version 1.8.7 (i686-linux) Rails version 3.2.6 Environment production Database adapter MySQL Redmine plugins: no plugin installed === Erreur undefined method 'session=' === *** Exception NoMethodError in PhusionPassenger::Rack::ApplicationSpawner (undefined method `session=' for ActionController::Base:Class) Solution: le fichier config/additional_environment.rb est généré, il faut l'effacer. Mais quand est-il généré ? === Erreur mail hostname not match certificate === L'envoie d'email ne fonctionne pas avec l'erreur hostname does not match server certificate. Ajouter à la fin de config/environment.rb ... # Initialize the rails application RedmineApp::Application.initialize! # Turn off auto TLS for e-mail ActionMailer::Base.smtp_settings[:enable_starttls_auto] = false