- 01 Nov, 2013 14 commits
-
-
Remove label from forum posts by global staff
Greg Price committed -
Fix AssertionErrors that were raised when creation of an XModule failed
Calen Pennington committed -
Improve accessibility of forum follow buttons
Greg Price committed -
Will/acceptance test fixes
Will Daly committed -
Course id clash command
Don Mitchell committed -
Added wait for JS on upload page Fixed an issue where css_click wasn't waiting for JS to load
Will Daly committed -
Don Mitchell committed
-
Don Mitchell committed
-
Don Mitchell committed
-
The motivation for this change is performance. The forums UI code gets the list of users for each role and renders the staff label based on those lists. The list for the staff role is expensive to compute because there is no index on the is_staff attribute, and we cannot create one because the User model is built into django. Users with is_staff=True are still assigned the Moderator role upon enrolling in a course, so this change will have no practical effect except that a user who is granted staff privileges after enrolling in a course will have to be made a Moderator in order for their posts to be labeled. Additionally, the UI did not use the list of users with the Student role, so that list has been removed as well.
Greg Price committed -
Implement background email tasks on student dash
Sarina Canelake committed -
The ErrorDescriptor wasn't getting the appropriate xmodule_runtime set, and thus immediately raising an AssertionError when we tried to retrieve and _xmodule from it. [LMS-1388[
Calen Pennington committed -
LMS-1244
Sarina Canelake committed -
Anton/word cloud total count in studio bug
polesye committed
-
- 31 Oct, 2013 16 commits
-
-
Sarina Canelake committed
-
Hotfix 2013 10 31
Sarina Canelake committed -
Proper abstraction of Module store base class implemented
Slater-Victoroff committed -
Add skip link to django template pages.
Diana Huang committed -
Fixing accessibility bug where users could not tab through on wiki
Julia Hansbrough committed -
Julia Hansbrough committed
-
Add datadog stats for duplicate subtask and subtask update errors.
brianhw committed -
Bug: LMS-1387
Diana Huang committed -
They now include screen reader-friendly text, have the ARIA checkbox role, activate on keypress (for space or enter), and occur in the DOM after the header information (title, etc.)
Greg Price committed -
Clean up pep8/pylint
Sarina Canelake committed -
Bug fix: video end time proper seek beyond.
Valera Rozuvan committed -
Fix bug when the user clicks on the video time-line either before or after the specified end time, it jumps to the very beginning of the video. BLD-392
Valera Rozuvan committed -
Video Player: Disallow users to enter video url's in http.
polesye committed -
Package the instructor dash javascript separately
Sarina Canelake committed -
Sarina Canelake committed
-
LMS-1418
Sarina Canelake committed
-
- 30 Oct, 2013 10 commits
-
-
Provide access to the course_id directly on XModules/Descriptors
Sarina Canelake committed -
Brian Wilson committed
-
Read/Write inheritance split up into separate base classes
Slater committed -
RESTful refactoring of /course access continued
Don Mitchell committed -
fix typo in registration email
Adam committed -
Adam Palay committed
-
Enable Pending Tasks on beta dash // Course Info prettifying
Sarina Canelake committed -
Respond to review comments LMS-1242
Sarina Canelake committed -
Add testing coverage LMS-1242 Add "Edit This Course In Studio" link for studio courses LMS-1291
Sarina Canelake committed -
LMS-1242
Sarina Canelake committed
-