Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/community/release_notes/sumac/dev_op_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Administrators & Operators

- New Forums Implementation (migration from Ruby to Python forums backend)

- For users running Tutor, they will automatically switch to the new app. Instructions to migrate data from mongodb to mysql is available in the plugin README https://github.com/overhangio/tutor-forum/ (not yet merged, see `feat: upgrade to sumac <https://github.com/overhangio/tutor-forum/pull/49/files>`_).
- For users running Tutor, they will automatically switch to the new app. Instructions to migrate data from mongodb to mysql is available in the plugin README https://github.com/overhangio/tutor-forum/

- Users not running Tutor will by default remain on the legacy `cs_comments_service` app. They need to read this part of the forum app README: https://github.com/openedx/forum?tab=readme-ov-file#forum-v2-toggle Some settings need to be defined even for legacy app users.
- Users not running Tutor will by default remain on the legacy ``cs_comments_service`` app. They need to read this part of the forum app README: https://github.com/openedx/forum?tab=readme-ov-file#forum-v2-toggle Some settings need to be defined even for legacy app users.


New And Updated Settings and Toggles
Expand Down
6 changes: 6 additions & 0 deletions source/community/release_notes/teak/dev_op_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Breaking Changes
Administrators & Operators
**************************

- The new Forums implementation (migration from Ruby to Python forums backend) that debuted in Sumac should now be utilized in Teak. The ``cs_comments_service`` app will be removed in the Ulmo release.

- For users running Tutor, they will automatically switch to the new app. Instructions to migrate data from mongodb to mysql is available in the plugin README https://github.com/overhangio/tutor-forum/

- Users not running Tutor will by default remain on the legacy ``cs_comments_service`` app. They need to read this part of the forum app README: https://github.com/openedx/forum?tab=readme-ov-file#forum-v2-toggle Some settings need to be defined even for legacy app users.

Settings and Toggles
====================

Expand Down