1. 27 Aug, 2015 1 commit
  2. 31 Jul, 2015 1 commit
  3. 13 Jul, 2015 1 commit
  4. 08 Jul, 2015 1 commit
  5. 06 Jul, 2015 1 commit
    • Default "Course About" image · 84f7aef9
      Templates that display the image now check if courses specifies an image, if they don't the default image is displayed
      
      Path set in both common.py and aws.py to allow for easy overriding in one place.
      
      Addresses SOL-926
      
      Some code provided by Davorin Sego
      Giulio Gratta committed
  6. 17 Jun, 2015 1 commit
  7. 05 Jun, 2015 1 commit
  8. 14 Apr, 2015 1 commit
  9. 31 Mar, 2015 1 commit
    • Add new gating logic to restrict users from accessing courseware when an entrance exam is required · cc04bb99
      - added entrance exam check on course info
      - staff can by pass gating and added tests
      - refined gating logic
      - changes after rebasing with Asad's branch
      - check ENTRANCE_EXAMS feature is enabled
      - updated test to reflect new logic
      - catering anonymous user in entrance exam permission
      - fixed broken tests
      - change after feedback on 16/3
      - fix for a broken test
      - created new entrance_exams module
      - fixed quality error and improved test coverage
      - put get_required_content back in milestones helper
      - Refactored entrance exams logic
      - Refactored tabs logic
      - Fixed broken unit test
      - changes after feedback from dan-f on 3/27
      - removed unnecessary user.is_anonymous check
      - Addressed PR feedback
      - Addressed commit-specific feedback
      - Rework guard clauses
      - Add coverage for course info case
      Zia Fazal committed
  10. 20 Mar, 2015 1 commit
  11. 10 Mar, 2015 1 commit
    • Entrance Exam authoring and messaging updates · 5a7ac441
      Multi-commit history:
      - hide drag functionality for entrance exam section.
      - hide entrance exam subsection elements e.g. delete, drag, name etc.
      - show unit/verticals expanded in case of entrance exam
      - modify code in order to allow user to update entrance exam score from UI.
      - write down unit tests.
      - write down Jasmine tests.
      - add bok-choy test
      - updated bok-choy test
      - internationalize string
      - repositioned sequential block creatori
      - SOL-221 (entrance exam message)
      - SOL-199 LMS Part (show entrance exam content) and hide the course navigation bar.
      - redirect the view in case of entrance exam.
      - update code structure as per suggestions
      - write down unit tests
      - fix pep8
      - instead of hiding the exam requirement message, now also showing the exam the completion message (success state).
      - write down unit test to show exam completion message.
      - Update code as per review suggestions
      - update doc string
      - addressed review suggestions
      - change sequential message text
      - css adjustments
      - added new css class for entrance exam score in studio
      - added Jasmine test for remaning coverage
      - sequential message should appear under the context of entrance exam subsection.
      - updated text in CMS and LMS as per suggestions.
      - added unit text to insure sequential message should not be present in other chapters rather then entrance exam.
      - skip setter if empty prerequisite course list
      - exclude logic from xblock_info.js that is specifically related to entrance exam.
      - added js tests and updated code as per suggestions
      - added tests
      - addressed several PR issues
      - Several small fixes (style, refactoring)
      - Fixed score update issue
      - added some more unit tests.
      - code suggested changes.
      - addressed PR feedback
      asadiqbal committed
  12. 23 Feb, 2015 1 commit
  13. 12 Dec, 2014 1 commit
  14. 10 Nov, 2014 1 commit
  15. 09 Nov, 2014 1 commit
  16. 06 Oct, 2014 1 commit
  17. 23 Sep, 2014 1 commit
    • Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      David Ormsbee committed
  18. 18 Sep, 2014 1 commit
  19. 21 Aug, 2014 2 commits
  20. 15 Jul, 2014 1 commit
  21. 27 Jun, 2014 1 commit
  22. 20 Jun, 2014 1 commit
  23. 02 Jun, 2014 1 commit
  24. 29 May, 2014 1 commit
  25. 13 May, 2014 1 commit
  26. 12 May, 2014 1 commit
  27. 09 May, 2014 2 commits
  28. 06 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 9811926d
      This commit updates lms/djangoapps/courseware.
      
      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
  29. 24 Apr, 2014 1 commit
    • Additional logic to handle more course_image URL edge cases · c4ea3380
      This changes logic to allow more missed use cases of course_image to
      work properly.  The cases are:
      
      . XML courses with the course_image attribute set
      . Mongo courses that are imported without a contentstore
      . Mongo courses that have course_image set but don't have a content store
      
      It also exports default images_static_course.jpg to
      images/static_course.jpg to handle a use case where a course author
      uploaded an image to the default location in studio without using the
      studio interface for adding course images, they then export the course, and then
      import it without a contentstore
      Carson Gee committed
  30. 04 Apr, 2014 1 commit
  31. 26 Mar, 2014 1 commit
  32. 19 Mar, 2014 1 commit
  33. 10 Feb, 2014 1 commit
  34. 22 Jan, 2014 1 commit
  35. 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
  36. 08 Nov, 2013 1 commit
  37. 17 Oct, 2013 1 commit
  38. 16 Oct, 2013 1 commit