- 01 Nov, 2017 7 commits
-
-
Jeremy Bowman committed
-
Remove pragmas to disable mako-missing-default
Robert Raposa committed -
Add student_view_data to HTML XBlock
Nimisha Asthagiri committed -
EDUCATOR-1652 - add logs to time frame course listing
Noraiz Anwar committed -
noraiz-anwar committed
-
Prior to this change, providing any student_view_data querystring would result in student_view_data returned for all XBlock types. Updates Course Blocks API tests to verify.
Jillian Vogel committed -
to allow the HTML to be downloadable via the Course Blocks API. Feature flag ENABLE_HTML_XBLOCK_STUDENT_VIEW_DATA must be set to enable this feature.
bradmerlin committed
-
- 31 Oct, 2017 18 commits
-
-
Pass contextual data to studio-frontend
Eric Fischer committed -
Add 'View Consent' button to dashboard when required
Bill Filler committed -
Section Highlights UI: Encircle numbered highlights in Studio
Nimisha Asthagiri committed -
Add an lms_initialization app
Troy Sankey committed -
EDUCATOR-1529
Eric Fischer committed -
Nimisha Asthagiri committed
-
Enterprise customers can require user to agree to Data Sharing Consent form before they can access a course. We now add it conditionally to Course Dashboard when it's required so it's apparent to user and they have a way to revist the consent form if they've previously declined or the course has not yet started. WL-1281
Bill Filler committed -
Robert Raposa committed
-
GMT -> UTC in test
John Eskew committed -
lms.startup is being removed, so initialize the analytics module in the lms_initialization ready() method instead.
Troy Sankey committed -
This app is a grab bag of init code which can't find a good home in other apps. This was created in response to removing lms.startup.run().
Troy Sankey committed -
John Eskew committed
-
Fix onload tabindex focus for wiki edits
Gregory Martin committed -
Move comprehensive theming startup code to AppConfig.
John Eskew committed -
Upgrade edx-enterprise to 0.53.7.
Douglas Hall committed -
LEARNER-2653 Created make targets for extract and push translations
Ayub khan committed -
Import Cleanup and Adding Logging message
Awais Jibran committed
-
- 30 Oct, 2017 15 commits
-
-
Allow scrolling up on LMS.
Harry Rein committed -
Gregory Martin committed
-
Harry Rein committed
-
Responsive account settings page.
Harry Rein committed -
Schedules: Tests for Course Update messages
Nimisha Asthagiri committed -
ENT-669: Activation email received when skip_email_verification flag is 'True'
Douglas Hall committed -
all dirs must now go into COMPREHENSIVE_THEME_DIRS. Move comprehensive theming setup section out of startup.py and into settings files using new 'derived' functionality. Add 'derive_settings' at the end of all top-level Django settings files. Move validation of comprehensive theming settings into new apps.py theming file. Split theming code into code safe to run before settings are initialized -and- after settings are initialized.
John Eskew committed -
- Enables a method of deriving Django settings from other Django settings after all other Django settings are stable.
John Eskew committed -
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
bump enterprise version from `0.53.5` to `0.53.6`
Zubair Afzal committed -
Harry Rein committed
-
zubair-arbi committed
-
Allow Waffle flags to work when outside a request context
Andy Armstrong committed -
Schedule: Refactor upsell test cases
Nimisha Asthagiri committed
-