Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
  2. Jun 05, 2019
  3. Jun 04, 2019
  4. Jun 03, 2019
  5. Jun 02, 2019
  6. May 31, 2019
    • alangsto's avatar
      INCR-265 Run python-modernize on lms/djangoapps/courseware/management and... · 4a1346b0
      alangsto authored
      INCR-265 Run python-modernize on lms/djangoapps/courseware/management and lms/djangoapps/courseware/tests (#20716)
      
      * updated files according to INCR-265
      
      * fixed docstring and line-length problems from quality test
      
      * Revert "fixed docstring and line-length problems from quality test"
      
      This reverts commit d050f55a4ecfaa38f46b80ec4bb85ff399a79a8c.
      
      * fixed errors reported in quality report
      
      * had error, fixed it
      
      * reversed change
      
      * fixed over/under indentation, and added line to import.py that Ned had suggested
      
      * tried disabling pylint for this line
      
      * testing new email
      
      * testing email in different window
      
      * re-added symlink and docstring
    • Andytr1's avatar
      Merge pull request #20727 from edx/Andytr1-patch-1 · 9e01a9e2
      Andytr1 authored
      Update testing.rst
    • Ned Batchelder's avatar
      Merge pull request #20639 from edx/nedbat/welcome-message · f72b1d56
      Ned Batchelder authored
      Some trademark improvements to the default home page
    • Andytr1's avatar
      Merge pull request #20703 from edx/andytr1/waffle_for_proctored_test · c9f95827
      Andytr1 authored
      waffle flag - test_settings.show_review_rules
    • atesker's avatar
      waffle flag - test_settings.show_review_rules · 5eeb4233
      atesker authored
      To toggle proctored exam advanced settings
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      Updated JS UT and acceptance
      
      Move common/djangoapps/enrollment to openedx/core/djangoapps/enrollments
      
      Fix Pylint for enrollments
      
      README for enrollments app
      
      Move command arguments to common settings
      
      Move command parameter arguments, resend-days and days-range, to
      common settings. This will help in creating a consistency when the
      default values are changed in the future.
      
      LEARNER-7313
      
      Bumped edx-enterprise version and added cornerstone app
      
      Updating Bokchoy testing database cache (#20713)
      
      complete waiting enrollments. fixed
      
      Remove microsites from user_authn
      DEPR-30
      
      Remove microsites from certificates
      DEPR-26
      
      Remove microsites from shoppingcart
      DEPR-27
      
      Updating Bokchoy testing database cache (#20715)
      
      add arch decision of computation of course-user discount
      
      Mark missing string for internationalization
      
      Remove microsites from static_template_view
      DEPR-28
      
      README for commerce and shoppingcart
      
      README for certificates
      
      README for course_experience
      
      geoip2: update maxmind geolite country database
      
      user existence check updated to use email only
      
      Bumped edx-when
      
      Use our fork of this repo instead of the mitocw one.
      
      Make platform bootstrap footer match other footer
      
      Changes:
      - Add logo back
      - Fix up spacing
      - Change font sizes and color
      
      Mark alt text for translation
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - test_settings.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      
      waffle flag - studio.show_review_rules
      To toggle proctored exam advanced settings
      acceptance testing update.
      Added CR comments - moved UI vis toggle to template instead of js. Moved waffle flag to waffle.py
      Updated JS UT and acceptance
      
      Move common/djangoapps/enrollment to openedx/core/djangoapps/enrollments
      
      Fix Pylint for enrollments
      
      README for enrollments app
      
      Move command arguments to common settings
      
      Move command parameter arguments, resend-days and days-range, to
      common settings. This will help in creating a consistency when the
      default values are changed in the future.
      
      LEARNER-7313
      
      Bumped edx-enterprise version and added cornerstone app
      
      Updating Bokchoy testing database cache (#20713)
      
      complete waiting enrollments. fixed
      
      Remove microsites from user_authn
      DEPR-30
      
      Remove microsites from certificates
      DEPR-26
      
      Remove microsites from shoppingcart
      DEPR-27
      
      Updating Bokchoy testing database cache (#20715)
      
      add arch decision of computation of course-user discount
      
      Mark missing string for internationalization
      
      Remove microsites from static_template_view
      DEPR-28
      
      README for commerce and shoppingcart
      
      README for certificates
      
      README for course_experience
      
      geoip2: update maxmind geolite country database
      
      user existence check updated to use email only
      
      Bumped edx-when
      
      Use our fork of this repo instead of the mitocw one.
      
      Make platform bootstrap footer match other footer
      
      Changes:
      - Add logo back
      - Fix up spacing
      - Change font sizes and color
      
      Mark alt text for translation
      5eeb4233
    • Dave St.Germain's avatar
      a2ca6f96