- 26 Jul, 2017 1 commit
-
-
Separates archived courses into a different tab on the Studio index page. Data is rendered synchronously, but tests are added to ensure that no new sql or mongo queries were required.
Jillian Vogel committed
-
- 24 Jul, 2017 14 commits
-
-
Updating jasmine tests for course tools.
Harry Rein committed -
Adding in-course messages on the home page.
Harry Rein committed -
Move prereq checking into course load checks.
Diana Huang committed -
Add basic Bootstrap theme to Studio
Andy Armstrong committed -
LEARNER-1894 This commit adds in course messaging for three use cases. First, when the user is not signed in, the user is shown a message that provides a link to sign in or register. If the user is signed in but not enrolled, they are given a link to do so. If the user is enrolled but the course has not yet started, they are shown a message explaining when the course starts and shown a link (not yet enabled) to add a reminder to their calendar. The implementation defines a base message class and extends it for the course home messages as well as the previously implemented page level messages.
Harry Rein committed -
Don't add groups in experiment configurations twice.
Christina Roberts committed -
LEARNER-1652 Converting test to testing all three Logging events and removing page from the logging object that is submitted.
Harry Rein committed -
Shift to edx fork of drf-oauth module.
John Eskew committed -
Diana Huang committed
-
EDUCATOR-947
cahrens committed -
LEARNER-1982
Andy Armstrong committed -
Ignore Visual Studio Code directory.
Michael Frey committed -
Michael Frey committed
-
[ENT-491] Remove SSO consent features; verify fully-populated consent URL generation
Jesse Shapiro committed
-
- 22 Jul, 2017 2 commits
-
-
Bump edx-submissions to v2.0.5 for better logging.
John Eskew committed -
Update UBCPI to 0.6.3
John Eskew committed
-
- 21 Jul, 2017 13 commits
-
-
Pan Luo committed
-
Jesse Shapiro committed
-
LEARNER-1726 Track Selection V3
Matthew Piatetsky committed -
John Eskew committed
-
force subsection grades to update when course grade updates
sanfordstudent committed -
John Eskew committed
-
LEARNER-1726
Matthew Piatetsky committed -
Sanford Student 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 10 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 -
John Eskew 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
-