- 11 Mar, 2014 1 commit
-
-
polesye committed
-
- 10 Mar, 2014 29 commits
-
-
remove old version of codemirror css, to prevent confusion
Dave St.Germain committed -
adjusted visual styling for editing state of xblocks, html, and video co...
marcotuts committed -
adjusted visual styling for editing state of xblocks, html, and video components which had extra padding applied to it from the container page xblock styling STUD-1410
marco committed -
Merge release from 2014-03-10
Calen Pennington committed -
Conflicts: cms/envs/common.py lms/envs/common.py
Calen Pennington committed -
Cale/fix crazy items error
Han Su Kim committed -
Save language preference on account creation
Greg Price committed -
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.
Greg Price committed -
Put language modal in alphabetical order LMS-2302
Sarina Canelake committed -
Calen Pennington 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
-
Sarina Canelake committed
-
fix capa textline display to leave "inline" alone upon status change
ichuang committed -
fix capa textline to properly use inline if specified when using math preprocessor
ichuang committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Update dummy Esperanto strings
Sarina Canelake committed -
ichuang committed
-
Dave St.Germain 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 5 commits
-
-
Minor changes to instructor Analytics tab
Sarina Canelake committed -
Sarina Canelake committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
- 07 Mar, 2014 4 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
-