- Jun 11, 2021
-
-
Hammad Ahmad Waqas authored
-
Simon Chen authored
This reverts commit c6192b8b40656c44ba0a89cdd569fb0c0e4f87c4. The caching does little to save performance and in the case of whole course interation, it has a netgative performance impact.
-
SaadYousaf authored
-
Usama Sadiq authored
-
Ihor Romaniuk authored
* feat: [BD-26] add the is_proctored value to SequenceMetadata API * feat: add temporary flag for enabling/disabling proctored exams * fix: change creation date * fix: fix text indents * fix: [BD-26] Remove redundant duplicated test. Co-authored-by:
Sagirov Eugeniy <sagirov19@gmail.com> Co-authored-by:
Igor Degtiarov <igor.degtiarov@raccoongang.com>
-
Mehak Nasir authored
feat: documentation links added in discussion api
-
edX requirements bot authored
-
- Jun 10, 2021
-
-
Julia Eskew authored
This reverts commit b84e8937.
-
Dillon Dumesnil authored
feat: AA-773: Add in logic to mark special exams as complete
-
Dillon Dumesnil authored
We have had numerous support tickets/bugs related to special exams not properly displaying completeness (see https://openedx.atlassian.net/browse/AA-773 for details). Along with a corresponding edx-proctoring PR, this will now submit completions for all completable children within a special exam upon the exam being completed for the first time (as dictated by the logic in the edx-proctoring PR).
-
Simon Chen authored
With this change, whenever a IntegritySignature is created or retrieved, the result will be cached into mem cache for future use. This will save round trip to database significantly for honor code check
-
Mehak Nasir authored
-
Julia Eskew authored
- Remove the REDIRECT_TO_COURSEWARE_MICROFRONTEND waffle flag. - Add a new COURSEWARE_USE_LEGACY_FRONTEND waffle flag that directs all learners to the legacy courseware experience. - Skip two failing a11y tests which fail due to the new default of the courseware MFE. TNL-8279
-
Julia Eskew authored
was recently enabled by default in mysqldump, but the generation of histogram statistics fails in devstack during this script's mysqldump commands. The SQL statement and output of the failure: mysql> SELECT \ COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') \ FROM information_schema.COLUMN_STATISTICS \ WHERE \ SCHEMA_NAME = 'edxtest' AND \ TABLE_NAME = 'agreements_integritysignature'; ERROR 1109 (42S02): Unknown table 'COLUMN_STATISTICS' in information_schema
-
Kristin Aoki authored
This PR changes the default function of HTML anchor tags that focus on another element on the page based on the name attribute. Previously the anchor tags that were set to scroll on the page to another element would do nothing since the scroll was set to only look for the id attribute. As a result, users would have to manually scroll to the location of the name attribute, if it is previously known. Otherwise, the link appears to be broken. Now when the anchor tag is used to focus it and send the location of the focus element to the parent page to scroll to the correct location. This change will impact the Learner in the New Experience view.
-
Ahtisham Shahid authored
-
Muhammad Soban Javed authored
-
Adeel Ehsan authored
Account activation popup added
-
Ahtisham Shahid authored
refactor: added use case to toggle to fix linter issue
-
adeelehsan authored
VAN-434
-
Mehak Nasir authored
-
Ahtisham Shahid authored
-
Ahtisham Shahid authored
refactor: removed legacy proctoring route
-
edX cache uploader bot authored
-
edX requirements bot authored
-
Saad Yousaf authored
Co-authored-by:
SaadYousaf <saadyousaf@A006-00314.lan>
-
Mehak Nasir authored
-
- Jun 09, 2021
-
-
Binod Pant authored
no more file templates, also supports notion of template_type now (self, admin for now) ENT-4322
-
Bianca Severino authored
fix: convert integrity signature waffle flag to CourseWaffleFlag
-
Bianca Severino authored
-
Kristin Aoki authored
This PR changes the default function of HTML anchor tags that focus on another element on the page. Previously the anchor tags that were set to scroll on the page to another element would open the link outside of the iframe and redirect the parent page. As a result, users would have to have to click the back arrow to navigate back to the course and continue the unit. Now when the anchor tag is used to focus it and send the location of the focus element to the parent page to scroll to the correct location. This change will impact the Learner in the New Experience view. Jira issue: TNL-8312
-
Mike OConnell authored
Logs an INFO message whenever a password reset email is generated. The intent is to detect abuse of this feature. SEG-48
-
alangsto authored
-
Matt Hughes authored
Sometimes learners have certificates in old course runs which've been deleted. When this happens loading the learner's program progress can result in 500 errors. This corrects those by choosing to count any non-existent course the learner has certificates for as counting towards program completion, effectively assuming that availability dates have passed for all such courses. Also fixes an error with a condition related to how we determine whether an enrolled course is considered "in progress". The previous version of the code had a bug that would result in a lot more courses being marked "in progress" for the purpose of program completion than actually were. JIRA:EDUCATOR-5787
-
Natalia Berdnikov authored
Add noun after mentions of Open edX and change email address for requesting entity agreement.
-
Kyle McCormick authored
refactor: make xmodule & openedx independent of code in cms The xmodule and openedx packages both contain code that is common between LMS and CMS. The cms package is, of course, contains CMS-specific code. So, one prerequisite to extracting CMS into an independent service will be making sure that lms, common, openedx, and the projects in common/lib (xmodule, capa, etc.) are not coupled to any CMS-specific features. This PR moves us towards that reality by making sure that those packages are independent from cms from a Python-import perspective, at least.
-
edX requirements bot authored
-
Ahtisham Shahid authored
-
Ahtisham Shahid authored
refactor:fixed variable names refactor:fixed linter errors refactor:fixed linter errors refactor:fixed checklist view variable names fix: removed redundant variables refactor:moved exam settings to toggles refactor: changed function params and added tests refactor: moved toggle to method fix: updated toggle and method docs
-