Patrick Kranzlmueller

Results 16 issues of Patrick Kranzlmueller

the var "page" is fine for almost all usecases. however, sometimes you might need "p" or even some kind of translated var like "seite" (in german).

This is a container for all tickets related to S3 storage. Please note that we currently do not support S3 with the filebrowser, but we do appreciate hints on how...

discussion
PR awaited

though experimental, since we've used it for a while without any bigger issues we should add this field to the filebrowser.

3.7

when selecting a version with the filebrowsefield, a new thumbnail for the version is being generated (although the thumbnail of the original image could be used). not sure if we...

3.7

It is currently only possible to define exactly one `date_hierarchy` with Django. But it is sometimes useful to define more than one of these filters. Check if we can easily...

see http://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/ Not sure what's the best way to achieve this – django uses: ``` (function($) { })(django.jQuery); ```

When looping through forms within an inline–formset, it currently looks like this: ``` {% for inline_form in formset %} {% endfor %} ``` That does not allow to separate between...

There's a bunch of admin options which don't seem to be implemented (resp. don't work as expected) right now – instead of adding a ticket for every single one, I'm...

currently, the admin templates are within the folders "admin" and "authority" – if I'm overwriting certain templates (e.g. permission_change_form.html in folder admin), there might be conflicts with other 3rd–party apps....

when saving a simple python file with atom, flake 8 crashes (works with the command line though). I'm on OSX, flake8 installed with `pip install flake8`. I'm using the latest...