- Jun 11, 2020
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 10, 2020
-
-
Calen Pennington authored
Only actually reset user schedule if they have missed deadlines and not missed any gated content deadlines
-
Calen Pennington authored
-
Robert Raposa authored
* conservative move to process_request * added temp_view_func_compare metric to be extra conservative ARCHBOM-1263
-
Nathan Sprenkle authored
-
Waheed Ahmed authored
PROD-1506
-
- Jun 09, 2020
-
-
Diana Huang authored
-
Diana Huang authored
-
Diana Huang authored
-
Diana Huang authored
-
Robert Raposa authored
- move ownership mapping code to separate module - simplify `__module__` mocking. ARCHBOM-1263
-
Robert Raposa authored
- add clean script to help list unmapped Django apps. - use clean script to source new app mappings. - update generate script to include 3rd-party app ownership. ARCHBOM-1247
-
Adeel Khan authored
This patch improves on the user locked out logic by providing a helping message near locked out. This would help reduce retries by giving user the option to use password reset flow to fix the issue. PROD-1505
-
- Jun 08, 2020
-
-
David Ormsbee authored
-
Feanil Patel authored
-
Carla Duarte authored
Appending the assignment type to each graded assignment on the Dates Tab. Exposed the 'format' field, which corresponds to the graded assignment type.
-
- Jun 07, 2020
-
-
edX Transifex Bot authored
-
- Jun 05, 2020
-
-
Aura Milena Alba authored
-
- Jun 04, 2020
-
-
Dillon Dumesnil authored
Reducing dates widget to one assignment. Adding link to dates page in the dates widget
-
Emma Green authored
-
Albert (AJ) St. Aubin authored
[MICROBA-281]
-
adeelehsan authored
PROD-1444
-
Zainab Amir authored
* Add VEMPipelineIntegration config model * Add course waffle flag to enable vem pipeline selectively PROD-1636
-
- Jun 03, 2020
-
-
stvn authored
since the configuration value does _not_ include the `/courses` bit in either stage or prod. Note: The value for prod contains a trailing slash, while stage does not
I tested locally that this should work with either config (trailing slash or not). -
Calen Pennington authored
-
Ben Warzeski authored
* Update check for showing the 'create team?' prompt in topic teams to look in teamset * fix tests and correct which collection we are checking * eslint fixes Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
-
Calen Pennington authored
This reverts commit c3ec8b83, reversing changes made to 4252b149.
-
Calen Pennington authored
-
uzairr authored
-
- Jun 02, 2020
-
-
stvn authored
in favor of display in the Staff Instructor Toolbar.
-
stvn authored
in a feature backport from the new Courseware/Learning MFE.
-
David Ormsbee authored
Introduces the learning_sequences app, intended to provide metadata for sequences and course outlines. The short term goal is to provide faster source of this information for the new Courseware microfrontend (frontend-app-learning). The medium term goal is to provide an in-proc API that is useful to other parts of the platform that need fast access to course outline information customized for a user. The long term goals are outlined in the README.rst. This first iteration of the API only lays out the basic structure for how we'd arrange the pieces, with enough of an implementation to feel "real" (simple schedules, staff_only content hiding). It's not ready to be turned on, and is not currently plugged into the publish-flow. The only way to get data into this new API is via the update_course_outline management command. The REST endpoint is also currently limited to global staff only, though it's possible to get the outline for a student by using the ?username= query parameter. TNL-7122
-
Nathan Sprenkle authored
* Add team assignments to frontend * Limit team assignments to the given teamset * Remove deprecated django render_to_response * Move team assignments panel behind feature flag
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Only prompt to upgrade in order to completed graded content (or shift dates) when content_type_gating is enabled
-
atesker authored
EDUCATOR 5065 - CR comments 3
-
Michael Terry authored
This takes over some of the logic in the is_enabled property which previously checked two things: (1) is the date time-sensitive and (2) is the date even applicable to this course. Now, is_enabled is only responsible for time-sensitive checks and the new is_allowed property checks applicability. In this way, we can more cleanly separate whether a date block should show up on the dates sidebar (is_enabled and is_allowed) and the dates tab (is_allowed).
-
Dillon Dumesnil authored
This change will prefer putting assignments before other course events (such as end date or verification deadline date) in the case where they share the same date.
-