Tag Archives | open source

Redmine Stuff To Do plugin v0.4.0 released

A new release of the Redmine Stuff To Do plugin has been tested and released. This release includes over 13 changes since the last release including the new Time Grid feature. This will be the final version that is supported on Redmine 0.8, the next versions will require Redmine 0.9. Download The plugin can be [...]

Read full story Comments { 0 }

Redmine Timesheet plugin v0.5.0 released

A new release of the Redmine Timesheet plugin has been tested and is ready for download. This release includes over 30 changes since the last release including 17 bug fixes and some new features like the CSV export. This will be the final version that is supported on Redmine 0.8, the next versions will require [...]

Read full story Comments { 2 }

Bulk Time Entry plugin v0.5.0 released

The 0.5.0 release of the Redmine Bulk Time Entry plugin has just been uploaded to my Redmine, Github, and gemcutter. This is a bug fix release for Redmine 0.9 only. Changes Feature #2822: German translation of text messages Feature #3644: Scoll to the new form when adding another entry Task #3505: Remove compatibility hacks for [...]

Read full story Comments { 0 }

Sinatra Todo – a web frontend to a plain text todo file

I wanted to share an application I created that I’ve been using for a few months called Sinatra Todo. Why I built it I’ve been using GTD and other time management systems for several years now and have seen myself go through two stages: Using high tech, shiney, whiz-bang gadgets to track my todo list. [...]

Read full story Comments { 2 }

Bulk Time Entry plugin v0.4.0 released

I’ve just uploaded the 0.4.0 release of my Redmine Bulk Time Entry plugin. This is a bug fix release that fixes several issues with the latest Redmine, Redmine 0.8.7, and Postgresql. Download The plugin can be download from the Little Stream Software project or GitHub. I’ve also released this as a gem on gemcutter and [...]

Read full story Comments { 0 }

Redmine Plugin Dependencies

I’ve been doing a lot of integration work with Redmine lately and needed one Redmine plugin to be depend on another plugin. So yesterday I added a new method to the Redmine plugin API called requires_redmine_plugin. It’s a simple method that will make sure another Redmine plugin is installed. Using the API is simple, just [...]

Read full story Comments { 0 }

Question: Bug fix releases or release new plugins?

I recently asked a question on Twitter and I wanted to get some more feedback on here. To add a some context: I have about 20 Redmine plugins Open Sourced that are ready for another release. With Redmine 0.9 coming up, I’d like to do a final bugfix release of them for the final 0.8 [...]

Read full story Comments { 0 }