- Oct 21, 2015
-
-
Renzo Lucioni authored
Django's user model allows email addresses to be blank. However, edx-platform includes a migration requiring that email addresses be unique. Someone in our production environment already had a blank email address, so this migration was failing earlier.
-
wajeeha-khalid authored
-
- Oct 20, 2015
-
-
cahrens authored
PLAT-878
-
- Oct 19, 2015
-
-
AlasdairSwan authored
Bad data migration: assumes the email address being used is unique This reverts commit 448f4d51.
-
- Oct 06, 2015
-
-
Usman Khalid authored
-
Usman Khalid authored
TNL-3137
-
Usman Khalid authored
TNL-3137
-
- Oct 05, 2015
-
-
Brian Beggs authored
-
Clinton Blackburn authored
- Added support for Unicode characters when creating the signature - Using <textarea> for form data to support newline characters - Generating form with jQuery instead of relying on existing DOM element - Removed duplicated credit request code - Corrected spaing on dashboard - Enabled functionality by default Dashboard cleanup -- Cleaned styles -- Added wrapper class to use for hiding the actions -- Cleaned JS toggling of error container -- Corrected dashboard and receipt text ECOM-2172
-
- Oct 02, 2015
-
-
Usman Khalid authored
TNL-3137
-
Usman Khalid authored
TNL-3137
-
- Oct 01, 2015
-
-
Bill DeRusha authored
-
- Sep 30, 2015
-
-
David Baumgold authored
There's a lot of useful things in PR #8271 that provide a framework for the comprehensive theming system. If we need to remove the edx.org theme from the codebase, we can leave most of PR #8271 in, to make it easier to build on top of and get this feature back in.
-
David Baumgold authored
There's a lot of useful things in PR #8271 that provide a framework for the comprehensive theming system. If we need to remove the edx.org theme from the codebase, we can leave most of PR #8271 in, to make it easier to build on top of and get this feature back in.
-
- Sep 29, 2015
-
-
Peter Fogg authored
-
- Sep 28, 2015
-
-
Ben Patterson authored
-
Will Daly authored
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
-
- Sep 25, 2015
-
-
Will Daly authored
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
-
- Sep 24, 2015
-
-
Bill DeRusha authored
-
- Sep 23, 2015
-
-
Brian Beggs authored
-
- Sep 22, 2015
-
-
Usman Khalid authored
TNL-3137
-
Usman Khalid authored
TNL-3137
-
- Sep 21, 2015
-
-
Nimisha Asthagiri authored
-
Jesse Zoldak authored
-
- Sep 17, 2015
-
-
Ned Batchelder authored
-
David Baumgold authored
This is a squash of 38 commits ending with 5b080f979d692804452400ac5bed9b17c50b001e
-
Gabe Mulley authored
-
Zia Fazal authored
fixed object has no attribute 'get' fixed 'LazySettings' object has no attribute add social settings to cms/env/aws
-
- Sep 16, 2015
-
-
Andy Armstrong authored
TNL-3296
-
- Sep 08, 2015
-
-
Gabe Mulley authored
-
- Sep 07, 2015
-
-
Gabe Mulley authored
-
zubair-arbi authored
ECOM-2044
-
- Sep 04, 2015
-
-
Marko Jevtic authored
-
- Sep 03, 2015
-
-
Andy Armstrong authored
-
Waheed Ahmed authored
TNL-3056
-
- Sep 02, 2015
-
-
Andy Armstrong authored
TNL-1935
-
- Aug 27, 2015
-
-
Phil McGachey authored
This change allows graded assignments to be added to a campus LMS regardless of the granularity at which the problem sits. Previously a grade could only be returned if the usage ID for the problem itself was specified in the LTI launch. The code assumes that courses taking advantage of this functionality are arranged in a hiearchy (with sections being parents to verticals, and verticals being parents to problems). When a grading event occurs it traverses the parent hiearchy to identify any previous graded LTI launches for which the new scoring event should generate a grade update. It then calculates and sends scores to each of those outcome services. Since grade calculation is an expensive operation, the code optimizes the case where a problem has been added only once as a leaf unit. In that case it is able to behave as before, just taking the grade from the signal without having to calculate grades for the whole course.
-
Ned Batchelder authored
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
-
- Aug 24, 2015
-
-
Bill DeRusha authored
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
-
- Aug 13, 2015
-
-
Chris Dodge authored
-