- Mar 17, 2020
-
-
atesker authored
EDUCATOR-4903. Move defaults to correct place - cr
-
Nicholas D'Alfonso authored
- ensure logic for displaying reset dealines banner in courseware is behind the relative dates waffle flag, only shows if the course is self paced, and handles the situation where no sequentials exist.
-
Nathan Sprenkle authored
* Don't disable download button after click * Allow reuploading for team membership CSV
-
Nathan Sprenkle authored
* Change upload div to a button for focus styling * Fix team membership button resize on focus * Remove box shadow from focus styling
-
Jansen Kantor authored
* correctly resolve teamset-level and course-level max_team_size
-
HammadAhmadWaqas authored
-
- Mar 16, 2020
-
-
Michael Terry authored
If the user is not logged in, the ExperimentWaffleFlag code was raising an exception when trying to send an event to segment. This is a quick fix to ignore anonymous users.
-
Michael Terry authored
This is an unused-as-of-yet utility function to generate a bunch of ics files for a user's course schedule. Will be used as part of the calendar_sync feature package. AA-37
-
HammadAhmadWaqas authored
also setting query batch size 1000 instead of 5000
-
Awais Qureshi authored
checking django-wiki and fixing deprecation warnings.
-
- Mar 13, 2020
-
-
Zachary Hancock authored
fixes bug where bulk creation of enrollments caused no new history records to be created
-
Awais Jibran authored
2900k/ last 7 days
-
Simon Chen authored
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees This reverts commit 37f3c3f8.
-
- Mar 12, 2020
-
-
Nicholas D'Alfonso authored
- Also, only show banner if the course end_date has not already pass AND if the user is verified within the course.
-
David Ormsbee authored
Revert "MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees" This reverts commit 9bdcb9c5.
-
Simon Chen authored
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees
-
Abdul Hannan authored
* Remove start field in Schedules Co-authored-by:
hunytalk <ahannan@edx.org> Co-authored-by:
Cory Lee <cory@edx.org>
-
Awais Jibran authored
-
- Mar 11, 2020
-
-
Nathan Sprenkle authored
* Enable pagiation to show all a learner's teams on the "My Teams" tab * Selectively hide/show pagination on the "My Teams" tab * Increase "My Teams" page size to 5
-
atesker authored
cr1 cr2 cr3 cr3-remove unused var
-
Waheed Ahmed authored
The VideoBlock `handle_ajax` is allowing NaN values for speed key and causing videos to not load. Also added a data migration to fix the data for learners. PROD-1148
-
adeelehsan authored
Before getting data validate the page number on the current number of pages
-
- Mar 10, 2020
-
-
Jeff LaJoie authored
-
Awais Jibran authored
-
- Mar 09, 2020
-
-
Michael Terry authored
When self paced blocks don't have a start date set, still provide a link to the block (noticable on dates side bar at the least).
-
Jeff LaJoie authored
-
Dave St.Germain authored
-
Dave St.Germain authored
-
Dave St.Germain authored
-
David Ormsbee authored
Create the COURSEWARE_MICROFRONTEND_COURSE_TEAM_PREVIEW CourseWaffleFlag (courseware.microfrontend_course_team_preview) to enable us to roll out the new Courseware MFE as a preview to select course teams without affecting their students. TNL-7117 This commit also fixes an issue where these links are shown in Old Mongo courses (TNL-7116). Old Mongo is marked for deprecation (DEPR-58), and is not intended to ever be supported by the new MFE.
-
- Mar 07, 2020
-
-
Awais Jibran authored
1k instances in last 24 hours.
-
- Mar 06, 2020
-
-
Michael Terry authored
Specifically, set the 'nonInteraction' segment event property to 1.
-
David Ormsbee authored
Check to make sure that "activate_block_id" is actually a Unit (VerticalBlock) before using it to build a link to the Courseware MFE. We were previously sending sequence block keys here, causing the MFE to render a whole sequence where only a unit was desired. Fixes TNL-7115
-
David Ormsbee authored
Show a link the courseware MFE to course staff if the ENABLE_COURSEWARE_MICROFRONTEND feature is enabled and the REDIRECT_TO_COURSEWARE_MICROFRONTEND CourseWaffleFlag is active for that course. Previously only global staff could see this link. This commit also adds ENABLE_COURSEWARE_MICROFRONTEND to lms/envs/common.py and makes this value True by default on devstack, since that front end application should soon be part of devstack: https://github.com/edx/devstack/pull/484 Related to TNL-6982 and TNL-7045.
-
Awais Jibran authored
-
- Mar 05, 2020
-
-
Michael Terry authored
Switch from a separate waffle flag for the dates widget v2 work and just use the relative dates experiment flag instead.
-
Jansen Kantor authored
* pass teamset type existence flags to the teams tab view
-
Calen Pennington authored
-
atesker authored
EDUCATOR-4943 - update error message. cr1 EDUCATOR-4943 - update error message. cr2 unit tests readability
-
- Mar 04, 2020
-
-
Nicholas D'Alfonso authored
- for self paced courses, if a sequential's due date has passed and it is incomplete, allow the user to reset the start_date for the related schedule to now, thus shifting all due dates for all sequentials within the course by the pre determined due date offset. - add historical table to the Schedule model.
-