Giter Site home page Giter Site logo

redmine_banner's Introduction

Redmine Banner Plugin

This plugin is used to show site-wide messages from the Redmine administrator, such as maintenance information messages or notifications.

Compatibility

This plugin version is compatible only with Redmine 2.1.0 and later.

Installation

  1. To install the plugin

    • Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.

    Or

    • Change you current directory to your Redmine root directory:

        cd {REDMINE_ROOT}
      

      Copy the plugin from GitHub using the following commands:

        git clone https://github.com/Undev/redmine_banner.git plugins/redmine_banner
      
  2. Update the Gemfile.lock file by running the following commands:

      rm Gemfile.lock  
      bundle install
    
  3. This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):

     bundle exec rake redmine:plugins:migrate RAILS_ENV=production 
    
  4. Restart Redmine.

Now you should be able to see the plugin in Administration > Plugins.

Usage

The plugin enables you to create a global banner and/or project banners.

To create a global banner, go to Administration > Plugins and click the Configure link, or go directly to Administration > Banner:
banner

Configure the global banner as needed. To activate the banner and make it visible, select the Activate check box and click Apply.
global banner settings

The banner will be displayed on all Redmine pages. You can click Edit on the banner to change its settings or click Off to turn off the banner.
global banner result

To create a project banner, you should first enable the corresponding module. Go to the Modules tab of the project settings, select the Banner check box and click Save.
banner module

Switch to the Banner tab and configure the project banner as needed. To activate the banner and make it visible, select the Activate check box and click Apply.
project banner settings

The project banner will be displayed on the corresponding project pages. You can click Edit on the banner to change its settings or click Off to turn off the banner.
project banner result

License

This software is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.

redmine_banner's People

Contributors

akiko-pusu avatar archonwang avatar cforce avatar dondimarco avatar fingolfin avatar irina-l avatar jwalkerbg avatar nodecarter avatar yukikita avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

doyourtasks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.