-
Notifications
You must be signed in to change notification settings - Fork 4.2k
hotfix/Adam/disable accounts 2 #1298
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
Conversation
when draft is deleted and then parent published. ensure moving doesn't cause deletion
common/djangoapps/student/models.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for the strings to be that short! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just going by the django docs (https://docs.djangoproject.com/en/1.5/ref/models/fields/#choices). What would be more appropriate? Something like "AC_DIS" or "AC_EN"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The choices strings can be anything you want. The examples in the docs are two-letter all caps, but there's no need for them to be. I would choose "disabled" and "enabled". The values will only be seen by people examining the db manually, and it would be great if there were values there that they could understand.
Delete on publish to prevent orphans
…aptions. Front-end functionality was not removed. When flag is set to "True", old behaviour of autohiding of controls and captions will be enabled.
When auto-show/auto-hide is disabled, the captions will be shown when the user will move the mouse over the "CC" button. They will then auto-hide after a while if the user doesn't continue to move the mouse over the "CC" button, or over the captions themselves, or use the keyboard to select a specific caption. If the mouse pointer is not over the captions or the "CC" button, they will hide after a while. This is the key in the fix for bug BLD-355: Transcript hovers over over videoplayer itself for PKU videos.
…ts that needed it.
LMS: Revised CSS Architecture (resolves LMS_1020)
Bulk Email improvements for release
common/djangoapps/student/views.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log messages shouldn't be internationalized.
|
👍 |
1 similar comment
|
👍 |
add migration
add middleware to detect students with disabled accounts add tests
…ix-task-atomic Fix transaction span for ga_task
…ogwood/fix-task-atomic" (openedx#1333) This reverts commit c0332b9, reversing changes made to 7db6319.
* Implements ga_optional openedx#1239 (openedx#1393) * Fix has_terminated on course-overview. openedx#1324 (openedx#1391) * Version up CourseOverview to regenerate CourseOverview. * Add send_mail option to ContractAuth(biz) openedx#1322 (openedx#1392) * Revert "Revert "Merge pull request openedx#1298 from hachiyanagi-ks/develop/dogwood/…" (openedx#1394) * Version up django and ora2 openedx#1375 (openedx#1396) * Version up to django==1.8.16 openedx#1375 * Version up ora2 to gacco/eucalyptus==1.1.5 openedx#1375 * Add format file openedx#1428 (openedx#1465) * Text correction of scoring by instructor openedx#1467
…ete-imexp-on-submit Bump image explorer version to 1.1.1
@nedbat @cpennington
This PR does:
@wedaly the failures with the video caption tests are known issues, right?