Skip to content
Snippets Groups Projects
  1. Aug 15, 2018
  2. Aug 13, 2018
  3. Aug 10, 2018
  4. Aug 07, 2018
  5. Aug 06, 2018
  6. Aug 03, 2018
  7. Aug 02, 2018
  8. Aug 01, 2018
  9. Jul 31, 2018
  10. Jul 30, 2018
  11. Jul 20, 2018
  12. Jul 18, 2018
  13. Jul 16, 2018
    • lduarte1991's avatar
      Remove the annotations feature introduced by Harvard. · a9b61c06
      lduarte1991 authored
      There are other annotations features still in the platform but this one
      is the one that works with an annotations server that was specialized
      and not generally used by most instances of the platform.
      
      The initial PR to remove this was made by 'lduarte1991' and can be found
      here: https://github.com/edx/edx-platform/pull/17299
      
      The work done based on the squashed commits:
      removed advanced modules config for annotations
      remove module files and config for annotations
      remove js and css files related to annotations, under ova folders
      removed js and css annotator file configs for cms and lms
      remove template html files for annotations
      removed annotations options from static html book
      Added back some files that were originally marked "for OVA" but others used as per acceptance tests
      Added back css file configs incorrectly marked as ova
      Remove annotation related advanced settings from test.
      Correct hls require.js pathing.
      a9b61c06
  14. Jul 10, 2018
    • Awais Jibran's avatar
      Video player seek issue · 99786d9d
      Awais Jibran authored
       The embedded video player does not allow the screen reader user to seek forwards / backwards within the time with the keyboard as you could in the past. If you tab to play a video and press spacebar or enter, you formerly would be able to press left / right arrow to move slightly forward or backward in time, but this no longer works correctly; it will move 1 second back / forward, then you need to press tab again to refocus and move another 1 second. Other keyboard access seems to be equivalent and we suspect a slight error in the Javascript is causing this and needs to be fixed.
      
      EDUCATOR-3034
      99786d9d
    • attiyaishaque's avatar
      Fix display of all words in word clouds. · dce059ca
      attiyaishaque authored
      dce059ca
  15. Jul 09, 2018
  16. Jun 28, 2018
  17. Jun 27, 2018
  18. Jun 25, 2018
  19. Jun 22, 2018
  20. Jun 21, 2018
  21. Jun 15, 2018
  22. Jun 14, 2018
  23. Jun 13, 2018
  24. Jun 07, 2018
  25. Jun 06, 2018
  26. Jun 04, 2018
    • Tyler Hallada's avatar
      Allow scrolling after insert/edit image in Studio · 6e7f4784
      Tyler Hallada authored
      The scroll lock class `modal-open` is removed from the body when the
      EditImageModal is closed using the "Close" or "X" button, but not when the
      "Insert Image" button is clicked. The submit button handler now calls the
      `closeImageModal` handler too so that the `modal-open` class is removed after
      inserting or editing an image.
      6e7f4784
  27. May 29, 2018