Skip to content

Releases: opf/openproject

OpenProject 14.0.0

24 Apr 05:50
aa7a72a
Compare
Choose a tag to compare

Release date: 2024-04-24

We released OpenProject 14.0.0. The major release contains several bug fixes, and we recommend updating to the newest version. In these Release Notes, we will first list important technical updates, then give an overview of important feature changes. At the end, you will find a complete list of all changes and bug fixes.

Important updates and breaking changes

Docker registry renaming

Starting with OpenProject 14.0, docker images will be published to openproject/openproject on Docker Hub. If your setup is still using the old image name (openproject/community), you will need to update your configuration to use the new image names.

All previous images have been pushed there as well, so you can simply update your configuration to use the new image
name ahead of your update.

API V3: Renaming of Delay to Lag

In the relations API, the attribute delay has been renamed to lag. This change is to align the API with the terminology used in project management and the UI. For more information, see #44054.

Removed deprecated methods for permission checks

In version 13.1 we have overhauled our system to handle internal permission checks by allowing permissions to not only be
defined on project or global level, but also on resources like work packages. Therefore, we have introduced new methods to check permissions. The old methods have been marked as deprecated and are now removed in 14.0.

Affected methods are:

  • User#allowed_to?
  • User#allowed_to_globally?
  • User#allowed_to_in_project?

If you have developed a plugin or have custom code that uses these methods, you need to update your code to use the new
methods. For more information, see #51212.

Reduced number of configurable design variables

We have changed the number and naming of the configurable design variables. This simplifies the process of setting the desired color scheme for users. It also allows us to get closer to the Primer design system in order to benefit from its other modes such as the dark mode or the colorblind mode in the future.

The following variables have been changed:

Old name New name Notes
primary-color primary-button-color Was merged with the previous "alternative-color". The value of "alternative-color" was kept.
alternative-color primary-button-color Was merged with the previous "primary-color". The value of "alternative-color" was kept.
primary-color-dark - Will now be calculated automatically based on the "primary-button-color"
link-color accent-color Is not only used for links, but for all decently highlighted elements (e.g. the selection state in a datepicker).
The (old) value of "primary-color" was use for this.

If you have developed a plugin or have custom code that uses these variables, you need to update your code to use the new
names. The rest of the variables is unchanged. For more information, see #53309.

Removal of the model_changeset_scan_commit_for_issue_ids_pre_issue_update hook

The model_changeset_scan_commit_for_issue_ids_pre_issue_update hook has been removed completely. This was made necessary as the code around it was not making use of the proper update mechanisms (Service objects) which lead to inconsistencies in the data, i.e. ancestor work packages. For more information, see #40749.

Removal of the commit_fix_done_ratio setting

Since the done_ratio is now a read only value, derived from work and remaining work, the commit_fix_done_ratio setting has been removed. For more information, see #40749.

Removed available_responsibles from the API

The available_responsibles endpoint has been removed from the API. This endpoint was used to retrieve a list of users that could be set as the responsible for a work package. This information has been identical to the results by the available_assignees endpoint. When you are using the available_responsibles endpoint in your application, you should switch to using the available_assignees endpoint instead.

Important feature changes

Progress reporting across work package hierarchies

There are some major changes in terms of progress reporting for work package hierarchies. The calculation of progress (% Complete) in work package hierarchies is now consistent. This leads to the following important changes:

% Complete will be an automatically calculated (non-editable) attribute based on Work.

In Work-based progress reporting, % Complete will be automatically calculated and can therefore no longer be edited manually. This means that for a work package to have a value for % Complete, both Work and Remaining work are required to be set. To make this link clear and transparent, clicking on any of the three values to modify them will display the following pop-over:

Work-based progress reporting

In status-based progress reporting, Remaining work will be automatically calculated.

In Status-based progress reporting mode, Work is not a required value. However, if Work is set, Remaining work is automatically calculated. To make this link clear and transparent, clicking on any of the three values to modify them will display the following pop-over:

Status-based progress reporting

Administrators will be able to exclude certain work packages from hierarchy totals of Work, Remaining work and % Complete.

Admins are able to exclude specific work packages (e.g., those marked as rejected) from the total sum calculations of their parent. In this case, a small info icon will appear next to excluded values:

Progress work estimates excluded from parent

In addition to these changes, the section 'Estimates and Time' has been renamed to 'Estimates and Progress' and this is where you will now find % Complete. Also, the seeding of statuses has been fixed to include % Complete values and in the Progress modal, you will now be able to preview changes amongst the fields live.

Please note that regarding progress reporting, updating to OpenProject 14.0 might result in automated data modification in certain cases. See our blog to learn about the details and motives on these significant changes to progress and work estimates and how it might affect you.

Project attributes management on the project overview page

With OpenProject 14.0, you are now able to view and edit custom fields for projects in a structured way, organized in sections, on the project overview page. These fields are now referred to as 'Project attributes'. Admins can edit them directly on the project overview page:

Project attributes shown on project overview page, divided in sections

Project attributes as well as the sections can be managed in administration/projects/project attributes.

Manage project attributes and sections in administration

Streamlined view of custom fields in project lists and project overview

Until now, there have been uncertainties with project-specific custom fields from time to time. This is why the tab 'project' has been removed from the custom fields admin settings pages. Instead, project custom fields are now edited within their own admin settings page. Also, the custom fields widget has been removed.

As described above, project custom fields are now called 'Project attributes' and can be shown in a sidebar on the project overview page on a per-project configuration.

Enhanced Meetings module with new features

OpenProject's (Dynamic) Meetings have been updated with the following new features:

  • Meetings attachments are now shown in the bottom section of the right-hand sidebar. You can add them directly to the meeting there and drag and drop them from this section to the Notes section of the agenda items.
  • When [copying a meeting](https://www.openproject.com/...
Read more

OpenProject 13.4.1

26 Mar 19:21
803e8cd
Compare
Choose a tag to compare

Release date: 2024-03-26

We released OpenProject 13.4.1.
The release contains several bug fixes and we recommend updating to the newest version.

Bug fixes and changes

  • Bugfix: Error 500 on project lists after upgrade to 13.4.0 [#53570]
  • Bugfix: PT-BR translation works as PT-PT [#53584]
  • Bugfix: Work Package Table crashes when grouped by integer and sums are displayed [#53609]
  • Bugfix: SettingSeeder rake aborted! when upgrade from 13.3.0 to 13.4.0 [#53611]
  • Bugfix: Internal error (comparisson NilClass with String failed) on query 5000 on community [#53617]

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

Romain Besson, Ricardo Vigatti, Bình Trần

OpenProject 13.4.0

20 Mar 06:25
f8d6a19
Compare
Choose a tag to compare

Release date: 2024-03-20

We released OpenProject 13.4.0. The release contains several bug fixes as well as great new features and we recommend updating to the newest version.

Read more about the new features and see an overview as a list of all bug fixes and changes at the end of these release notes.

Important updates and new features

The release contains various new features and improvements:

GitLab integration

We are delighted about the GitLab integration, which is officially available with OpenProject 13.4. It goes back to the plugin that Community contributor Benjamin Tey created 3 years ago. Many thanks at this point to everyone who worked on the GitLab integration and the plugin – inside and outside of OpenProject's core development team! Such projects are a great example of the power of open source collaboration.💙

With this integration, you can manage GitLab's units of work (merge requests and issues) from within OpenProject by linking them with work packages. Read more about OpenProject's GitLab integration in our system admin guide.

Already using the user-generated GitLab plugin? With OpenProject 13.4, the existing plugin will be replaced by the new integration. We recommend removing the plugin module folder and bundler references before upgrading to OpenProject. Your historical dataset will remain unaffected within OpenProject as there were no changes to the data model.

Before upgrading, please do the following:

  1. Remove traces of the GitLab integration in your Gemfile.lock and Gemfile.modules. See btey/openproject-gitlab-integration#configuration. Failure to do so may result in a Bundler::GemfileError matching the following error message: Your Gemfile lists the gem openproject-gitlab_integration (>= 0) more than once.
  2. Remove the module code traces of the GitLab integration by running this command: rm -rf /path/to/openproject/modules/gitlab_integration

OpenProject's GitLab integration

Advanced features for custom project lists

With OpenProject 13.4 we are again releasing further features for custom project lists. The most important update here is that you can now modify the selection and order of columns, then save them in a newly configured view, much like how you typically manage a work package list.

In addition, you will now be reminded to save changes to your project list in the form of a Save link in the top right corner. This helps users remember to save the view and not lose their work when they leave the page.

Advanced features for the Meetings module

We also worked intensively on the Meetings module for 13.4: From now on, you can also attach files (e.g. images) to OpenProject's dynamic meetings. This will look like this, for example:

Add images and other files to your Meetings

Another long-awaited improvement: When you copy a dynamic meeting, existing agenda items are now also copied. This saves a lot of time and work for recurring meetings.

Copy a meeting with agenda

And finally, the .ics file now also contains information about the (dynamic) meeting attendees - in addition to other existing information such as PARTSTAT. This now allows you to confirm or decline invitations to a meeting directly in your calendar software.

Stay tuned: Further advanced features for our Meetings module are planned for upcoming releases – take a look at this EPIC for detailed information.

Virus scanning functionality with ClamAV (Enterprise add-on)

Another important step towards data security: With OpenProject 13.4, users' uploaded files can be scanned for viruses, using the ClamAV antivirus engine. To do so, a new attachment menu item is created with Antivirus settings. Read more about virus scanning using ClamAV in our system admin guide.

OpenProject's admin settings for virus scanning with ClamAV

Intermediate loading modal during the OAuth nudge

Admins are now shown an intermediate loading modal during the OAuth nudge follow when the redirect to the storage provider takes time.

Intermediate loading modal during the OAuth nudge

Accessibility functionality: Convey to screenreaders when OAuth login has started, while it's in progress, and when it's completed or failed.

PDF Export: Lists in table cells are supported

OpenProject version 13.4 now supports PDF exports with lists in table cells that are displayed correctly. Export a work package that contains a table with lists in it into a PDF. Here is an example of how this looks from now on:

Work package with a table in the description field and how it looks when exportet as PDF

WebAuthn/FIDO/U2F is added as a second factor

Two-factor authentication (2FA) is a key factor in data security. With OpenProject 13.4, OpenProject offers a new method as a second factor. You can now use hardware tokens such as Yubikeys, browser or password manager passkeys that use the WebAuthn/FIDO/U2F standards.

More languages added to the default available set

Thanks to our great Community we can continuously offer more languages for OpenProject. With OpenProject 13.4, users now have over 50 languages at their disposal. Previously there were less than ten, which is a considerable step forward. Please note, however, that only a few languages are officially reviewed and updated by OpenProject. This currently applies to English, German, French and Spanish. Regarding all other languages, we ask for your patience and thank all Community contributors from the bottom of our hearts.

Bug fixes and changes

  • Feature: GitLab integration [#23673]
  • Feature: Allow to attach files in the new (dynamic) meetings module [#26819]
  • Feature: Add meeting attendees to .ics file [#33158]
  • Feature: Add WebAuthn/FIDO/U2F as a second factor [#48743]
  • Feature: Allow columns to be changed (selection, order) and persisted [#51670]
  • Feature: Project list: Truncate long text fields and disable expand action [#52127]
  • Feature: Modification message and "save as" button upon modification [#52152]
  • Feature: Copy agenda items when copying dynamic meetings [#52578]
  • Feature: Add intermediate waiting state to cover case when redirect to provider takes time [#52605]
  • Feature: PDF Export: Support lists in table cells [#52613]
  • Feature: Virus scanning functionality with ClamAV [#52909]
  • Feature: Use primer modal for project list deletion [#53022]
  • Feature: Optimize column truncation for text that is not previewable [#53203]
  • Feature: Add more languages to the default available set [#53378]
  • Bugfix: Error message on project overview page for users who lack permission to see Work Packages [#33573]
  • Bugfix: Images and links of copied wiki pages not updated to new page [#38319]
  • Bugfix: Automatic download of exports do not start. Download link also...
Read more

OpenProject 13.3.1

28 Feb 07:51
9f5d571
Compare
Choose a tag to compare

Release date: 2024-02-28

We released OpenProject 13.3.1.
The release contains several bug fixes and we recommend updating to the newest version.

Bug fixes and changes

  • Bugfix: Work package status % is not added up for parents [#33961]
  • Bugfix: Consent always shown in Browser language despite user's language being set differently [#52287]
  • Bugfix: Dynamics meetings: improve readability of agenda items (quote vs. normal text) [#52519]
  • Bugfix: Ckeditor deletes editor content on firefox [#52641]
  • Bugfix: Work package title not readable on smaller screens [#52671]
  • Bugfix: Queries are not highlighted in the menu [#52758]
  • Bugfix: When multi select user custom fields are truncated, the associated tooltip contains incorrect data. [#52765]
  • Bugfix: Migration fails when default language is pt-BR [#52805]
  • Bugfix: Onboarding tour displays permission error [#52826]
  • Bugfix: Seeding the BIM edition in a development environment fails [#52906]
  • Bugfix: Storages automatic project folders is exhausting file descriptors on workers [#52928]
  • Bugfix: Users who booked unit costs cannot be deleted [#53038]

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

Dennis St.

OpenProject 13.3.0

14 Feb 08:51
Compare
Choose a tag to compare

Release date: 2024-02-14

We released OpenProject 13.3.0.
The release contains several bug fixes and we recommend updating to the newest version.

New features

In addition to other changes, OpenProject version 13.3 includes the following three important features:

Separate Gantt charts module

One major change is the relocation of the Gantt views to a separate module. Please note that with OpenProject 13.3 all saved work package queries (private or public) with an activated Gantt view moved to the new Gantt charts module.

You can navigate to the new Gantt chart module either via the side menu in a project or via the global menu:

OpenProject's Gantt charts module

The view button from the work package module is now only present in the BIM version of OpenProject and only for switching from the list to the cards view.

Filter and save custom project lists

OpenProject has enhanced the project filter list view and now lets you create custom project lists by saving your preferred filter settings. Please note that in future releases, the project lists will be further improved and additional features will be added.

Filter and save custom project lists with OpenProject

OneDrive/SharePoint integration: Automatically managed project folders (Enterprise add-on)

With this release, admins of an Enterprise edition can choose between manually or automatically managed project folders. If you select the latter, all project members are automatically granted access to the project folder.

Project folders for OneDrive/SharePoint with automatically managed permissions


See our blog to learn more about features we included in OpenProject 13.3. You can find a detailed list of all new features and bugfixes below.

All features and bug fixes

  • Feature: Separate Gantt charts module [#32764]
  • Feature: Automatically managed project folders with SharePoint [#50988]
  • Bugfix: PDF doesn't contain cell color [#47169]
  • Bugfix: Wrong arabic date format and calender error [#48834]
  • Bugfix: Labels on radio buttons are not clickable on File storages page [#49328]
  • Bugfix: Slow performance after upgrade to version 13 [#50850]
  • Bugfix: Delete work package API requires content-type header [#51317]
  • Bugfix: Meetings: Title of linked work packages are truncated too early [#51619]
  • Bugfix: Lookbook is broken [#51787]
  • Bugfix: Anonymous Users (without signing in) cannot load board content [#51850]
  • Bugfix: Misalignment in the dropdown on searching work packages [#51948]
  • Bugfix: Remove colour in share modal is not correct [#52012]
  • Bugfix: Timeouts as non privileged users [#52022]
  • Bugfix: WorkPackage query with baseline filter takes too much time for non-admins [#52156]
  • Bugfix: Multi-select user custom field broken in table [#52289]
  • Bugfix: [AppSignal] undefined method status for HTTPX::ErrorResponse [#52446]
  • Bugfix: Global group memberships not correctly inherited to all members [#52528]
  • Bugfix: Internal server error when opening sprint wiki [#52530]
  • Bugfix: Users can enter any work package id when setting a work package's parent [#52556]
  • Bugfix: User activity feed should only show the activities of the user [#52561]
  • Bugfix: Error "0: Unknown error" when request is cancelled [#52562]
  • Bugfix: Untranslated work package roles [#52598]
  • Bugfix: User invitations via members screen no longer working [#52606]
  • Bugfix: Users involved in work packages sharing are duplicated in project storage members list. [#52673]
  • Bugfix: Forbidden access error when accessing public work package anonymously [#52752]
  • Bugfix: Incorrect CSP for Nextcloud storage configured with non-standard port [#52779]
  • Feature: Nudge admin to go through OAuth flow [#49396]
  • Feature: "% Complete" field split to own value and derived value [#51188]
  • Feature: Adapt onboarding tour to new Gantt module [#51354]
  • Feature: Add column "Shared with" in the work packages table [#51491]
  • Feature: Show number of "Shared users" in the share button [#51492]
  • Feature: Have persisted project lists (only filters) [#51666]
  • Feature: Add and remove user from automatically managed folders on SharePoint/OneDrive [#51711]
  • Feature: Add, remove and rename folders in SharePoint/OneDrive [#51712]
  • Feature: Background cron sync job [#51714]
  • Feature: Move filters toggle and "+Project"-Button from header into content [#51778]
  • Feature: User identifier saved in OAuthToken [#51783]
  • Feature: Create/edit SharePoint/OneDrive storages for automatically managed folders [#51841]
  • Feature: Add link from work / estimated work sum to detailed query view [#52076]
  • Feature: Make renamed attributes searchable with old names ("% complete", "work" and "remaining work") [#52119]
  • Feature: Clean menu structure on project lists page [#52149]
  • Feature: Remove Derived remaining work from Work package form configuration [#52252]
  • Feature: Maintain manually managed project folder on project copy for SharePoint/OneDrive [#52363]
  • Feature: Rename "Managed folder status" heading in Storage form [#52456]

Contributions

A very special thank you goes to our sponsors for features and improvements of this release:

  • BMI for sponsoring the features on progress reporting and Gantt charts (which will be continued in the following releases)
  • City of Cologne for sponsoring the new features for the project lists
  • Deutsche Bahn for sponsoring the OneDrive/SharePoint integration

We also want to thank our Community members, particularly James Neale, TARIQ YASIN, Jeff Li, Christian Jeschke, Sreekanth Gopalakris, Jörg Mollowitz, Sven Kunze, Steffen Kirschke, and Valeria Aguzzi for reporting bugs and helping us identify and provide fixes.

A big thank you to every other dedicated user who has reported bugs, supported the community by asking and answering questions in the forum and provided translations on CrowdIn.

OpenProject 13.2.1

31 Jan 07:22
127280d
Compare
Choose a tag to compare

Release date: 2024-01-31

We released OpenProject 13.2.1.
The release contains several bug fixes and we recommend updating to the newest version.

Bug fixes and changes

  • Bugfix: Underscore is treated as wildcard in search filter [#33574]
  • Bugfix: Custom actions buttons look inactive until we hover over them and click [#45677]
  • Bugfix: Remove custom field from all type configurations leaves them active in project, shown in bulk edit [#49619]
  • Bugfix: Columns in task board not in sync for more than one task (column width not working) [#49788]
  • Bugfix: IFC conversion fails (libhostfxr.so not found) (reintroduced bug) [#50172]
  • Bugfix: Please refrain from overwriting logrotate settings with every single update [#50477]
  • Bugfix: Work packages get lost when Teamplanner's time frame switch from Work week to 2 weeks [#50895]
  • Bugfix: Can't pay for the Subscription after my trial period has ended [#51230]
  • Bugfix: Checkboxes are not correclty displayed in the CkEditor [#51247]
  • Bugfix: Error 500 when trying to view a budget with a running WP timer [#51460]
  • Bugfix: /opt/openproject/lib/redmine/imap.rb:53:in `new': DEPRECATED: Call Net::IMAP.new with keyword options (StructuredWarnings::StandardWarning) [#51799]
  • Bugfix: Renaming Work Package Views/ Boards : Edit Lock Issue [#51851]
  • Bugfix: Date is not correct on the boards cards due to time zone difference [#51858]
  • Bugfix: Enterprise icon is inconsistently aligned in the sidebar [#52097]
  • Bugfix: Files tab shows bad error message on request timeout to remote storage [#52181]
  • Bugfix: OIDC backchannel logout broken as retained session values are not available in the user_logged_in_hook [#52185]
  • Bugfix: PDF export fails with "undefined method `sourcepos'" [#52193]
  • Bugfix: Roadmap progress is overflowing [#52232]
  • Bugfix: Work package "+ Create" button drop down only opening every second time [#52260]
  • Bugfix: Creating Work Package - Mentions not working anymore [#52298]
  • Bugfix: remaining hours cropped on task board view [#52362]
  • Bugfix: Work packages: Create child fails if milestone is first selected type [#52373]
  • Bugfix: Copying project fails when work package with children is copied [#52384]
  • Bugfix: Dynamic meeting HTML titles missing [#52389]

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

Pawlik Wini, Arved Kampe, Thomas Wiemann, Jeffrey McDole, Tom Gugel, Oleksii Borysenko, René Schodder, Sreekanth Gopalakris, Various Interactive, Kajetan Ignaszczak

OpenProject 13.2.0

17 Jan 06:16
e49ce56
Compare
Choose a tag to compare

Release date: 2024-01-17

We released OpenProject 13.2.0.

Among other features, it brings improvements for the OneDrive/SharePoint integration, now also allowing Manual project folders. In addition to that, both OneDrive/SharePoint and Nextcloud integrations were improved by showing deleted files in OpenProject work packages.

We also added the option to filter the project member list, allowing project administrators to easily filter through the project member lists based on various roles, groups and shares. Instance administrators can now also allow for users to change work package status without the rights to edit a work package.

Furthermore, it is now possible to set users with whom a work package has been shared as assignee or responsible. The quick content menu in the Gantt view has now offers an additional option to show work package relations.

Finally, several fields were renamed:

  • Estimated time is now called Work (calculation of Work has also been updated)
  • Remaining hours is now called Remaining work (calculation of Remaining work has also been updated)
  • Progress (%) is now called % Complete

As always, this release contains several bug fixes and we recommend updating to the newest version.

Manual project folders for OneDrive/SharePoint storages (Enterprise Add-On)

With OpenProject 13.2, manual project folders have become available for OneDrive/SharePoint storage, further improving access to essential project files.

When project folders are configured, all project-related files are automatically uploaded and organized within the specified folder. To activate project folders, administrators are required to designate the desired folder as the project folder and manually configure the associated permissions. This feature enhances user convenience and file organization within the OpenProject environment.

Manual project folders for OneDrive/SharePoint storages in OpenProject

See our user guide to learn more about this Enterprise add-on and how to use the SharePoint integration.

Show file links of files that are not available to the user in the cloud storage

In 13.2 we improved the functionality of file storages. Even if a file has been deleted on a file storage, it will still be displayed under the Files tab in OpenProject work packages, allowing users to better keep track of project files.

Deleted file storage file in OpenProject

This new feature is available for both file storage integrations.

Filter for roles, groups, and shares in the project members list

With OpenProject 13.2, users can filter the list of project member based on user roles, groups, and shared work packages. This enables project members to promptly identify others with specific roles or individuals outside the project team who have gained access through the newly introduced Sharing feature.

Project members filter in OpenProject

Read more about filtering the project members list in our user guide.

Allow assignee and accountable for shared work packages (Enterprise add-on)

In OpenProject 13.1, we introduced the work package sharing feature with external users. In the 13.2 release, these shared users can now be designated as assignee and accountable for the work packages that have been shared with them. This is useful for teams collaborating with external partners who cannot access sensitive project data but still require access to specific tasks within the project.

Learn more about our Sharing work packages (Enterprise add-on).

Status change without rights to edit a work package

In OpenProject 13.2, the ability to modify the status of a work package is now separated from the broader "Edit work package" permission. This separation means that a user can be granted the right to change the status without having the permission to edit the entire work package.

Read more about roles and permissions for users of OpenProject.

Quick context menu in Gantt view: Show relations

Quick context menu in the Gantt view now includes "Show relations" option. It displays all existing relations for the selected work package.

Please note that this option is only available if you have selected a Gantt view (i.e. not a table or cards view).

Quick context menu in Gantt charts in OpenProject

Read more about Gantt charts in OpenProject

New field names and calculation of work and remaining work

Several field names were changed in OpenProject 13.2.

  • Estimated time is now called Work
  • Remaining hours is now called Remaining work
  • Progress (%) is now called % Complete

Furthermore, the calculation of Work and Remaining work has been modified, now featuring a sum value (∑) displayed in the "Work" and "Remaining work" fields. This sum shows the total value of all child elements within the work package, including the work package itself.

Please note that % Complete does not adjust automatically when the values of Work or Remaining work are changed.

Bug fixes and changes

  • Bugfix: "Spent time" is not translated on overview page [#42646]
  • Bugfix: Notifications view is cut off on Samsung Galaxy S21 [#44221]
  • Bugfix: Project "Members" list names groups that are irrelevant for the project [#47613]
  • Bugfix: Dismiss action of the primer banner is not translated [#51360]
  • Bugfix: In mobile view, the primer banner does not take the full width [#51370]
  • Bugfix: Can not add invited users to existing groups [#51679]
  • Bugfix: Project.visible scope slower than it should be [#51706]
  • Bugfix: Ongoing meetings are not visible via the Meetings tab in work packages [#51715]
  • Bugfix: The Access Token expiry date not updated on refresh for FileStorage tokens [#51749]
  • Bugfix: Work package share permissions not in Work package permission group [#52086]
  • Bugfix: lockVersion missing in payload for API WP form when only having change_work_package_status permission [#52089]
  • Bugfix: Status cannot be changed in backlogs when only having change_work_package_status permission [#52090]
  • Bugfix: Primer tooltips are cut off in OpenProject [#52099]
  • Bugfix: Remaining hours field not renamed in backlogs forms [#52107]
  • Bugfix: Estimated time is not updated when a sub-WP is delete. [#52125]
  • Feature: Shared with users can become assignee of the work package [#49527]
  • Feature: Allow status change without Edit WP rights [#50849]
  • Feature: Change calculation and name of Work and Remaining work [#50953]
  • Feature: Gantt: shorten menu and add "Show relations" action [#51170]
  • Feature: Enable manual project folders for OneDrive/SharePoint storages [#51362]
  • Feature: Filter project member list [#51484]
  • Feature: Use the new defaults on the project index page for page header and sidebar [#51678]
  • Feature: Teaser the share feature in the Community edition [#51704]
  • Feature: Show file links of files that are not available to the user in the cloud storage [#52013]

Contributions

A very special thank you goes to our sponsors for features and improvements of this release:

  • AMG - for the advanced filters for project members lists
  • Deutsche Bahn - for the manual project folders for OneDrive/SharePoint integration
  • German Federal Ministry of the Interior and Home Affairs (BMI) - for the improvements to progress reporting

A big thanks to Community members for reporting bugs and helping us identifying and providing fixes, especially to Arun M, Patrick Mass...

Read more

OpenProject 13.1.2

22 Dec 14:07
cd4ce02
Compare
Choose a tag to compare

Release date: 2023-12-22

We released OpenProject 13.1.2.
The release contains several bug fixes and we recommend updating to the newest version.

Bug fixes and changes

  • Fixed: Unnecessary bullet displayed for TODO checkboxes in wp comments [#45469]
  • Fixed: Black text invisible on some darker colors in the Task modal of the Task board [#49934]
  • Fixed: White space at the end of page when scrolling a wiki page [#51680]
  • Fixed: Migration from 12.x to 13.1 fails for installations already having file links in the database [#51801]

OpenProject 13.1.1

20 Dec 10:27
8aa2add
Compare
Choose a tag to compare

Release date: 2023-12-20

We released OpenProject 13.1.1.
The release contains several bug fixes and we recommend updating to the newest version.

Bug fixes and changes

  • Fixed: Inconsistent hrefs in wp shared mail [#51480]
  • Fixed: Slow notification polling [#51622]
  • Fixed: Error from rails at openproject configure : Rails couldn't infer whether you are using multiple databases from your database.yml and can't generate the tasks for the non-primary databases. [#51625]
  • Fixed: Share modal has two close options [#51652]
  • Fixed: Missing translation " wrote:" when quoting in work package activity [#51656]
  • Fixed: Very slow Project.visible scope for administrators [#51659]
  • Fixed: Meeting agenda create Form Buttons overlap on mobile [#51687]
  • Fixed: Time and costs [#51700]
  • Fixed: Pasting into autocompleter does not work initially [#51730]

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

Tom Gugel, Marek Krempa

OpenProject 13.1.0

13 Dec 08:52
8da5a98
Compare
Choose a tag to compare

Release date: 2023-12-13

We released OpenProject 13.1.0.

It brings significant enhancements in our Meetings module and various minor adjustments, such as the integration of Primer design system and the introduction of a high contrast mode to enhance OpenProject's accessibility.

For enterprise users, two additional features have been introduced to streamline workflow efficiency within OpenProject: the capability to share work packages externally and the debut of a OneDrive/SharePoint integration.

As always, this release contains several bug fixes and we recommend updating to the newest version.

Dynamic meetings and agenda items linked to work packages

You probably already know OpenProject's Meetings module. Formerly, this module restricted users to creating meeting agendas in a single text block. OpenProject 13.1 enables the creation and management of individual agenda items. This includes creating direct links to specific meetings from a work package and provides a comprehensive overview of the discussions and links directly to the meeting associated with the work package.

OpenProject dynamic meetings example

This feature, designed with the latest Primer UI components and UX patterns, is funded by the German Federal Ministry of the Interior and Home Affairs (BMI) as part of the openDesk project.

Please note: The already existing classic meetings will be removed with one of the upcoming releases and only the new dynamic meetings will remain. Migrations will be provided.

See our user guide to learn more about the updated meetings module and how to use it.

OneDrive/SharePoint integration (Enterprise add-on)

OpenProject already offered the file sharing integration with Nextcloud. However, we recognized that some customers use other document storage solutions, such as Microsoft SharePoint. This is why, alongside the already existing integration with Nextcloud, OpenProject 13.1 brings the new file sharing integration with OneDrive/SharePoint as an Enterprise add-on. This feature allows you to easily upload, link, and access SharePoint files directly from your work packages.

SharePoint integration in OpenProject

See our user guide to learn more about this Enterprise add-on and how to use the SharePoint integration.

Share work packages with external users and groups (Enterprise add-on)

With OpenProject 13.1 it is possible to share work packages with users and/or groups outside of your installation. This sharing feature is available as an Enterprise add-on. Work packages can now be shared with users or groups that have no permissions to see a particular project in its entirety, only allowing access to relevant work packages. This way, stakeholders can get easy access to relevant project information without having to see all of a project’s work packages.

Share work packages with external users in OpenProject

See the user guide for instructions on how to use this new feature.

Attribute help texts are released into Community edition

With OpenProject 13.1, we released Attribute help texts for the Community edition. This allows providing explanatory help text for all project attributes, such as status, accountable or any custom field. The help text will be displayed as a small question mark icon beside the attribute, simplifying the input process and helping to avoid mistakes.

Example of an attribute text in OpenProject

Accessibility improvements and high contrast mode

We continued to work on improving accessibility of OpenProject according to the WCAG 2.1 AA. You can now select to use a high contrast mode in your profile settings, which will override the current OpenProject theme and be especially valuable for OpenProject users with visual impairments.

High contrast mode in OpenProject

Continued integration of Primer design system

With OpenProject 13.1 we have continued to integration the Primer Design system. This will especially be noticeable in the new features, such as the new Meetings module.

Discontinued support for Centos7 and SLES12

Support for packaged installations on Centos7 and SUSE Enterprise Linux 12 have been removed in 13.1.0 Both are nearing or have exceeded their EOL and packaged builds were failing prior to the release already. We will not provide additional support for these systems.

Users still required to run on these systems should consider upgrading to a supported version, or use our docker-based installation methods.

For more information, please see #51333 and our installation guides.

List of all bug fixes and changes

  • Epic: Share work packages with external users and groups that are not member of the project team [#31150]
  • Epic: Link work packages with files and folders in OneDrive/SharePoint [#36057]
  • Epic: Dynamic meetings and agenda items linked to work packages [#37297]
  • Epic: File Storages - Administration settings with Primer [#49841]
  • Changed: Allow attachment upload on read-only work packages [#29203]
  • Changed: Allow filtering of "empty" date fields (start/finish/custom) [#39455]
  • Changed: Meeting module: Modes and permission levels [#49334]
  • Changed: Workflow for sharing work packages [#49482]
  • Changed: Upload custom picture for cover page of pdf export [#49684]
  • Changed: Meetings tab on work package page [#49951]
  • Changed: PDF export (single work package): Include all attributes and fields according to the work package type form configuration [#49977]
  • Changed: Make the seed data in the teaser sections "Welcome to OpenProejct" more robust for user that do not have the correct permissions [#50070]
  • Changed: Skip project selection step in onboarding tour [#50073]
  • Changed: Activate meeting module and one meeting "weekly" to the seed data [#50132]
  • Changed: Update project deletion danger zone to include project folders as a dependent relation [#50233]
  • Changed: [API] Add storage filter to project and project storage collection [#50234]
  • Changed: Ensuring connection and permissions on project folder while redirecting users to Nextcloud/OneDrive from project menu. [#50437]
  • Changed: Optionally allow locked/closed versions for custom field [#50526]
  • Changed: Hide the sidebar in all tappable screens (tablet and mobile) [#50652]
  • Changed: Revise permissions for seeded roles [#50827]
  • Changed: Equals All (&=) operator for user action filter on project collection [#50910]
  • Changed: Present the storage health information on the admin page [#50921]
  • Changed: Show work package's meeting tab count [#51012]
  • Changed: Mobile, the participant section should move to details section [#51015]
  • Changed: Show identity_url in users edit form [#51027]
  • Changed: Update strings for user role/status line in share work package modal [#51165]
  • Changed: openDesk: Navigation quick wins [#51264]
  • Changed: Add Enterprise Banner and checks for OneDrive/SharePoint file storage integration [#51305]
  • Changed: Move the custom Help Texts to Community edition [#51306]
  • Changed: Redirect uri flow [#51372]
  • Changed: Display since when a failure state is occurring [#51423]
  • Fixed: Unable to mention User when name disp...
Read more