-
Notifications
You must be signed in to change notification settings - Fork 54
RDMO 2.3.0 ⭐ #1195
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
Merged
Merged
RDMO 2.3.0 ⭐ #1195
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MyPyDavid
reviewed
Jan 20, 2025
MyPyDavid
reviewed
Jan 27, 2025
rdmo/projects/assets/js/interview/components/main/widget/common/Unit.js
Outdated
Show resolved
Hide resolved
MyPyDavid
reviewed
Feb 4, 2025
rdmo/projects/assets/js/interview/components/sidebar/Navigation.js
Outdated
Show resolved
Hide resolved
MyPyDavid
reviewed
Feb 4, 2025
rdmo/projects/assets/js/interview/components/sidebar/Navigation.js
Outdated
Show resolved
Hide resolved
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
…leware Feat: add Terms of Use accept view and middleware
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
MyPyDavid
reviewed
Feb 20, 2025
…es-in-the-german-rdmo Fix typos in German localisation
…o-rdmo-xml-exports Add minimum required version to rdmo xml exports and check at import Related issue: #1205
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
2.3.0 fix local storage
build(pyproject): remove django-rest-swagger #698
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Fix copySet action in interview by properly resolving conditions
…e-tests 2.3.0 fix local storage + e2e tests
chore: group rdmo extras in dev
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
locale(de): fix typos
Member
|
so close now.. 😅 |
Member
Author
|
Always one more commit. |
MyPyDavid
approved these changes
Apr 11, 2025
Member
MyPyDavid
left a comment
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.
I'm still curious what the test coverage will be.. 🛸
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the development branch for RDMO 2.3.0 🚧👷💥.
Changelog 📔
QUESTIONS_WIDGETSfrom settings)PROJECT_VISIBILITYsettingPROJECT_CONTACT = TrueandPROJECT_CONTACT_RECIPIENTS = [list of email strings]enable this feature
PROJECT_VIEWS_SYNC = TrueorPROJECT_TASKS_SYNC = Trueis set, the views ortasks for a project are automatically synchronized, depending on the
catalogs configured for them.
PROJECT_SNAPSHOT_EXPORTSto settings to register snapshot export pluginsacceptfield for project import plugins{'content_type': ['suffix']}rdmo.accounts.middleware.TermsAndConditionsRedirectMiddleware'(No Terms of Use when using Shibboleth #141, Social login does not show Terms of Use #161)ACCOUNT_TERMS_OF_USE_DATE = '2025-02-25'can be set to invalidate previous confirmations.
rdmo-adminscriptrdmo-admin npm run [build:prod|build|watch]can be used to build the front endrdmo-admin buildcan be used to build the python packagerdmo-admin messages [make|compile]can be used create and compile the translationsrdmo-admin cleancan be used remove most files which are not version controlled{{ code }}is replaced by a template specified in theMARKDOWN_TEMPLATESsettinguriinstead ofpathfor attributes in the Django admin interface.lualatexwhen usingPandoc >= 3.0.download_vendor_filesstep of the setupVENDORandVENDOR_CDNfrom settings.django-rest-swaggerdependency and adddrf-spectacularas an optional dependency.pip install rdmo[openapi].Breaking Changes⚠️
rdmo/accounts/adapter.pyis renamed toaccount.pyrdmo/accounts/adapter.py→rdmo/accounts/account.pycore/base.htmlandprojects/project_detail_sidebar.html, see below.Maintenance 🛠️
build:dist, fails on non-performance warnings (npm build warnings in CI #1197)Important changes to templates 🔧
In RDMO 2.3.0, we made changes to the
core/base.htmltemplate. If changed this file in you local theme you need to update it accordingly. At the top, the current language is set at an attribute to<html>:The
{% block vendor %}needs to be removed.The
{% block css %}now looks like this:And the
{% block js %}now looks like this:See https://github.com/rdmorganiser/rdmo/blob/2.3.0/rdmo/core/templates/core/base.html for the file in the 2.3.0 branch.
We also changed slightly changed the
projects/project_detail_sidebar.htmltemplate. If changed this file in you local theme you need to update it and change the url nameproject_questiontoproject_interview: