1. 24 Jul, 2015 1 commit
  2. 23 Jul, 2015 2 commits
  3. 22 Jul, 2015 2 commits
  4. 21 Jul, 2015 1 commit
  5. 20 Jul, 2015 1 commit
  6. 17 Jul, 2015 1 commit
  7. 16 Jul, 2015 1 commit
  8. 15 Jul, 2015 1 commit
  9. 14 Jul, 2015 3 commits
  10. 13 Jul, 2015 4 commits
  11. 09 Jul, 2015 1 commit
  12. 08 Jul, 2015 2 commits
  13. 07 Jul, 2015 1 commit
  14. 06 Jul, 2015 2 commits
  15. 02 Jul, 2015 2 commits
    • asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      * updated the flags for social media sharing
      * added facebook feed ui to share public url
      * update the condition logic
      * update the code as per suggestion and added pick new style for share buttons
      * update the css class reference
      * update the bok-choy test
      * updated description and some text touch-ups
      * moved the JS related to facebook into separate location
      * js formatting
      * Add trailing comma per chrisndodge
      * Add wait to fix flaky test...maybe
      asadiqbal committed
    • edX Course/Library Import/Export API · c94abd27
      This is a public, versioned, RESTful API for importing and
      exporting full course content. The code was initially ripped from the
      existing import/export API in the CMS contentstore djangoapp and wrapped
      in Django Rest Framework view classes. It's a new djangoapp in
      the openedx directory which is largely an abstraction off the CMS
      Import/Export views.
      
      This PR includes configuration changes. Most notably, Studio is
      configured to serve the OAuth2 provider alongside the LMS.
      
      This is the initial thread on the code list:
      https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ
      
      And this thread contains another description of the changes:
      https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J
      
      There are a numerous non-covered lines, all of which are missing
      coverage in the CMS API this was ported from. They're mostly error
      conditions, such as handling of multipart file upload errors.
      Brandon DeRosier committed
  16. 30 Jun, 2015 3 commits
  17. 29 Jun, 2015 2 commits
  18. 26 Jun, 2015 1 commit
  19. 25 Jun, 2015 1 commit
  20. 19 Jun, 2015 1 commit
  21. 18 Jun, 2015 1 commit
  22. 17 Jun, 2015 1 commit
    • Extended Feedback and Hints for Problems · 77f30696
      Extends the common capa response types (string, numeric, multiple
      choice, checkbox, dropdown) with feedback and hint
      capabilities. "Feedback" refers to feedback shown to the student when
      they check the problem, looking at their specific answer. "Hints"
      refers to a Hint button in LMS which the student can click at any time
      to see hints for that problem. The implementation extends the markdown
      syntax to include feedback and hints. There are new Feedback-and-Hint
      specific templates in Studio when the author clicks to add a new
      problem.
      Nick Parlante committed
  23. 16 Jun, 2015 2 commits
  24. 15 Jun, 2015 2 commits
  25. 12 Jun, 2015 1 commit