mampf
mampf copied to clipboard
MaMpf (Mathematical Media Platform) — an E-Learning platform for mathematics featuring a media player & editor. Developed & deployed at Heidelberg University.
A user of MaMpf would like to see the following feature (reported via our new Feedback button 🙌): They complain that it's not possible to join a submission (via a...
This fixes #638. ## For reviewers In the code, probably due to historic reasons, references are referred to by "metadata" while chapters are called under the name "chapters". - [...
This fixes #639 by removing the redundant `after_destroy` callback in the `Medium` model.
Current preview:  ## TODO - [x] Add deep linking according to [this guide](https://webdesign.tutsplus.com/how-to-add-deep-linking-to-the-bootstrap-4-tabs-component--cms-31180t) and [this SO answer](https://stackoverflow.com/a/52456272/9655481) - [x] Avoid redirect with `Cancel` button - [x] Fix layout issues...
Currently, we use a custom environment named `testing` to only run our unit tests when approved. This is to avoid unnecessary strain on GitHub servers when a commit is pushed...
In #609, we had to use an older version of `html-parser` (see commit 456ed14) for the forum engine `thredded` to still work with Rails 7.1. This was necessary due to...
See [this](https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements) for why we don't need it anymore: > The top-level version property is defined by the Compose Specification for backward compatibility. It is only informative you'll receive a...
I just noticed that the new default for the video player seems to be that the table of contents and the references are not displayed and have to be activated...
#562 removed the testing from the CI/CD pipeline. We should bring it back in an easy to use fashion. This includes - Easy to use test integration into VS Code....
It appears that deletion of questions is broken. In production we just saw an exception with the following stacktrace after a destroy action for a question was attempted: ``` /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/core_ext/hash/reverse_merge.rb:21:in...