From 414471dfb8f476ee3d6a6ca19b11d20f44600143 Mon Sep 17 00:00:00 2001 From: Philipp Pixel Date: Wed, 18 Mar 2020 17:10:13 +0100 Subject: [PATCH 1/3] #36 Update PurpleMine theme to v2.9.1-1, fix permission checkboxes Our PurpleMine v2.9.1-1 theme provides a fix for the Redmine theme in which the "project role permission" checkboxes are made available again. This commit updates the theme styles along with other upstream style fixes. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9415b1..a7132d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ ENV REDMINE_VERSION=4.1.0 \ ACTIVERECORD_TARGZ_SHA256=a5d3a5ac6c5329212621bab128a2f94b0ad6bb59084f3cc714786a297bcdc7ee \ RUBYCAS_TARGZ_SHA256=9ca9b2e020c4f12c3c7e87565b9aa19dda130912138d80ad6775e5bdc2d4ca66 \ RAILS_RELATIVE_URL_ROOT=/redmine \ - CLOUDOGU_THEME_VERSION=2.8.0-2 \ - THEME_TARGZ_SHA256=9c9078f52fffbadc140f67001702dd894cf3e6f537fa2f27e7746ca608a9bf77 + CLOUDOGU_THEME_VERSION=2.9.1-1 \ + THEME_TARGZ_SHA256=b541030c7351a4f71561e8ac409fbcc257978c9de75816bcbcdcd199f7446cfb # copy resource files COPY resources/ / From 77947838efecb5d31278ad19890999baf4616727 Mon Sep 17 00:00:00 2001 From: Philipp Pixel Date: Wed, 18 Mar 2020 17:22:50 +0100 Subject: [PATCH 2/3] #36 Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6924be..a3e9a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Applies diverse style fixes (#36) + +### Fixed + +- Fixes checkbox unavailability when an administrator wants to set the user's project roles. (#36) + ## [v4.1.0-2](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-2) - 2020-01-15 ### Added - Add an upgrade notification for invalid cookies after dogu upgrade From ee48007bd6157dd98076982578de0826e33bd303 Mon Sep 17 00:00:00 2001 From: Philipp Pixel Date: Fri, 20 Mar 2020 11:37:25 +0100 Subject: [PATCH 3/3] Bump version to 4.1.0-3, update CHANGELOG.md --- CHANGELOG.md | 6 +++--- Dockerfile | 2 +- dogu.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e9a5c..572ca27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.1.0-3](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-3) - 2020-03-20 ### Changed -- Applies diverse style fixes (#36) +- Update theme to v2.9.1-1 (#36) which applies also diverse style fixes (#36) ### Fixed -- Fixes checkbox unavailability when an administrator wants to set the user's project roles. (#36) +- Fixes a checkbox unavailability when an administrator wants to set the user's project roles. (#36) ## [v4.1.0-2](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-2) - 2020-01-15 ### Added diff --git a/Dockerfile b/Dockerfile index a7132d2..5ca75e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM registry.cloudogu.com/official/base:3.9.4-2 LABEL NAME="official/redmine" \ - VERSION="4.1.0-2" \ + VERSION="4.1.0-3" \ maintainer="robert.auer@cloudogu.com" # This Dockerfile is based on https://github.com/docker-library/redmine/blob/master/4.0/alpine/Dockerfile diff --git a/dogu.json b/dogu.json index 0020df7..74ef8b7 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/redmine", - "Version": "4.1.0-2", + "Version": "4.1.0-3", "DisplayName": "Redmine", "Description": "Redmine is a flexible project management web application", "Category": "Development Apps",