- 21 Oct, 2015 22 commits
-
-
be sure to add a all() to the ORM statement otherwise the select_subclasses() will cause a full table scan/join
Chris Dodge committed -
Reserve ecommerce worker username
Renzo Lucioni committed -
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.
Renzo Lucioni committed -
Delete dead reference to modules.css.
Christina Roberts committed -
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
Jim Abramson committed -
Deprecate end_of_course_survey_url until it can be removed.
Christina Roberts committed -
Release 2015-10-21
AlasdairSwan committed -
cahrens committed
-
SOL-1319: removed entrance exam dependency on ENABLE_MKTG_SITE
Matt Drayer committed -
Rc/2015 10 20
AlasdairSwan committed -
Upgrade to MathJax 2.5.
Christina Roberts committed -
No need for docstrings on "class Meta"
Ned Batchelder committed -
Groundwork for Studio extensibility
Renzo Lucioni committed -
Fix the helpers for Select objects by wrapping them in promises
Jesse Zoldak committed -
MA-1281 User Account: added account_privacy field in GET and PATCH endpoints
wajeeha-khalid committed -
take the list of users for enrolment change
Arbab Nazar committed -
Also remove useless docstrings where they were added to keep pylint quiet.
Ned Batchelder committed -
It's silly to have to shut up pylint for "class Meta" all the time.
Ned Batchelder committed -
changes after feedback from Matt D set default value of entrance_exams feature flags to false
Zia Fazal committed -
wajeeha-khalid committed
-
New Model added for Configuration of ICRV status emails.
tasawernawaz committed -
Create distinct terms for gender, education sign up terms
Sarina Canelake committed
-
- 20 Oct, 2015 18 commits
-
-
MA-1416 image mimetype uploads
Nimisha Asthagiri committed -
Sarina Canelake committed
-
jsa committed
-
CourseOverview will only delete old versions of saved data.
David Ormsbee committed -
update testing.rst
Christine Lytwynec committed -
arbabnazar committed
-
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.
David Ormsbee committed -
arbabnazar committed
-
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.
David Ormsbee committed -
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.
Renzo Lucioni committed -
arbabnazar committed
-
PLAT-878
cahrens committed -
Christine Lytwynec committed
-
arbabnazar committed
-
Improve acceptance test code for visiting the learner profile page
Jesse Zoldak committed -
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
J. Cliff Dyer committed -
cahrens committed
-
cahrens committed
-