- 17 Oct, 2014 1 commit
-
-
Including: * Change path for mongo_metadata_inheritance to use unique temp dir * Update SASS_CACHE_PATH with thread-safe temp dir * Remove hard coded directory reference for grades download tests * Remove hard coded directory reference for direct mongo test
Jesse Zoldak committed
-
- 24 Sep, 2014 2 commits
-
-
chrisndodge committed
-
chrisndodge committed
-
- 23 Sep, 2014 2 commits
-
-
add tests fix use org
Chris Dodge committed -
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
-
- 17 Sep, 2014 1 commit
-
-
Carlos Andrés Rocha committed
-
- 16 Sep, 2014 1 commit
-
-
only redirect to dashboard if user has course enrollments, otherwise remain on the course catalog page (aka homepage or root) update lettuce test to match new expected behavior add Jason's feedback only apply new redirect logic for microsites switch to use a feature flag to determine whether to support redirect behavior
Chris Dodge committed
-
- 20 Aug, 2014 1 commit
-
-
Clean up shopping cart processor API. Fix UUID JSON serialization bug in CyberSource2 implementation. Update test suite to use new CyberSource2 implementation. Fix i18n messages in CyberSource2 Enable CyberSource2 implementation by default.
Will Daly committed
-
- 12 Aug, 2014 1 commit
-
-
Update settings so unit tests pass
Will Daly committed
-
- 11 Aug, 2014 1 commit
-
-
settings are read in from environment variable
Jason Bau committed
-
- 11 Jul, 2014 1 commit
-
-
Add filter to only show first occurance of DepWarning
Sarina Canelake committed
-
- 10 Jul, 2014 1 commit
-
-
Conflicts: cms/djangoapps/contentstore/views/tests/test_container_page.py common/djangoapps/external_auth/tests/test_shib.py common/djangoapps/student/tests/test_login.py common/lib/xmodule/xmodule/modulestore/tests/django_utils.py common/lib/xmodule/xmodule/modulestore/tests/factories.py common/lib/xmodule/xmodule/modulestore/xml_importer.py lms/djangoapps/branding/tests.py lms/djangoapps/courseware/tests/test_submitting_problems.py lms/djangoapps/courseware/tests/test_video_handlers.py lms/djangoapps/instructor_task/tests/test_base.py lms/djangoapps/instructor_task/tests/test_integration.py
Nimisha Asthagiri committed
-
- 28 Jun, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 26 Jun, 2014 2 commits
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed -
James Tauber committed
-
- 24 Jun, 2014 1 commit
-
-
Oleg Marshev committed
-
- 28 May, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 12 May, 2014 1 commit
-
-
LMS-1296
Sarina Canelake committed
-
- 05 May, 2014 2 commits
- 25 Apr, 2014 1 commit
-
-
John Cox committed
-
- 15 Apr, 2014 1 commit
-
-
Jay Zoldak committed
-
- 21 Mar, 2014 1 commit
-
-
Changed "Status Page" -> "Page". UX: support for displaying built-in tabs restored drag and drop on Studio Pages additional styling for fixed state on Studio Pages add a new page action added to bottom of Studio Pages Dev changes for viewing tabs in studio, refactored the tab code, decoupled the code from django layer. is_hideable flag on tabs get_discussion method is needed to continue to support external_discussion links for now since used by 6.00x course. override the __eq__ operator to support comparing with dict-type tabs. Test moved test code to common, added acceptance test for built-in pages added additional unit tests for tabs. changed test_split_modulestore test to support serializing objects that are fields in a Course. Env: updated environment configuration settings so they are consistent for both cms and lms.
Nimisha Asthagiri committed
-
- 28 Feb, 2014 2 commits
-
-
Metrics tab shows student data: -Count of students opened a subsection -Grade distribution per problem for each section/subsection of the course. Implemented for both the old and beta dashboard Controlled by a feature flag 'CLASS_DASHBOARD' Data is aggregated across all students Aggregate data computed from courseware_studentmodule
Kristin Stephens committed -
Chris Dodge committed
-
- 27 Feb, 2014 1 commit
-
-
Finalize tests for embargo middleware app
Jay Zoldak committed
-
- 10 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 07 Feb, 2014 1 commit
-
-
Jason Bau committed
-
- 06 Feb, 2014 1 commit
-
-
Currently just coerces the time displayed for due dates (accordion.html and progess.html) to settings.TIME_ZONE
Jason Bau committed
-
- 04 Feb, 2014 1 commit
-
-
Calen Pennington committed
-
- 28 Jan, 2014 1 commit
-
-
Dave St.Germain committed
-
- 23 Jan, 2014 1 commit
-
-
Move microsite test assets to common/test Rename helper method to not have test in the name Rename test css file
Jay Zoldak committed
-
- 16 Jan, 2014 4 commits
-
-
Fix whitelist logic to handle empty lists.
David Ormsbee committed -
David Ormsbee committed
-
Chris Rossi committed
-
Chris Rossi 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
-
- 19 Dec, 2013 1 commit
-
-
Refactored stub services for style and DRY Added unit tests for stub implementations Updated acceptance tests that depend on stubs. Updated Studio acceptance tests to use YouTube stub server; fixed failing tests in devstack.
Will Daly committed
-
- 16 Dec, 2013 2 commits
-
-
Don Mitchell committed
-
For seeing overview of system status, for deleting and loading courses, for seeing log of git imports of courseware. Includes command for importing course XML from git repositories. Added a lot of tests for additional coverage with some minor fixes those tests discovered
Carson Gee committed
-