Skip to content
Snippets Groups Projects
  1. Mar 26, 2016
  2. Mar 02, 2016
  3. Feb 25, 2016
  4. Feb 03, 2016
  5. Feb 02, 2016
  6. Jan 30, 2016
  7. Jan 21, 2016
  8. Jan 05, 2016
  9. Dec 08, 2015
    • Mariana's avatar
      Release/due times no longer round to half hours. · 34faf1b1
      Mariana authored
      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
      34faf1b1
  10. Dec 03, 2015
  11. Nov 10, 2015
  12. Nov 06, 2015
  13. Nov 03, 2015
  14. Nov 02, 2015
  15. Oct 30, 2015
  16. Oct 28, 2015
  17. Oct 26, 2015
  18. Oct 20, 2015
    • pwilkins's avatar
      Fix CCX grades csv file download · 5562f8ea
      pwilkins authored
      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
      5562f8ea
  19. Oct 14, 2015
  20. Oct 07, 2015
  21. Oct 06, 2015
  22. Oct 02, 2015
  23. Oct 01, 2015
  24. Sep 29, 2015
  25. Sep 18, 2015
  26. Sep 17, 2015
  27. Sep 10, 2015
  28. Sep 09, 2015
  29. Sep 08, 2015
  30. Sep 02, 2015
  31. Aug 31, 2015
    • Kevin Falcone's avatar
      Optimize memory and CPU usage. · e3c66f55
      Kevin Falcone authored
      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
      e3c66f55
  32. Aug 24, 2015
    • Bill DeRusha's avatar
      Add basic elasticsearch search for teams · 973314de
      Bill DeRusha authored
      TNL-3014
      
      Add tests for search
      
      Add text_search to TeamsListView
      
      Add reindex command line tool for course teams
      
      Add Search Pagination and update comments
      
      Move paginate_search_results to common library
      973314de
  33. Aug 17, 2015
  34. Aug 13, 2015
    • Eric Fischer's avatar
      Support filtering team membership · 57d49b0a
      Eric Fischer authored
      Adds tests and functionality to support filtering the results returned
      from team_membership endpoint with optional course_id parameter. Will
      return 400 Bad Request in the event that the given course_id does not
      match up with the provided team_id (team.course_id does not match), or
      if the user is not enrolled in the course given.
      
      Documentation has been added to the relevant API page on the wiki:
      https://openedx.atlassian.net/wiki/display/TNL/Team+API
      57d49b0a
  35. Jul 27, 2015
  36. Jul 24, 2015
  37. Jul 15, 2015
Loading