1. 02 Nov, 2017 1 commit
  2. 01 Nov, 2017 1 commit
  3. 30 Oct, 2017 1 commit
  4. 20 Oct, 2017 1 commit
  5. 16 Oct, 2017 2 commits
  6. 11 Oct, 2017 1 commit
  7. 17 May, 2017 1 commit
  8. 08 Mar, 2017 1 commit
  9. 03 Mar, 2017 1 commit
  10. 02 Feb, 2017 1 commit
  11. 19 Aug, 2016 1 commit
  12. 27 Jun, 2016 1 commit
  13. 24 Jun, 2016 1 commit
  14. 02 Jun, 2016 1 commit
  15. 07 Apr, 2016 1 commit
  16. 17 Feb, 2016 1 commit
  17. 17 Sep, 2015 2 commits
  18. 10 Sep, 2015 2 commits
  19. 11 Aug, 2015 1 commit
  20. 01 Jul, 2015 1 commit
  21. 18 May, 2015 2 commits
    • Courseware license (Creative Commons): FED · a3887e95
      Use native checkboxes for courseware license options
      In Studio settings editor for video module, don't show license if feature-flagged off
      Don't let Scope.contents fields leak to Studio editor
      JS gettext() must all be on the same line for i18n
      Add docstrings for bok-choy tests
      Remove LicenseMixin from HTMLDescriptor
      Responding to UX review feedback
      Add aria-pressed attribute
      Use https links instead of protocol-relative links for links to creativecommons.org
      Remove license from course outline page in Studio
      David Baumgold committed
    • Added a simple XBlockMixin for courseware licenses · 2159d341
      This allows course authors to choose between two difference licenses for their
      course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
      that wish to allow custom licenses need only inherit from LicenseMixin, which
      adds a `license` field as a string.
      
      License information is displayed in the Studio editor view, and just below the
      rendered XBlock in the LMS. In addition, if the course block itself has a custom
      license set, this license will display just below the main body of the page
      on courseware pages.
      
      This entire feature is gated behind the LICENSING feature flag.
      David Baumgold committed
  22. 13 May, 2015 1 commit
  23. 25 Mar, 2015 1 commit
    • Dashboard styling cleanup/changes, including: · dfcb3f2b
      - reversing the positions of the sidebar and course listing
      - html for new social icons (not currently wired up)
      - new actions dropdown for unenrollment and email settings
      - partial reorganization of dashboard.scss styles
      - text fix for unenrollment
      - added missing endif, p/hgroup closures
      - reverted la.course-item
      - removed extra operator
      - fixed broken bok choy test
      Marco Morales committed
  24. 16 Jan, 2015 1 commit
  25. 15 Jan, 2015 1 commit
  26. 05 Jan, 2015 2 commits
  27. 09 Dec, 2014 1 commit
  28. 20 Oct, 2014 1 commit
    • EX-71 New shopping Cart UI Single person purchase · 4f7c4949
      Ex-74 Registration Code redemption
      
      fix the translation issues
      
      added a check if a user is already registered in a course. Changed the messages
      
      added course depth=0 and removed pep8 violations
      
      Ex-72-added additional billing information
      
      Added a new CSV file in the instructor dashboard sales tab to download all the order sales separated from the invoice sales
      
      fix path to image
      
      updated the failed unit tests and add some minor tweaks in the Shoppingcart.scss
      
      Ex-78 New UI In receipt page
      
      EX-73 Purchasers can buy a course on behalf of a different student
      
      WL-78 updated the receipt page UI.
      
      Wl-72 updated Billing Information UI and removed the Order Address fields
      
      WL-71 Remove Purchase Type Buttons from UI
      
      WL-71 Updated minor UI issues and updated test cases
      
      WL-78 updated the enrollment links in the receipt page
      
      made changes in Order generated sales csv in Instructor Dashboard.
       The total_registration_codes and total_used_codes
        were not correctly stored in the csv file.
      
      1) The total_registration_codes were not filtered with
       course_id.
      2) The total_used_codes that a user had redeemed
       were not correctly included in the CSV.
      
      added a fix in the courseware view to let the users visit the courseware if they have enrolled in the course by clicking on the enrollment link
      
      rebase and resolved conflicts with master
      
      WL-97 Bulk Registration Email Confirmation
      Below is the commit summary.
      - Make email text bold as per requirement.
      - Improve email template quality and reorder points.
      - Add text in billing details page : "if no additional billing details are populated the payment confirmation will be sent to the user making the purchase"
      - Update text on receipt page "You have successfully purchase 3 course registration codes"
      
      WL-100 fixed the bug on the edit/add coupon and set course price.
      Ajax requests were duplicating in each callback. fixed this issue by creating the manual ajax request rather than the Lean Modal Ajax requests
      
      allow for better White Label branding in shopping cart purchase emails
      
      fix up typos and text
      
      fix goof
      
      fix
      
      fix
      
      incorporated model changes as suggested by Jason.
      
      updated order sales csv
      
      updated test cases for CourseRegCodeItem model and csv for the order generated sales
      
      updated the migrations history
      
      fixed the lms acceptance tests
      
      Be sure to check for multiple types
      
      address PR feedback
      
      PR feedback
      
      PR feedback
      
      pep8 fix
      asadiqbal08 committed
  29. 17 Oct, 2014 1 commit
  30. 13 Oct, 2014 1 commit
    • Stop page extending out of viewport width by 40px · a501fbfc
      Currently the .container and .wrapper-footer elements are set to 100%,
      and also have horizontal padding added to them. This results in a total
      width of greater than the full width of the viewport; This causing the
      browser to scroll horizonally into empty space, regardless of how wide
      the viewport is.
      
      I had added the `box-sizing: border-box` to these elements in order to
      resolve this.
      
      Cheers,
      Louis
      Louis Pilfold committed
  31. 01 Oct, 2014 1 commit
  32. 06 May, 2014 1 commit
  33. 16 Apr, 2014 1 commit
  34. 24 Oct, 2013 2 commits