Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ These are notable changes in edx-platform. This is a rolling list of changes,
in roughly chronological order, most recent first. Add your entries at or near
the top. Include a label indicating the component affected.

Blades: LTI additional Python tests. LTI fix bug e-reader error when popping
out window. BLD-465.

Common: Switch from mitx.db to edx.db for sqlite databases. This will effectively
reset state for local instances of the code, unless you manually rename your
mitx.db file to edx.db.
Expand Down
7 changes: 6 additions & 1 deletion common/lib/xmodule/xmodule/js/fixtures/lti.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div class="lti-wrapper">
<div id="lti_id" class="lti" data-open_in_a_new_page="true">
<div
id="lti_id"
class="lti"
data-open_in_a_new_page="true"
data-ajax_url="www.example.com/ajax_url"
>

<form
action=""
Expand Down
165 changes: 0 additions & 165 deletions common/lib/xmodule/xmodule/js/spec/lti/constructor.js

This file was deleted.

Loading