Tag: open source

Redmine System Notification plugin

I’m Open Sourcing another Redmine plugin, the System Notification plugin. This is a simple plugin that will let Administrators send emails to a list of users to let them know of important events (e.g. downtime, upgrades). You can check out the details about it on the plugin page on Redmine.org. I welcome any contributors, the …

Read more

Redmine Exception Handler Plugin

It’s that time again….. yes, I’m Open Sourcing another Redmine plugin. This time it’s the Redmine Exception Handler plugin. This plugin will allow Redmine to send emails whenever an exception or error occurs. I created this plugin because I kept hearing about bugs but I having a hard time reproducing them. This plugin uses the …

Read more

Redmine Bulk Time Entry Plugin

I’m happy to announce that I’m Open Sourcing another Redmine plugin, the Bulk Time Entry plugin. This plugin allows a user to enter multiple time logs from one convenient screen. I created this plugin because needed to enter several time logs at the end of every day and I got tired of going into each …

Read more

Redmine Google Analytics Plugin

I’m happy to announce that I’m Open Sourcing a new Redmine plugin, the Google Analytics plugin. I created this plugin because I didn’t want to hard code my Google Analytics code into my Redmine. It’s a simple plugin, and a very basic example of how to use the new Redmine plugin hook API that will …

Read more

git-svn – switch to a different a svn url

I’m using git and git-svn for all my projects now. It’s wonderful to use git even if the main repository is still in Subversion. Recently though, I had a problem where the Redmine svn repository url changed. Normally you are just recommend to clone the new subversion url with a fresh git-svn repository. Unfortunately, my …

Read more