- Apr 17, 2015
-
-
jsa authored
TNL-1860
-
Daniel Friedman authored
TNL-1488
-
Andy Armstrong authored
TNL-1606
-
Daniel Friedman authored
TNL-1545
-
cahrens authored
-
- Mar 31, 2015
-
-
zubair-arbi authored
ECOM-579
-
- Mar 17, 2015
-
-
Awais authored
-
Ned Batchelder authored
-
- Mar 13, 2015
-
-
Awais authored
-
- Mar 04, 2015
-
-
Zia Fazal authored
Conflicts: lms/djangoapps/courseware/courses.py lms/djangoapps/instructor_task/api.py refined entrance exam student attempts reset Quality improvements 1/16 added rescore, delete state and task history functionality added unit tests for entrance exam reset attempts added unit tests for re scoring of entrance exam and task history improved test coverage Got rid of pep violation feedback changes and added jasmine test added more jasmine tests for Javascript changes added bok-choy tests for UI changes replaced input containing <p> tags with <label> Removed ee element assertions to avoid js error Added call to super.setUp() changes based on feedback on 2/18 Writing tests in JS instead of coffee script commit related to skip entrance exam 2/13 fixed bad-continuation quality error fixed broken bok-choy test changes based on feedback on 2/18 added js tests and removed coffee script tests fixed broken bok-choy and unit tests changes left while rebasing rephrase test titles do not need these libs changes based on feedback on 2/24 changes text which was left Changes based on feedback on 3/3
-
- Feb 27, 2015
- Feb 25, 2015
-
-
Awais authored
-
- Feb 23, 2015
- Feb 20, 2015
-
-
Will Daly authored
-
- Feb 13, 2015
-
-
Will Daly authored
Add "source" parameter to LinkedIn add-to-profile URL. Add platform name to certification name. Style changes for linked in sharing on dashboard
-
- Feb 11, 2015
-
-
Awais authored
ECOM-1028 update the migration and move the code into class method.
-
- Feb 04, 2015
-
-
Sarina Canelake authored
-
Omar Al-Ithawi authored
-
- Jan 13, 2015
-
-
stephensanchez authored
Improve Django Admin Panel for Course Access Roles. Related to ECOM-857. Allows internal staff to easily use the Django Admin view to create new finance and sales admins.
-
- Dec 12, 2014
-
-
David Baumgold authored
Check settings.FEATURES["ADVANCED_SECURITY"] first
-
- Dec 11, 2014
-
-
David Baumgold authored
-
- Dec 09, 2014
-
-
Muhammad Shoaib authored
Remove items from the shopping cart if they are for a course whose course enrollment window has closed changed the url name to verify_cart and change the color of the message in the shopping cart
-
- Dec 01, 2014
-
-
Sarina Canelake authored
-
- Nov 12, 2014
-
-
stephensanchez authored
Code review changes. Fix test and pylint. pylint error. Updating the test to verify the signal is fired. Test for all analytics events Import pylint error. Pylint error
-
- Nov 10, 2014
-
-
stv authored
-
- Oct 17, 2014
-
-
stephensanchez authored
Quick cleanup Making kwarg to suppress unenroll events. pylint and pep8 errors cleaned up. add commit on success. Changing transactional behavior of the management command.
-
- Oct 14, 2014
-
-
Will Daly authored
-
- Oct 09, 2014
-
-
Braden MacDonald authored
-
- Oct 02, 2014
-
-
Stephen Sanchez authored
The body of the enrollment message template Tokenize platform name in message. Changing to a datetime enrollment approach Adding sorting. A little refactoring. Adding confguration model for time delta Adding admin registration and basic form for new config model. Fixing docstring typo Updating default time delta to 0, adding test to show it disabled functionality. Removing the form from configuration and tweaking the enrollment message html
-
- Sep 25, 2014
-
-
Will Daly authored
Add Python APIs for account/profile information to user_api Updating profile page to have social linking Authors: Renzo Lucioni, Alasdair Swan, Stephen Sanchez, Will Daly
-
Braden MacDonald authored
-
- Sep 24, 2014
-
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
Julia Hansbrough 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 08, 2014
-
-
Sarina Canelake authored
-
- Sep 05, 2014
-
-
Renzo Lucioni authored
This reverts commit 371dfd61.
-