Skip to content
Snippets Groups Projects
  1. Jun 10, 2020
  2. Jun 09, 2020
    • Adeel Khan's avatar
      Improving user locked out logic. · 2383fb3f
      Adeel Khan authored
      This patch improves on the user locked
      out logic by providing a helping message
      near locked out. This would help reduce
      retries by giving user the option to use
      password reset flow to fix the issue.
      
      PROD-1505
      2383fb3f
  3. Jun 08, 2020
  4. Jun 04, 2020
  5. Jun 03, 2020
  6. Jun 01, 2020
  7. May 29, 2020
  8. May 28, 2020
  9. May 27, 2020
  10. May 26, 2020
  11. May 21, 2020
  12. May 20, 2020
    • edX Transifex Bot's avatar
      ead8e35b
    • Ahtisham Shahid's avatar
      Fixed Import error due to pre tag · 4f5496f0
      Ahtisham Shahid authored
      Fixed regex for nested pre tags
      
      Updated import export test
      
      fixed quality test issue
      
      fixed No exception type(s) specified
      
      updated tests
      
      fixed linter issue
      
      fixed linter issue
      
      fixed linter issue
      4f5496f0
    • Guruprasad Lakshmi Narayanan's avatar
      Fix the order randomization behaviour of Randomized Content Block · 5a2b607e
      Guruprasad Lakshmi Narayanan authored
      The Randomized Content Block XBlock only randomizes the selection of
      the children blocks and has unpredictable randomization of
      the order of the selected child blocks due to the usage of sets, which
      are unordered, for storing the selected blocks. This becomes apparent
      when all the available child blocks in a library are chosen for a
      Randomized Content Block, to randomize just the order of the child
      blocks and not just the selection of the blocks. The order of the
      selected blocks ends up being similar for multiple learners.
      
      This change modifies the XBlock to store the selected child blocks in
      a list, instead of a set, after randomly shuffling them.
      5a2b607e
  13. May 15, 2020
  14. May 14, 2020
  15. May 13, 2020
  16. May 12, 2020
  17. May 11, 2020
  18. May 08, 2020
  19. May 07, 2020
  20. May 06, 2020
    • edX Transifex Bot's avatar
    • Adam Butterworth's avatar
      Fix all stylelint errors (#23920) · 42cc0d01
      Adam Butterworth authored
      * Fix all stylelint errors
      
      For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying.
      
      * Update quality.py
      
      Make stylelint quality check pass when there are no errors
      
      * Delete empty selectors
    • Michael Roytman's avatar
      Enhance the Link Program Enrollments Support Tool to handle the case of... · 38c255db
      Michael Roytman authored
      Enhance the Link Program Enrollments Support Tool to handle the case of linking a learner to a ProgramEnrollment that is already linked to a different edX account.
      
      In this case,
      * unenroll the currently linked learner from the courses associated with related ProgramCourseEnrollments
      * for each course the is enrolled in as part of a ProgramCourseEnrollment, if the coures has an audit track, then move the enrollment into the audit track. Otherwise, keep the learner's enrollment in the existing track.
      * link the new user to the ProgramEnrollment
      * enroll the new user in the Master's track in the courses associated with related ProgramCourseEnrollments
      38c255db