- 04 Nov, 2015 1 commit
-
-
Instructor-led is changed to instructor-paced. Adds a label to the course outline page to show the course pacing. ECOM-2794 ECOM-2800
Peter Fogg committed
-
- 28 Oct, 2015 2 commits
-
-
Also adds improved styling for course pacing settings, and unit tests around query counts for self-paced courses. ECOM-2650
Peter Fogg committed -
Currently unstyled. ECOM-2462
Peter Fogg committed
-
- 26 Aug, 2015 1 commit
-
-
muhammad-ammar committed
-
- 06 Aug, 2015 1 commit
-
-
ECOM-1987
Tasawer committed
-
- 08 Jul, 2015 1 commit
-
-
ECOM-1648
zubair-arbi committed
-
- 22 Jun, 2015 1 commit
-
-
ECOM-1523
Ahsan Ulhaq committed
-
- 12 Jun, 2015 1 commit
-
-
ECOM-1591
zubair-arbi committed
-
- 02 Jun, 2015 1 commit
-
-
TNL2159
Awais Jibran committed
-
- 01 Jun, 2015 1 commit
-
-
Filter by Language: Designation for course language(s) in Studio allows for filtering of courses based on their language in the sidebar Reuses active filter view UI/IA from find courses page on edx.org view for clearing individual or all filters, as with edx.org filtering
Davorin Sego committed
-
- 22 May, 2015 1 commit
-
-
The surplus ":" in the input selector causes jquery versions past 1.9 to throw an error.
Mike Bifulco 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
-
- 16 Jan, 2015 1 commit
-
-
Matt Drayer committed
-
- 15 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 20 Nov, 2014 1 commit
-
-
polesye committed
-
- 03 Oct, 2014 1 commit
-
-
Oleg Marshev committed
-
- 26 Aug, 2014 1 commit
-
-
This commit adds validation for course advanced settings. Currently when course administrators make invalid changes in the Settings/Advanced Settings tab, they're not notified through a new modal window of the list of invalid settings changes. * Extending CourseMetadata - Previously, we only had update_from_json method in CourseMetadata.py, and it was only validating one field every POST request. - Now we have validate_and_update_from_json method that encapsulates the functionality of update_from_json into a validation call - To avoid discrepancy of validation standards between modules, validation uses the from_json method implemented to each field in xblock. * Different Response in advanced settings ajax requests - After receiving a POST ajax request, course.py calls validate_and_update_from_json, and sends a json object of either: 1) valid course metadata model 2) error objects * Error Messages shown in validation-error-modal - error objects passed through ajax are shown in a separate modal.
Se Won Jang committed
-
- 26 Jun, 2014 1 commit
-
-
STUD-302, STUD-303
cahrens committed
-
- 09 Apr, 2014 2 commits
-
-
Andy Armstrong committed
-
STUD-1506
zubiar-arbi committed
-
- 28 Feb, 2014 1 commit
-
-
http://bgrins.github.io/codemirror-accessible/) LMS-1802
Dave St.Germain committed
-
- 12 Feb, 2014 1 commit
-
-
Ali Reza Sharafat committed
-
- 22 Nov, 2013 1 commit
-
-
STUD-946 STUD-947
Don Mitchell committed
-
- 09 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 04 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 23 Sep, 2013 1 commit
-
-
Don Mitchell committed
-
- 20 Sep, 2013 1 commit
-
-
cleanup Updates. Testing changes. Testing changes. asset-index progress state cleanjup. cleanup
cahrens committed
-
- 06 Sep, 2013 3 commits
-
-
Chris Dodge committed
-
David Baumgold committed
-
Chris Dodge committed
-
- 21 Aug, 2013 5 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Also change the file uploader to accept multiple file types.
Peter Fogg committed -
Authors can upload an image (or choose an existing one) from the settings page, using the in-context uploader from PDF textbooks. Includes tests for backwards compatibility with XML courses -- they used a magic filename (images/course_image.jpg) which is mapped to a location in the Mongo contentstore. Still needs some UX work, though the backend plumbing is there.
Peter Fogg committed
-
- 20 Aug, 2013 1 commit
-
-
Peter Fogg committed
-
- 15 Aug, 2013 1 commit
-
-
Peter Fogg committed
-
- 29 Jul, 2013 1 commit
-
-
David Baumgold committed
-