1. 05 Aug, 2016 1 commit
  2. 06 Oct, 2015 1 commit
  3. 05 Oct, 2015 1 commit
    • Multiple credit fixes · 0dba8436
      - 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
      Clinton Blackburn committed
  4. 18 Aug, 2015 1 commit
  5. 09 Jul, 2015 1 commit
  6. 02 Jul, 2015 1 commit
    • Credit eligibility/provider refactor · e2acf3ab
      * 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.
      Will Daly committed