-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Detached categories don't access control on date #2209
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
|
Squash/rebase this? |
|
👍 |
|
@cpennington @nedbat Refactored to use XBlock tags. Cleaned up commits, fixed broken orphan fns, and removed accidentally included settings. |
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.
New code should use runtime instead of system (throughout).
|
👍 |
|
@nedbat I believe I fixed all the things you pointed out (nice job btw) |
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.
Another "system" to change...
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.
Hmmm, I believe it's impossible for an xblock not to have runtime defined, so, I'm getting rid of the if. Let me know if that's wrong.
|
One more thing to fix, then 👍 |
Detached categories don't access control on date
* fix add note to Zendesk help openedx#2194 (openedx#2202) * fix add library option, and library links to the course. openedx#2181 (openedx#2205) * second fix. add library option, and library links to the course. openedx#2210 (openedx#2211) * third fix. add library option, and library links to the course. openedx#2213 (openedx#2214) * Add the validation of the due date before 1900 openedx#2188 (openedx#2208) * Fix bug for biz playback page title openedx#2195 (openedx#2203) * fix test case. add library option, and library links to the course. openedx#2213 (openedx#2220) * Add note to page of Password reset confirm. openedx#2216 (openedx#2217) * Add login code to Playback Status page when the contract using login code openedx#2193 (openedx#2209)
Paired programmed w/ @singingwolfboy as a better way to fix the lms can't access pages which don't really have start dates (about, static_tab, and course_info) rather than hardcoding universal time 0 as the start date.
@cpennington or @nedbat please approve
@adampalay please review