I’ve got a new Redmine plugin I’m Open Sourcing, the Redmine Rate plugin. This plugin will store billable rates for Users and will relate the amount of time worked to a specific amount. This was extracted out of the Budget plugin, once it was discovered that tracking historic rates was needed. Now if someone’s billable …
Tag: redmine
How to modify core Redmine classes from a plugin
I’ve been writing Redmine plugins since 2007 and one thing that stumped me was how to add new methods to Redmine‘s core classes and have them working in development. The standard Ruby on Rails way of including a module into the class works great except in development mode. Thanks to Thomas Löber, I found a …
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 …
Bulk Time Entry plugin v0.3.0 released
I’m happy to announce that I’ve just uploaded a new release of the Redmine Bulk Time Entry plugin. This is a bug fix 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 …