Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/14.4 into dev #16547

Merged
merged 5 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/development/design-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ keywords: Design system, Primer, styles, design, components
# Design System and Component Libraries

Starting in OpenProject 13.0., the [Primer Design System](https://primer.style/design/) is being used in OpenProject. Relevant reusable components from Primer as well as common patterns and compositions of these components will be documented in our [Lookbook](https://qa.openproject-edge.com/lookbook/).

Prior to 13.0., components were defined in its own Design System called SPOT which is slowly being replaced by Primer.
Components still defined for SPOT are documented in the last build of storybook found
here: https://opf.github.io/design-system
32 changes: 32 additions & 0 deletions docs/release-notes/14-4-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: OpenProject 14.4.1
sidebar_navigation:
title: 14.4.1
release_version: 14.4.1
release_date: 2024-08-28
---

# OpenProject 14.4.1

Release date: 2024-08-28

We released OpenProject [OpenProject 14.4.1](https://community.openproject.org/versions/2110).
The release contains several bug fixes and we recommend updating to the newest version.
In these Release Notes, we will give an overview of important feature changes.
At the end, you will find a complete list of all changes and bug fixes.

<!--more-->

## Bug fixes and changes

<!-- Warning: Anything within the below lines will be automatically removed by the release script -->
<!-- BEGIN AUTOMATED SECTION -->

- Bugfix: Project Storage Members breaks when Groups or Placeholder Users are members of a project \[[#57260](https://community.openproject.org/wp/57260)\]
- Bugfix: Custom field filter in project list causes internal server error when opening it \[[#57298](https://community.openproject.org/wp/57298)\]
- Bugfix: Robots follow sort header links unnecessarily \[[#57306](https://community.openproject.org/wp/57306)\]
- Bugfix: Internal error when trying to access notifications menu \[[#57351](https://community.openproject.org/wp/57351)\]
- Bugfix: \[API\] File link creation does not work for legacy nextcloud storage data \[[#57501](https://community.openproject.org/wp/57501)\]

<!-- END AUTOMATED SECTION -->
<!-- Warning: Anything above this line will be automatically removed by the release script -->
7 changes: 7 additions & 0 deletions docs/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 -->

## 14.4.1

Release date: 2024-08-28

[Release Notes](14-4-1/)


## 14.4.0

Release date: 2024-08-14
Expand Down