1. 24 Sep, 2015 3 commits
    • i18n fix · 66678c10
      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
    • Merge pull request #9858 from edx/andya/improve-sinon-ajax-handling · decdb117
      Improve response handling in AjaxHelpers
      Andy Armstrong committed
    • Improve response handling in AjaxHelpers · b2a0b2f7
      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
  2. 23 Sep, 2015 18 commits
  3. 22 Sep, 2015 17 commits
  4. 21 Sep, 2015 2 commits