Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Oct 20, 2020
  3. Oct 01, 2020
  4. Sep 28, 2020
  5. Sep 21, 2020
  6. Sep 18, 2020
  7. Sep 10, 2020
  8. Sep 02, 2020
  9. Aug 06, 2020
  10. Aug 04, 2020
  11. Jul 24, 2020
  12. Jul 23, 2020
  13. Jul 21, 2020
  14. Jul 14, 2020
    • Michael Terry's avatar
      AA-225: Only consider scored items for past due assignments · 939f268d
      Michael Terry authored
      When considering if an assignment is past due for the dates tab,
      only look at the scored and graded units in the subsection (i.e.
      ignore reading and video units).
      
      This still leaves the "complete" field alone -- i.e. those
      subsections will still be left incomplete generally. But for
      assignment-focused tasks, they will instead be considered complete.
      939f268d
  15. Jul 10, 2020
    • Dillon Dumesnil's avatar
      AA-219: Dates Tab behavior improvements · be346499
      Dillon Dumesnil authored
      This switches the Dates Tab to be an enrolled tab allowing only
      enrolled learners to view. Additionally, it will now redirect
      logged out learners to the login page if they hit the Dates Tab directly.
      be346499
  16. Jul 09, 2020
  17. Jul 02, 2020
    • Samuel Walladge's avatar
      Consolidate get_transcript methods · 34516b96
      Samuel Walladge authored
      There were two get_transcript methods. The broken one that was being
      used (VideoTranscriptsMixin.get_transcript) is stripped out here - it
      has been superseded by transcripts_utils.get_transcript. The latter
      includes support for blockstore and VAL, while the former did not.
      
      This fixes the `AttributeError: 'LibraryLocatorV2' object has no
      attribute 'make_asset_key'` error seen when attempting to load a
      transcript from a video through the xblock api when the video had the
      transcript stored in blockstore.
      
      Note that if you were previously using video.get_transcript, you should
      now use `transcripts_utils.get_transcript(video, ...)`, and note that
      the returned 'filename' will be prefixed with the language code, as
      other `get_transcript*` functions already do.
      34516b96
  18. 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
  19. Jun 26, 2020
  20. Jun 19, 2020
  21. Jun 08, 2020
  22. Jun 04, 2020
  23. Jun 03, 2020
  24. Jun 02, 2020
    • stvn's avatar
      Remove 'View In Studio' link from vertical · 4490e4ca
      stvn authored
      in favor of display in the Staff Instructor Toolbar.
      4490e4ca
    • Michael Terry's avatar
      AA-76: Add is_allowed property to DatesSummary · 03860c73
      Michael Terry authored
      This takes over some of the logic in the is_enabled property which
      previously checked two things: (1) is the date time-sensitive and
      (2) is the date even applicable to this course.
      
      Now, is_enabled is only responsible for time-sensitive checks and
      the new is_allowed property checks applicability.
      
      In this way, we can more cleanly separate whether a date block
      should show up on the dates sidebar (is_enabled and is_allowed)
      and the dates tab (is_allowed).
      03860c73
    • Dillon Dumesnil's avatar
      AA-158: Fix date ordering for multiple events on the same date · 03bc4bc1
      Dillon Dumesnil authored
      This change will prefer putting assignments before other course
      events (such as end date or verification deadline date) in the
      case where they share the same date.
      03bc4bc1
  25. 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
  26. May 19, 2020
  27. May 12, 2020
  28. May 10, 2020
  29. May 08, 2020
  30. May 05, 2020
  31. May 04, 2020
  32. May 01, 2020
  33. Apr 30, 2020