moellering

Results 8 issues of moellering

## Problem Description Using from cms.api import add_plugin while passing a `position`parameter different from `last-child` leads in unexpected results: The new plugin is appended to the end of the list...

needs patch

### Problem I'm trying to overwrite the default_limit on the ProductListPagination. To do that I have created a derived class ``` class BiggerProductListPagination(ProductListPagination): default_limit = 100 ``` However, passing there...

## What happened? After Installation (no stripe, no paypal, no sendcloud - all other settings like default) of the head of releases/1.0 (at d05d4be159604f0946c144554d4dfc8349d2777a ) `initialize_shop_demo` crashed with the error...

## What happened before? Images (in my case the product images on the details page of the earphones) showed up. On `http://localhost:8000/de/` there was a unicorn. ## What happens now?...

## What happened? `pipenv run ./manage.py initialize_shop_demo` crashes with the error `django.db.utils.OperationalError: Problem installing fixtures: no such table: filer_folder__old` ## What should've happened instead? `pipenv run ./manage.py initialize_shop_demo` should install...

## Expected Output assertSameFiles Needle should either state that the images are similar or that they are not. ## Actual Output `ValueError: ("could not convert string to float: b'idt'")` thrown...

## Expected result I clone, install needle and then run tox. All tests should pass. ## Actual result ``` [...] FAIL: test_existing_baseline_not_overwritten (tests.test_plugin.NeedleCaptureOverwriteTest) [...] FAIL: test_baseline_is_saved (tests.test_plugin.NeedleCaptureTest) [...] FAIL: test_screenshot_is_cleanedup...

## Feature Suggestion Originally this was a feature suggestion which is continued in issue #10 (The original content of this issue can be found there) Now this issue covers proposals...