Rob Moorman

Results 26 issues of Rob Moorman

Would be nice for content editors who use the userbar to somehow directly view the to be translated pages. With a hook (http://docs.wagtail.io/en/v1.7/reference/hooks.html?highlight=userbar#construct-wagtail-userbar).

enhancement

All django admin related should not be included in the build, as well for all wagtail static files.

type:Enhancement
django-bakery

Bakery urlencodes URLs when creating folder names. Which is indeed the URL asked by the browser to the HTTP server, but the HTTP server decodes the URL before searching the...

bug

Render all Wagtail Redirect objects to html files as seen in issue #14

type:Enhancement

While using the pageInfo `hasPreviousPage` and `hasNextPage` cursor based navigation (before and after), it seems these results are always set to False. The corresponding code (https://github.com/graphql-python/graphql-relay-py/blob/master/graphql_relay/connection/arrayconnection.py#L104-L105): ```python return connection_type( edges=edges,...

### Issue Summary Using the `collapsed=True` (new feature) of the `StreamField`. The `TableBlock` is not loading the table. ### Technical details * Python version: any * Django version:any * Wagtail...

type:Bug
component:Streamfield
status:Unconfirmed

Some facts as I experience most of the projects I work on: 1. Most of projects are setup secure by having their own aws account (e.g. test and production separated)....

enhancement

```python # Check if all services exist existing_services = utils.describe_services( connection.ecs, cluster=cluster_name, services=task_definitions.keys()) ``` Should this not be `services.keys()`, as we want to match against service names and not names...

bug