Timo Brembeck
Timo Brembeck
### Motivation At the moment, the help button always redirects to the startpage of the wiki at https://wiki.integreat-app.de/. ### Proposed Solution I think it would be cool if the target...
### Motivation Our CI workflows take quite a while, mostly due to the tests, but also pylint is taking a considerable amount of time. I think we could reduce this...
### Motivation GitHub released [grouped version updates for Dependabot in public beta](https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/) now. I think this it's worth checking out the new functionality. Also see config docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups ### Proposed...
### Motivation At the moment, we tend to forget to update our dependencies manually with the `./tools/update_dependencies.sh` tool. ### Proposed Solution Evaluate whether we can use existing tools to periodically...
### Short description Apply all pre-commit hooks to cleanup the file formats as suggested in https://github.com/digitalfabrik/integreat-cms/pull/2785#issuecomment-2100597686. (Thanks @cclauss for the hint!) ### Proposed changes - Fix missing new lines at...
### Motivation The default Django admin backend stores metadata about all changes made in the activity log, which makes it easier to track down specific issues and makes it more...
External content contributors and translators, who should only translate pages in one specific language and change nothing else in the CMS, should receive special guest credentials for a simple interface...
### Motivation We offer municipalities the option to purchase an extra 10.000 words for SUMM.AI update translations ### Proposed Solution - [ ] Create a new setting `SUMM_AI_CREDITS_ADDON` to define...
This is a meta issue for all issues regarding the translation status ("up-to-date"/"outdated"/"currently in translation"/"missing"): - [x] #83 - [x] #237 - [x] #618 - [x] #1164 - [ ]...
### Motivation To improve SEO, we want to add the possibility to add meta-descriptions for pages/events/pois. ### Proposed Solution - [ ] Add a new field `meta_description = models.TextField(blank=True)` to...