- 04 Aug, 2017 8 commits
-
-
Attributes come in as a list of dicts with strings as keys and values. Implicitly casting each result as a tuple causes the code to split the key string into it's characters. This yields a list of characters, the first two of which are placed into the variables "attr_name" and "attr_value". This is not only wrong, but because keys tend to be more than 2 characters, the net result is: "ValueError: too many values to unpack"
Giulio Gratta committed -
Add i18n to date in certificate web
George Song committed -
pepeportela committed
-
jportela committed
-
Upgrading edx-enterprise to 0.39.6.
Douglas Hall committed -
jportela committed
-
jportela committed
-
jportela committed
-
- 03 Aug, 2017 15 commits
-
-
Alex Dusenbery committed
-
ENT-555: Continue button is not appearing on registration page.
Brittney Exline committed -
update django-debug-toolbar from 1.5 to 1.8
Michael Roytman committed -
Fix LMS dashboard error, if HttpServerError occurs on ecommerce
Tasawer Nawaz committed -
LEARNER-2167
tasawernawaz committed -
Throw error if celery task creation is not successfully completed.
Noraiz Anwar committed -
Added new signal to refund on un-enrollment from LMS dashboard.
Waheed Ahmed committed -
LEARNER-1801
Waheed Ahmed committed -
noraiz-anwar committed
-
length complexity added on password reset page
Tasawer Nawaz committed -
Saleem Latif committed
-
PROFILE_IMAGE_SIZES_MAP grouped with the similar settings
Aamish Baloch committed -
LEARNER-1492
tasawernawaz committed -
Aamish Baloch committed
- 02 Aug, 2017 17 commits
-
-
ENT-581 Upgrade enterprise package to 0.39.5
Douglas Hall committed -
[ENT-334] Add client-side registration form validation.
Uman Shahzad committed -
Uman Shahzad committed
-
Uman Shahzad committed
-
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 -
Please enter the commit message for your changes. Lines starting
Michael Roytman committed -
Michael Roytman committed
-
Brittney Exline committed
-
Bug fix: Reset "Notify users by email" check box to initial state.
George Song committed -
LEARNER-2016 Removed waffle flag and added test for utm params on redirect
Matthew Piatetsky committed -
Alex Dusenbery committed
-
edx-submissions 2.0.6 upgrade
Eric Fischer committed -
Update query counts for failing python tests
Michael Youngstrom committed -
Michael Youngstrom committed
-
Eric Fischer committed
-