1. 06 Nov, 2017 1 commit
    • LMS urls cleanup for Django 1.11 · 11a40307
      - Remove usage of django.urls.patterns
      - Change urls tuples to lists
      - Make all string view names callables
      - This is the second of several urls updates for LMS; a work in progress
      bmedx committed
  2. 12 Jun, 2017 1 commit
  3. 27 Feb, 2015 1 commit
  4. 09 Jul, 2014 1 commit
  5. 15 May, 2014 1 commit
    • Fixes issue with metrics tab click handlers · 9bc7a518
        Click handlers were not getting attached to DOM elements in some cases on slow running machines.
        Added logic to attach handlers when elements are ready.
      
      Added 2 buttons on metrics tab:
        Download Subsection Data for downloading to csv.
        Download Problem Data for downloading to csv.
      David Adams committed