1. 01 Jul, 2014 1 commit
    • locking version of requests-oauthlib to 0.4.0 · 20dfaf62
      requests version 1.2.3 does not appear to be compatible with the
      new version of requests-oauthlib.
      
      requests-oathlib tries to import to_native_string in util.py:
      
      ```
      File
      "/root/.virtualenvs/edx-platform/local/lib/python2.7/site-packages/requests_oauthlib/oauth1_auth.py",
      line 10, in <module>
          from requests.utils import to_native_string
      ImportError: cannot import name to_native_string
      ```
      
      (cherry picked from commit c54b8db6)
      John Jarvis committed
  2. 30 Jun, 2014 2 commits
  3. 28 Jun, 2014 4 commits
  4. 27 Jun, 2014 2 commits
  5. 26 Jun, 2014 5 commits
  6. 25 Jun, 2014 10 commits
  7. 24 Jun, 2014 12 commits
  8. 23 Jun, 2014 2 commits
  9. 20 Jun, 2014 1 commit
    • Merge branch 'upstream/release' · ccffbe8a
      Conflicts:
      	cms/djangoapps/contentstore/views/checklist.py
      	cms/templates/index.html
      	cms/templates/widgets/header.html
      	cms/templates/widgets/sock.html
      	cms/urls.py
      	common/djangoapps/student/views.py
      	common/lib/capa/capa/tests/test_targeted_feedback.py
      	common/lib/xmodule/xmodule/course_module.py
      	common/lib/xmodule/xmodule/lti_module.py
      	common/lib/xmodule/xmodule/tests/test_lti20_unit.py
      	lms/djangoapps/certificates/queue.py
      	lms/djangoapps/certificates/views.py
      	lms/djangoapps/class_dashboard/dashboard_data.py
      	lms/djangoapps/class_dashboard/tests/test_dashboard_data.py
      	lms/djangoapps/courseware/access.py
      	lms/djangoapps/courseware/features/lti.feature
      	lms/djangoapps/courseware/models.py
      	lms/djangoapps/courseware/module_render.py
      	lms/djangoapps/courseware/tests/test_access.py
      	lms/djangoapps/courseware/tests/test_courses.py
      	lms/djangoapps/courseware/tests/test_lti_integration.py
      	lms/djangoapps/courseware/tests/test_module_render.py
      	lms/djangoapps/courseware/views.py
      	lms/djangoapps/instructor/views/instructor_dashboard.py
      	lms/templates/courseware/course_navigation.html
      	lms/templates/dashboard/_dashboard_course_listing.html
      	lms/templates/navigation.html
      	requirements/edx/github.txt
      stv committed
  10. 16 Jun, 2014 1 commit