- Jan 16, 2020
-
-
Syed Muhammad Dawoud Sheraz Ali authored
remove the logs
-
DawoudSheraz authored
-
Awais Qureshi authored
BOM-1126
-
- Jan 15, 2020
-
-
David Ormsbee authored
Fix: KeyError: 'source' when parsing HTML5 videos
-
Jansen Kantor authored
Add TeamsConfigurationService to lms xblock runtime
-
Braden MacDonald authored
This fixes a bug that causes the video XBlock parsing to break in the new XBlock runtime if: * the html5_sources field is set, and * the download_video field is not set The error is: File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/rest_api/views.py", line 52, in render_block_view block = load_block(usage_key, request.user) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/api.py", line 84, in load_block return runtime.get_block(usage_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/runtime/blockstore_runtime.py", line 70, in get_block block = block_class.parse_xml_new_runtime(xml_node, runtime=self, keys=keys) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 620, in parse_xml_new_runtime setattr(video_block, key, cls.fields[key].from_json(val)) KeyError: 'source' The reason for the error is that parse_video_xml() will sometimes return a 'source' attribute in its field_data return value, even though source is not a video field (anymore). This then causes an error when trying to look up cls.fields['source'] A workaround in the meantime is to add download_video="false" to the OLX.
-
Awais Qureshi authored
Removing the moto from repo.
-
Diana Huang authored
Python Requirements Update
-
Dave St.Germain authored
Implementation of metadata endpoint for sequence modules
-
Usama Sadiq authored
BOM 1087 django-mysql version bump
-
usamasadiq authored
Removed the version constraint for django-mysql Also pinned the freezegun version to 0.3.12 as the latest version is causing failures.
-
M Zulqarnain authored
BOM-1147 -- Create a code mod for Widget.render change
-
- Jan 14, 2020
-
-
Brittney Exline authored
Upgrading edx-enterprise
-
Brittney Exline authored
-
Diana Huang authored
-
Jansen Kantor authored
* update teams service and api to consider topic
-
Brittney Exline authored
-
Calen Pennington authored
Merge pull request #22853 from edx/revert-22692-juliasq/rename_site_configuration_siteconfiguration_values_1 Revert "Rename values in SiteConfiguration/History (1/3)"
-
Julia Eskew authored
This reverts commit cebeab43.
-
Nick authored
remove left boarder from upcoming dates
-
Nicholas D'Alfonso authored
-
Julia Eskew authored
- Adds the new field and migration to create the column. - Makes all writes go to both old and new field.
-
Dave St.Germain authored
-
Awais Qureshi authored
BOM-1138 -- Update assertRedirects usage
-
Zia Fazal authored
ENT-2535: Changed site configuration name to avoid conflict with existing configuration
-
edX requirements bot authored
-
Zulqarnain authored
-
Zulqarnain authored
-
zia.fazal@arbisoft.com authored
Changed `THIRD_PARTY_AUTH_HINT` to `THIRD_PARTY_AUTH_ONLY_HINT` because there is an existing configuration with same name.
-
Zulqarnain authored
-
Ahtisham Shahid authored
updated drag and drop xblock version
-
Ahtisham Shahid authored
-
Awais Qureshi authored
BOM-1084
-
- Jan 13, 2020
-
-
Nick authored
AA-3 course dates cleanup
-
Nicholas D'Alfonso authored
-change Important Course Dates to Upcoming Dates -remove today's date -left align date, right aling rest of info
-
edX cache uploader bot authored
-
George Babey authored
ENT-2535: Added link to error message displayed when TPA only user login from FPA form
-
Abdul Hannan authored
Rename start, end in CourseOverview
-
Awais Qureshi authored
Bom-1146
-