- 10 Mar, 2014 10 commits
-
-
Sarina Canelake committed
-
Update dummy Esperanto strings
Sarina Canelake committed -
Sarina Canelake committed
-
Fix video resizing in Flash mode.
jmclaus committed -
Refactor of permissions checking for wiki pages.
Usman Khalid committed -
LMS-2136
Usman Khalid committed -
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 committed -
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 committed -
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
Usman Khalid committed -
LMS-2136
Don Mitchell committed
-
- 09 Mar, 2014 1 commit
-
-
polesye committed
-
- 08 Mar, 2014 2 commits
-
-
Minor changes to instructor Analytics tab
Sarina Canelake committed -
Sarina Canelake committed
-
- 07 Mar, 2014 27 commits
-
-
Fix some simple pep8 and pylint violations
Sarina Canelake committed -
Release Hotfix-03-06-2014
Han Su Kim committed -
Minor changes to instructor Analytics tab
Sarina Canelake committed -
Sarina Canelake committed
-
Conflicts: cms/envs/common.py lms/envs/common.py
Han Su Kim committed -
Add auth module
Ned Batchelder committed -
Cale/fix crazy items error
Han Su Kim committed -
Add .txt and .srt options to the "download transcript" button [BLD-844]
jmclaus committed -
jmclaus committed
-
Han Su Kim committed
-
Sarina Canelake committed
-
Calen Pennington committed
-
Add more tests for the container page
Andy Armstrong committed -
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.
Calen Pennington committed -
Xavier Antoviaque committed
-
Xavier Antoviaque committed
-
Rename "Forum" roles on inst dash LMS-2092
Sarina Canelake committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Adjust wording around grade reports LMS-2109
Sarina Canelake committed -
Fix video positioning in full view mode.
Anton Stupak committed -
Sarina Canelake committed
-
polesye committed
-
Fix "Course started?" display on beta dash LMS-1548
Sarina Canelake committed -
Anton/fix cc button
Anton Stupak committed -
polesye committed
-
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
John Cox committed
-