HugoHasenbein / redmine_project_themes

Redmine plugin for provides project specific themes
https://www.redmine.org/plugins/redmine_project_theme
GNU General Public License v2.0
7 stars 3 forks source link
plugin project redmine theme

redmine_project_themes

Redmine plugin for providing project specific themes

if you come from an earlier version, prior to 1.1.0

migrate back first by

bundle exec rake redmine:plugins:migrate RAILS_ENV=production VERSION=0 NAME=redmine_project_themes

Use case(s)

Install

  1. download plugin and copy plugin folder redmine_project_themes to Redmine's plugins folder

  2. migrate

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_project_themes

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

(no migration is necessary)

Uninstall

  1. migrate back

bundle exec rake redmine:plugins:migrate RAILS_ENV=production VERSION=0 NAME=redmine_project_themes

  1. go to plugins folder, delete plugin folder redmine_project_themes

rm -r redmine_project_themes

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Use

PNG that represents a quick overview

note: if you leave this field empty (select empty menu item), then this project gets the standard theme selected in Administration->Settings->Display

Have fun!

Localisations

Change-Log*

**1.2.0

**1.1.1

1.1.0

1.0.2

1.0.1

1.0.0