- Oct 23, 2020
-
-
Carla Duarte authored
-
- Jun 29, 2020
-
-
Michael Terry authored
- Looks at masquerading config for dates, outline, metadata, and celebration APIs in course_home_api / courseware_api. - Consolidates and cleans up places we check whether masquerading gives us full access to a course.
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Sep 30, 2019
-
-
Nimisha Asthagiri authored
-
- Sep 26, 2019
-
-
Ned Batchelder authored
-
- Sep 11, 2019
-
-
Awais Qureshi authored
Fixing python3
-
- May 31, 2019
-
-
alangsto authored
INCR-265 Run python-modernize on lms/djangoapps/courseware/management and lms/djangoapps/courseware/tests (#20716) * updated files according to INCR-265 * fixed docstring and line-length problems from quality test * Revert "fixed docstring and line-length problems from quality test" This reverts commit d050f55a4ecfaa38f46b80ec4bb85ff399a79a8c. * fixed errors reported in quality report * had error, fixed it * reversed change * fixed over/under indentation, and added line to import.py that Ned had suggested * tried disabling pylint for this line * testing new email * testing email in different window * re-added symlink and docstring
-
- Feb 12, 2019
-
-
Michael Youngstrom authored
-
- Aug 01, 2018
-
-
Jeremy Bowman authored
-
- Jun 06, 2018
-
-
Gavin Sidebottom authored
-
- Jun 05, 2018
-
-
Eric Fischer authored
Django 1.10 deprecation fix for Hackathon XIX Addresses PLAT-1397
-
- Feb 22, 2018
-
-
Matthew Piatetsky authored
-
- Jan 12, 2018
-
-
Jeremy Bowman authored
-
- Dec 05, 2017
-
-
Jeremy Bowman authored
-
- Nov 22, 2017
-
-
bmedx authored
-
- Oct 05, 2017
-
-
John Eskew authored
-
- Sep 25, 2017
-
-
Diana Huang authored
Remove the profile from the user dropdown. LEARNER-2318
-
- Jul 19, 2017
-
-
- Jun 12, 2017
-
-
Andy Armstrong authored
-
- May 30, 2017
-
-
John Eskew authored
This reverts commit f97f0525, reversing changes made to 800bcd8e.
-
- May 25, 2017
-
-
John Eskew authored
-
John Eskew authored
-
- Apr 06, 2017
-
-
Jeff LaJoie authored
-
- Mar 29, 2017
-
-
Andy Armstrong authored
LEARNER-75
-
- Mar 06, 2017
-
-
Eric Fischer authored
-
- Jan 19, 2017
-
-
cahrens authored
TNL-6050
-
- Nov 07, 2016
-
-
J. Cliff Dyer authored
* Centralize creation of quick request objects. * Isolate caches to individual tests to prevent test ordering dependencies. TNL-5811
-
- Oct 21, 2016
-
-
Albert St. Aubin authored
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string TNL-5549
-
- Oct 07, 2016
-
-
Ahsan Ulhaq authored
-
- Sep 30, 2016
-
-
Eric Fischer authored
TIL about defining variables in Mako templates.
-
Eric Fischer authored
Exposes real_user to the user_dropdown template, allowing for the requested feature change of keeping the profile links pointed at the real user's profile.
-
- Aug 04, 2016
-
-
Sanford Student authored
-
- Aug 03, 2016
-
-
Calen Pennington authored
-
Ned Batchelder authored
-
- Jul 28, 2016
-
-
Sanford Student authored
-
- Mar 30, 2016
-
-
attiyaishaque authored
-
- Feb 08, 2016
-
-
Toby Lawrence authored
-
- Jan 26, 2016
-
-
Nimisha Asthagiri authored
-
- Jan 05, 2016
-
-
Ayub-Khan authored
-Added test for TNL-3556.
-
- Aug 11, 2015
-
-
Sven Marnach authored
The new masquerading code introduced in PR #8775 adds a new attribute to CourseMasquerade objects stored in the user's session. When users who have active masquerading configuration access instances with the new code, and AttributeError occurs when trying to access the attribute user_name. This fix ensures that CourseMasquerade objects receive all required attributes when they are unpickled from the session.
-