- 29 Sep, 2015 2 commits
-
-
Calen Pennington committed
-
The tests now fail!
Ned Batchelder committed
-
- 28 Sep, 2015 13 commits
-
-
Revert "Merge DRF 3.1 in to master"
Ben Patterson committed -
Ben Patterson committed
-
Merge DRF 3.1 in to master
Brian Beggs committed -
Brian Beggs committed
-
Preserve DRF v2 behavior of defaulting to None for missing keys in the grading policy dictionary.
Will Daly committed -
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
Will Daly committed -
bump version of edx-proctoring to 0.9.11
David Baumgold committed -
Merging hotfix 2015-09-24 back in to master
Brian Beggs committed -
SOL-1189: when a signature image file is uploaded, the preview image looks distorted
Matt Drayer committed -
MAYN-131: Update Unsupported Browser message
Matt Drayer committed -
Discussion post cleanup (in preparation for post author images support)
Marco Morales committed -
Saleem Latif committed
-
Prevent publish orphans
Syed Hasan raza committed
-
- 27 Sep, 2015 1 commit
-
-
Chris Dodge committed
-
- 26 Sep, 2015 1 commit
-
-
edx-procoting will be passing back which font-awesome icon to use
chrisndodge committed
-
- 25 Sep, 2015 2 commits
-
-
Chris Dodge committed
-
Manage focus on delete component modal
Christine Lytwynec committed
-
- 24 Sep, 2015 21 commits
-
-
Initial implementation of API for listing a user's third party auth providers
Braden MacDonald committed -
Christine Lytwynec committed
-
LMS: replacing proctoring markup from accordion
clrux committed -
Chris Rodriguez committed
-
Update Sinon library
Andy Armstrong committed -
Add main index api doc label for inter sphinx
Mark Hoeber committed -
Addressing contrast and hover states for 'clear filters' button on the find courses page
clrux committed -
Use correct reports for jshint diff-quality.
Ben Patterson committed -
TE-1042 include diff-cover for js.
Ben Patterson committed -
Chris Rodriguez committed
-
TNL 3294 - Prevent double click creating multiple teams
Eric Fischer committed -
LMS: increasing contrast of footer text
clrux committed -
Increasing contrast in gray meta/date text on course dashboard
clrux committed -
Jesse Zoldak committed
-
i18n fix
Ned Batchelder committed -
saleem-latif/SOL-565
Matt Drayer committed -
Now using withDisabledElement to prevent multiple event handling. I've attempted to write this as a common function in view_utils, so that this approach can be used more generally, wherever needed. Includes a unit test. Thanks to Christina and Andy for all their help on this one.
Eric Fischer committed -
Mark Hoeber committed
-
1. Add missing '_()' in capa_base.py & video_xfields.py 2. Fix a bug in instructor_dashboard.py that causes crash when ANALYTICS_DASHBOARD_NAME contains non-ascii characters. 3. Workaround for mis-extractions inside .underscore files when using gettext along with interpolate.
louyihua committed -
Improve response handling in AjaxHelpers
Andy Armstrong committed -
I've changed the logic so that AjaxHelpers keeps track of which requests have not yet had mock responses sent. This ensures that every response is handled before moving on to the next one, rather than always handling the last request. My intention is that this won't allow bugs to creep in where a request isn't fired and instead the test responds to an old request. It also should ensure that extra events aren't accidentally fired.
Andy Armstrong committed
-