Jacob Rief
Jacob Rief
In Django-1.9 [field_order](https://docs.djangoproject.com/en/1.9/ref/forms/api/#notes-on-field-ordering) was introduced. This can be used to reorder some fields while rendering instead of doing it through javascript.
In 2014, when Retina displays where a new thing and the W3C did not provide any standardized method to handle images on displays with a pixel ratio of more than...
It took me some time to figure out this: If I render a string on a MacBookPro with Retina display, the resulting images are rendered differently. This certainly is desired...
## Description This PR reduces the number of DB queries by a few. ## Related resources 1. chunk: fallback languages can be cached inside the `Page` object. 2. chunk: Replacing...
## Description This is a weird problem and presumably difficult to reproduce. I have a placeholder with hundreds of plugins with up to four nesting levels. If I open the...
## Description When someone adds a new page, the setting parameter `CMS_DEFAULT_IN_NAVIGATION` is ignored. ## Steps to reproduce * Add or change `CMS_DEFAULT_IN_NAVIGATION = False` in your project's `settings.py`. *...
## Description This documentation patch explains how to route requests from an apphook back to the CMS. Currently it states that this is impossible, but actually it can be done...
## Description In very special occasions, attempting to edit a page results in a database integrity error. This is caused by a `Placeholder`-object holding plugins in different languages. In our...
## Description If a page title contains special characters, such as `&`, then this character is rendered as HTML-entity, for instance `&`. In browser tabs this does not look right....