I’m happy to finally release the first public version of my Invoice plugin for ChiliProject. This plugin can be used to create and manage invoices for customers using ChiliProject’s time entries. While this is the first public release, I’ve been using this code at Little Stream Software for all of my invoices since 2008. Features …
Tag: plugin
Redmine Rate 0.2.1 Released
A bug fix update to my Redmine Rate plugin has just been released. It includes an important bug fix for the caching system. This version requires at least Redmine 1.0.0 and is compatible with Redmine 1.0.x, 1.1.0, 1.1.1, and ChiliProject 1.x. Changes Bug #5793 Cost cache not getting cleared when Time Entry attributes change Download …
Redmine Rate 0.2.0 Released
An update to my Redmine Rate plugin has just been released. It includes several bug fixes and a new caching system. This version requires at least Redmine 1.0.0 and is compatible with Redmine 1.0.x, 1.1.0, 1.1.1, and ChiliProject 1.x. Changes Feature #2433 French translation Feature #2664 Russian localization Feature #3832 rate_users_helper_patch extending InstanceMethods Feature #4289 …
Redmine Remove Membership 0.1.0 released
Last week I created another Redmine plugin to setup staging and testing servers with Redmine called Redmine Remove Membership. It’s a simple plugin that adds a Rake task to Redmine that will revoke the membership of a user from all projects. My client is using this on their staging server to quickly setup a limited …
Redmine Lock Users 0.1.0 released
This past week I created a plugin for one of my Redmine clients called Redmine Lock Users. It’s a simple plugin that adds a Rake task to Redmine to make it easy to lock all of the user accounts in the system. We have been using this to lock down testing and staging servers. Since …