Mike Dingjan

Results 9 issues of Mike Dingjan

Tests are now down by Travis CI, however GitHub actions can handle this as well. Also releases can be done via GitHub actions, which makes it possible for everybody with...

At the moment we kinda assume the user will use the language code as a slug when creating an ``homepage`` https://github.com/LUKKIEN/wagtailtrans/blob/master/src/wagtailtrans/models.py#L273. It would be nice to have an setting which...

enhancement
question

This is an Work in progress PR! Implements #160

In the early days of ``wagtailtrans`` we've created a setting which allowed users to define the default and other languages of a ``wagtailcore.Site`` this behavior is very common when dealing...

### Issue summary At the moment when in synced mode, removal of pages isn't allowed, therefore the language can't be removed either, since it's protected by a `models.PROTECT` foreignkey. The...

### Issue summary When in synced mode, removing a page in a non-canonical tree throws a 403 error. It would be better to hide the move, copy and delete buttons...

enhancement
workflow

### Issue summary When creating an internal link it's possible to link to pages in a other language. since this will trigger a language switch this is not the right...

workflow

### Issue summary At the moment the `Translator` roles can see all trees even the ones he doesn't have access to, wagtail provides a hook to filter the explorer pages...

workflow

Since the site.tf is generated by mach-composer-cli moving a component is quite a hassle, you need to generate the tf files, add your ``moved {}`` blocks before doing an apply....

enhancement