- Nov 01, 2013
-
-
Jason Bau authored
add error handling for update_score for OEE when no child_history
-
Jason Bau authored
-
frances botsford authored
Course creation form cleanup
-
Frances Botsford authored
updated course creation UI: placeholder text for Org is now more generic, run is now using current format, and tips are now below fields to allow more room for tip text Addresses bugs STUD-885 and STUD-916
-
Brian Talbot authored
Studio: Fix - Forgot Password Modal
-
Brian Talbot authored
STUD-689
-
Christina Roberts authored
Make export URL restful.
-
Greg Price authored
Remove label from forum posts by global staff
-
Calen Pennington authored
Fix AssertionErrors that were raised when creation of an XModule failed
-
Greg Price authored
Improve accessibility of forum follow buttons
-
Brian Talbot authored
-
Will Daly authored
Will/acceptance test fixes
-
Don Mitchell authored
Course id clash command
-
Will Daly authored
Added wait for JS on upload page Fixed an issue where css_click wasn't waiting for JS to load
-
Don Mitchell authored
-
Don Mitchell authored
-
Don Mitchell authored
-
Greg Price authored
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.
-
Sarina Canelake authored
Implement background email tasks on student dash
-
Calen Pennington authored
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[
-
Sarina Canelake authored
LMS-1244
-
polesye authored
Anton/word cloud total count in studio bug
-
- Oct 31, 2013
-
-
Jason Bau authored
-
Sarina Canelake authored
-
Sarina Canelake authored
Hotfix 2013 10 31
-
Slater-Victoroff authored
Proper abstraction of Module store base class implemented
-
Diana Huang authored
Add skip link to django template pages.
-
Julia Hansbrough authored
Fixing accessibility bug where users could not tab through on wiki
-
Julia Hansbrough authored
-
brianhw authored
Add datadog stats for duplicate subtask and subtask update errors.
-
Diana Huang authored
Bug: LMS-1387
-
Greg Price authored
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.)
-
Sarina Canelake authored
Clean up pep8/pylint
-
Valera Rozuvan authored
Bug fix: video end time proper seek beyond.
-
Valera Rozuvan authored
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
-
polesye authored
Video Player: Disallow users to enter video url's in http.
-
Sarina Canelake authored
Package the instructor dash javascript separately
-
Sarina Canelake authored
-
Sarina Canelake authored
LMS-1418
-
- Oct 30, 2013
-
-
Sarina Canelake authored
Provide access to the course_id directly on XModules/Descriptors
-