- 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
-
Ali Akbar authored
feat: Add Help Center search in Contact Us
-
- Jun 08, 2021
-
-
sofiayoon authored
refactor: AA-796 remove outline and dates tabs flags
-
Sofia Yoon authored
fix: AA-796 readd overriding course home mfe flag and test cases when mfe is active or not for testing dates tab link render
-
Sofia Yoon authored
-
Sofia Yoon authored
-
Christie Rice authored
test: Remove external tests that exercise the internal certificates code. Update tests in preparation for enabling V2 of course certificates globally. (#27881) MICROBA-1082
-
Christie Rice authored
CR-3732
-
Christie Rice authored
MICROBA-982
-
Albert (AJ) St. Aubin authored
[MICROBA-678] This patch will update the text on the course dashboard when a learner successfully earns a certificate and that certificate is available. It also adds to the Outline API for the Outline in the Learning MFE so that the same changes can be made there.
-
Ali-D-Akbar authored
-
alangsto authored
MST-861. The Django admin page for IntegritySignature only displays the user and course_key for a signature. This adds the created and modified fields, and will order signatures by the modified field.
-
Simon Chen authored
-
Kyle McCormick authored
This is a minor refactoring in order to remove a code dependency of ./xmodule on ./cms
-
Kyle McCormick authored
This is a minor refactoring in order to remove a code dependency of ./xmodule on ./cms
-
Kyle McCormick authored
This is a minor refactoring in order to remove a code dependency of ./opendedx on ./cms
-
alangsto authored
-
Albert (AJ) St. Aubin authored
[MICROBA-678] To allow access to CertificateStatuses constants in other Django apps we are moving the CertificateStatuses enum to data.py per OEP-49.
-
Kyle McCormick authored
refactor: normalize xmodule imports
-
Josh authored
* FEAT: Add new API endpoint for uploading transcripts * Add log messages to transcript upload function
-
M. Zulqarnain authored
* feat: JS tests on Github Action
-
edX requirements bot authored
-
- Jun 07, 2021
-
-
Kyle McCormick authored
Code in ./common/lib/xmodule/xmodule should be imported as `from xmodule`, since `xmodule` is a locally-installed package. This is weird, but as long as it is the case, we should be consistent. (In BOM-2584, I propose moving the files to ./xmodule, which would quell this confusion.)
-
Simon Chen authored
This is a simple housekeeping action to help other edx-platform development to understand the current state of Agreements app
-
David Ormsbee authored
This was delayed because we needed the fix on 93cd185.
-
alangsto authored
-
M. Zulqarnain authored
* feat: speed up pip install * change test name
-
Aarif authored
* build: Removed the diff-quality step Applied lint-amnesty on all the warnings Removed pylint thresholds comparison code and related tests Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com>
-
alangsto authored
MST-846. We no longer want proctored exam content to be viewable past the exam's due date. This behavior is now controlled by a django setting, so other instances of open edX can choose to turn it on/off.
-
Usama Sadiq authored
separate shared requirements between platform and sandbox move python 3.5 constraints in sandbox requirements
-
M. Zulqarnain authored
-