Git Product home page Git Product logo

redmine_custom_css's Introduction

Note

This is a fork of https://github.com/martin-denizet/redmine_custom_css

Redmine Custom CSS plugin

Allows to input CSS directly from Redmine to customize Redmine appearance. There are global styles and isolated per user.

Compatibility

Ruby 3.1+
Redmine 5.x stable

Installing

Clone the repo, install ruby dependencies and run database migrations:

# git clone https://github.com/dmakurin/redmine_custom_css.git plugins/redmine_custom_css
# bundle install
# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css

Running tests

tldr:

# git clone https://github.com/dmakurin/redmine_custom_css.git plugins/redmine_custom_css
# bundle install
# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css
# bundle exec rails redmine:plugins:test RAILS_ENV=test NAME=redmine_custom_css

Uninstalling

Clean up the database and remove a plugin directory:

# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css
# rm -rf plugins/redmine_custom_css

Usage

To use global styles navigate to the plugin settings Administration - Plugins - Redmine Custom Css - Settings and put your css there. It will be applied globally for the whole redmine instance.
A user can specify their own styles that will be loaded only for them. The menu available at My account - Custom Css.

redmine_custom_css's People

Contributors

martin-denizet avatar dmakurin avatar rwstauner avatar daiben avatar virtualmarc avatar

Watchers

 avatar

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.