Merge remote-tracking branch 'origin/release/12.4' into dev

pull/11971/head
Oliver Günther 2 years ago
commit 10d7cc5c7c
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      docs/installation-and-operations/configuration/README.md
  2. 16
      docs/installation-and-operations/operation/upgrading/README.md
  3. 29
      docs/release-notes/12-4-3/README.md
  4. 7
      docs/release-notes/README.md
  5. 2
      docs/use-cases/portfolio-management/README.md
  6. 2
      docs/use-cases/resource-management/README.md

@ -616,7 +616,7 @@ To disable 2FA altogether and remove all menus from the system, so that users ca
```yaml
OPENPROJECT_2FA_DISABLED="true"
OPENPROJECT_2FA_ACTIVE__STRATEGIES="[]
OPENPROJECT_2FA_ACTIVE__STRATEGIES="[]"
```
### statsd

@ -33,6 +33,22 @@ sudo apt-get install --only-upgrade openproject
sudo openproject configure
```
**A note for Ubuntu 22.04 installations**
On Ubuntu 22.04., you might see warnings like these:
> W: https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu/dists/22.04/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This message is due to Ubuntu 22.04 switching to a more secure way of adding repository sources, which is not yet supported by the repository provider. There is ongoing work on this item, the message is for information only.
If you get an error like the following:
> E: Repository 'https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu 22.04 InRelease' changed its 'Origin' value from '' to 'https://packager.io/gh/opf/openproject'
> E: Repository 'https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu 22.04 InRelease' changed its 'Label' value from '' to 'Ubuntu 22.04 packages for opf/openproject'
These two messages messages are expected, due to a change in Origin and Label repository metadata, to better explain what the repository is about. You should allow the change, and/or run `sudo apt-get update --allow-releaseinfo-change` for the update to go through.
### CentOS / RHEL
```bash

@ -0,0 +1,29 @@
---
title: OpenProject 12.4.3
sidebar_navigation:
title: 12.4.3
release_version: 12.4.3
release_date: 2023-01-30
---
# OpenProject 12.4.3
Release date: 2023-01-30
We released [OpenProject 12.4.3](https://community.openproject.com/versions/1621).
The release contains several bug fixes and we recommend updating to the newest version.
<!--more-->
#### Bug fixes and changes
- Fixed: Custom field in cost report show "not found" after custom filed's value \[[#34978](https://community.openproject.com/wp/34978)\]
- Fixed: Race condition with outdated OAuth access token \[[#45799](https://community.openproject.com/wp/45799)\]
- Fixed: Notifications API are still showing errors in case of not authorized / other errors \[[#45854](https://community.openproject.com/wp/45854)\]
- Fixed: Administration: Permissions report page doesn't work in french in 12.4.1 \[[#45892](https://community.openproject.com/wp/45892)\]
#### Contributions
A big thanks to community members for reporting bugs and helping us identifying and providing fixes.
Special thanks for reporting and finding bugs go to
Paolo De Marco, Simon Rohart

@ -14,6 +14,13 @@ Stay up to date and get an overview of the new features included in the releases
<!--- New release notes are generated below. Do not remove comment. -->
<!--- RELEASE MARKER -->
## 12.4.3
Release date: 2023-01-30
[Release Notes](12-4-3/)
## 12.4.2
Release date: 2023-01-16

@ -32,7 +32,7 @@ You can add a visual component to the overview by clicking on the **Open as Gant
![OpenProject projects in Gantt view](gantt_view.png)
**Step 3:** You can also configure this view using the button with the three dots at the upper right corner and select **Configure**.
Step 3: You can also configure this view using the button with the three dots at the upper right corner and select **Configure**.
![OpenProject configure projects overview](openrpoject_configure_projects_overview.png)

@ -48,7 +48,7 @@ You will see the estimated, spent and remaining hours summed up by user, as well
![OpenProject work packages sums](openproject_work_packages_sum.png)
## Gannt chart view
## Gantt chart view
You could also add the Gantt view to add an additional dimension to your overview.

Loading…
Cancel
Save