Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
  3. Mar 13, 2020
  4. Mar 12, 2020
  5. Mar 11, 2020
  6. Mar 10, 2020
  7. Mar 09, 2020
  8. Mar 07, 2020
  9. Mar 06, 2020
    • Michael Terry's avatar
      Mark experiment events as non interactive · 605c986f
      Michael Terry authored
      Specifically, set the 'nonInteraction' segment event property to 1.
      605c986f
    • David Ormsbee's avatar
      Fix nested sequence display in Courseware MFE · 767f16d7
      David Ormsbee authored
      Check to make sure that "activate_block_id" is actually a Unit
      (VerticalBlock) before using it to build a link to the Courseware
      MFE. We were previously sending sequence block keys here, causing
      the MFE to render a whole sequence where only a unit was desired.
      
      Fixes TNL-7115
      767f16d7
    • David Ormsbee's avatar
      Show Courseware MFE link to course staff. · 97990627
      David Ormsbee authored
      Show a link the courseware MFE to course staff if the
      ENABLE_COURSEWARE_MICROFRONTEND feature is enabled and the
      REDIRECT_TO_COURSEWARE_MICROFRONTEND CourseWaffleFlag is active
      for that course. Previously only global staff could see this link.
      
      This commit also adds ENABLE_COURSEWARE_MICROFRONTEND to
      lms/envs/common.py and makes this value True by default on
      devstack, since that front end application should soon be part
      of devstack: https://github.com/edx/devstack/pull/484
      
      Related to TNL-6982 and TNL-7045.
      97990627
    • Awais Jibran's avatar
      Remove unessary logs · c547af07
      Awais Jibran authored
      c547af07
  10. Mar 05, 2020
  11. Mar 04, 2020
    • Nicholas D'Alfonso's avatar
      AA-12 reset self paced due dates · be3b1506
      Nicholas D'Alfonso authored
      - for self paced courses, if a sequential's due date has passed
        and it is incomplete, allow the user to reset the start_date
        for the related schedule to now, thus shifting all due dates
        for all sequentials within the course by the pre determined
        due date offset.
      - add historical table to the Schedule model.
      be3b1506
Loading