- 27 Aug, 2014 23 commits
-
-
WIP: Content Experiments Documentation
srpearce committed -
Mark Hoeber committed
-
Publishing Update Round Two
Alison Hodges committed -
Mark Hoeber committed
-
Ahodges/doc/relnotes20140826
Alison Hodges committed -
Alison Hodges committed
-
Adding social media link overrides for AWS.
Stephen Sanchez committed -
compute_publish_state -> has_published_version
Don Mitchell committed -
Adam/track bulk email memory
Adam committed -
Ahodges/doc/doc839
Alison Hodges committed -
Alison Hodges committed
-
LMS-11213
Don Mitchell committed -
LMS-11298 Course reruns spelling correction
Nimisha Asthagiri committed -
Serving Fonts through Platform Assets
jmclaus committed -
Embargo based on country code in the user's profile.
Will Daly committed -
Stephen Sanchez committed
-
Adam Palay committed
-
jmclaus committed
-
Nimisha Asthagiri committed
-
Will Daly committed
-
Fixup of Bug/djpyfs
Don Mitchell committed -
Merge pull request #4932 from edx/waheed/lms11266-modify-request-type-for-change-enroll-and-bulk-beta Modified request method for change enrollment and bulk beta modify access on instructor dashboard.
Waheed Ahmed committed -
LMS-11266
Waheed Ahmed committed
-
- 26 Aug, 2014 17 commits
-
-
add tests for drag and drop unit into collapsed subsection on course out...
Andy Armstrong committed -
Sjang92/advanced settings feedback
Andy Armstrong committed -
Alison Hodges committed
-
Alison Hodges committed
-
Don Mitchell committed
-
Removed grading and drag'n'drop
Alison Hodges committed -
Bug/djpyfs
Don Mitchell committed -
Alison Hodges committed
-
Don Mitchell committed
-
This commit adds validation for course advanced settings. Currently when course administrators make invalid changes in the Settings/Advanced Settings tab, they're not notified through a new modal window of the list of invalid settings changes. * Extending CourseMetadata - Previously, we only had update_from_json method in CourseMetadata.py, and it was only validating one field every POST request. - Now we have validate_and_update_from_json method that encapsulates the functionality of update_from_json into a validation call - To avoid discrepancy of validation standards between modules, validation uses the from_json method implemented to each field in xblock. * Different Response in advanced settings ajax requests - After receiving a POST ajax request, course.py calls validate_and_update_from_json, and sends a json object of either: 1) valid course metadata model 2) error objects * Error Messages shown in validation-error-modal - error objects passed through ajax are shown in a separate modal.
Se Won Jang committed -
doc-byte-sized-tasks: Add link to the byte-sized tasks in CONTRIBUTING
Sarina Canelake committed -
Split/lms bugs
Don Mitchell committed -
Thanks to @adampalay, we now have a list of byte-sized tasks, which are useful for new contributors who want a gentle introduction to the platform. This PR adds a link to the tasks tagged as byte-sized in the public tracker.
Xavier Antoviaque committed -
Pin coffee-script version to 1.6.1. 1.6.3 is causing some issues.
Ben Patterson committed -
Update test_group_configuration_validation on single group allowed
Tim Babych committed -
Make sure that the currently-set language is the one that shows on the left sidebar if no language preference exists.
Diana Huang committed -
Tim Babych committed
-