- 21 Jul, 2017 6 commits
-
-
We cleaned out the feature flag and code using these in https://github.com/edx/edx-platform/pull/5707 but missed the config (I'll go get them in configuration.git later, when I pull them out of the secure repos, which is where I found them).
Kevin Falcone committed -
Clearing the cache if the site's configuration was removed.
Afzal Wali Naushahi committed -
catch WebpackLoaderBadStatsError in test runs
Ari Rizzitano committed -
[LEARNER-1938] try also catching WebpackLoaderBadStatsError [LEARNER-1938] catch BaseWebpackLoaderException also do i need to import the exception? add better logging
Ari Rizzitano committed -
Patch the bulk_enroll request to use a form content type
Brittney Exline committed -
The site's configuration does not contain the API URL, it should not keep on displayed the old cached list of uuids. LEARNER-1146
Afzal Wali committed
-
- 20 Jul, 2017 16 commits
-
-
Although bokchoy reported failed, I looked at all output and all tests appeared to have passed - so merging. Update ORA2 and submissions to include field error printing.
John Eskew committed -
John Eskew committed
-
Setting the content type to be form data makes Django Rest Framework v3.6.3 treat all passed JSON data as POST parameters. This is necessary because this request is forwarded on to the student_update_enrollment view, which requires all of the parameters to be passed in via POST parameters.
Brandon DeRosier committed -
Improve cookie consent message
George Song committed -
Fixed milestone issues
George Song committed -
ENT-550 Display only TOS for enterprise's configured to skip registration
Brittney Exline committed -
In settings_handler and any_unfulfilled_milestones (for mobile APIs)
Ahmed Jazzar committed -
mrey committed
-
We have recently discovered that for any SSO Provider configured to skip the registration form, we were auto checking the terms of service box, which is a legal faux pas. Since IBM is planning to launch imminently and is depending on this feature, we need to remedy this situation for enterprises whose SSO Provider is configured to skip registration. This PR hides all of the registration fields except TOS for this scenario and disables the autoSubmit functionality that typically happens when skipping registration.
Brittney Exline committed -
Update translations (autogenerated message)
Ned Batchelder committed -
Hide passwords in crash reports
George Song committed -
Upgrade xblock-lti-consumer.
Christina Roberts committed -
Update Image Styling on Welcome Message and Updates
Harry Rein committed -
EDUCATOR-945
cahrens committed -
Ned Batchelder committed
-
Fix safe lint violation.
Christina Roberts committed
-
- 19 Jul, 2017 16 commits
-
-
Updated the enterprise version
Douglas Hall committed -
cahrens committed
-
asadiqbal committed
-
EDUCATOR-434: Unit Group Access
Jeff LaJoie committed -
Adding eventing to the course tools.
Harry Rein committed -
LEARNER-1879 Issues with images overflowing over their container divs and images being too large for the containing div. Also did a bit of cleanup to improve scss quality.
Harry Rein committed -
Jeff LaJoie committed
-
Remove flaky wiki editing test
Christina Roberts committed -
LEARNER-1652 We now send log events when the user clicks on the events in the course toolbar, representing a change to the new page.
Harry Rein committed -
The model data can now be viewed/managed via Django admin. Additionally, the verbose name of the model has been corrected.
Clinton Blackburn committed -
Restore more specific error messages.
Christina Roberts committed -
EDUCATOR-511
cahrens committed -
[LEARNER-1104] Allow staff members to view enrollment for any user
Marko Jevtić committed -
Switching course view to specific student retains the profile language setting
Awais Jibran committed -
Marko Jevtic committed
-
- 18 Jul, 2017 2 commits
-
-
Add ActiveBulkThread record logging; CMS memory leak debug
Eric Fischer committed -
Course/Certificates Pacing Signal Registration
Gregory Martin committed
-