- 02 Jun, 2015 2 commits
-
-
Diana Huang committed
-
Andy Armstrong 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
-
- 12 Mar, 2015 1 commit
-
-
Matt Drayer committed
-
- 10 Mar, 2015 1 commit
-
-
Multi-commit history: - hide drag functionality for entrance exam section. - hide entrance exam subsection elements e.g. delete, drag, name etc. - show unit/verticals expanded in case of entrance exam - modify code in order to allow user to update entrance exam score from UI. - write down unit tests. - write down Jasmine tests. - add bok-choy test - updated bok-choy test - internationalize string - repositioned sequential block creatori - SOL-221 (entrance exam message) - SOL-199 LMS Part (show entrance exam content) and hide the course navigation bar. - redirect the view in case of entrance exam. - update code structure as per suggestions - write down unit tests - fix pep8 - instead of hiding the exam requirement message, now also showing the exam the completion message (success state). - write down unit test to show exam completion message. - Update code as per review suggestions - update doc string - addressed review suggestions - change sequential message text - css adjustments - added new css class for entrance exam score in studio - added Jasmine test for remaning coverage - sequential message should appear under the context of entrance exam subsection. - updated text in CMS and LMS as per suggestions. - added unit text to insure sequential message should not be present in other chapters rather then entrance exam. - skip setter if empty prerequisite course list - exclude logic from xblock_info.js that is specifically related to entrance exam. - added js tests and updated code as per suggestions - added tests - addressed several PR issues - Several small fixes (style, refactoring) - Fixed score update issue - added some more unit tests. - code suggested changes. - addressed PR feedback
asadiqbal committed
-
- 16 Jan, 2015 1 commit
-
-
Matt Drayer committed
-
- 15 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 21 Oct, 2014 1 commit
-
-
Oleg Marshev committed
-
- 02 Oct, 2014 1 commit
-
-
LMS-11485
Don Mitchell committed
-
- 29 Sep, 2014 1 commit
-
-
Don Mitchell 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
-
- 08 Aug, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 26 Jun, 2014 2 commits
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed -
STUD-302, STUD-303
cahrens committed
-
- 07 May, 2014 1 commit
-
-
This commit adds all of cms. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 28 Mar, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 12 Feb, 2014 1 commit
-
-
Ali Reza Sharafat committed
-
- 05 Feb, 2014 2 commits
-
-
Don Mitchell committed
-
Don Mitchell committed
-
- 27 Jan, 2014 1 commit
-
-
change code-side "Not Graded" to "notgraded"
Adam Palay committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 26 Nov, 2013 2 commits
-
-
Jay Zoldak committed
-
STUD-948
Don Mitchell committed
-
- 22 Nov, 2013 1 commit
-
-
STUD-946 STUD-947
Don Mitchell committed
-
- 29 Oct, 2013 1 commit
-
-
Don Mitchell committed
-
- 06 Sep, 2013 3 commits
-
-
Chris Dodge committed
-
Calen Pennington committed
-
Chris Dodge committed
-
- 05 Sep, 2013 2 commits
-
-
STUD-733
cahrens committed -
due to the MixedModuleStore pending release, we need to make enrollment start/end dates editable in Studio
Chris Dodge committed
-
- 21 Aug, 2013 2 commits
-
-
Will Daly 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
-
- 31 Jul, 2013 1 commit
-
-
David Baumgold committed
-
- 18 Jul, 2013 1 commit
-
-
Update existing tests and provide new ones to test new paradigm.
Diana Huang committed
-
- 16 Jul, 2013 3 commits
-
-
The defaults used to be rerandomize=always, showanswer=closed. This is preserved for capa problems being imported from XML. However, for courses, and for problems created in Studio, the default has been changed to never/finished, to match the previous defaults used by Studio.
Calen Pennington committed -
Instead, we use XModule field default values when creating an empty XModule. Driven by this use case, we also allow for XModules to be created in memory without being persisted to the database at all. This necessitates a change to the Modulestore api, replacing clone_item with create_draft and save_xmodule.
Don Mitchell committed -
This standardizes the XModule field default values to be the same as the values that are presented by studio when a component is added to a course.
Don Mitchell committed
-
- 11 Jul, 2013 1 commit
-
-
JonahStanley committed
-