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
      1614fb29
    • 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
      d96f7569
  7. Mar 25, 2021
  8. Mar 24, 2021
  9. Mar 22, 2021
  10. Mar 19, 2021
  11. Mar 18, 2021
  12. Mar 17, 2021
  13. Mar 16, 2021
  14. Mar 15, 2021