1. 08 Jan, 2015 1 commit
  2. 07 Jan, 2015 1 commit
    • Initial framework for the Course About API. · 1e7d567b
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      stephensanchez committed
  3. 16 Dec, 2014 1 commit
  4. 15 Dec, 2014 1 commit
    • Add back end for Studio video upload feature · 0687a62a
      This feature allows upload of video assets to S3. This requires that the
      VIDEO_UPLOAD_PIPELINE setting be properly configured and that each
      course be configured with a token issued by the media team for their
      processing purposes (e.g. linking the video with a YouTube channel).
      
      Co-authored-by: Greg Price <gprice@edx.org>
      Nimisha Asthagiri committed
  5. 01 Dec, 2014 2 commits
  6. 28 Nov, 2014 1 commit
  7. 06 Nov, 2014 1 commit
  8. 27 Oct, 2014 1 commit
  9. 12 Sep, 2014 1 commit
  10. 09 Sep, 2014 1 commit
  11. 08 Sep, 2014 1 commit
  12. 02 Sep, 2014 2 commits
  13. 22 Aug, 2014 1 commit
  14. 07 Aug, 2014 1 commit
  15. 04 Aug, 2014 1 commit
    • Refactor ADVANCED_COMPONENT_TYPES · 9e45e8f9
          Modified to a setting in CMS common.py and aws.py
          Also factored out are: ADVANCED_PROBLEM_TYPES
      
          This enables third parties to add XBlocks to their system
          without having to make a code change.
      
          Code also added to ensure that a component should exist in both
          ADVANCED_COMPONENT_TYPES and the course advanced module list
          in order for it to be enabled in the course.
      David Adams committed
  16. 25 Jul, 2014 1 commit
  17. 21 Jul, 2014 1 commit
  18. 14 Jul, 2014 2 commits
  19. 26 Jun, 2014 1 commit
  20. 14 May, 2014 1 commit
  21. 01 May, 2014 1 commit
  22. 31 Mar, 2014 1 commit
  23. 21 Mar, 2014 1 commit
    • Changes for viewing built-in tabs in studio · e86b4a12
      Changed "Status Page" -> "Page".
      
      UX:
          support for displaying built-in tabs
          restored drag and drop on Studio Pages
          additional styling for fixed state on Studio Pages
          add a new page action added to bottom of Studio Pages
      
      Dev
          changes for viewing tabs in studio,
          refactored the tab code,
          decoupled the code from django layer.
          is_hideable flag on tabs
          get_discussion method is needed to continue to support
      external_discussion links for now since used by 6.00x course.
          override the __eq__ operator to support comparing with
      dict-type tabs.
      
      Test
          moved test code to common,
          added acceptance test for built-in pages
          added additional unit tests for tabs.
          changed test_split_modulestore test to support serializing objects
      that are fields in a Course.
      
      Env:
          updated environment configuration settings so they are
          consistent for both cms and lms.
      Nimisha Asthagiri committed
  24. 14 Mar, 2014 1 commit
  25. 04 Mar, 2014 1 commit
  26. 28 Feb, 2014 2 commits
  27. 13 Feb, 2014 1 commit
    • Push To LMS updates · f02c074d
      Added tests
      Converted scripts to django commands
      Removed advanced module requirement
      Generalized to platform
      Switched to subprocess for shell commands
      Beefed up resiliency and error checking.
      Refactored since #1910 removed get_location_and_verify_access
      Added settings to aws for export directory and reworked test setup and teardown
      Several review based fixes
      Added line to Changelog
      Changed URL handler to be accepting and moved git bare repo inside of test_root/data
      Added exception logging to help trace issues
      Added output in exception logging
      Made the branch to commit to explicit instead of implicit
      Skipping git identity test on condition of global configuration set
      Carson Gee committed
  28. 05 Feb, 2014 1 commit
  29. 30 Jan, 2014 3 commits
  30. 29 Jan, 2014 2 commits
  31. 28 Jan, 2014 2 commits
  32. 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