Skip to content
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

feat: reapply forum v2 changes #36002

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 10, 2024

  1. feat: Reapply "Integrate Forum V2 into edx-platform"

    This reverts commit 818aa34.
    regisb committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    6707fab View commit details
    Browse the repository at this point in the history
  2. feat: make it possible to globally disable forum v2 with setting

    We introduce a setting that allows us to bypass any course waffle flag
    check. The advantage of such a setting is that we don't need to find the
    course ID: in some cases, we might not have access to the course ID, and
    we need to look for it... in forum v2.
    
    See discussion here: openedx/forum#137
    regisb committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    5520613 View commit details
    Browse the repository at this point in the history
  3. chore: bump openedx-forum to 0.1.5

    This should fix an issue with index creation on edX.org.
    regisb committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    c7c430b View commit details
    Browse the repository at this point in the history