-
Notifications
You must be signed in to change notification settings - Fork 54
Update CHANGELOG.md #1482
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
Update CHANGELOG.md #1482
Conversation
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
CHANGELOG.md
Outdated
| ### Important changes ⭐ | ||
|
|
||
| * Rewrite progress bar and navigation using a new `AnswerTree` class (#1346) | ||
| * Allow links in select dropdown by optionset provider plugins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ive added this, should it go here and with this phrase??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allow links in select dropdown by optionset provider plugins
from #1408
CHANGELOG.md
Outdated
| * 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
CHANGELOG.md
Outdated
|
|
||
| * the rules `is_editor_for_current_site` and `is_reviewer_for_current_site` were removed and the equivalent `is_editor` and `is_reviewer` can be used instead (#1431) | ||
| * the filtering behaviour of sites in a multisite setup for catalogs, tasks and views was changed (#1488) | ||
| * From now on, a catalog that does not have any sites will not be available to any site in a multisite setup, a data migration for catalogs is included in this release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do I actually also need to add a data migration for the tasks and views as well?! #1488 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I wanted to make PR for it but now accidentally pushed it to the release branch
No description provided.