- Mar 23, 2021
-
-
edX requirements bot authored
-
Raul Gallegos authored
Fixes bug introduced by #25965 (commit dd96a2) pointed out in: https://github.com/edx/edx-platform/commit/dd96a2#r48570091 The next button redirect at the top of the sequence in Studio's Unit editing view was not going to the correct location.
-
Jansen Kantor authored
This reverts commit 777bb633.
-
Robert Raposa authored
BREAKING CHANGE: Remove WaffleSwitchNamespace, WaffleSwitch, WaffleFlagNamespace, and WaffleFlag from waffle_utils, in favor of the Legecy* classes in edx-toggles. Although this is a breaking change, we have preemptively removed all known uses. BD-21
-
- Mar 22, 2021
-
-
Awais Jibran authored
-
Feanil Patel authored
* temp: remove false positives on safe sessions middleware This is a temporary fix to deal with false positives in the system due to the masquerading feature. Long term we may not want to rely on knowing about how masquerding works in the safe sessions middleware and instead manage masquerding of the requset user in some other way. Co-authored-by:
Robert Raposa <rraposa@edx.org>
-
Simon Chen authored
* MST-682 Add external_user_key to the student profile CSV This is a request from some Masters school partners. They would like to download the student enrolled list with the Masters external_user_key data referenced. This way, the schools can properly match the students enrolled in the course with the students enrolled through Masters enrollment system
-
Daniel Francis authored
We're fixing an error that appears when you click the "edit access" button on an XBlock in the library page. Libraries in the "Add library" page shouldn't have the accessibility config icon. Access settings for libraries are changed at the top, on Settings > User Access. When clicking the access-button (the cog) on a Library, an error appears. This is known to happen on koa.master and open-release/juniper.3. This happens due to the way XBlocks are rendered; as they get rendered initially, the previews are unaware of whether they're part of a library. We can confirm this by refreshing the page, this makes the button disappear. This fix removes the cogwheel when the XBlock is part of a library. This doesn't affect the XBlocks imported to courses because those are rendered on a Randomized Content XBlock, which does have its access options. Authored by: Daniel Francis <daniel.francis@opencraft.com>
-
Calen Pennington authored
Merge pull request #23457 from open-craft/agrendalath/bb-2063-fix-marking-blocks-as-completed-on-course-outline-page-upstream [BB-2063] Calculate completion for custom blocks on the Course Outline page
-
Agrendalath authored
For now only the discussion blocks were supported. If we had a custom XBlock that specified `completion_mode = XBlockCompletionMode.EXCLUDED`, then it could never be marked as completed on the course outline page, despite being marked as such inside the learning sequence.
-
Agrendalath authored
This adds support for displaying completion on the course outline page, to remove the discrepancies between this view and the learning sequence. It also simplifies course outline page by reusing existing APIs for determining completion state and finding the "Resume block"'s target.
-
Ahtisham Shahid authored
* Fixed Html escaping in course name in API
-
Bianca Severino authored
Allow `get_proctoring_escalation_email` to use a course key object
-
Christie Rice authored
MICROBA-923
-
Robert Raposa authored
docs: updates ticket links for block structure settings and toggles
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
Robert Raposa authored
[BD-21] Migrate toggle state report to edx-toggles
-
Awais Qureshi authored
Revert "Revert "temp: Apply pylint amnesy ( Type annotation-invalid-choice )""
-
Awais Jibran authored
-
Awais Jibran authored
-
Awais Qureshi authored
#27097 reverted the pylint amnesty change. After reverting the ubuntu20 deployment, now this can be deployed again.
-
edX requirements bot authored
* Updating Python Requirements * fix proctoring test Co-authored-by:
Zulqarnain <muhammad.zulqarnain@arbisoft.com>
-
Nadeem Shahzad authored
Revert "temp: Apply pylint amnesy ( Type annotation-invalid-choice )"
-
Awais Qureshi authored
-
Awais Qureshi authored
temp: Apply pylint amnesy ( Type annotation-invalid-choice )
-
- Mar 19, 2021
-
-
Sofiane Bébert authored
-
Awais Qureshi authored
-
Usama Sadiq authored
-
Tim McCormack authored
Pillow was pinned for Python 3.5 support, which we no longer need. - https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst - https://facelessuser.github.io/soupsieve/about/changelog/
-
Régis Behmo authored
The toggle state report could not be shared with other IDAs. Here we make use of the newly available report from edx_toggles, and customize it to add data from WaffleFlagCourseOverrideModel.
-
Régis Behmo authored
-
Bianca Severino authored
-
Bianca Severino authored
Revert edx-proctoring to 3.7.12
-
Saqib authored
-
Bianca Severino authored
-
Lael Birch authored
Bump edx-enterprise
-
Sarina Canelake authored
Fix missing email context values and pass site configuration to better multi-site customization
-
Lael Birch authored
-
Awais Qureshi authored
refactor: remove unused imports.
-