1. 08 May, 2017 2 commits
  2. 07 May, 2017 2 commits
  3. 04 May, 2017 1 commit
    • AN-8556 Courses Page programs filter (#666) · 494cb064
      * Add programs filter to the Course List
      
      * Add python unit tests for presenter and view
      
      * Fix linting errors and add acceptance test case
      
      * Update translation files
      
      * Fix jasmine tests and add programs filter js tests
      
      * Forgot to commit the programs presenter test
      
      * Space separate program_ids in CSV column
      
      * Fix csv test after collapsing program_ids col
      
      * Upgrade api-client version to 0.11.0
      
      * Add another programs filter JS test case
      
      * Set latest version of API 0.24.0 in .travis.yml
      
      * Remove errant comment
      
      * Increase test coverage in course index CSV tests
      
      * Address PR comments
      
      * Feature gate programs request in CSV view too
      
      * Make sure programs_json is included in page_data
      
      * Fix CSV tests and course_ids kwarg to get_programs
      
      * Fix linting error
      
      * Fix programs filter. Add program_titles to CSV.
      
      * Set disjoint & list comprehension programs filter
      Tyler Hallada committed
  4. 30 Apr, 2017 2 commits
  5. 27 Apr, 2017 3 commits
  6. 26 Apr, 2017 2 commits
  7. 25 Apr, 2017 2 commits
  8. 24 Apr, 2017 1 commit
  9. 23 Apr, 2017 2 commits
  10. 16 Apr, 2017 2 commits
  11. 09 Apr, 2017 2 commits
  12. 05 Apr, 2017 1 commit
  13. 03 Apr, 2017 3 commits
  14. 27 Mar, 2017 2 commits
  15. 26 Mar, 2017 2 commits
  16. 24 Mar, 2017 1 commit
  17. 22 Mar, 2017 1 commit
  18. 21 Mar, 2017 2 commits
  19. 16 Mar, 2017 1 commit
  20. 13 Mar, 2017 1 commit
    • AN-8187 Course List heads up enrollment metrics (#644) · 1b52dd44
      * Move summary metrics to separate function
      
      * Add summary metrics to index w/ acceptance tests
      
      * Update translations
      
      * Fix linting errors
      
      * CSS tweaks and adjustments
      
      * Fix course_index acceptance tests
      
      * Address PR comments and refactor acceptance tests
      
      * Less awkward cards header wording
      
      * Update translations
      Tyler Hallada committed
  21. 12 Mar, 2017 2 commits
  22. 09 Mar, 2017 1 commit
  23. 08 Mar, 2017 1 commit
  24. 07 Mar, 2017 1 commit
    • AN-8229 Course List CSV download button (#642) · 07e4b885
      * Add download csv button to course list page
      
      Also, a11y fix: make visible results-num span aria-hidden so the text is not
      read twice by a screen-reader.
      
      * Add acceptance test for downloading csv
      
      * Use non-deprecated karma gulp runner
      
      * Update jasmine-core npm package
      
      * Output node version before running tests
      
      * Try updating all karma-related npm packages
      
      * Update translations
      Tyler Hallada committed