Project

General

Profile

Plugins Directory » Banner

Author: Akiko Takano
Website: https://github.com/agileware-jp/redmine_banner
Code repository: https://github.com/agileware-jp/redmine_banner
Registered on: 2012-01-27 (about 12 years ago)
Current version: 0.3.4
Compatible with: Redmine 4.1.x, 4.0.x
User ratings:   (18)

Plugin to show site-wide message from site administrator, such as maintenacne informations or notifications.
And selected style is applied to the message.

New repository: https://github.com/agileware-jp/redmine_banner

Installation notes

  • Do the migration task, such as rake db:migrate_plugins RAILS_ENV=production
  • Restart any running Redmine application servers.

Use banner

For site wide banner:
Check "Enable" and you can turn on/off banner message. (Administrator only.)

For project scope banner:
Add banner as project module and check "Enable" at the banner tab on project settings page.

Changelog

0.3.4 (2020-07-10)

Compatible with Redmine 4.1.x, 4.0.x.

This is a maintenance release.

Feedback, translation highly appreciate!
https://github.com/akiko-pusu/redmine_banner/releases/tag/0.3.4

0.3.3 (2020-05-07)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

This is a bugfix release against 0.3.2.
Updating to 0.3.3 is highly recommended!

  • Bugfix: HTML problems on redmine_banner.
  • Bugfix: Fix the wrong URL to project banner setting.
  • Refactor: Remove unused file.

0.3.2 (2020-05-06)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

This is a bugfix release against 0.3.1. Updating to 0.3.2 is highly recommended!

  • Bugfix: HTML problems on redmine_banner 0.3.1. (GitHub: #134)
    • Thanks for reporting the issue, @ryouma-nagare!
  • Bugfix: Global banner off does not work correctly. (Degrade from v0.2x)
  • Update Chinese translation. Thanks, iWangJiaxiang!

0.3.1 (2020-02-12)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

  • Feature: Enabled to switch who can see the global banner. (GitHub issue: 126)
  • Refactor: Change to use project menu to prevent the project setting tab's conflict. (GitHub issue: 127)

Screenshot

display_for.png (53.2 KB) display_for.png Akiko Takano, 2020-02-12 00:38

0.3.0 (2019-12-31)

Compatible with Redmine 4.1.x, 4.0.x.

  • Add feature: Give the ability to specific users to manage the site-wide banner. (GitHub: #86 / #113)
    • Administrator can assign a group to manage global banner via UI.
  • Code refactoring for maintainability.
  • Change not to use SettingsController's patch to the update global banner.

0.2.2 (2019-12-02)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

This is bugfix release against 0.2.1. Updating to 0.2.2 is highly recommended!

Fix: Prevent conflict with other plugins. (GitHub: #121)
French translation update by sparunakian (GitHub: #117)

0.2.1 (2019-08-21)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

  • Fix: Prevent conflict with CKEditor. (GitHub: #111)
  • Code refactoring.
  • Add feature to update Global Banner via API. (Alpha / Related: GitHub: #86 #113)
    • Not only Redmine admin but also user who assigned group named GlobalBanner_Admin can also update Global banner via API.
    • Even prptotype version.
    • Now support JSON only.
    • Please see [swagger.yml](script/swagger.yml) to try update global banner via API.
  • Update CI Setting
    • Add step to build and push image to AWS ECR.
    • Add steps to build and deploy to Heroku Container registry as release container service.
  • Add how to try banner via Docker in README.

0.2.0 (2019-02-17)

Compatible with Redmine 4.1.x, 4.0.x.

NOTE: Mainly, maintenance, bugfix and refactoring only. There is no additional feature, translation in this release.

0.1.2 (2016-06-29)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

Support Redmine 3.3 and fix global banner when responsive view.

  • Code Refactoring
  • Fix CSS and selector.
  • Update translations.

Please see README.rdoc for more details.

Screenshot

Congratulations Banner for Redmine 10th Anniversary.

v0.1.2.jpg (28.5 KB) v0.1.2.jpg Banner for Congratulations Redline 10th anniv! Akiko Takano, 2016-06-29 06:15
v0.1.2.jpg (28.5 KB) v0.1.2.jpg Congratulations Banner for Redmine 10th Anniversary. Akiko Takano, 2016-06-29 06:18

0.1.1 (2015-03-02)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

Change Notes

  • Support Redmine 3.x.
  • Update some translation files. Bulgarian, German. Thank you so much, Ivan Cenov, Daniel Felix.
  • Change column type of banner_description from string to text.Thank you so much Namezero. (GitHub IssueId: 44)

0.1.0 (2014-07-08)

Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

Change Notes

  • Fixed bug: Global banner timer does not work. (r-labs: #1337)
  • Feature: Add related link field for more information to Global Banner. (r-labs: #1339)
  • i18n: Update Korean translation file. (r-labs: #1329) Thank you so much, Ki Won Kim.

NOTE: This version supports Redmine 2.1.x or later only.
(For Redmine1.4x, please use Redmine Banner version 0.0.6.)

0.0.9 (2013-04-30)

Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.

Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.

Change Notes

  • Authenticated users can turn off global banner in their session.
  • Add option to show global banner only for authenticated users.
  • Add option to show only at the login page.
  • Italian and French translation.

NOTE: This version supports Redmine 2.1.x or later only.
(For Redmine1.4x, please use Redmine Banner version 0.0.6.)

banner-0.09.png (141 KB) banner-0.09.png Akiko Takano, 2013-04-29 23:10

0.0.8 (2012-11-20)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.

This version supports Redmine 2.1.x or later only.
(For Redmine1.4x, please use Redmine Banner version 0.0.6.)

0.0.7 (2012-07-01)

Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.

Compatible with Redmine 2.0.x.
And from this version, this plugin does not work on Redmine1.x.

For Redmine1.3 and 1.4, please use this code:
https://github.com/akiko-pusu/redmine_banner/tree/0.0.6
https://github.com/akiko-pusu/redmine_banner/zipball/0.0.6

0.0.6 (2012-04-11)

Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.

Some Bug fix release.

  • Defect: Project banner should be off when module turned disabled.
  • Defect: In some situation, "ActionView::TemplateError undefined method is_action_to_display" is happened.

Ref. http://www.r-labs.org/projects/banner/roadmap#0.0.6

0.0.5 (2012-04-05)

Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.

Support banner for each project.

This version is required migration task.
Please read README.rdoc for plugin installation and usage.

Now project banner is shown only the top of the project page.
Instead of above, you can select which page to show the banner. (All the page, overview inly, overview and issues, new issue only)

project_banner.png (28.4 KB) project_banner.png Akiko Takano, 2012-04-05 12:25
project_banner_2.jpg (27.3 KB) project_banner_2.jpg Akiko Takano, 2012-04-05 12:28

0.0.4 (2012-02-18)

Compatible with Redmine 1.2.x, 1.3.x.

Support timer to show banner message.

Add quick links to edit/turn off banner for administrator.

0.0.3 (2012-02-11)

Compatible with Redmine 1.2.x, 1.3.x.

Add some translation file.

Code refactoring: Use JavaSctipt to show the message after top-menu, instead of overriding base.rhtml.

For archived file:

0.0.2 (2012-01-26)

Compatible with Redmine 1.2.x, 1.3.x.

Screenshot

Message Type Sample

Exp. Case select normal type and use image as a logo like Wikipedia's message:)

banner-sample.png (67.4 KB) banner-sample.png Akiko Takano, 2012-01-27 02:36
banner-sample2.png (50.4 KB) banner-sample2.png Akiko Takano, 2012-01-27 02:37
info-type.png (6.4 KB) info-type.png Akiko Takano, 2012-02-03 01:11
alert-type.png (6.22 KB) alert-type.png Akiko Takano, 2012-02-03 01:11

User ratings

  by Nicolas Metters 4 months ago

Works fine with Redmine 5.0.5.stable

  by Yuki Ito almost 2 years ago

  by C S almost 2 years ago

Works fine with 4.2.5 :)

  by Giovanni Novelli over 6 years ago

Working plugin

  by James H almost 7 years ago

3.3.2

  by Alexandre Almeida about 7 years ago

Very useful plugin.

  by Tomohisa Kusukawa over 7 years ago

  by joao paulo lima saraiva over 7 years ago

Muito bom esse plugin, deveria ser algo padrĂ£o no redmine

  by Ihor Dzesa over 8 years ago

  by Amit Kumar over 8 years ago

Really a good plugin

  by Harris Byun almost 9 years ago

it's the best plugin to me. :)
I'm using for template wiki code.

  by Thierry Brochu almost 9 years ago

Great plugin!! Works like a charm!

  by Jordan Piel almost 9 years ago

  by Ricard F about 9 years ago

nice plugin, thanks

  by Ki Won Kim almost 10 years ago

This is good plugin for me.
But Redmine 2.5.1 not work me too.

  by RICARDO OLIVEIRA almost 10 years ago

Excelente Plugin.

  by Ivan Rapekas almost 10 years ago

Useful for me. In my 2.5.1 the timer does not work.

  by Dipan Mehta almost 10 years ago