- 24 Sep, 2015 16 commits
-
-
Chris Rodriguez 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 -
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
-
- 23 Sep, 2015 21 commits
-
-
Improve team testing of routers
Andy Armstrong committed -
Remove "responsive" check before deciding whether to add a viewport tag.
Akiva Leffert committed -
A faster way to clean the .pyc files
Ned Batchelder committed -
merge release in to master for release 2015-09-22
Brian Beggs committed -
Upgrade to the latest version of requests.
Feanil Patel committed -
Ben Patterson committed
-
We also need to ensure that this tag is presented when loading xblocks via the mobile app anyway. Since we're fine just giving responsive content to everyone we don't need this check any more. JIRA: https://openedx.atlassian.net/browse/MA-960?filter=13805
Akiva Leffert committed -
Revert "Upgrade django-pipeline and staticfiles"
Brian Beggs committed -
Brian Beggs committed
-
Upgrade django-pipeline and staticfiles
Brian Beggs committed -
LMS: Course navigation revamp
clrux committed -
Note that because js testing occurs on a different CI job than python unit testing, files will not be clobbered by this change. The python unit testing job also creates the same-named report through the diff_coverage task.
Ben Patterson committed -
On my devstack, the old line takes about 5.5 seconds, the new line takes about 1.3 seconds. For background: http://nedbatchelder.com/blog/201505/be_careful_deleting_files_around_git.html
Ned Batchelder committed -
Ahsan Ulhaq committed
-
Andy Armstrong committed
-
More descriptive dashboard title
Sarina Canelake committed -
Add mailchimp list fields and config for new users
Bill DeRusha committed -
Release candidate for 2015 09 22
Brian Beggs committed -
Brian committed
-
merge hotfix/2015-09-21 in to release
Brian Beggs committed -
Saleem Latif committed
-
- 22 Sep, 2015 3 commits
-
-
TNL-3197 Partial Credit (not Dropdown)
Sarina Canelake committed -
Changelog: https://pypi.python.org/pypi/requests
Feanil Patel committed -
Allow staff users to request a list of courses a student is enrolled in via the Enrollment API.
Jim Abramson committed
-