edavis10 / redmine-status-updates forked from bterlson/redmine-status-updates
- Source
- Commits
- Network (4)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
0.1.2
| name | age | message | |
|---|---|---|---|
| |
COPYING | Wed Jun 25 14:33:41 -0700 2008 | |
| |
COPYRIGHT | Wed Jun 25 14:33:41 -0700 2008 | |
| |
CREDITS.txt | Sat May 02 19:13:48 -0700 2009 | |
| |
Rakefile | Fri Apr 10 13:25:12 -0700 2009 | |
| |
app/ | ||
| |
assets/ | Sat May 02 19:14:26 -0700 2009 | |
| |
db/ | Sat May 02 19:14:04 -0700 2009 | |
| |
features/ | Fri Apr 24 12:22:55 -0700 2009 | |
| |
init.rb | ||
| |
lang/ | ||
| |
lib/ | Fri Apr 24 12:22:55 -0700 2009 | |
| |
readme.textile | Sat May 02 19:13:47 -0700 2009 | |
| |
spec/ | Mon Apr 27 09:37:55 -0700 2009 |
Redmine Status Updates
This is a plugin for Redmine that allows users to create small status updates about what they’re currently working on. You can think of it as Twitter on a per-project basis, within Redmine.
Installing
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to
vendor/plugins/redmine_status - Run the plugin migrations rake db:migrate_plugins
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login and configure your permissions for Status updates in the Administration panel
- Enable the “Statuses” module for each project you’d like to use it on
- (Optionally) Schedule the Delayed Notifications rake task using something like cron,
rake redmine_status:delayed_notifications RAILS_ENV=production. It’s recommended to run this every hour.
Usage
You can view the Status Updates for a project by using the “Status updates” tab on the project. Or you can view all updates by using the “Status updates” link on the top left menu.
Email Notification of updates
Each user can configure their email notification preferences.
- Realtime – email notifications are sent immediately when a user posts an update
- Hourly – email notifications are sent as a single digest email every hour
- 8 Hours – email notifications are sent as a single digest email every 8 hours
- Daily – email notifications are sent as a single digest email once every day
The scheduling and sending of the email will be done by the rake task and cronjob (above).
Hashtag tagging
If an update includes a word prefixed with a hash, then it will be tagged. Tagging updates is a quick and easy way to categories messages. The list of updates will then be able to be filtered by tags and the updates will appear in the Tag cloud.
License
This plugin is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.

