- Oct 22, 2015
-
-
Zia Fazal authored
-
tasawernawaz authored
Fix parameter name issue for multiple providers
-
- Oct 21, 2015
-
-
Renzo Lucioni authored
Reserve ecommerce worker username
-
Renzo Lucioni authored
Django's user model allows email addresses to be blank. However, edx-platform includes a migration requiring that email addresses be unique. Someone in our production environment already had a blank email address, so this migration was failing earlier.
-
Christina Roberts authored
Delete dead reference to modules.css.
-
Jim Abramson authored
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
-
Christina Roberts authored
Deprecate end_of_course_survey_url until it can be removed.
-
AlasdairSwan authored
Release 2015-10-21
-
cahrens authored
-
Matt Drayer authored
SOL-1319: removed entrance exam dependency on ENABLE_MKTG_SITE
-
AlasdairSwan authored
Rc/2015 10 20
-
Tasawer authored
ECOM-2538
-
Christina Roberts authored
Upgrade to MathJax 2.5.
-
Ned Batchelder authored
No need for docstrings on "class Meta"
-
Renzo Lucioni authored
Groundwork for Studio extensibility
-
Jesse Zoldak authored
Fix the helpers for Select objects by wrapping them in promises
-
wajeeha-khalid authored
MA-1281 User Account: added account_privacy field in GET and PATCH endpoints
-
Arbab Nazar authored
take the list of users for enrolment change
-
Ned Batchelder authored
Also remove useless docstrings where they were added to keep pylint quiet.
-
Ned Batchelder authored
It's silly to have to shut up pylint for "class Meta" all the time.
-
Zia Fazal authored
changes after feedback from Matt D set default value of entrance_exams feature flags to false
-
wajeeha-khalid authored
-
tasawernawaz authored
New Model added for Configuration of ICRV status emails.
-
Sarina Canelake authored
Create distinct terms for gender, education sign up terms
-
- Oct 20, 2015
-
-
Nimisha Asthagiri authored
MA-1416 image mimetype uploads
-
Sarina Canelake authored
-
jsa authored
-
David Ormsbee authored
CourseOverview will only delete old versions of saved data.
-
Christine Lytwynec authored
update testing.rst
-
arbabnazar authored
-
David Ormsbee authored
This will allow v1 code of CourseOverview to delete entries. While this is not a good thing in general (and future versions will ignore entries with higher versions than they support), this is necessary to prevent errors with the existing code in a rollback situation. Otherwise, old code trying to delete CourseOverview entries will fail with a foreign key constraint violation.
-
arbabnazar authored
-
David Ormsbee authored
Previously, CourseOverview would delete data for any version that didn't match the current one. That could cause problems during deploys, when multiple versions of CourseOverview were active. They would overwrite each other, and that could cause problems if the old one overwrote the new one -- in our case, the new one created a new table with foreign key links that the old one was unaware of, and trying to delete it would have caused an error.
-
Renzo Lucioni authored
Implement a Studio tab plugin manager, define a namespace for Studio tab plugins, and introduce an abstract base class used to represent Studio tabs. This does not introduce changes required to inject such plugins into the Studio UI. ECOM-2187.
-
arbabnazar authored
-
cahrens authored
PLAT-878
-
Christine Lytwynec authored
-
arbabnazar authored
-
Jesse Zoldak authored
Improve acceptance test code for visiting the learner profile page
-
J. Cliff Dyer authored
MA-1416 Created a TypedFileUploadParser that validates the mimetype and then takes the content and puts it on request.FILES['file']. Subclasses the existing FileUploadParser. Use namedtuple in IMAGE_TYPES as per style guide: https://github.com/edx/edx-platform/wiki/Python-Guidelines#classes-vs-dictionaries
-