1. 10 Nov, 2014 3 commits
  2. 17 Oct, 2014 1 commit
  3. 09 Oct, 2014 1 commit
  4. 01 Oct, 2014 3 commits
  5. 29 Sep, 2014 1 commit
  6. 24 Sep, 2014 2 commits
  7. 23 Sep, 2014 1 commit
  8. 18 Sep, 2014 1 commit
    • Importable python_lib.zip assets · 616bbbab
      Lots of plumbing to allow an asset named python_lib.zip to be imported
      by jailed Python code.
      
      This function can find the "python_lib.zip" asset, and is passed down
      through ModuleSystem and LoncapaSystem so that capa problems have access
      to the zipfile.
      Ned Batchelder committed
  9. 26 Aug, 2014 1 commit
    • Implemented Validation for Course Advanced Setting · 11d26091
      This commit adds validation for course advanced settings. Currently when course
      administrators make invalid changes in the Settings/Advanced Settings tab,
      they're not notified through a new modal window of the list of invalid settings
      changes.
      
      * Extending CourseMetadata
          - Previously, we only had update_from_json method in CourseMetadata.py,
            and it was only validating one field every POST request.
          - Now we have validate_and_update_from_json method that encapsulates the
            functionality of update_from_json into a validation call
          - To avoid discrepancy of validation standards between modules, validation
            uses the from_json method implemented to each field in xblock.
      
      * Different Response in advanced settings ajax requests
          - After receiving a POST ajax request, course.py calls
            validate_and_update_from_json, and sends a json object of either:
              1) valid course metadata model
              2) error objects
      
      * Error Messages shown in validation-error-modal
          - error objects passed through ajax are shown in a separate modal.
      Se Won Jang committed
  10. 08 Aug, 2014 1 commit
  11. 10 Jul, 2014 1 commit
  12. 09 Jul, 2014 1 commit
  13. 29 May, 2014 1 commit
  14. 13 May, 2014 1 commit
  15. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · e2bfcf2a
      This commit updates common/djangoapps.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  16. 25 Mar, 2014 1 commit
  17. 17 Mar, 2014 1 commit
  18. 28 Feb, 2014 1 commit
  19. 27 Feb, 2014 3 commits
  20. 26 Feb, 2014 1 commit
  21. 24 Feb, 2014 1 commit
  22. 18 Feb, 2014 3 commits
  23. 31 Jan, 2014 1 commit
  24. 30 Jan, 2014 1 commit
  25. 16 Jan, 2014 1 commit
  26. 15 Jan, 2014 1 commit
  27. 14 Jan, 2014 1 commit
    • Introduction of the Microsite feature which allows for limited multi-tenant… · a3211a74
      Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
      
      fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
      
      pep8/pylint fixes
      
      address PR feedback, remove underscore from test hostname
      
      more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
      
      manually add Ned's single-to-double quote fix
      
      change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
      
      Conflicts:
      	lms/templates/help_modal.html
      Chris Dodge committed
  28. 06 Jan, 2014 1 commit
  29. 18 Dec, 2013 1 commit
    • Fixing email link injection bug · f351b050
      Several templates used a variable set by the user (the request host header).  This led to a vulnerability where an attacker could inject their domain name into these templates (i.e., activation emails).  This patch fixes this vulnerability.
      
      LMS-532
      Julia Hansbrough committed
  30. 03 Dec, 2013 2 commits