adhocracy4
adhocracy4 copied to clipboard
The core library for the e-participation projects by Liquid Democracy
Wagtail recommends to use redis for caching purposes. It supports various caching mechanisms like caching parts of views, sessions etc. It looks like by enabling redis, we can heavily speed...
Currently Uploading|RichTextFields are cleaned from unallowed html by using the models save() method [1]. As this is prone for errors because devs forget to call the clean method manually we...
What is this? ========== In the Scrum of scrums on (18th July 2017) it was decided that we collect a list of bigger refactorings that we want to todo to...
The categories form could only add the category field if there are any categories to choose from. So the field can also be make required removing the need to set...
We have to set tile_image in the IMAGE_ALIASES in the settings. There should be a default/fallback. @slomo
1. https://mein.berlin.de/projects/arbeit-40-made-in-berlin/ or https://opin.me/de/projects/zbiranje-idej-za-delovanje-mladinskega-kluba-stik/ 2. Follow: 0 3. Click Follow 4. Follow: 3 (or whatever it currently is)
Currently the API is checking if a user is authenticated. This is not sufficient to disallow subscribing to private projects. Usind `ViewSetRulesPermission` was not possible with the current API, as...
- [x] make attribution configurable - [ ] validate GeoJSON (in GeoJSON field) - ~~rethink if we actually want GeoJSON, or store Points and MultiPolygons in Leaftlet representation~~ - we...