Skip to content
Snippets Groups Projects
  1. Apr 11, 2016
  2. Apr 04, 2016
  3. Mar 31, 2016
  4. Feb 17, 2016
  5. Jan 28, 2016
  6. Jan 25, 2016
  7. Jan 22, 2016
  8. Jan 20, 2016
  9. Jan 06, 2016
  10. Nov 19, 2015
  11. Nov 01, 2015
  12. Oct 30, 2015
  13. Oct 05, 2015
    • Clinton Blackburn's avatar
      Multiple credit fixes · 0dba8436
      Clinton Blackburn authored
      - Added support for Unicode characters when creating the signature
      - Using <textarea> for form data to support newline characters
      - Generating form with jQuery instead of relying on existing DOM element
      - Removed duplicated credit request code
      - Corrected spaing on dashboard
      - Enabled functionality by default
      
      Dashboard cleanup
      -- Cleaned styles
      -- Added wrapper class to use for hiding the actions
      -- Cleaned JS toggling of error container
      -- Corrected dashboard and receipt text
      
      ECOM-2172
      0dba8436
  14. Sep 23, 2015
  15. Sep 17, 2015
  16. Sep 16, 2015
  17. Aug 20, 2015
  18. Aug 11, 2015
  19. Aug 08, 2015
  20. Aug 07, 2015
  21. Aug 01, 2015
    • Carlos de la Guardia's avatar
      Use the standard enrollment table instead of a custom CCX table for CCX · 458ed0a6
      Carlos de la Guardia authored
      enrollments.
      
      The goal for this PR is to have a single mechanism for registering users and
      reducing the number of places where special-casing for ccx courses is needed. The
      migration at this point is purposefully limited to convert ccx memberships into
      student enrollments when moving forward. No backward migration is in place at the
      moment. The ccx membership tables are not removed at this time. It is possible to go
      backwards and forwards multiple times with no errors or data loss.
      458ed0a6
  22. Jul 24, 2015
  23. Jul 20, 2015
  24. Jul 13, 2015
    • AlasdairSwan's avatar
      ECOM-1661 removed nav links for logged out states · 51deec38
      AlasdairSwan authored
      Add context for navigation states
      added find course to dashboard sidebar and included check for context that Will adds in PR
      removed nav_course_search context due to design change so replaced with nav_hidden
      Removed rwd_header.js and all references as no longer being used.
      
      Wrapped Find Courses in dashboard sidebar in if statement
      51deec38
  25. Jul 08, 2015
  26. Jul 02, 2015
    • asadiqbal's avatar
      asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      asadiqbal authored
      * 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
      57d5de5d
    • Will Daly's avatar
      Credit eligibility/provider refactor · e2acf3ab
      Will Daly authored
      * Remove m2m relation between credit course and credit providers.
      * Separate eligibility and provider APIs into different modules.
      * Add API call for retrieving a user's eligibilities.
      * Cache credit course list.
      * Style the dashboard purchase button.
      * Display a link for the credit provider on the dashboard.
      * Add analytics events for clicks on the purchase button.
      * Expose more credit models to Django admin and add search functionality.
      e2acf3ab
  27. Jun 24, 2015
  28. Jun 17, 2015
  29. Jun 03, 2015
  30. May 27, 2015
  31. May 18, 2015
  32. May 07, 2015
  33. Apr 24, 2015
  34. Apr 23, 2015
    • cewing's avatar
      MIT CCX: Fix display of CCXs on dashboard · b34255fc
      cewing authored
      repairs https://openedx.atlassian.net/browse/TNL-2007 and https://openedx.atlassian.net/browse/TNL-2009
      
      Original Commit Messages:
      
      Update ccx dashboard display to match new course display
      
      Fix display of CCX dates on dashboard to use dates from the CCX instead of the related course.
      
      The fix is implemented by providing date- and course-related APIs on the CCX object itself.  These APIs are mimicked from the same APIs available on a course descriptor.
      
      bring the methods for printing start and end datetimes into line with course by adding UTC under the proper circumstances
      
      add test coverage for new APIs defined on the CCX model
      
      fix quality violation
      b34255fc
  35. Apr 17, 2015
  36. Apr 13, 2015
    • louyihua's avatar
      Better i18n · 9a0da7d6
      louyihua authored
      Combine sentences in several pages for better translation.
      9a0da7d6
  37. Apr 11, 2015
Loading