Skip to content

Commit 1fae653

Browse files
authored
Merge pull request #11176 from opf/fix/release-notes-12.2.1
Add release notes 12.2.1 and address https in 12.2.0
2 parents 5dfbc48 + 02237c2 commit 1fae653

File tree

3 files changed

+95
-2
lines changed

3 files changed

+95
-2
lines changed

docs/release-notes/12-2-0/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,23 @@ To view all available projects, simply click on the **Projects list** button at
6666

6767
In OpenProject 12.2, you are now able to mark work packages with notifications as read also in the work packages details view by clicking on the **Mark as read** button on the top right toolbar.
6868

69-
![mark-notifications-as-read](mark-notifications-as-read.png)
69+
![mark-notifications-as-read](mark-notifications-as-read.png)o
7070

71-
### List of all bug fixes and changes
71+
## Deprecations and breaking changes
72+
73+
### Changed settings for HTTPs management
74+
75+
In 12.2., the way settings are being handled for controlling HTTPs mode of OpenProject have changed.
76+
In case of a packaged installation, the configuration from the packager wizard will result in the correct configuration.
77+
78+
For docker and manual installations, you will need to set the environment variable `OPENPROJECT_HTTPS=false` if you actively want to disable HTTPS mode.
79+
80+
For more information, please see the respective installation pages:
81+
82+
- [Packaged installation](../../installation-and-operations/installation/packaged/#step-3-apache2-web-server-and-ssl-termination)
83+
- [Docker installation](../../installation-and-operations/installation/docker/#initial-configuration)
84+
85+
## List of all bug fixes and changes
7286

7387
- Changed: Log time for other users \[[#21754](https://community.openproject.com/wp/21754)\]
7488
- Changed: Send out an email reply if an incoming email could not be processed correctly \[[#35823](https://community.openproject.com/wp/35823)\]
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: OpenProject 12.2.1
3+
sidebar_navigation:
4+
title: 12.2.1
5+
release_version: 12.2.1
6+
release_date: 2022-08-18
7+
---
8+
9+
# OpenProject 12.2.1
10+
11+
Release date: 2022-08-18
12+
13+
We released [OpenProject 12.2.1](https://community.openproject.com/versions/1594).
14+
The release contains a critical bug fixes that resolves a data corruption issue and we urge updating to the newest version. Please see the details below for more information.
15+
16+
17+
18+
## Important bug fix for activity records
19+
20+
In OpenProject 12.2.0., a critical bug may randomly corrupt the activity records in the database, controlling
21+
the display and aggregation of changes in work packages, meetings, wiki pages, and so on.
22+
23+
When aggregating an activity (the user edits the same object within the first 5 minutes), wrong database object might have being removed, resulting in errors when trying to update that item afterwards.
24+
25+
This error manifests itself as:
26+
27+
- Being unable to access the notification center (page stays blank).
28+
- Being unable to see activities in work package [#43773](https://community.openproject.com/wp/43773).
29+
- Getting internal errors trying to update an existing work package.
30+
31+
32+
33+
The upgrade to 12.2.1 fixes this bug and includes a migration to try and restore the intermediate activities for the records that were affected. **Please note that the newest version was unaffected and all the changes you made in the system are still correct.**
34+
35+
However, affected activities had to be restored and may be missing some changes or contain changes from previous or following activities. Any activity that had its record restored contains a note that this has happened.
36+
37+
If you did not yet upgrade your system to 12.2.0., please update to 12.2.1 directly to avoid being exposed to the bug.
38+
39+
For cloud customers of OpenProject: The records affected by this bug were restored already in the same fashion. If your instance has been affected by this bug, we will reach out to you separately to inform you.
40+
41+
42+
43+
## Changes to the HTTPS settings
44+
45+
If you are running OpenProject in a docker-based or manual installation, or if you manually integrate the packaged installation into your existing web server, you might need to set a new configuration value if you're not running under HTTPS.
46+
47+
For these installations, you will need to set the environment variable `OPENPROJECT_HTTPS=false` if you actively want to disable HTTPS mode.
48+
49+
For more information on this setting and how to configure it for your installation type, please see the respective installation pages:
50+
51+
- [Packaged installation](../../installation-and-operations/installation/packaged/#step-3-apache2-web-server-and-ssl-termination)
52+
- [Docker installation](../../installation-and-operations/installation/docker/#initial-configuration)
53+
54+
<!--more-->
55+
## All bug fixes
56+
57+
- Fixed: Wrong html title while selecting filters in notification center \[[#43122](https://community.openproject.com/wp/43122)\]
58+
- Fixed: Outdated app description for the OpenProject app in the Nextcloud App Store \[[#43715](https://community.openproject.com/wp/43715)\]
59+
- Fixed: Error message on subprojects boards \[[#43755](https://community.openproject.com/wp/43755)\]
60+
- Fixed: New HTTPS flag is poorly documented and breaks quick start docker containers \[[#43759](https://community.openproject.com/wp/43759)\]
61+
- Fixed: Wrong days highlighted as weekend in Gantt diagram \[[#43762](https://community.openproject.com/wp/43762)\]
62+
- Fixed: Open Project Docker Installation \[[#43767](https://community.openproject.com/wp/43767)\]
63+
- Fixed: Unable to see activities in work package \[[#43773](https://community.openproject.com/wp/43773)\]
64+
- Fixed: Timeline shows bar at wrong time after collapsing a group \[[#43775](https://community.openproject.com/wp/43775)\]
65+
66+
67+
68+
#### Contributions
69+
70+
A big thanks to community members for reporting bugs and helping us identifying and providing fixes.
71+
72+
Special thanks for reporting and finding bugs go to
73+
74+
Daniel Hug, Daniel Narberhaus, Dan W, Kenneth Kallevig

docs/release-notes/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Stay up to date and get an overview of the new features included in the releases
1313

1414
<!--- New release notes are generated below. Do not remove comment. -->
1515
<!--- RELEASE MARKER -->
16+
## 12.2.1
17+
18+
Release date: 2022-08-18
19+
20+
[Release Notes](12-2-1/)
1621

1722
## 12.2.0
1823

0 commit comments

Comments
 (0)