- Mar 15, 2021
-
-
David Ormsbee authored
Adding new functionality is going to require running this command on all courses, not just ones that have it missing.
-
- Mar 12, 2021
-
-
Manjinder Singh authored
* fix: six was being used without being imported Removed usage of the python library six from module. This is fixing an error where the python library six is used in a module without being imported. Multiple PRs merging around same time caused this conflict.
-
Kyle McCormick authored
replace six with str
-
Carla Duarte authored
-
Waheed Ahmed authored
Added custom for SSO auth entries to monitor which auth entries are still in use.
-
Carla Duarte authored
AA-213: create progress tab mfe waffle flag
-
Kyle McCormick authored
The Learning MFE had a bug where instructors selecting 'View As: Audit' would find themselves redirected to the 'Enroll Now' page. This was because the Courseware API, which powers the MFE, checked courseware access *after* setting up masquerading--so, instead of checking whether the instructor had access to view the course, we checked whether some arbitrary un-enrolled learner would have access to the course (the answer is generally No). We fix this by doing what the Legacy courseware index does: calculate courseware access *before* setting up masquerading. TNL-7989
-
Michael Terry authored
feat: update to edx-ace 1.0.0
-
Michael Terry authored
The new version switches how you specify recipients, to use lms_user_id instead of usernames. AA-489
-
Carla Duarte authored
-
David Ormsbee authored
[BD-04] Create CustomTagTemplateBlock, convert TranslateCustomTagDescriptor to XBlock and remove RawDescriptor
-
Awais Qureshi authored
pyupgrade in enterprise_support
-
Awais Qureshi authored
BOM-2375-student-part2
-
Usama Sadiq authored
upgraded course_date_signals & course_groups apps.
-
Usama Sadiq authored
-
Usama Sadiq authored
-
Usama Sadiq authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
Awais Qureshi authored
pyupgrade in enterprise-support.
-
Usama Sadiq authored
-
Usama Sadiq authored
-
- Mar 11, 2021
-
-
Carla Duarte authored
AA-671: Course Home MFE Progress Tab API cleanup
-
Alex Dusenbery authored
-
Carla Duarte authored
-
Felipe Montoya authored
[TSD] add annotations for AUTOMATIC_AUTH_FOR_TESTING feature flag
-
Usman Khalid authored
-
Usman Khalid authored
In https://github.com/edx/edx-platform/pull/25955 `HiddenDescriptor` (which was a subclass of `RawDescriptor` with a custom `student_view()`) was converted to an XBlock. It is used as the `default_class` by the `CachingDescriptorSystem` classes. However `RawDescriptor` is still being used by `XMLModuleStore`. This has been replaced by `HiddenDescriptor` as well.
-
Usman Khalid authored
-
Usman Khalid authored
-
alangsto authored
-
Felipe Montoya authored
[TSD] Added annotation for ALLOW_HIDING_DISCUSSION_TAB feature flag
-
David Ormsbee authored
The Studio UI prevents you from creating a Section or Subsection with no title (display_name). But OLX import allows you to bypass these checks and create Sections ("chapter" tag) and Subsections ("sequential" tag) without display_name information specified in the XML. When this happens, Studio and the LMS fall back to using the url_name (the last part of the UsageKey) as a title, using the display_name_with_default method. This usually works, because url_names are derived from the import file name, and if you're hand-editing a course in XML, your file names are probably more intelligible than Mongo object IDs. In any case, this commit updates get_outline_from_modulestore to match the behavior of Studio and the LMS with respect to this situation. This is part of the course outlines backfill rollout. TNL-8056
-
Awais Qureshi authored
pyupgrade in enterprise_support
-
stvn authored
* Commits: feat: Add discussions API endpoint [BD-03] docs: Add ADR for DiscussionsConfiguration HTTP API [BD-03]
-
edX requirements bot authored
-
Saad Yousaf authored
Co-authored-by:
SaadYousaf <saadyousaf@A006-00314.local>
-
Braden MacDonald authored
[TSD] Annotate relative_dates waffle flag
-
Peter Pinch authored
* Add toggle and settings annotations for CCX Co-authored-by:
Robert Raposa <rraposa@edx.org>
-
- Mar 10, 2021
-
-
Matt Tuchfarber authored
exp: Add logging to course cert availability date
-