Skip to content
Snippets Groups Projects
  1. Apr 02, 2021
  2. Apr 01, 2021
  3. Mar 31, 2021
  4. Mar 30, 2021
  5. Mar 29, 2021
  6. Mar 26, 2021
    • Dillon Dumesnil's avatar
      fix: AA-724: Updating the HiddenContentTransformer · 1614fb29
      Dillon Dumesnil authored
      We heard about a bug where learners granted extensions would still
      lose access to content if it was marked as "hidden after due date".
      This was caused by the HiddenContentTransformer using the due date
      from collection time (publish time) rather than the user date returned
      from the edx-when DateOverrideTransformer.
      
      A small subtletly of these PRs is that Transformers with the
      FilteringTransformerMixin are executed before those without it so
      part of the fix was to make the HiddenContentTransformer not use the
      FilteringTransformerMixin to ensure the DateOverrideTransformer had
      run first.
      
      Part 2/3 - Updating transform method + updating Read version
    • Dillon Dumesnil's avatar
      fix: AA-724: Updating the HiddenContentTransformer · d96f7569
      Dillon Dumesnil authored
      We heard about a bug where learners granted extensions would still
      lose access to content if it was marked as "hidden after due date".
      This was caused by the HiddenContentTransformer using the due date
      from collection time (publish time) rather than the user date returned
      from the edx-when DateOverrideTransformer.
      
      A small subtletly of these PRs is that Transformers with the
      FilteringTransformerMixin are executed before those without it so
      part of the fix was to make the HiddenContentTransformer not use the
      FilteringTransformerMixin to ensure the DateOverrideTransformer had
      run first.
      
      Part 1/3
  7. Mar 25, 2021
  8. Mar 24, 2021
  9. Mar 23, 2021
    • sarina's avatar
      fix: Add ‘ENABLE_HELP_LINK’ to Studio settings · 51ccf48f
      sarina authored
      Fixes an issue where the button that linked to edX documentation for
      course teams in Studio that displayed beside the logged-in user's username/
      drop-down menu is gone. Regression from PR #26106
      
      Ref: TNL-8138
      51ccf48f
  10. Mar 22, 2021
  11. Mar 19, 2021