-
Notifications
You must be signed in to change notification settings - Fork 3
build: NAU teak release migration #33
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
Open
efortish
wants to merge
25
commits into
nau/teak.master
Choose a base branch
from
ks/nau-teak-migration-1PR
base: nau/teak.master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
The NAU custom field data_authorization should be put after the optional fields. The motivation is that we need to add multiple authorization checkboxes to the register page, requested by the DPO. fccn/nau-technical#83
Get Redwood RegisterView.js file and apply custom NAU code. fccn/nau-technical#337
Just copy the missing code that was lost during upgrade NAU code for redwood.
GN-1088 FAN-41
Add the user certificate to the CertificateRenderStarted Open edX filter context, so it is possible to have complex filtering and applying custom logic to the course certificate presentation. fccn/nau-technical#667
Add `enrollment_date` column on the csv file of all students enrolled in a course. Allow site operators to include on the export of profile information as CSV custom fields if the platform has an extending User model. This can be used if you have an extended model that include for example an university student number and site operator want to export the student number on the student profile information CSV. GN-914
BetoFandino
approved these changes
Oct 7, 2025
sandroscosta
approved these changes
Oct 24, 2025
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.
Related issue: https://github.com/fccn/nau-technical/issues/661
Sumary
This PR introduces cherry-picks needed by edx-platform to run custom functionalities of NAU edx-platform.
Notes
This commit 7e14e52 has an upstream PR in progress, the commit was cherry-picked but once the upstream PR is merged we will have 2 options:
These three commits are similar. Teak uses a default django-require requirement, so the commits are no longer needed.
There are a few different commits that were not cherry-picked because Teak already provides their functionality.
b5fa855, 027445f, 0e3f12a, 464f36a, cf9559f, db3900d, 85706cc, bd5bf83, 2e942d5, 08c45cb, fc13128, 1870293, 88bcafe, 5f3089c, 3607bd6, 83a164a, 1d1424e, 9a19347, e85fee6, 7611160, 3c69457
Commits cherrypicked:
d735bed , 6a1f6a9, 13a7bbf, 16b4360, c22534a, 3b21ebf, 51bc82f, f6e74d4, ffbcd43, 1c6634e, 3964db5, 82f68df, ea17d5c, 8822fdb, 235d77f, df562d3, b7107c1, bdae625, 1c503d7, 821cc55, e0c4e09, 6c85155, 9114106, a53207e, 5063021, baf522a
One of these commits was cherry-pick --skip, due duplicate logic, that's why the PR has 25 commits but 26 entrys.