Skip to content

farend/redmine-view-customize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine view customize plugin

This a plugin allows you to customize the view for the Redmine.

Features

By adding JavaScript or CSS to the matched path, a screen is made customizable.

Installation

Install the plugin in your Redmine plugins directory, clone this repository as view_customize:

cd {RAILS_ROOT}/plugins
git clone https://github.com/onozaty/redmine-view-customize.git view_customize
cd ../
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

note: The directory name must be a view_customize. Directory name is different, it will fail to run the Plugin.

Usage

Setting

  1. After you install the Plugin, "View customize" the administrator menu is added. Screenshot of admin menu Screenshot of list
  2. Add a new setting. Screenshot of new
  3. Path pattern is specified with a regular expression. (ex. /issues/[0-9]+) If there is a match with the path of the page, the code(JavaScript/StyleSheet) is executed. Screenshot of new path pattern
  4. Input code. Screenshot of new JavaScript Screenshot of new StyleSheet
  5. Matches the path, StyleSheet or JavaScrpt is embedded, the screen display is changed. Screenshot of view JavaScript Screenshot of view StyleSheet

Supported versions

  • Redmine 2.0.x or later

License

The plugin is available under the terms of the GNU General Public License, version 2 or later.

About

View customize plugin for Redmine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 49.7%
  • HTML 43.6%
  • CSS 6.7%