Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Jul 15, 2021
    • Albert (AJ) St. Aubin's avatar
      feat: Add the Request Certificate button to a Course card · 26678daf
      Albert (AJ) St. Aubin authored
      [MICROBA-678]
      
      When a certificate is in an unexpected state (i.e. notpassing with a
      passing grade) this alert will allow the user to attempt to resolve the
      issue on their own. It will run the code that checks the certificates
      status. It requires that the course is configured to allow users to
      Request Certificates though.
      26678daf
  3. May 24, 2021
  4. May 19, 2021
  5. Apr 08, 2021
  6. Mar 05, 2021
  7. Jan 29, 2021
  8. Jan 28, 2021
  9. Dec 16, 2020
  10. Nov 10, 2020
    • Kyle McCormick's avatar
    • Kyle McCormick's avatar
      Use full names for common.djangoapps imports; warn when using old style (#25477) · 151bd136
      Kyle McCormick authored
      * Generate common/djangoapps import shims for LMS
      * Generate common/djangoapps import shims for Studio
      * Stop appending project root to sys.path
      * Stop appending common/djangoapps to sys.path
      * Import from common.djangoapps.course_action_state instead of course_action_state
      * Import from common.djangoapps.course_modes instead of course_modes
      * Import from common.djangoapps.database_fixups instead of database_fixups
      * Import from common.djangoapps.edxmako instead of edxmako
      * Import from common.djangoapps.entitlements instead of entitlements
      * Import from common.djangoapps.pipline_mako instead of pipeline_mako
      * Import from common.djangoapps.static_replace instead of static_replace
      * Import from common.djangoapps.student instead of student
      * Import from common.djangoapps.terrain instead of terrain
      * Import from common.djangoapps.third_party_auth instead of third_party_auth
      * Import from common.djangoapps.track instead of track
      * Import from common.djangoapps.util instead of util
      * Import from common.djangoapps.xblock_django instead of xblock_django
      * Add empty common/djangoapps/__init__.py to fix pytest collection
      * Fix pylint formatting violations
      * Exclude import_shims/ directory tree from linting
      151bd136
  11. Nov 04, 2020
    • Kyle McCormick's avatar
      Use full names for lms.djangoapps imports (#25401) · d1a775d3
      Kyle McCormick authored
      * Use full LMS imports paths in LMS settings and urls modules
      * Use full LMS import paths in Studio settings and urls modules
      * Import from lms.djangoapps.badges instead of badges
      * Import from lms.djangoapps.branding instead of branding
      * Import from lms.djangoapps.bulk_email instead of bulk_email
      * Import from lms.djangoapps.bulk_enroll instead of bulk_enroll
      * Import from lms.djangoapps.ccx instead of ccx
      * Import from lms.djangoapps.course_api instead of course_api
      * Import from lms.djangoapps.course_blocks instead of course_blocks
      * Import from lms.djangoapps.course_wiki instead of course_wiki
      * Import from lms.djangoapps.courseware instead of courseware
      * Import from lms.djangoapps.dashboard instead of dashboard
      * Import from lms.djangoapps.discussion import discussion
      * Import from lms.djangoapps.email_marketing instead of email_marketing
      * Import from lms.djangoapps.experiments instead of experiments
      * Import from lms.djangoapps.gating instead of gating
      * Import from lms.djangoapps.grades instead of grades
      * Import from lms.djangoapps.instructor_analytics instead of instructor_analytics
      * Import form lms.djangoapps.lms_xblock instead of lms_xblock
      * Import from lms.djangoapps.lti_provider instead of lti_provider
      * Import from lms.djangoapps.mobile_api instead of mobile_api
      * Import from lms.djangoapps.rss_proxy instead of rss_proxy
      * Import from lms.djangoapps.static_template_view instead of static_template_view
      * Import from lms.djangoapps.survey instead of survey
      * Import from lms.djangoapps.verify_student instead of verify_student
      * Stop suppressing EdxPlatformDeprecatedImportWarnings
      d1a775d3
  12. Nov 02, 2020
  13. Oct 23, 2020
  14. Sep 16, 2020
  15. Sep 14, 2020
    • Thomas Tracy's avatar
      A modal used to collect demographics information (#24956) · 0151b80a
      Thomas Tracy authored
      
      * A modal used to collect demographics information
      
      Add checkmark to final page (#24957)
      
      Remove themeing to get ready for staging
      
      MICROBA-574 | Dismiss CTA after learner finishes answering modal questions (#24965)
      
      [MICROBA-574]
      - Dismiss CTA after learner finishes answering demographics questions
      - Cleanup comments
      
      * Various initial bugfixes
      
      - fixes 2 issues with the multiselect dropdown erasing state
      - prevents input higher than 255 characters in the self describe
      - fixes 400 errors when the user selects a default option
      - Removes additional page count section
      
      - Re-adding deleted JS file. Can't clean this up until after we cutover to using the new Demographics modal
      
      * Add translatable string to clear button
      
      * Remove extra page counter from the header for the third time
      
      * Remove unneeded template context
      
      Co-authored-by: default avatarMatt Tuchfarber <mtuchfarber@edx.org>
      Co-authored-by: default avatarJustin Hynes <jhynes@edx.org>
      0151b80a
  16. Sep 08, 2020
  17. Jul 29, 2020
  18. Jul 24, 2020
  19. Jul 23, 2020
  20. Jul 20, 2020
  21. Jul 17, 2020
  22. Jun 29, 2020
  23. Jun 25, 2020
  24. Jun 24, 2020
  25. Jun 15, 2020
  26. Jun 12, 2020
  27. May 29, 2020
  28. May 28, 2020
  29. May 26, 2020
  30. May 08, 2020
  31. May 04, 2020
  32. May 01, 2020
  33. Apr 06, 2020
  34. Mar 18, 2020
  35. Mar 17, 2020
    • Adeel Khan's avatar
      Fix link for ad blocker. · 51480918
      Adeel Khan authored
      Explore new courses links gets
      disabled by ad blocker. Changing
      class name to bypass this.
      
      PROD-1348
      51480918
Loading