- Jan 14, 2015
-
-
polesye authored
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>
-
David Baumgold authored
-
- Jan 12, 2015
-
-
Braden MacDonald authored
-
- Jan 08, 2015
-
-
Adam Palay authored
-
David Baumgold authored
-
- Jan 07, 2015
-
-
Ned Batchelder authored
-
stephensanchez authored
ECOM-248 Course Info API. Basic functionality implemented. ECOM-248 adding factory for about descriptor and test cases for course info api ECOM-248 adding test cases for couse info api. ECOM-248 re-factoring code. updating test cases. Tests for course_about data module ECOM-248 Adding test cases for the exceptions. ECOM-248 re-factoring code. fixing quality issues. ECOM-248 fixing test cases and moved parse video method into utils. added github username in authors ECOM-248 removed merging issue of test_data ECOM-248 removed unused files
-
- Jan 06, 2015
-
-
David Baumgold authored
-
- Dec 24, 2014
-
-
Carlos Andrés Rocha authored
- Set EDX_PLATFORM_REVISION to unknown if not in a git repo. - Use the path of the configuration file to determine where the repository is.
-
- Dec 23, 2014
-
-
David Baumgold authored
-
David Baumgold authored
STUDIO_NAME = "edX Studio" STUDIO_SHORT_NAME = "Studio"
-
- Dec 19, 2014
-
-
David Baumgold authored
For theming and internationalization
-
- Dec 18, 2014
-
-
Don Mitchell authored
-
- Dec 16, 2014
-
-
John Jarvis authored
-
- Dec 15, 2014
-
-
Nimisha Asthagiri authored
This feature allows upload of video assets to S3. This requires that the VIDEO_UPLOAD_PIPELINE setting be properly configured and that each course be configured with a token issued by the media team for their processing purposes (e.g. linking the video with a YouTube channel). Co-authored-by:
Greg Price <gprice@edx.org>
-
- Dec 13, 2014
-
-
Calen Pennington authored
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
-
- Dec 09, 2014
-
-
Jim authored
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.
-
- Dec 08, 2014
-
-
Ben Patterson authored
-
- Dec 05, 2014
-
-
jsa authored
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.
-
Andy Armstrong authored
TNL-649
-
- Dec 04, 2014
-
-
John Jarvis authored
-
- Dec 01, 2014
-
-
Sarina Canelake authored
-
Sarina Canelake authored
-
Sarina Canelake authored
-
- Nov 26, 2014
-
-
John Jarvis authored
-
- Nov 24, 2014
-
-
muhammad-ammar authored
TNL-827
-
- Nov 11, 2014
-
-
stv authored
-
- Nov 01, 2014
-
-
Sarina Canelake authored
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
-
- Oct 20, 2014
-
-
polesye authored
-
- Oct 17, 2014
-
-
Frances Botsford authored
-
Frances Botsford authored
-
- Oct 01, 2014
-
-
Renzo Lucioni authored
-
- Sep 24, 2014
-
-
Ned Batchelder authored
-
- Sep 23, 2014
-
-
David Ormsbee authored
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.
-
- Sep 11, 2014
-
-
Nimisha Asthagiri authored
-
- Sep 07, 2014
-
-
Piotr Mitros authored
-
- Sep 02, 2014
-
-
Don Mitchell authored
LMS-11183, LMS-11184
-
- Aug 22, 2014
-
-
Alexander Kryklia authored
-
- Aug 14, 2014
-
-
Chris Rossi authored
-
lduarte1991 authored
-