Plugin to show site-wide message from site administrator, such as maintenacne informations or notifications.
-
Copy the plugin directory into the vendor/plugins directory.
-
Do migration task. e.g. rake redmine:plugins:migrate RAILS_ENV=production (For Redmine 2.x) e.g. rake db:migrate_plugins RAILS_ENV=production (For Redmine 1.x)
-
(Re)Start Redmine.
Version 0.0.5 later, migration is required. For Redmine1.x, please use version 0.0.6. For Redmine2.0, please use Version 0.0.7 or later.
Do following command:
-
rake db:migrate_plugins NAME=redmine_banner VERSION=0 RAILS_ENV=production
-
Go to plugin’s page and click “Settings” link of Redmine Banner Plugin. You can edit banner message and select style for message. Also You can access setting page from administration menu, click “banner” icon.
-
Banner can use as project module. If you want to manage the banner for your project, “Manage Banner” permission is required to your role.
-
Go to project settings tab and check “Banner” as project module.
-
Then you can see “Banner” tab on project settings page.
-
Banner for each project does not support timer.
-
Banner for each project is located at the top of the project only. (Not support footer)
-
To render banner, javascript (prototype.js) is required and banner will not be shown correctly if you does not use modern browser.
To use this plugin previous version (1.xx, 1.0.x...), please see this instruction. https://github.com/akiko-pusu/redmine_banner/wiki/How-to-use-this-plugin-previous-version-(1.xx,-1.0.x...)
-
Compatible with Redmine 2.0.0
-
Fixed Bug / Project banner should be off when module turned disabled.
-
Fixed Bug / In some situation, “ActionView::TemplateError undefined method is_action_to_display” is happened.
-
Update Russian Translation. Thak you so much, Александр Ананьев.
-
Support banner for each project. Thak you so much, Denny Schäfer, Haru Iida.
-
Support timer function.
-
Add links to tunrn off or modify banner message quickly. (Links are shown to Administrator only)
-
Code refactoring. Stop to override base.rhtml and use javascript. Great thanks, Haru Iida-san. Also, remove some “To-Do” section of README.
-
Add translations. Russian, German, Brazilian Portugues. Thak you so much, Александр Ананьев, Denny Schäfer, Maiko de Andrade!
-
Support i18n.
-
First release
-
www.r-labs.org/projects/banner (Project Page)
This software is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.