- Aug 20, 2021
-
-
julianajlk authored
REV-2133
-
- Aug 16, 2021
-
-
Dillon Dumesnil authored
This is really just the change to use the unicode copyright symbol and then rerunning the pull translations logic (minus the transifex step) to update the eo files. The other changes were just picked up as part of running those scripts
-
Michael Terry authored
Specifically, use our standard warning-banner colors and add a drop shadow. Also, updates the text to match the text used elsewhere. AA-835
-
- Aug 15, 2021
-
-
edX Transifex Bot authored
-
- Aug 05, 2021
-
-
Manjinder Singh authored
-
mohtamba authored
-
Ken Clary authored
We add 'courserun_key' (aka "course_id" though that's technically a misnomer) as an optional parameter to the /event endpoint url. If it is not present, it will still be parsed out of the url, if the url is of the right format. Additionally, Logger.log() in js adds this parameter to its /event call, pulling it from the $$course_id global. This provides opportunity for MFEs to (separately) provide the key without concern about url parsing. TNL-7752
-
- Aug 04, 2021
-
-
mohtamba authored
-
- Jul 22, 2021
-
-
Farhaan Bukhsh authored
Signed-off-by:
Farhaan Bukhsh <farhaan@opencraft.com>
-
- Jul 15, 2021
-
-
Albert (AJ) St. Aubin authored
[MICROBA-678] When a certificate is in an unexpected state (i.e. notpassing with a passing grade) this alert will allow the user to attempt to resolve the issue on their own. It will run the code that checks the certificates status. It requires that the course is configured to allow users to Request Certificates though.
-
- Jul 13, 2021
-
-
Waheed Ahmed authored
We were generating cookie name for only stage and prod, the script was raising an error on the Edge environment. VAN-659
-
- Jul 01, 2021
-
-
adeelehsan authored
-
- Jun 30, 2021
-
-
Zaman Afzal authored
-
- Jun 24, 2021
-
-
Thomas Tracy authored
* [refactor] Reword dashboard verify ID message Small change to reword ID verification messaging on the course dashboard and remove one of the buttons. * set coloring of warning message * follow patter for theme font colors
-
- Jun 22, 2021
-
-
adeelehsan authored
-
Justin Hynes authored
refactor: Rename "whitelist" references to "allowlist" where possible in Instructor Dashboard/Certificates apps [MICROBA-1179] - Continue renaming/removal of code referring to the Certificate "white list". The Certificates Django app `CertificateWhitelist` model is going away in an effort to make our codebase more inclusive. It is being replaced with the `CertificateAllowlist` model. This PR continues to replace references to the Certificate "whitelist" with "allowlist" wherever possible. There should be no change in functionality, nor are there any changes in appearance.
-
- Jun 21, 2021
-
-
Ali-D-Akbar authored
-
- Jun 10, 2021
-
-
adeelehsan authored
VAN-434
-
- Jun 08, 2021
-
-
Albert (AJ) St. Aubin authored
[MICROBA-678] This patch will update the text on the course dashboard when a learner successfully earns a certificate and that certificate is available. It also adds to the Outline API for the Outline in the Learning MFE so that the same changes can be made there.
-
Ali-D-Akbar authored
-
- May 28, 2021
-
-
Ali-D-Akbar authored
This reverts commit aadbad02.
-
Ali-D-Akbar authored
-
Adam Stankiewicz authored
-
- May 27, 2021
-
-
Adam Stankiewicz authored
* feat: enterprise learner portal access modal * fix: quality * fix: remove log.info
-
- May 26, 2021
-
-
Diane Kaplan authored
-
- May 24, 2021
-
-
Albert (AJ) St. Aubin authored
[MICROBA-678] Added cert availability date to the API used to get certificate status by the learning MFE to support updated messaging. Updated the cert availability messaging in the Coruse Dashboard, including a text color change.
-
Sameen Fatima authored
-
- May 19, 2021
-
-
Sameen Fatima authored
This reverts commit 9f2a72ad.
-
Sameen Fatima authored
-
- May 12, 2021
-
-
Omar Al-Ithawi authored
Not using `settings.PLATFORM_NAME` because sharing it with this script would need too much platform changes for this small error. Removing the word "edX" makes the statement more accurate for other forks. Generally there shouldn't be any mention of "edX" in the code.
-
- May 10, 2021
-
-
Alex Dusenbery authored
This change causes the activation link that’s emailed to a newly-registered user to utilize a next query parameter. The impetus for this change is an edX Enterprise use-case: we'd like newly registered Enterprise Customer admins and learners to be directed to the Enterprise Learner Portal (or Admin Portal) upon account activation. This is likely a broad enough use case to be valuable in other endeavors.
-
- May 07, 2021
-
-
Matt Tuchfarber authored
Previously the programs dashboard picked the first course run enrollment for a course to display on the dash if the user had multiple. Now it has a preference for the enrolled course run that earned a certificate if there is one.
-
Adeel Ehsan authored
-
- May 06, 2021
-
-
JJ authored
Update the styling and verbiage used in the course upgrade sections of the course dashboard cards.
-
- May 05, 2021
-
-
adeelehsan authored
VAN-434
-
- May 04, 2021
-
-
dylan-grafmyre authored
* prevent a backbone fieldview race condition that can delete user input eslint for effected * Fixing quality * Allow _super in fields.js * Fixing new issues * Revert some changes * Fixing errors, formatting * Fix bug * Fix eslint rule allowing _super * Refactor code Co-authored-by:
Dylan Grafmyre <dylan@opencraft.com> Co-authored-by:
Paulo Viadanna <paulo@opencraft.com>
-
- Apr 30, 2021
-
-
Matt Tuchfarber authored
Facebook requires a callback when using the `.ui()` method now. I don't know when this changed, but the share button is currently broken on course certificates. Facebook documentation of the `.ui()` method: https://developers.facebook.com/docs/javascript/reference/FB.ui/
-
- Apr 19, 2021
-
-
Ali-D-Akbar authored
-
- Apr 16, 2021
-
-
Ali-D-Akbar authored
-
- Apr 15, 2021
-
-
Igor Degtiarov authored
* fix: Hide enterprise/login button if enterprise integration disabled. [BTR-52](https://openedx.atlassian.net/browse/BTR-52) Fix an issue with existing button for enterprise login on the login page when enterprise integration is disabled. * Address review comments
-