Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
  2. Jan 20, 2021
  3. Jan 19, 2021
  4. Jan 18, 2021
  5. Jan 15, 2021
    • Robert Raposa's avatar
      Merge pull request #26089 from edx/robrap/fix-cookie-monitoring-middleware · 0a5f2553
      Robert Raposa authored
      fix cookie monitoring middleware
    • Régis Behmo's avatar
      Fix `paver update_assets` warning on missing sass dir (#25771) · f90d495e
      Régis Behmo authored
      On missing sass directory, the following kind of warning was printed:
      
              Sass dir '[{'sass_source_dir': path('lms/static/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sas│..  s/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('/openedx/themes/indigo/lms/static/sass'), 'css_destination_dir': Path('/openedx/themes│.  /indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sass/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('│ /openedx/themes/indigo/lms/static/certificates/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/certificates/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms│ /static/sass/partials'), Path('/openedx/themes/indigo/lms/static/sass')]}]' does not exists, skipping sass compilation for '/openedx/themes/indigo'
      
      Which was rather inconvenient. Instead, we now print the following
      warning:
      
          Sass dir '/openedx/themes/indigo/lms/static/certificates/sass' does not exists, skipping sass compilation for '/openedx/themes/indigo'
    • Robert Raposa's avatar
      fix cookie monitoring middleware · 8b4ea05d
      Robert Raposa authored
      The cases of no cookies or no cookie groups
      found would cause an error. This was fixed
      and additional test coverage was added.
      8b4ea05d
    • Ned Batchelder's avatar
      Merge pull request #26080 from open-craft/0x29a/fix_add_post · e6c7b6fd
      Ned Batchelder authored
      Fix Markdown errors on discussions tab