-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/instructor dash #385
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Kimth/lms coderesponse
mtyaka
referenced
this pull request
in open-craft/edx-platform
Feb 16, 2015
Fix issues with duplicate discussion targets
hachiyanagi-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Oct 6, 2015
cherry-pick 996b32a to master
diegomillan
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Sep 14, 2016
…tracking_events Attempt to find a solution to the tracking log issue.
jfavellar90
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Apr 11, 2018
* microsite api for ficus, markdown not displaying correctly in browsable api * work on tests for ficus, reverse url not working for TestCase * catch organization exception * reverse is now working * update test working, need to assert 404s * remove typo * update working again * post test failing * revert changes * swtiching branches, saving work * tests all passing * removes prints, deal with pylint * more pylint * remove unused code * more pylint * add some comments * clean up code and add course_id
jfavellar90
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Apr 11, 2018
* Proversity/add microsites api ficus (openedx#385) * microsite api for ficus, markdown not displaying correctly in browsable api * work on tests for ficus, reverse url not working for TestCase * catch organization exception * reverse is now working * update test working, need to assert 404s * remove typo * update working again * post test failing * revert changes * swtiching branches, saving work * tests all passing * removes prints, deal with pylint * more pylint * remove unused code * more pylint * add some comments * clean up code and add course_id * update PUT response to include serializer.data (openedx#386) * update PUT response to include serializer.data * delete sites and return microsite ids for PUT and POST responses * check for exisiting Sites for PUT * remove unnecessary code * UPD: recap xblock update to taged version * remove editable flag from freetextresponse req * fix bad last accessed conditional
dgamanenko
referenced
this pull request
in raccoongang/edx-platform
Jun 14, 2018
* microsite api for ficus, markdown not displaying correctly in browsable api * work on tests for ficus, reverse url not working for TestCase * catch organization exception * reverse is now working * update test working, need to assert 404s * remove typo * update working again * post test failing * revert changes * swtiching branches, saving work * tests all passing * removes prints, deal with pylint * more pylint * remove unused code * more pylint * add some comments * clean up code and add course_id
dgamanenko
referenced
this pull request
in raccoongang/edx-platform
Jun 14, 2018
* Proversity/add microsites api ficus (#385) * microsite api for ficus, markdown not displaying correctly in browsable api * work on tests for ficus, reverse url not working for TestCase * catch organization exception * reverse is now working * update test working, need to assert 404s * remove typo * update working again * post test failing * revert changes * swtiching branches, saving work * tests all passing * removes prints, deal with pylint * more pylint * remove unused code * more pylint * add some comments * clean up code and add course_id * update PUT response to include serializer.data (#386) * update PUT response to include serializer.data * delete sites and return microsite ids for PUT and POST responses * check for exisiting Sites for PUT * remove unnecessary code * UPD: recap xblock update to taged version * remove editable flag from freetextresponse req * fix bad last accessed conditional
xavierchan
added a commit
to xavierchan/edx-platform-1
that referenced
this pull request
May 20, 2019
bugfix tmpl images wrong
Agrendalath
pushed a commit
that referenced
this pull request
Aug 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the 500 errors on the instructor dashboard when you try to pull up a student's progress.
https://edx-wiki.atlassian.net/browse/LMS-667
This commit was already on master but didn't make it onto the release
@e0d
@ichuang