- Mar 11, 2014
-
-
Giulio Gratta authored
-
Giulio Gratta authored
-
frances botsford authored
cleanup of instructor dash membership
-
Greg Price authored
Augment user API to allow easier access to user preferences
-
Frances Botsford authored
-
Greg Price authored
The endpoint includes the key of the desired preference in the URL and returns the list of users for whom the preference is set (regardless of the value).
-
Gabe Mulley authored
Generalize grade report to allow display of any report
-
Greg Price authored
-
Valera Rozuvan authored
Add a missing comment documenting the changes done in PR 2841.
-
Mark Hoeber authored
Course Image and Dates documentation changes
-
Mark Hoeber authored
stud-1272
-
Sarina Canelake authored
Put language modal in alphabetical order LMS-2302
-
Don Mitchell authored
Make course_id a required arg to split.create_course
-
Sarina Canelake authored
-
Gabe Mulley authored
We would like to be able to generate arbitrary reports and expose them to the instructor by simply uploading them to S3. The existing grade download infrastructure pretty much supported that already, however, all of the internal and external structures were referring to the reports as exclusively grading related. Fixes: AN-590
-
Waheed Ahmed authored
Merge pull request #2859 from edx/waheed/stud1404-accidental-click-can-lose-work-on-adding-new-update Don't close modal on click outside new course update modal.
-
Dave St.Germain authored
Fixed course update css to match changed tags
-
Dave St.Germain authored
-
Valera Rozuvan authored
-
Waheed Ahmed authored
STUD-1404
-
Valera Rozuvan authored
Fix Firefox YouTube default Flash mode
-
Valera Rozuvan authored
BLD-895
-
Usman Khalid authored
Fixed module urls creation in legacy instructor dashboard.
-
- Mar 10, 2014
-
-
Dave St.Germain authored
remove old version of codemirror css, to prevent confusion
-
marcotuts authored
adjusted visual styling for editing state of xblocks, html, and video co...
-
marco authored
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
-
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
-
Usman Khalid authored
LMS-2327
-