- Jun 30, 2020
-
-
Tim McCormack authored
- Reference correct version of Django docs - Updates to LMS envs diagram: - Rename aws.py reference in image (now production.py) - Remove deprecated and deleted environments - Update note on `devstack_docker.py` to explain history
-
atesker authored
-
Saleem Latif authored
-
- Jun 29, 2020
-
-
Zachary Hancock authored
* remove unenroll for masters * i18n string
-
Michael Terry authored
- Looks at masquerading config for dates, outline, metadata, and celebration APIs in course_home_api / courseware_api. - Consolidates and cleans up places we check whether masquerading gives us full access to a course.
-
Matthew Piatetsky authored
Temporarily increase default throttle rates for service user to handle increased throughput against data sharing consent endpoint
-
Nimisha Asthagiri authored
-
alangsto authored
* Displays escalation email on Special Exams tab of instructor dashboard. MST-274 * updates for requested changes * updates necessary for unit testing * Fixes for pylint warning * fix for quality tests
-
Awais Jibran authored
PROD-1639
-
- Jun 28, 2020
- Jun 26, 2020
-
-
Ben Warzeski authored
* modern eslint allowances * update topic teams to request team membership per local teamset * update tests for topic_teams change * cleanup Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
-
Danial Malik authored
* Replace track calls with eventtracking in task_track and server_track * Making events compatible with events emitted via track app * Fixed broken tests and quality violation * Removed useless changes in shim. using in to have and keys in event context Co-authored-by:
zia.fazal@arbisoft.com <zia.fazal@arbisoft.com>
-
Nathan Sprenkle authored
* Edit team manage to check sizes at end of import * Fix size validation to take new teams into account * Remove redundant max size check * Consolidate team membership counters * Remove unused user_ids_by_teamset_id set * Fix team removal to only occur after validation * Update team full error message * Prefetch users when looking up team counts
-
Ali-D-Akbar authored
-
- Jun 25, 2020
-
-
Matt Tuchfarber authored
- Add bootstrap utility function to lms-base-v1 CSS - Moved coaching sass to edx.org theme - Banner feature flag and MB program gated - Fixes previous issue of changes specificity in button selector by resetting the style inside the component's class
-
Eric Herrera authored
-
Calen Pennington authored
-
julianajlk authored
REV-1204 Add translation by marking string as translatable w/o translating at runtime
-
Eric Herrera authored
-
- Jun 24, 2020
-
-
Dillon Dumesnil authored
Due dates will only display for graded subsections. If the assignment has already been completed, there will be a pill to indicate that. If the assignment is past due, there will be a pill. If it is upcoming, there are no pills
-
Diana Huang authored
dashboard.
-
Waheed Ahmed authored
PROD-1753
-
- Jun 23, 2020
-
-
Robert Raposa authored
In order to enable us to remove flag_undefined_default, this updates flags according to alternatives documented in: https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst These flags were updated with a migration: - enable_checklists_quality - REJECTED_EXAM_OVERRIDES_GRADE - ENFORCE_FREEZE_GRADE_AFTER_COURSE_END - WRITABLE_GRADEBOOK ARCHBOM-1304
-
Waheed Ahmed authored
PROD-1565
-
Calen Pennington authored
-
Jansen Kantor authored
-
Robert Raposa authored
-
Robert Raposa authored
The temporary waffle flag ENABLE_VIDEO_URL_REWRITE is no longer needed, becaues the rollout is complete. See https://openedx.atlassian.net/browse/PROD-62 ARCHBOM-1304
-
Aarif authored
-
- Jun 22, 2020
-
-
Daphne Li-Chen authored
-
Matthew Piatetsky authored
Otherwise, these learners could start the timer and then be unable to take the exam once they have access to the content REV-774
-
Carla Duarte authored
Added `is_enrolled` field to check if user's enrollment is active.
-
Jansen Kantor authored
-
atesker authored
-
- Jun 21, 2020
- Jun 19, 2020
-
-
Michael Terry authored
- Have it load dates from edx-when, not just write to it. This fixes self-paced courses where edx-when is only place dates are kept. - Have it read original date for a homework from edx-when when resetting a date. This fixes the message it gives the instructor about whether it was successfully reset. - Have it recursively set a date, rather than assuming that dates are only ever set on the subsection layer. This fixes setting dates on self-paced courses (where dates are set all the way down) and just in case somebody somewhere edits the course xml to have a date where it's not expected.
-
Dillon Dumesnil authored
Updating edx-when version to pull in a change related to not returning dates if the enrollment happened after course end (if no enrollment end date is set)
-
Leonardo Martinez authored
This PR solves the DeprecationWarning mentioned in: https://build.testeng.edx.org/job/edx-platform-python-pipeline-master/warning_5freport_5fall_2ehtml/ HTMLParser was renamed in html.parser in Python3: https://docs.python.org/2/library/htmlparser.html#module-HTMLParser * html_parser.HTMLParser().unescape from six.moves has been deprecated * instead use html.unescape from Python3 Documentation for unescape in Python3: https://docs.python.org/3/library/html.html#html.unescape - html_parser from six.moves has been deprecated - instead use html.parser from Python3 - Order imports using isort - Delete unused import crum
-
- Jun 18, 2020