All Projects → farend → redmine_theme_farend_bleuclair

farend / redmine_theme_farend_bleuclair

Licence: GPL-2.0 license
Custom theme for Redmine. Compatible with: Redmine 3.4 - 5.0

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to redmine theme farend bleuclair

alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-81.58%)
Mutual labels:  redmine, redmine-theme
Redmine Net Api
.Net API for Redmine bug/task management systems.
Stars: ✭ 131 (+72.37%)
Mutual labels:  redmine
Redmine digest
Send daily/weekly/monthly digest
Stars: ✭ 23 (-69.74%)
Mutual labels:  redmine
Redmine issues tree
Provides a tree view of the Redmine issues list
Stars: ✭ 79 (+3.95%)
Mutual labels:  redmine
Redmine bootstrap kit
A Redmine plugin which makes developing your own Redmine plugin easy ;)
Stars: ✭ 36 (-52.63%)
Mutual labels:  redmine
Redminetimetracker
Chrome/Electron app for tracking work time.
Stars: ✭ 82 (+7.89%)
Mutual labels:  redmine
Redmine github hook
Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
Stars: ✭ 441 (+480.26%)
Mutual labels:  redmine
Redmine View Customize
View customize plugin for Redmine
Stars: ✭ 175 (+130.26%)
Mutual labels:  redmine
Minelab
GitLab inspired Sass theme for Redmine 2.5.x using Font Awesome, with support for Redmine CRM plugins.
Stars: ✭ 129 (+69.74%)
Mutual labels:  redmine
Redmine jenkins
A Redmine plugin which makes building your Jenkins projects easy ;)
Stars: ✭ 69 (-9.21%)
Mutual labels:  redmine
Redmine elasticsearch
Full text searching plugin for Redmine
Stars: ✭ 58 (-23.68%)
Mutual labels:  redmine
Docker Redmine
Docker Image for Redmine
Stars: ✭ 1,044 (+1273.68%)
Mutual labels:  redmine
Redmine tagging
Add simple tagging support to Redmine Issues/Wiki pages
Stars: ✭ 111 (+46.05%)
Mutual labels:  redmine
Notify custom users
Email Notifications for Custom field with User type
Stars: ✭ 15 (-80.26%)
Mutual labels:  redmine
Redmine helpdesk
Lightweight helpdesk plugin for redmine.
Stars: ✭ 160 (+110.53%)
Mutual labels:  redmine
Redmine impersonate
Redmine plugin allowing administrators to login as any user with a single click.
Stars: ✭ 22 (-71.05%)
Mutual labels:  redmine
Redmine wysiwyg editor
Redmine WYSIWYG Editor plugin
Stars: ✭ 56 (-26.32%)
Mutual labels:  redmine
Redmine Progressive Projects List
Redmine plugin provides projects list with progress bars for every project and version
Stars: ✭ 80 (+5.26%)
Mutual labels:  redmine
Redmine issue templates
Maintenance Repository - https://github.com/agileware-jp/redmine_issue_templates
Stars: ✭ 181 (+138.16%)
Mutual labels:  redmine
Bitnami Docker Redmine
Bitnami Docker Image for Redmine
Stars: ✭ 172 (+126.32%)
Mutual labels:  redmine

Redmine theme "farend bleuclair"

⚠️ The installation method differs depending on the version of Redmine you are using. Please check the "Install".

日本語README(Japanese README)

Description

Custom theme for Redmine.

I created a theme using Cool Colors with an awareness of making the interface look more modern than the default Redmine. The position and color scheme of the menu are close to the default theme, so even those who are familiar with existing themes can use it without any discomfort.

Bleuclair theme is used as standard for RedMica - the future Redmine you can get today (RedMica is yet another distribution of Redmine)

Demo

For Redmine 4.2 or later 🆕

From Bleuclair compatible with Redmine 4.2, changes such as replacing the icon with an icon font and adding the folding feature of the sidebar have been added.

  • Issue list

Before for Redmine 4.1

  • Issue list
  • Issue view
  • Issue histories

Install

1: Create a directory containing themes

In the environment where Git can be used:

Execute the following command in the Redmine installation directory.

  • For versions older than Redmine 3.4
$ git clone -b redmine3.4 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
  • For Redmine 4.0
$ git clone -b redmine4.0 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
  • For Redmine 4.1
$ git clone -b redmine4.1  https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
  • For Redmine 4.2 or later
$ git clone -b redmine4.2  https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair

In an environment where Git is not available:

Check the https://github.com/farend/redmine_theme_farend_bleuclair/releases, download and unzip the zip file or tar.gz file of the version compatible with your Redmine, and place it in the public/themes directory of Redmine.

2: Change theme settings

Set to use the new theme on the Administration page of Redmine.

"Administration" => "Settings" => "Display tab" => Select "Bleuclair" in the item "Theme" and click the "Save" button at the bottom of the page.

Development

$ cd redmine/public/themes/beuclair
$ npm install
$ npm run start:dev
$ # debug
$ npm run build

LICENSE

GNU GPL v2
https://github.com/farend/redmine_theme_farend_bleuclair/blob/master/LICENSE


Web fonts in webfonts uses the following library:
Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Fonts: SIL OFL 1.1 License)

The icon search.svg uses svg files from the following library:
Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0 License)

Author

Far End Technologies Corporation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].