Plugins Directory » Redmine Announcements
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_announcements | |
Code repository: | https://github.com/HugoHasenbein/redmine_announcements | |
Registered on: | 2020-10-04 (about 4 years ago) | |
Current version: | 2.0.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Adds arbitrary site announcements to redmine.
Root announcements are displayed on every project or even on the login screen if chosen to do so.
Project announcements are only shown within the project and also to its child projects, if child projects have activated announcements.
All announcements can have four different styles "Notice", "Warning", "Error" and "blank".
Announcements can be styled in textile or in mark down.
Original work by Sandeep Kumar https://github.com/buoyant/redmine_announcements
This version is completely recoded and has left being a fork.
Installation notes
Install¶
download plugin and copy plugin folder redmine_announcements go to Redmine's plugins folder
go to redmine root folder
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_announcements
restart server f.i.
sudo /etc/init.d/apache2 restart
Changelog
2.0.0 (2020-10-04)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.