Skip to content
Snippets Groups Projects
  1. Aug 19, 2019
  2. Aug 16, 2019
  3. Aug 15, 2019
  4. Aug 13, 2019
  5. Aug 12, 2019
    • Feanil Patel's avatar
      Convert to using ExitStack instead of nested. (#21329) · 9753eae4
      Feanil Patel authored
      * Convert to using ExitStack instead of nested.
      
      nested is not available in Python3.
      
      * Use ExitStack from contextlib2.
      
      ExitStack has not been backported to the Python 2.7 standard library and
      contextlib.nested is no longer available in Python 3.5.  We need to be
      able to use something in both 2 and 3 as we transition so we'll pull in
      contextlib2 which has backports of the full python3 contextlib.
    • Dave St.Germain's avatar
      Added edx-when's FieldData · 267be29a
      Dave St.Germain authored
      EDUCATOR-4554
      This fixes a bug where extended due dates were visible in the outline but not reflected on the courseware pages, resulting in problems not being submittable past the due date.
      In order for edx-when to work on courseware pages, it has to be more careful about field inheritance, which version 0.2 achieves.
      267be29a
  6. Aug 09, 2019
  7. Aug 08, 2019
  8. Aug 07, 2019
  9. Aug 06, 2019
  10. Aug 05, 2019
    • Dave St.Germain's avatar
      Upgrade bulk-grades · 2e4cbbe2
      Dave St.Germain authored
      2e4cbbe2
    • Ayub khan's avatar
      BOM-70 · c965e13c
      Ayub khan authored
      -Removed Submit-feedback View
      -Removed related tests
      -Removed help_modal.html
      -Removed help_modal.html test
      -Removed zendesk from requirements
      -Updated requirements
      c965e13c
    • aarif's avatar
      updated the github.in · a40c771a
      aarif authored
      added the updated dependency for oauth2
      
      added the commit hash instead of branch
      
      minor fix
      
      changes made by make upgrade
      a40c771a
  11. Aug 02, 2019
  12. Aug 01, 2019
    • Nimisha Asthagiri's avatar
      DEPR-15: Remove usage of firebase-token-generator · c1a5d2fa
      Nimisha Asthagiri authored
      The old Notes Django app is the only caller of this no longer
      supported library. I have verified that this old app is no
      longer functional and is already slated to be removed as part
      of DEPR-18.
      
      So this commit simply removes the call to firebase-token-generator
      and leaves removal of the Notes app to DEPR-18.
      c1a5d2fa
  13. Jul 31, 2019
  14. Jul 30, 2019
  15. Jul 29, 2019
  16. Jul 26, 2019
  17. Jul 25, 2019
  18. Jul 24, 2019
    • Feanil Patel's avatar
      Remove references to push notifications. · 1f7b12a3
      Feanil Patel authored
      Push notifications was only ever setup to connect to Parse.com a service
      that has been discontinued.  Since we haven't replaced the functionality
      for a few years now, remove this dead code.
      
      In cms/templates/js/course_info_update.underscore we're allowing content
      to not be escaped because this is by design according to the tests.
      Long term there should be a better fix for this but for now this is
      intended behavior.
    • Muhammad Ammar's avatar
      Enterprise version bump · d7e58637
      Muhammad Ammar authored
      d7e58637
Loading