- 02 Nov, 2017 1 commit
-
-
Harry Rein committed
-
- 01 Nov, 2017 1 commit
-
-
LEARNER-2754
Andy Armstrong committed
-
- 30 Oct, 2017 1 commit
-
-
LEARNER-2977 Fixes
Andy Armstrong committed
-
- 20 Oct, 2017 1 commit
-
-
Harry Rein committed
-
- 16 Oct, 2017 2 commits
-
-
LEARNER-142
Andy Armstrong committed -
Andy Armstrong committed
-
- 11 Oct, 2017 1 commit
-
-
Andy Armstrong committed
-
- 17 May, 2017 1 commit
-
-
Anthony Mangano committed
-
- 08 Mar, 2017 1 commit
-
-
TNL-6347
Albert St. Aubin committed
-
- 03 Mar, 2017 1 commit
-
-
alisan617 committed
-
- 02 Feb, 2017 1 commit
-
-
alisan617 committed
-
- 19 Aug, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 27 Jun, 2016 1 commit
-
-
asadiqbal committed
-
- 24 Jun, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 02 Jun, 2016 1 commit
-
-
TNL-4622
Andy Armstrong committed
-
- 07 Apr, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 17 Feb, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 17 Sep, 2015 2 commits
-
-
Ned Batchelder committed
-
This is a squash of 38 commits ending with 5b080f979d692804452400ac5bed9b17c50b001e
David Baumgold committed
-
- 10 Sep, 2015 2 commits
-
-
Chris Rodriguez committed
-
Chris Rodriguez committed
-
- 11 Aug, 2015 1 commit
-
-
Chris Rodriguez committed
-
- 01 Jul, 2015 1 commit
-
-
Davorin Sego committed
-
- 18 May, 2015 2 commits
-
-
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 -
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
-
- 13 May, 2015 1 commit
-
-
Jolyon Bloomfield committed
-
- 25 Mar, 2015 1 commit
-
-
- 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
-
- 16 Jan, 2015 1 commit
-
-
Brian Talbot committed
-
- 15 Jan, 2015 1 commit
-
-
Marco Morales committed
-
- 05 Jan, 2015 2 commits
-
-
SASS compilation variable conventions update, focusing on basic colors, baseline variable usage for padding and margins, ui-depth extends, along with other small fixes. The intent with this is to not have any user-facing impact, and instead move us closer toward having files that use our newer sass conventions.
Marco Morales committed -
AlasdairSwan committed
-
- 09 Dec, 2014 1 commit
-
-
Brian Talbot committed
-
- 20 Oct, 2014 1 commit
-
-
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
-
- 17 Oct, 2014 1 commit
-
-
Louis Pilfold committed
-
- 13 Oct, 2014 1 commit
-
-
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
-
- 01 Oct, 2014 1 commit
-
-
Brian Talbot committed
-
- 06 May, 2014 1 commit
-
-
- moved zendesk endpoint to new condition - some help modal styling
Giulio Gratta committed
-
- 16 Apr, 2014 1 commit
-
-
Studio: revising .fake-link utility class to use Sass placeholder and syncing commenting style LMS: updating Sass ui-disabled placholder syntax and creating utility is-disabled class Studio: adding in basic action Sass placeholder for use in enabling/disabling UI Studio: applying action Sass placeholder to publish/create-draft Unit view actions STUD-1497
Brian Talbot committed
-
- 24 Oct, 2013 2 commits
-
-
Brian Talbot committed
-
Brian Talbot committed
-