- Feb 11, 2015
-
-
cahrens authored
TNL-1380
-
David Ormsbee authored
-
- Feb 09, 2015
-
-
cahrens authored
-
- Jan 30, 2015
-
-
Martyn James authored
-
- Jan 29, 2015
-
-
Davorin Sego authored
-
- Jan 28, 2015
-
- Jan 27, 2015
-
-
Will Daly authored
[second attempt which addresses bug building Studio]
-
- Jan 21, 2015
-
- Jan 20, 2015
-
-
Will Daly authored
Respond to review comments: - Rename build and config files for consistency between lms/studio. - Fix merge conflicts with lms require config. - Devstack uses optimized pipeline to skip require JS optimizer step - Add tests for render_require_js_path_overrides
-
- Jan 16, 2015
-
-
Martyn James authored
-
David Baumgold authored
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
-
Matt Drayer authored
-
- Jan 15, 2015
-
-
Zia Fazal authored
-
Andy Armstrong authored
-
Andy Armstrong authored
TNL-652
-
- 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
-