Skip to content
Snippets Groups Projects
  1. Dec 30, 2019
  2. Nov 21, 2019
  3. Sep 17, 2019
  4. Sep 12, 2019
    • Feanil Patel's avatar
      Remove the mongo plugin for the djnago-debug-toolbar. · dfe77a96
      Feanil Patel authored
      We are currently running this plugin from a has directly off of master
      to get support for a newer version of DJDT.  However even on master
      there is not yet support for python 3.  We're running into this when
      running runserver and when collecting static assets.
      
      A quick survey of the development team at edX shows that people are no
      longer actively using this debug panel.(14 responders all saying no to
      the question "In the last year have you used the mongo portion of the
      django-debug-toolbar in edx-platform?")
      
      This makes sense since the module store and courseware related
      developement is not very active right now.  Given all this, I'm removing
      this toolbar for now and if we need it again we can survey what's
      available at that time to choose the best tool.
      dfe77a96
  5. Aug 30, 2019
  6. Aug 06, 2019
  7. Jul 11, 2019
  8. Jun 11, 2019
  9. May 07, 2019
  10. May 03, 2019
  11. May 02, 2019
  12. May 01, 2019
  13. Mar 21, 2019
  14. Feb 13, 2019
    • Matthew Piatetsky's avatar
      fix unicode strings in lms/ part 2 · 764319d3
      Matthew Piatetsky authored
      764319d3
    • Troy Sankey's avatar
      Additionally logout from a settings list of extra logout URIs · 10afe5e5
      Troy Sankey authored
      Currently, the LMS logout endpoint should iframe in the logout pages of
      all the IDAs you were logged into. In short, this was made possible with
      DOP because keeping track of the logout URIs and leaving a trail of
      evidence in the user cookies was part of what we added in our fork of
      DOP.  In the case of DOT, we don't have time or desire to fork DOT to
      mirror this behavior, so our stop-gap solution is to log out the user
      from a list of logout URIs in settings.
      10afe5e5
  15. Jan 08, 2019
  16. Dec 18, 2018
  17. Dec 13, 2018
  18. Nov 07, 2018
  19. Nov 06, 2018
  20. Oct 10, 2018
  21. Oct 02, 2018
  22. Jul 30, 2018
  23. May 21, 2018
  24. May 10, 2018
  25. May 08, 2018
  26. Apr 25, 2018
  27. Mar 26, 2018
  28. Mar 08, 2018
  29. Mar 07, 2018
  30. Jan 15, 2018
  31. Jan 11, 2018
  32. Nov 23, 2017
    • Matjaz Gregoric's avatar
      Introduce LMS_INTERNAL_ROOT_URL. · d403e5f8
      Matjaz Gregoric authored
      The LMS and edx-enterprise currently communicate via REST APIs, even
      though they are all running within the same service.
      
      Currently API URLs are constructed using LMS_ROOT_URL, but that is
      problematic on some systems where the external LMS_ROOT_URL is not
      accessible from the private network, or routing internal requests via
      the external URL is not desireable.
      
      This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which
      defaults to the value of LMS_ROOT_URL for backwards compatibility.
      
      The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct
      API URLs instead of LMS_ROOT_URL.
      d403e5f8
  33. Nov 21, 2017
    • sandroroux's avatar
      New management command for setting up a test environment. The command creates... · 98233c0a
      sandroroux authored
      New management command for setting up a test environment. The command creates a ScheduleConfig and schedules if they don't exist (the schedule starts three days before the time the command is run). If a schedule already exists, the command updates the schedule's start time and upgrade deadline. The values set by the command will allow send_recurring_nudge to send three-day nudges.
      98233c0a
  34. Oct 26, 2017
    • Eric Fischer's avatar
      Webpack config prod/dev split · 3fc342e6
      Eric Fischer authored
      EDUCATOR-1448
      
      Modifies paver webpack task to use production configuration in all
      non-devstack environments, and a development config in devstack.
      3fc342e6
  35. Oct 17, 2017
  36. Oct 11, 2017
Loading