I’ve just uploaded a new release of the Redmine Budget plugin. The Budget plugin is a plugin for Redmine to manage the set of deliverables for each project, automatically calculating key performance indicators. This is a long awaited release that will fix many of the outstanding bugs and incompatibilities that have cropped up. Download The …
Tag: plugin
System Notification plugin v0.2.0 released
I’ve just uploaded the latest release of the Redmine System Notification plugin. This is a plugin that will let Administrators send emails to a list of users to let them know of important events (e.g. downtime, upgrades). This release includes some new features for composing the notification, translations, and support for the latest stable and …
Customer plugin v0.2.0 released
After a long wait, I’ve just uploaded a new release of the Redmine Customer plugin. This is a bug fix and translation release that should support the released version of Redmine as well as the latest trunk version. Download The plugin can be download from the Little Stream Software project or from GitHub. Changes Feature …
Create a link inside a Redmine hook
I was recently asked how do create a link in a Redmine plugin hook. The answer is you can use the Ruby on Rails helper link_to but you need a few additional fields for Rails to know where to link to. The standard link_to will generate an ActionView::TemplateError: 1 2 3 4 link_to("My Link", { …
Redmine Budget Plugin
I’m happy to announce that I’m Open Sourcing the Redmine Budget plugin. This is the plugin that I use to manage the set of deliverables for each project and to help estimate project costs. This plugin was sponsored by Shane Pearlman and Peter Chester of Shane and Peter. Features Add new deliverable to a project …