Skip to content
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
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog 📔

## [RDMO 2.4.0](https://github.com/rdmorganiser/rdmo/releases/tag/2.4.0) (December 15, 2025)

### Main improvements ⭐

* Rewrite progress bar and navigation using a new `AnswerTree` class (#1346)
* Allow links in select dropdown by optionset provider plugins (#1408)

### Breaking changes ⚠️

* The filtering behaviour of sites in a multisite setup for catalogs, tasks and views was changed (#1488).
From now on, but only when `settings.MULTISITE = True`, a catalog that does not have any sites associated
with it will not be available to **any site**. Before those catalogs were available to all sites. For non-multisite
instances, this behaviour will not change. A data migration for catalogs is included in this release, so that
no extra action is required when updating.
* The rules `is_editor_for_current_site` and `is_reviewer_for_current_site` (which might be used in templates) were
removed and the equivalent `is_editor` and `is_reviewer` can be used instead (#1431).

### Bug fixes 🐛

* Fix a bug with the autosave of checkboxes, radio buttons and additional input (#1406)
* Fix a bug where text and icons overlap in the interview (#1398)
* Fix datepicker date conversion in interview (#1465)
* Fix a bug with legacy management permissions and disable the latter in a multisite setup (#1425)
* Fix a bug with verbose name that contain a space (#1453)
* Fix a bug with site availability of catalogs in a multisite setup (#1481)

### Translations 🌍

* Consistent naming of "Tabs" in every language (#1459)
* Language improvements in the French localisation (#1397)
* Several minor fixes (#1411, #1424)

### Maintenance and Dependencies 🔧

* Drop support for Python 3.9
* Add `all` and `recommended` dependency groups
* Ignore fewer `ruff` rules (`B007`, `B006`, `B018`)
* Use [zizmor](https://github.com/zizmorcore/zizmor) to harden CI setup
* Update `poedit` management script to work on macOS
* Add checks for shibboleth setup (#1407)
* Add cookies to window (#1473)
* Use dynamic versioning (#1486)

**Milestones**:
[2.3.3](https://github.com/rdmorganiser/rdmo/milestone/24?closed=1),
[2.4.0](https://github.com/rdmorganiser/rdmo/milestone/21?closed=1)

**Commit history**: [2.3.2...2.4.0](https://github.com/rdmorganiser/rdmo/compare/2.3.2...2.4.0)


## [RDMO 2.3.2](https://github.com/rdmorganiser/rdmo/compare/2.3.1...2.3.2) (July 4, 2025)

* Improve ORCID branding display and social connections page (#1376)
Expand Down
76 changes: 57 additions & 19 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ THIS NOTICE APPLIES TO ALL FILES CONTAINED IN THIS AND UNDERLYING FOLDERS

RDMO - Research Data Management Organiser

Copyright (c) 2015-2024 RDMO Arbeitsgemeinschaft <rdmorganiser.github.io>
Copyright (c) 2015-2025 RDMO Community and individual contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -55,17 +55,22 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Django REST framework <http://www.django-rest-framework.org>
------------------------------------------------------------

Copyright (c) 2011-2016, Tom Christie
Copyright © 2011-present, Encode OSS Ltd, https://www.encode.io
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand All @@ -82,24 +87,57 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Twitter bootstrap <http://twitter.github.io/bootstrap/>
-------------------------------------------------------

Copyright 2012 Twitter, Inc.
Copyright (c) 2011-2025 The Bootstrap Authors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this work except in compliance with the License. You may obtain a copy of the
License in the LICENSE file, or at:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

http://www.apache.org/licenses/LICENSE-2.0
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


React <https://react.dev>
-------------------------

Copyright (c) Meta Platforms, Inc. and affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

Redux <https://redux.js.org/>
-------------------------

AngularJS <https://angularjs.org>
---------------------------------
The MIT License (MIT)

Copyright (c) 2016 Angular
Copyright (c) 2015-present Dan Abramov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down