- Dec 18, 2020
-
-
stvn authored
* Commits: Add get-accessor helper for discussions plugins Add is_enabled helper for discussions plugins
-
Kyle McCormick authored
In the edx.org-next theme, the completion green check- marks and the little bookmark icons were appearing on every single unit. This was because a fontawesome CSS rule in the new theme was overriding the `display: none`, as set by `.is-hidden`, to be `display: inline: block`. The fix is to add `!important` to a couple definitions of `.is-hidden`. Definitely somewhat hacky, but this is SCSS that we plan to deprecate at some point anyway. TNL-7823
-
David Ormsbee authored
Sets default X-Frame-Options for login and registration forms to environment setting
-
Kyle McCormick authored
Commit 7f59688f attempted to solve this using `CourseOverview.course_exists`, but that check is case- insensitive. This commit instead does a small refactor to `lms.djangoapps.courseware.get_course` so that we can handle a failed course lookup without broadly catching a `ValueError`.
-
alangsto authored
fixed quality issues added comment updated for comments fixing test removed typo readded files moved settings override testing adding other keys not overriding setting
-
Usama Sadiq authored
Merge pull request #25916 from edx/testeng/bokchoy_auto_cache_update_322bb08cae4168425cd5fa8cc3dea360e9e868c9 Bokchoy Testing DB Cache update
-
edX cache uploader bot authored
-
edX cache uploader bot authored
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
stvn authored
-
stvn authored
-
stvn authored
* Commits: Implement a new configuration system for discussions plugins
-
stvn authored
Additional details available in the attached decisions document. Co-authored-by:
Kshitij Sobti <kshitij@sobti.in> Co-authored-by:
stvn <stvn@mit.edu>
-
- Dec 17, 2020
-
-
Kyle McCormick authored
Anonymous users (like crawlers) requesting non-existent courses should get 403, just like logged-in users do. They instead raised a ValueError.
-
Kyle McCormick authored
Revert "Added endpoint to retrieve IDV photo urls"
-
Kyle McCormick authored
This reverts commit 356f1875.
-
alangsto authored
fixed quality issues added comment updated for comments
-
Dillon Dumesnil authored
AA-496: Don't show reset deadlines banner if no graded problem is pas…
-
Dillon Dumesnil authored
When determining completion status to show on the vertical, we take into account if the problems are graded and scored (have a score and weight). Now we take that into account in regards to showing the banner inside the vertical too
-
Robert Raposa authored
[BD-21] Fix deprecated waffle usage
-
Bianca Severino authored
[MST-575] Enable timed exams by default
-
Robert Raposa authored
Add default value for learner records feature toggle in settings
-
Bianca Severino authored
-
Régis Behmo authored
The learner records feature had to be enabled/disabled via site-specific configuration models, which is inconvenient for platforms that want to disable this feature globally. Here, we introduce a ENABLE_LEARNER_RECORDS feature toggle in the lms/cms settings that makes it possible to disable this feature on all sites. Because this feature toggle is set to True by default, this will not modify the behaviour of existing platforms.
-
Usama Sadiq authored
Python Requirements Update
-
Awais Jibran authored
Update site width in core
-
edX requirements bot authored
-
- Dec 16, 2020
-
-
Carla Duarte authored
AA-131: Allow anonymous users through course home MFE
-
Ned Batchelder authored
The old URLs now serve the new logo, but at the old pixel size. These URLs serve the new logo at a natural pixel size.
-
Dillon Dumesnil authored
Fixes for Shift deadlines during masquerade in Learning MFE
-
Dillon Dumesnil authored
The change to masquerade in the courseware view allows the proper viewing of the xblock from the perspective of the masqueraded user. In this case, it allows a staff user masquerading as a learner to see their shift dates calls to action inside the MFE (the old view already had this set up). The second change allows the staff user masquerading to reset the schedule of the learner being masqueraded via the CTAs
-
srwang authored
WS-1591: change Prospectus user dropdown to show avatar instead of username
-
Sharon Wang authored
-
Carla Duarte authored
-
Sharon Wang authored
-
Sharon Wang authored
-
Syed Muhammad Dawoud Sheraz Ali authored
update hls.js to latest version
-
Awais Jibran authored