- 04 Nov, 2013 14 commits
-
-
Determine which mode was selected more intelligently.
Diana Huang committed -
"Public Display Name" -> "Public Username" on registration page [LMS-139...
Adam committed -
User menu a11y changes to allow use of spacebar, escape key and arrows to navigate
Giulio Gratta committed -
Verified Certificate Reverification Path
Diana Huang committed -
Pin dateutil version to 2.1
Will Daly committed -
remove instances of @edx.org email addresses in our default settings (Bug: LMS-1363)
Adam committed -
Brian Talbot committed
-
Adam Palay committed
-
LMS-1384
Diana Huang committed -
Will Daly committed
-
Alex/add latex compiler key
Alexander Kryklia committed -
BLD-426
Alexander Kryklia committed -
Video player: fix start-end time bugs.
polesye committed -
polesye committed
-
- 01 Nov, 2013 24 commits
-
-
add error handling for update_score for OEE when no child_history
Jason Bau committed -
Jason Bau committed
-
User menu a11y changes to allow use of spacebar, escape key and arrow keys or tab and shift+tab to navigate
Giulio Gratta 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
-
* clean up one last typo LMS-1387
Diana Huang 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 2 commits
-
-
Jason Bau committed
-
Sarina Canelake committed
-