- 25 Nov, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 23 Nov, 2015 11 commits
-
-
Fix pylint C7630 (literal used as attribute) violations
Ned Batchelder committed -
Upgrade to latest 2.x version of pymongo.
Feanil Patel committed -
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed -
Navigation dropdown link should be button
Christine Lytwynec committed -
Christine Lytwynec committed
-
Release Notes: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=14795 Mostly backports to prep for moving to 3.0
Feanil Patel committed -
remove reset style for button outlines in firefox
Christine Lytwynec committed -
Update the django-wiki reference
Ned Batchelder committed -
Django-wiki had an incorrect migration. This gets the right one.
Ned Batchelder committed -
Added auto-enroll and email student check boxes to enrollment tab ccx coach dashboard
Peter Pinch committed -
Remove useless pylint suppressions. TOOLS-124
Ned Batchelder committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 21 Nov, 2015 1 commit
-
-
Force wrapping for long content like hyperlinks.
Akiva Leffert committed
-
- 20 Nov, 2015 17 commits
-
-
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
Akiva Leffert committed -
Hotfix 2015 11 20 conflict
Kevin Falcone committed -
Christine Lytwynec committed
-
Kevin Falcone committed
-
Fix login redirect when user is logged out while answering a question…
Kevin Falcone committed -
Cdodge/fix unenrollment audit data
chrisndodge committed -
Jibsheet/force publish arg parsing
Kevin Falcone committed -
Cleanup some settings.
Usman Khalid committed -
Update --commit flag so you don't have to say --commit=commit
Kevin Falcone committed -
Allow user to submit initial verification through reverify flow
Zubair Afzal committed -
Amir Qayyum Khan committed
-
edxtest needs to be created on naked systems.
Ben Patterson committed -
Usman Khalid committed
-
ECOM-2933
zubair-arbi committed -
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 committed -
Management commands should no longer access args[]
Kevin Falcone committed -
Pin to what we have in production
Kevin Falcone committed
-
- 19 Nov, 2015 9 commits
-
-
This is a partial revert from d8fd8ed6
Ben Patterson committed -
Reword default about page questions
Sarina Canelake committed -
This was installing a newer version, with a migration, which we do not want for a hotfix.
Kevin Falcone committed -
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.
Kevin Falcone committed -
Chris Dodge committed
-
Adding gettext to JSHint ignore
clrux committed -
Sarina Canelake committed
-
MA-1190; patch 'read' attribute for thread
Nimisha Asthagiri committed -
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.
Kevin Falcone committed
-