Skip to content
Snippets Groups Projects
  1. Jul 02, 2020
    • Robert Raposa's avatar
      ARCHBOM-1316: always enable some course_experience flags (#24322) · 7f22041f
      Robert Raposa authored
      In order to remove the deprecated flag_undefined_default=True
      argument, this commit updates the following flags to always be
      enabled using a new temporary class:
      
      - course_experience.course_outline_page
      - course_experience.unified_course_tab
      
      Adds a temporary setting `USE_DEFAULT_TRUE_NAMESPACE`,
      to enable a monitored rollout of this change.
      
      TNL-7061 is the ticket where these flags will actually be
      removed. This requires more careful work including removing
      all dead code, and potentially refactoring tests that were
      testing shared functionality, but only when the flag was
      False.
      
      ARCHBOM-1316
  2. Jun 29, 2020
    • Michael Terry's avatar
      AA-177: Add masquerading for course home MFE · 3030efec
      Michael Terry authored
      - Looks at masquerading config for dates, outline, metadata, and
        celebration APIs in course_home_api / courseware_api.
      - Consolidates and cleans up places we check whether masquerading
        gives us full access to a course.
      3030efec
  3. Jun 17, 2020
  4. Jun 15, 2020
  5. Jun 11, 2020
  6. Jun 10, 2020
  7. Jun 05, 2020
  8. Jun 04, 2020
  9. Jun 03, 2020
  10. Jun 02, 2020
  11. Jun 01, 2020
  12. May 29, 2020
  13. May 28, 2020
  14. May 27, 2020
  15. May 26, 2020
  16. May 21, 2020
    • Nicholas D'Alfonso's avatar
      AA-151 dates banner on course outline and refactor · b454f9be
      Nicholas D'Alfonso authored
      - use new dates banner template on course outline page
      - remove old banner from main.html
      - let dates tab use new dates banner template
      - remove dates banner completely from the courseware problem view
        on the web app
      - use new banner on the courseware problem view on the mobile app
      - update banner util to use get_course_blocks
      b454f9be
  17. May 12, 2020
  18. May 10, 2020
  19. May 08, 2020
  20. May 05, 2020
  21. May 04, 2020
  22. May 01, 2020
  23. Apr 30, 2020
  24. Apr 24, 2020
    • Michael Terry's avatar
      Show graded icons in more places · 0f81765a
      Michael Terry authored
      In the course outline, if a subsection has any graded content,
      show a graded icon (the pencil icon).
      
      Also, show the graded icon for LTI xmodule units (xblocks is a
      different repo, but will get same treatment).
      
      AA-75
      0f81765a