Skip to content

Conversation

@adampalay
Copy link
Contributor

@nedbat @cpennington

This PR does:

  1. creates a user standing table
  2. creates a view and template that lets a global staff member change a user's standing
  3. adds middleware that checks user standing and deletes their session if it's bad

@wedaly the failures with the video caption tests are known issues, right?

Don Mitchell added 2 commits October 2, 2013 16:06
when draft is deleted and then parent published.
ensure moving doesn't cause deletion
Copy link
Contributor

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! :)

Copy link
Contributor Author

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"?

Copy link
Contributor

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.

brianhw and others added 8 commits October 15, 2013 11:46
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.
Copy link
Contributor

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.

@nedbat
Copy link
Contributor

nedbat commented Oct 16, 2013

👍

1 similar comment
@cpennington
Copy link
Contributor

👍

add migration
add middleware to detect students with disabled accounts

add tests
@adampalay adampalay closed this Oct 16, 2013
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Oct 20, 2016
…ix-task-atomic

Fix transaction span for ga_task
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Oct 20, 2016
…ogwood/fix-task-atomic" (openedx#1333)

This reverts commit c0332b9, reversing
changes made to 7db6319.
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Nov 27, 2016
* 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
giovannicimolin pushed a commit to open-craft/openedx-platform that referenced this pull request Dec 20, 2018
…ete-imexp-on-submit

Bump image explorer version to 1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants