- 02 Aug, 2017 3 commits
-
-
Uman Shahzad committed
-
Input forms that need validation will have AJAX requests performed to get validation decisions live. All but a few important and common form fields perform generic validation; these will need a back-end handler in the future in order to have them validated through AJAX requests. Information is conveyed on focus and blur for both errors and successes.
Uman Shahzad committed -
In particular, implement a validation API for registration, where a client makes AJAX calls to the endpoints requesting validation decisions on each input. Responses are strings dependent on the type of validation error; if no error, then empty string to indicate OK.
Uman Shahzad committed
-
- 01 Aug, 2017 2 commits
-
-
Sanford Student committed
-
Calen Pennington committed
-
- 28 Jul, 2017 1 commit
-
-
The verified seat upgrade deadline for self-paced course runs is now dependent on when the learner was first able to access the content--the latest of enrollment date and course run start date.
Clinton Blackburn committed
-
- 27 Jul, 2017 3 commits
-
-
LEARNER-2017
Andy Armstrong committed -
EDUCATOR-842: adds in management command to swap a course's xblocks from verified track cohorts to enrollment tracks
Jeff LaJoie committed -
BlockStructures are stored in S3, but they're cached in memcached. Prior to this commit, they were only written to memcached when first created. This commit adds a write to repopulate the cache entry every time there is a cache miss. Hopefully, this will help reduce the miss rate we're seeing.
David Ormsbee committed
-
- 26 Jul, 2017 4 commits
-
-
WL-1147 Switching edx.org and openedx images.
Harry Rein committed -
Template were using global TECH_SUPPORT_EMAIL for error pages. This changes them to use the site email if there is one.
Matt Tuchfarber committed -
Jesse Shapiro committed
-
include webpack commons bundle on all pages quotes homegrown webpack_loader mock toggle installed webpack_loader in test env file instead fix test checking context
Ari Rizzitano committed
-
- 25 Jul, 2017 1 commit
-
-
A site must be passed so the system knows which URL to use to contact the Discovery Service.
Clinton Blackburn committed
-
- 24 Jul, 2017 3 commits
-
-
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 -
LEARNER-1652 Converting test to testing all three Logging events and removing page from the logging object that is submitted.
Harry Rein committed -
LEARNER-1982
Andy Armstrong committed
-
- 21 Jul, 2017 2 commits
-
-
Jesse Shapiro 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 1 commit
-
-
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
-
- 19 Jul, 2017 2 commits
-
-
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
-
- 18 Jul, 2017 5 commits
-
-
Sanford Student committed
-
Gregory Martin committed
-
LEARNER-1855
Andy Armstrong committed -
Gregory Martin committed
-
LEARNER-1697
Andy Armstrong committed
-
- 17 Jul, 2017 7 commits
-
-
Joshua Spayd committed
-
Includes code for testing to be removed in the next commit.
Joshua Spayd committed -
Gregory Martin committed
-
Gregory Martin committed
-
Gregory Martin committed
-
This reverts commit d940bbfd.
Brittney Exline committed -
LEARNER-1890
Andy Armstrong committed
-
- 14 Jul, 2017 6 commits
-
-
LEARNER-1896
Robert Raposa committed -
with a custom patch needed by edx-platform. Upgrade django-filter as well to v1.0.4 Import DjangoFilterBackend from the correct module - django_filter. Add django-filter to INSTALLED_APPS.
John Eskew committed -
Gregory Martin committed
-
Brandon DeRosier committed
-
LEARNER-1854
Andy Armstrong committed -
Gregory Martin committed
-