- 04 Nov, 2013 1 commit
-
-
polesye committed
-
- 01 Nov, 2013 22 commits
-
-
add error handling for update_score for OEE when no child_history
Jason Bau committed -
Jason Bau committed
-
Course creation form cleanup
frances botsford committed -
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
Frances Botsford committed -
Studio: Fix - Forgot Password Modal
Brian Talbot committed -
STUD-689
Brian Talbot committed -
Make export URL restful.
Christina Roberts committed -
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 -
Brian Talbot 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 17 commits
-
-
Jason Bau committed
-
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
-