1. 04 Apr, 2016 1 commit
  2. 26 Mar, 2016 1 commit
  3. 02 Mar, 2016 1 commit
  4. 25 Feb, 2016 1 commit
  5. 03 Feb, 2016 1 commit
  6. 02 Feb, 2016 1 commit
  7. 30 Jan, 2016 1 commit
  8. 21 Jan, 2016 1 commit
  9. 05 Jan, 2016 1 commit
  10. 08 Dec, 2015 1 commit
    • Release/due times no longer round to half hours. · 34faf1b1
      Changed 'forceRoundTime' to 'false' in BaseDateEditor
      Updated bok choy acceptance test 'studio.test_studio_outline.py:EditingSectionsTest.test_can_edit_subsections' to check times aren't rounded to the nearest half hour after saving
      
      Also added myself to AUTHORS
      Mariana committed
  11. 03 Dec, 2015 3 commits
  12. 10 Nov, 2015 1 commit
  13. 06 Nov, 2015 1 commit
  14. 03 Nov, 2015 1 commit
  15. 02 Nov, 2015 1 commit
  16. 30 Oct, 2015 1 commit
  17. 28 Oct, 2015 1 commit
  18. 26 Oct, 2015 1 commit
  19. 20 Oct, 2015 1 commit
    • Fix CCX grades csv file download · 5562f8ea
      In the CCX dashboard, the Student Admin tab has a `Download student
      grades` action. This action should download a CSV file containing
      grades, but currently displays the CSV content in the browser instead.
      This fix sets the `content-type` and `content-disposition` so that
      a CSV file download occurs.
      
      - fixes #93
      pwilkins committed
  20. 14 Oct, 2015 1 commit
  21. 07 Oct, 2015 1 commit
  22. 06 Oct, 2015 1 commit
  23. 02 Oct, 2015 1 commit
  24. 01 Oct, 2015 2 commits
  25. 29 Sep, 2015 1 commit
  26. 18 Sep, 2015 1 commit
  27. 17 Sep, 2015 1 commit
  28. 10 Sep, 2015 1 commit
  29. 09 Sep, 2015 1 commit
  30. 08 Sep, 2015 1 commit
  31. 02 Sep, 2015 1 commit
  32. 31 Aug, 2015 1 commit
    • Optimize memory and CPU usage. · e3c66f55
      The print_out_all_courses() routine consumes a ton of memory (2G and
      causes noticable mongo usage spikes).  This actually causes other
      processes on production boxes to be memory starved and killed
      (such as worker children on edge when this was run recently).
      
      The behavior of this script on production is
      * Print several hundred courses
      * Ask if you want to delete the one you specified
      * print several hundred courses minus one
      On a sandbox with 5 courses, you could tell by eye that 1 is gone, but
      not in production (or even in stage).
      
      The original PLAT-619 ticket for this suggested printing a course
      listing on error, but instead it always printed the course listing.
      Even in the error case, hundreds of course ids is confusing and obscures
      the error message saying that your course_id is invalid.
      
      You should be getting the course id from the UI or from ./manage.py lms
      dump_course_ids, not by searching a list.
      
      Adjusted the test accordingly
      
      Remove get_courses_keys
      Kevin Falcone committed
  33. 24 Aug, 2015 1 commit
  34. 17 Aug, 2015 1 commit
  35. 13 Aug, 2015 1 commit
  36. 27 Jul, 2015 1 commit
  37. 24 Jul, 2015 1 commit