- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 31 Jul, 2015 1 commit
-
-
tlindaliu committed
-
- 13 Jul, 2015 1 commit
-
-
Sarina Canelake committed
-
- 08 Jul, 2015 1 commit
-
-
Kyle McCormick committed
-
- 06 Jul, 2015 1 commit
-
-
Templates that display the image now check if courses specifies an image, if they don't the default image is displayed Path set in both common.py and aws.py to allow for easy overriding in one place. Addresses SOL-926 Some code provided by Davorin Sego
Giulio Gratta committed
-
- 17 Jun, 2015 1 commit
-
-
Carlos de la Guardia committed
-
- 05 Jun, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 14 Apr, 2015 1 commit
-
-
(SOL-531)(SOL-532)Course Cards update; A link to course discovery page has been added to the OpenEdX homepage
marjev committed
-
- 31 Mar, 2015 1 commit
-
-
- added entrance exam check on course info - staff can by pass gating and added tests - refined gating logic - changes after rebasing with Asad's branch - check ENTRANCE_EXAMS feature is enabled - updated test to reflect new logic - catering anonymous user in entrance exam permission - fixed broken tests - change after feedback on 16/3 - fix for a broken test - created new entrance_exams module - fixed quality error and improved test coverage - put get_required_content back in milestones helper - Refactored entrance exams logic - Refactored tabs logic - Fixed broken unit test - changes after feedback from dan-f on 3/27 - removed unnecessary user.is_anonymous check - Addressed PR feedback - Addressed commit-specific feedback - Rework guard clauses - Add coverage for course info case
Zia Fazal committed
-
- 20 Mar, 2015 1 commit
-
-
Syed Hassan Raza 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
-
- 23 Feb, 2015 1 commit
-
-
Conflicts: lms/djangoapps/courseware/courses.py lms/djangoapps/instructor_task/api.py refined entrance exam student attempts reset added rescore, delete state and task history functionality
Zia Fazal committed
-
- 12 Dec, 2014 1 commit
-
-
Afzal Wali committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 09 Nov, 2014 1 commit
-
-
Add new course_module field which describes what the catalog visibility should be (both, about, none)
Chris Dodge committed
-
- 06 Oct, 2014 1 commit
-
-
Don Mitchell committed
-
- 23 Sep, 2014 1 commit
-
-
Note that the features in this release are opt-in, and course and video behavior will remain the same unless a course explicitly opts in. Major pieces of functionality with this commit: Allows the listing of a user's enrollments, course videos, and updates. In order to make a course available for mobile use, course staff must explicitly set the Course Advanced Setting "Mobile Course Available" to true. Course staff will always see their own courses through the Mobile API regardless of this setting, but students will only be allowed to see a course through the Mobile API if this setting is set to "true". By default, a Course will *not* be available for mobile use. This is a Django app for video resource management. It is completely optional, and is intended to allow video and operations teams to create new encodings of videos (e.g. low res for mobile) and change CDNs without having to edit course data directly. Course teams can now use a "EdX Video ID" setting for Videos, which will leverage VAL. Video units that do not fill in an "EdX Video ID" will behave exactly as they always have. * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag. * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag. * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER). * The Mobile API is a read-only API, but VAL requires database migrations. * Applications that make use of either the Mobile API or VAL must be registered with the OAuth2 provider app in Django Admin.
David Ormsbee committed
-
- 18 Sep, 2014 1 commit
-
-
Adam Palay committed
-
- 21 Aug, 2014 2 commits
-
-
LMS-11235
Don Mitchell committed -
LMS-11233
Don Mitchell committed
-
- 15 Jul, 2014 1 commit
-
-
Calen Pennington committed
-
- 27 Jun, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Jun, 2014 1 commit
-
-
cahrens committed
-
- 02 Jun, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 13 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 12 May, 2014 1 commit
-
-
- Ensure temp files are cleaned up. - Refactor a function with three return statements.
Ned Batchelder committed
-
- 09 May, 2014 2 commits
-
-
Don Mitchell committed
-
Calen Pennington committed
-
- 06 May, 2014 1 commit
-
-
This commit updates lms/djangoapps/courseware. 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
-
- 24 Apr, 2014 1 commit
-
-
This changes logic to allow more missed use cases of course_image to work properly. The cases are: . XML courses with the course_image attribute set . Mongo courses that are imported without a contentstore . Mongo courses that have course_image set but don't have a content store It also exports default images_static_course.jpg to images/static_course.jpg to handle a use case where a course author uploaded an image to the default location in studio without using the studio interface for adding course images, they then export the course, and then import it without a contentstore
Carson Gee committed
-
- 04 Apr, 2014 1 commit
-
-
Giulio Gratta committed
-
- 26 Mar, 2014 1 commit
-
-
LMS-2429
Usman Khalid committed
-
- 19 Mar, 2014 1 commit
-
-
LMS-1192
Usman Khalid committed
-
- 10 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 22 Jan, 2014 1 commit
-
-
[LMS-2073] [STUD-1197]
Calen Pennington committed
-
- 14 Jan, 2014 1 commit
-
-
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
Chris Dodge committed
-
- 08 Nov, 2013 1 commit
-
-
add DOC_STORE_CONFIG to test settings
Adam Palay committed
-
- 17 Oct, 2013 1 commit
-
-
Don Mitchell committed
-
- 16 Oct, 2013 1 commit
-
-
Brian Wilson committed
-