- Nov 21, 2015
-
-
Akiva Leffert authored
Force wrapping for long content like hyperlinks.
-
- Nov 20, 2015
-
-
Akiva Leffert authored
Content that doesn't fit on the screen was causing the viewport to be the wrong size on mobile devices resulting. This forces wrapping for long content instead of letting it force the viewport size. JIRA: https://openedx.atlassian.net/browse/MA-1236
-
Kevin Falcone authored
Hotfix 2015 11 20 conflict
-
Kevin Falcone authored
-
Kevin Falcone authored
Fix login redirect when user is logged out while answering a question…
-
chrisndodge authored
Cdodge/fix unenrollment audit data
-
Kevin Falcone authored
Jibsheet/force publish arg parsing
-
Usman Khalid authored
Cleanup some settings.
-
Kevin Falcone authored
Update --commit flag so you don't have to say --commit=commit
-
Zubair Afzal authored
Allow user to submit initial verification through reverify flow
-
Ben Patterson authored
edxtest needs to be created on naked systems.
-
Usman Khalid authored
-
zubair-arbi authored
ECOM-2933
-
Kevin Falcone authored
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ You need to declare and do proper argument parsing. --commit is also more natural than a bare 'commit' on the end of a command. Switch from calling handle() directly to call_command(). call_command() simulates using the management command so is a better test of the command line interface.
-
Kevin Falcone authored
Management commands should no longer access args[]
-
Kevin Falcone authored
Pin to what we have in production
-
- Nov 19, 2015
-
-
Ben Patterson authored
This is a partial revert from d8fd8ed6
-
Sarina Canelake authored
Reword default about page questions
-
Kevin Falcone authored
This was installing a newer version, with a migration, which we do not want for a hotfix.
-
Kevin Falcone authored
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ Django intercepts the 'pull' argument and says "unrecognized arguments pull" There were no tests for this command, so it wasn't noticed during the upgrade testing, only once our integration monitoring noticed.
-
Chris Dodge authored
-
clrux authored
Adding gettext to JSHint ignore
-
Sarina Canelake authored
-
Nimisha Asthagiri authored
MA-1190; patch 'read' attribute for thread
-
Kevin Falcone authored
With the 1.8 upgrade, we stopped using 'manage.py cms command commit' and switched to --commit because we no longer directly access args[] https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ When this command was updated, it was switched to --commit=commit, but using store_true allows a much more natural --commit syntax.
-
Chris Rodriguez authored
-
Alison Hodges authored
Updates the example locations to split format
-
John Eskew authored
Django18 release merge
-
Chris Rodriguez authored
-
Brian Beggs authored
-
John Eskew authored
Update the Django 1.8-upgraded repo versions.
-
Ned Batchelder authored
-
John Eskew authored
-
Ned Batchelder authored
-
John Eskew authored
-
John Eskew authored
-
Ned Batchelder authored
-
Muhammad Ammar authored
-
Adam Palay authored
-
Brian Beggs authored
-