Tobias Bengfort

Results 110 issues of Tobias Bengfort

It would be great if there would be an option to use the system node by default and only install one if that is not available. This way it could...

In my project I have two databases. When testing a migration I got the following error: ``` Database queries to 'secondary' are not allowed in this test. Add 'secondary' to...

Fixes #974. Note that it changes brand colors. I went for a contrast ratio of 3:1, which is the absolute minimum according to [WCAG](https://www.w3.org/TR/WCAG21/#contrast-minimum). It is debatable whether this is...

Events can have AUDIO, DISPLAY, and EMAIL alarms. The [spec](https://datatracker.ietf.org/doc/html/rfc5545#section-3.6.6) says that "It is typically the responsibility of a "Calendar User Agent" (CUA) to deliver the alarm in the specified...

See https://code.djangoproject.com/ticket/32338 I believe the described issue would still exist in this library even if it gets fixed in django.

I am using only the CSS parts of bootstrap, not the JavaScript. Currently, this does not seem to be supported. The issue I noticed is that the form errors have...

bug
please discuss

I was unable to open a enerated PDF file because it started with a few lines of PHP warnings like this: ```html Warning: is_file(): open_basedir restriction in effect. File(/wiki/lib/styles/../images/error.png) is...

Currently, all client side code for API calls is in a single, monolothic file ([api.js](https://github.com/liqd/adhocracy4/blob/master/adhocracy4/static/api.js)). This means that individual projects that build on adhocracy4 have no good way of extending...

Type: Enhancement

`TimeStampedModel.modified` is `None` if the item has never been modified. This makes sense, especially considering UI where edited items get an additional "this has been edited on …" label. However,...

Type: Enhancement

One of the [restrictions for embedding](https://github.com/liqd/a4-meinberlin/blob/master/docs/embed.md#restrictions-on-the-overall-application) is "Do not trigger navigation from JavaScript". This is broken in the rating code: https://github.com/liqd/adhocracy4/blob/9fcedc1153fb0542d189adcc874f5552425a0afb/adhocracy4/ratings/static/ratings/react_ratings.jsx#L59 This results in the following issue: - Go to...

Type: Bug