- Mar 10, 2014
-
-
Calen Pennington authored
Merge release from 2014-03-10
-
Calen Pennington authored
Conflicts: cms/envs/common.py lms/envs/common.py
-
Han Su Kim authored
Cale/fix crazy items error
-
Greg Price authored
Save language preference on account creation
-
Greg Price authored
This is necessary to allow non-browser-based services (e.g. notifier) to know a user's preferred language even if the user has not explicitly selected one.
-
Sarina Canelake authored
Put language modal in alphabetical order LMS-2302
-
Calen Pennington authored
-
Calen Pennington authored
Without this, the new 'items' field in the course_info xmodule caused bizarre behavior. If you added the text 'items' to a course_info section, then the LMS would throw a 500, because the field name isn't 'data', but the stored data is a string, leading to the check of `key.field_name in self._data`, where key.field_name is the string 'items', and self._data is the content string.
-
Xavier Antoviaque authored
-
Xavier Antoviaque authored
-
Sarina Canelake authored
-
ichuang authored
fix capa textline display to leave "inline" alone upon status change
-
ichuang authored
fix capa textline to properly use inline if specified when using math preprocessor
-
Sarina Canelake authored
Update translations (autogenerated message)
-
Sarina Canelake authored
-
Sarina Canelake authored
Update dummy Esperanto strings
-
ichuang authored
-
Sarina Canelake authored
-
jmclaus authored
Fix video resizing in Flash mode.
-
Usman Khalid authored
Refactor of permissions checking for wiki pages.
-
Usman Khalid authored
LMS-2136
-
Usman Khalid authored
Currently wiki_slug is set to course number. However, since multiple courses can have the same number this may lead to clashes. So wiki_slug will be set to org.course.name. To maintain the active wiki_slugs for xml courses this cannot be changed in the CourseDescriptor. LMS-2136
-
Usman Khalid authored
CourseRole names have a new format (type_org.number.run). Previously when checking if a user was staff for a course wiki type_org/number/run and type_number format role names were checked by parsing user group names. This logic has been refactored to first fetch all courses which use the particular wiki_slug and then use courseware.access.has_access to check if the user has staff permissions on any of the courses. LMS-2136
-
Usman Khalid authored
This method returns a list of courses which use the particular wiki_slug. It is used for checking permissions in the course_wiki app. LMS-2136
-
Don Mitchell authored
LMS-2136
-
- Mar 09, 2014
-
-
polesye authored
-
- Mar 08, 2014
-
-
Sarina Canelake authored
Minor changes to instructor Analytics tab
-
Sarina Canelake authored
-
ichuang authored
-
ichuang authored
-
ichuang authored
-
- Mar 07, 2014
-
-
Sarina Canelake authored
Fix some simple pep8 and pylint violations
-
Han Su Kim authored
Release Hotfix-03-06-2014
-
Sarina Canelake authored
Minor changes to instructor Analytics tab
-
Sarina Canelake authored
-
Han Su Kim authored
Conflicts: cms/envs/common.py lms/envs/common.py
-
Ned Batchelder authored
Add auth module
-
Han Su Kim authored
Cale/fix crazy items error
-
jmclaus authored
Add .txt and .srt options to the "download transcript" button [BLD-844]
-
jmclaus authored
-