- 07 Aug, 2017 3 commits
-
-
In the reset password flow one can enter a single character password and subsequently cannot login to the site as password complexity is apparently enforced on the login page. Login page should not enforce password complexity. LEARNER-1209
Waheed Ahmed committed -
Send welcome email to inactive learners on registration.
Waheed Ahmed committed -
LEARNER-2039
Waheed Ahmed committed
-
- 06 Aug, 2017 4 commits
-
-
Clinton Blackburn committed
-
Clinton Blackburn committed
-
This new property knows how to rely on schedule deadliens and fallback to course mode deadlines, when necessary.
Clinton Blackburn committed -
This model will be used to control dynamic upgrade deadlines for learners.
Clinton Blackburn committed
-
- 05 Aug, 2017 3 commits
-
-
Revert "Merge pull request #15753 from edx/efischer/submissions_rc"
Eric Fischer committed -
This reverts commit 95d76568, reversing changes made to aafd4d9c.
Eric Fischer committed -
Merge release back to master
edx-pipeline-bot committed
-
- 04 Aug, 2017 23 commits
-
-
patch release edx-submissions
Eric Fischer committed -
patch release edx-submissions
Eric Fischer committed -
Add advanced settings to generate_courses command
Steven Zheng committed -
Eric Fischer committed
-
Steven Zheng committed
-
Add forums URL default for docker devstack
Brian Beggs committed -
Brian Beggs committed
-
Brian Beggs committed
-
Upgrade edx-enterprise package to 0.39.7.
Douglas Hall committed -
Revert "Add i18n to date in certificate web"
Michael Youngstrom committed -
Strip `c` from `.pyc` for error message comparison
George Song committed -
Fix attrib check code for library_content import
George Song committed -
Michael Youngstrom committed
-
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
-
In Python 2.7, `__file__` returns `.pyc` by default, this breaks our comparison so let's strip out the trailing `c`.
George Song committed -
jportela committed
-
Upgrading edx-enterprise to 0.39.6.
Douglas Hall committed -
jportela committed
-
jportela committed
-
jportela committed
-
- 03 Aug, 2017 7 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