Tobias Bengfort
Tobias Bengfort
Accessibility is very important. If we want to work with public institutions it becomes even more so. So we should try to comply to basic accessibility guidelines. Most importantly: -...
After successfully deleting an instance I am redirected to `/`. This works fine if `adhocracy.relative_urls` is `True`, but redirects to a non-existing page if it is `False`. Note that #626...
As (controversely) discussed in #119 we should refactor the css grid and maybe introduce a more responsive one. I propose to use the [foundation grid component](http://foundation.zurb.com/docs/components/grid.html) as it is already...
#836 has introduced several new installation settings. These are neither documented in `etc/adhocracy.ini.in` nor in `config/__init__.py`.
The "Show more..." markdown extension we introduced in #120 has some minor bug which I guess keeps people from using it. - _Expected behavior_: replace `(((text)))` with a "[show more]"...
`adhocracy.instance` is meant to allow to use adhocracy in a single instance setup. This feature has not been maintained for a while and is now buggy. However I can not...
_migrated from https://github.com/liqd/adhocracy/pull/709#issuecomment-33905978_ #### Steps to reproduce 1. got to a container page 2. click "create new norm" 3. click "cancel" #### expected result I go back to the container...
Currently we use `@mixin` exclusively. Using `@extend` in some places might be a good idea because the generated CSS is much more DRY (smaller, faster, nicer to debug in the...
[Webhelpers](https://pypi.python.org/pypi/WebHelpers/1.3) has not had an release for nearly 3 years now (and also not much activity on [bitbucket](https://bitbucket.org/bbangert/webhelpers/commits/all)). It also seems to use regular expressions to parse HTML. As we...
After submitting or canceling a form the url one is sent to is relatively hard coded. Attempts to change that locally resulted in `came_from`, `ret_url` and `cancel_url`. We should combine...