- 13 Dec, 2014 1 commit
-
-
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
Calen Pennington committed
-
- 12 Dec, 2014 1 commit
-
-
David Baumgold committed
-
- 11 Dec, 2014 1 commit
-
-
David Baumgold committed
-
- 10 Dec, 2014 2 commits
-
-
This reads configuration directly from yaml and imports it directly into settings
John Jarvis committed -
Tests in common are run with both CMS and LMS configuration (with different env files). Ensure the DEFAULT_FILE_STORAGE variables are in both environments.
cahrens committed
-
- 09 Dec, 2014 1 commit
-
-
This commit puts a limit on the size of files that course staff can upload to MongoDB. The limit is enforced on the frontend in javascript as well as backend via the /upload endpoint. The limit is hard-coded in cms/envs/common.py and may be changed according to the user's custom needs. If the user tries to upload a file that's too large, an error message will pop up, with a customizable url that pointing the user to an external page with an alternate upload procedure. This url is specified im cms/envs/common.py. If not set, this url will not be displayed.
Jim committed
-
- 08 Dec, 2014 1 commit
-
-
Ben Patterson committed
-
- 05 Dec, 2014 3 commits
-
-
John Jarvis committed
-
JIRA: TNL-710 IMPORTANT: this commit converts the course_groups package to using migrations. When deploying to an existing openedx instance, migration 0001 may fail with an error indicating that the CourseUserGroup table already exists. If this happens, running the 0001 migration first, with the --fake option, is recommended. After performing this step, remaining migrations should work as expected.
jsa committed -
TNL-649
Andy Armstrong committed
-
- 04 Dec, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 01 Dec, 2014 8 commits
-
-
David Baumgold committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
John Jarvis committed
-
- 28 Nov, 2014 1 commit
-
-
muhammad-ammar committed
-
- 26 Nov, 2014 1 commit
-
-
John Jarvis committed
-
- 24 Nov, 2014 1 commit
-
-
TNL-827
muhammad-ammar committed
-
- 17 Nov, 2014 1 commit
-
-
This db name is reserved and used by mysql installations. This can cause conflicts when trying to populate our own 'test' database on mysql. Conflicts: scripts/reset-test-db.sh
Ben Patterson committed
-
- 13 Nov, 2014 1 commit
-
-
This db name is reserved and used by mysql installations. This can cause conflicts when trying to populate our own 'test' database on mysql.
Ben Patterson committed
-
- 11 Nov, 2014 2 commits
- 06 Nov, 2014 1 commit
-
-
Adam Palay committed
-
- 01 Nov, 2014 1 commit
-
-
Delete lms/static/admin resources as they are no longer needed for the admin page as of Django 1.4 Moved two files that were referenced elsewhere: lms/static/admin/js/jquery.min.js -> lms/static/js/admin/jquery.min.js lms/static/admin/js/urlify.js -> lms/static/js/admin/urlify.js
Sarina Canelake committed
-
- 27 Oct, 2014 1 commit
-
-
Jason Zhu committed
-
- 20 Oct, 2014 1 commit
-
-
polesye committed
-
- 17 Oct, 2014 3 commits
-
-
Frances Botsford committed
-
Frances Botsford committed
-
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
-
- 09 Oct, 2014 1 commit
-
-
was breaking pymongo 2.7
Don Mitchell committed
-
- 01 Oct, 2014 2 commits
-
-
We're better served by just directly testing if we're in the LMS or not.
David Baumgold committed -
Renzo Lucioni committed
-
- 24 Sep, 2014 1 commit
-
-
Ned Batchelder 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
-
- 15 Sep, 2014 1 commit
-
-
Fix trivial excesses (2 splits configured & don't fetch courses if there are none) LMS-11220, LMS-11391, LMS-11390
Don Mitchell committed
-