Splines
Splines
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". - [...
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...
#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....
## Things to consider - [ ] Check for Param equality check violations in production log, see [this comment](https://github.com/MaMpf-HD/mampf/pull/609#issuecomment-2043199504) - [ ] New cache format: https://github.com/MaMpf-HD/mampf/issues/554#issuecomment-2045979728 (hopefully already done when...
From the Webpacker [Readme](https://github.com/rails/webpacker): > Webpacker has served the Rails community for over five years as a bridge to compiled and bundled JavaScript. This bridge is no longer needed for...
[Low priority] Improve the admin view for user management. See [here](https://3.basecamp.com/3978947/buckets/7070405/todos/5185103909).