- Sep 15, 2018
-
-
Nimisha Asthagiri authored
-
- Jul 23, 2018
-
-
Bill Filler authored
Enable the journal app in LMS. Add support to display Journals on index and courseware pages and dashboard.
-
- Jun 13, 2018
-
-
David Ormsbee authored
Doing modulestore lookups is expensive, so commit 695b0362 created a course_publish listener that would materialize the discussion ID to XBlock usage key mapping into the CourseDiscussionSettings model. However, the signal wasn't hooked up to the Studio process, so that async task was never called. When hooking it up, I also discovered that bok choy tests related to partitioning were failing because of a race condition where multiple processes are overwriting the discussion settings. To make sure this wasn't an issue, I moved the mapping to its own table. This is part of ARCH-111, and the overall Course Structures API deprecation.
-
- May 04, 2018
-
-
Anthony Mangano authored
LEARNER-4869
-
- Apr 25, 2018
-
-
Jeff LaJoie authored
-
- Mar 26, 2018
-
-
Gavin Sidebottom authored
-
- Feb 26, 2018
-
-
Bill DeRusha authored
-
- Feb 23, 2018
-
-
Bill DeRusha authored
-
- Feb 16, 2018
-
-
Amir Qayyum Khan authored
-
- Feb 01, 2018
-
-
Gavin Sidebottom authored
-
- Jan 18, 2018
-
-
Nimisha Asthagiri authored
-
- Jan 11, 2018
-
-
Nimisha Asthagiri authored
-
- Dec 12, 2017
-
-
Tomasz Gargas authored
Signed-off-by:
Tomasz Gargas <tomasz@opencraft.com>
-
- Oct 24, 2017
-
-
Gabe Mulley authored
This reverts commit b541dfa3.
-
- Oct 20, 2017
-
-
Eric Fischer authored
This reverts commit a1359535, reversing changes made to 68d5fe89.
-
- Oct 19, 2017
-
-
Gabe Mulley authored
-
- Aug 31, 2017
-
-
Gabe Mulley authored
-
- Jun 23, 2017
-
-
Andy Armstrong authored
Introduce a course_tool plugin entry point and migrate the updates, bookmarks and reviews tools into plugins.
-
- May 03, 2017
-
-
Eric Fischer authored
-
- Apr 19, 2017
-
-
Eric Fischer authored
This reverts commit 1224e341. I've also added NotImplementedPartitionScheme, which allows deprecated partition types to have a valid entry point despite being unusable. TNL-6675
-
- Apr 13, 2017
-
-
Diana Huang authored
Add comment explaining why we can't have a separate transformer.
-
- Mar 30, 2017
-
-
cahrens authored
TNL-6674
-
- Mar 08, 2017
-
-
Nimisha Asthagiri authored
This reverts commit 83f2be49, reversing changes made to 01ed1742.
-
- Mar 01, 2017
-
-
Eric Fischer authored
This is unused, and will no longer be supported on edx.org. Also adds a DeprecatedModel utility class. TNL-6126
-
- Aug 17, 2016
-
-
Andy Armstrong authored
-
- Jul 22, 2016
-
-
Sanford Student authored
-
-
- Jul 21, 2016
-
-
sanfordstudent authored
This reverts commit 4e65b1f1.
-
- Jul 20, 2016
-
-
Sanford Student authored
-
Nimisha Asthagiri authored
-
- Jun 24, 2016
-
-
Nimisha Asthagiri authored
-
- Dec 11, 2015
-
-
Sarina Canelake authored
-
- Nov 05, 2015
-
-
Nimisha Asthagiri authored
-
Nimisha Asthagiri authored
-
- Aug 20, 2015
-
-
zubair-arbi authored
* Automatically create user partitions on course publish for each ICRV checkpoint. * Disable partitions for ICRV checkpoints that have been deleted. * Skip partitions that have been disabled when checking access. * Add verification access control UI to visibility settings. * Add verification access control UI to sequential and vertical settings. * Add partition scheme for verification partition groups. * Cache information used by verification partition scheme and invalidate the cache on update. * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint. * Refactor GroupConfiguration to allow multiple user partitions. * Add special messaging to ICRV for students in the honor track. Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
-
- Jul 30, 2015
-
-
David Baumgold authored
This reverts commit 1a3f0958.
-
- Jul 15, 2015
-
-
David Baumgold authored
-
- Jul 14, 2015
-
-
David Baumgold authored
-
- Jul 09, 2015
-
-
Régis Behmo authored
'distribute' is the ancestor of 'setuptools', and many packages require setuptools to be installed. Upgrade of MySQL-python from 1.2.4 to 1.2.5 is required because of an incompatibility with setuptools>0.7.
-
- Jun 08, 2015
-
-
Diana Huang authored
TNL-2321
-