Skip to content

v19.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Jan 21:25
· 24 commits to main since this release

v19.0.1 (2025-01-31)

Bug Fixes

  • Configure custom forum DBs credentials (#153, 68b06f5)

The tutor-forum plugin hardcodes the value of the name of the forum database in the Django settings, dropping the previous FORUM_MONGODB_DATABASE setting (https://github.com/overhangio/tutor-forum/blob/5d3d2dd7d1ea3c9a311ac5619eb5931a111ba363/tutorforum/plugin.py#L29).

We reintroduce the FORUM_MONGODB_DATABASE setting and ensure the mongodb user has permissions over the Forum Database.

In order to be able to override the hardcoded value we lower the priority level of the Drydock patches, guaranteeing that they are going to be applied after all the installed plugins.


Detailed Changes: v19.0.0...v19.0.1