I’ve just uploaded a new release of the Redmine Stuff To Do 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 Feature #2022: Czech Translation – …
Category: Articles
Redmine Question plugin v0.3.0 released
I’ve just uploaded a new release of the Redmine Question 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 Bug #1982: Questions link doesn’t show closed …
Redmine Timesheet plugin v0.5.0 released
I’ve just uploaded a new release of the Redmine Timesheet plugin. This release has a couple of new features, a few bug fixes, and several translation updates. Download The plugin can be download from the Little Stream Software project or from GitHub. Changes Feature #709: Use defaults for the date like the updated timelog filter …
Plugin that adds a link to Redmine’s menu
I had a question emailed to me about Redmine and I thought it would make a useful blog post: If I wanted to add a link example.com to the top menu how would I do that? I’ve seen this asked several times and most responses are to modify Redmine’s source. While this will work, it …
Use Hash#except to easily test Rails validations
Ruby on Rails provides a large API for web development, including adding new methods to Ruby’s base classes. One method I don’t see used that often is Hash#except. From the Rails API documentation: Return a hash that includes everything but the given keys. This is useful for limiting a set of parameters to everything but …