Campfire Notifier for Redmine
A Redmine plugin to display activity notifications on Campfire.
I forked this project to add the following featured:
- Use Campfire api token instead of login/password.
- Moved the settings into a config/campfire.yml file.
- URL that gets generated uses the host name set within Redmine settings rather than hardcoded.
Blog post demonstrating its awesomeness
Installation
- You need Redmine 0.8.5 or above
- Make sure you have the Tinder gem by adding to config/additional_environment.rb:
config.gem 'tinder'
and then run:
rake:gems:install
git clone http://github.com/kamui/redmine-campfire_notifications.git vendor/plugins/redmine-campfire_notifications
- copy campfire.yml.example into config/campfire.yml with your campfire settings
cp vendor/plugins/redmine-campfire_notifications/config/campfire.yml.example config/campfire.yml
To do
- Create a plugin interface. Right now the campfire authentication is hard-coded in the plugin. Create a plugin controller + view so the user should be able to:
- Set the campfire room parameters (url, login, password)
- Set which project should talk on Campfire