wagtailmenus icon indicating copy to clipboard operation
wagtailmenus copied to clipboard

An app to help you manage and render menus in your Wagtail projects more effectively

Results 37 wagtailmenus issues
Sort by recently updated
recently updated
newest added

Bootstrap4 is now up to version 4.3 and is stable. As Bootstrap3 templates are included, perhaps providing Bootstrap4 ones could also be done?

Currently wagtailmenus makes a database query to identify the page IDs of ancestors, and keeps it around in the context to help figure this out. If we can work this...

tidying & optimisation

Any plan to support wagtailmenus' tags through a jinja2 extension ? That would be awesome !

enhancement
compatibility
help wanted

I get the following error after updating to wagtail 4.0.1 or 4.0.2 `django.template.exceptions.TemplateDoesNotExist: wagtailadmin/pages/_editor_css.html` I checked the wagtail repository and the `_editor_css.html` file is missing. I believe one "include" line...

`django.utils.safestring.mark_safe` [now preserves lazy objects in version 4.1+](https://docs.djangoproject.com/en/4.1/releases/4.1/#utilities) so this commit sets the `mark_safe_lazy` function conditionally for compatibility

compatibility

## Example ## Relevant code https://github.com/jazzband/wagtailmenus/blob/100d90c27e0b2bcd828a4667e86deae49c4842d0/wagtailmenus/static/wagtailmenus/css/menu-edit.css#L14 ## Proposed solution Conditionally load a wagtail 4 version of the `menu-edit.css` file with the `text-align: right;` line removed. ## Related issues - #428

👋 as part of the Wagtail 4.0 release, we’ve reviewed [potential breaking changes in UI customisations](https://wagtail.org/blog/wagtail-216-and-upcoming-breaking-changes/) in community packages. I have identified two issues in wagtailmenus that will likely need...

It seems that when `help_text` wrapped in `mark_safe_lazy` code is called, it throws an error in the wagtail admin modules: https://github.com/jazzband/wagtailmenus/blob/100d90c27e0b2bcd828a4667e86deae49c4842d0/wagtailmenus/models/menus.py#L1167-L1172 ### Environment Request Method: GET Request URL: http://localhost:8000/admin/wagtailmenus/flatmenu/create/ Wagtail...

The Project Links on PyPi - https://pypi.org/project/wagtailmenus/4.0/ - point to the wrong URLs: Homepage: https://github.com/jazzband/wagtailmenus/tree/stable/4.0.x Download: https://github.com/jazzband/wagtailmenus/tarball/v4.0 It appears this has been a problem in earlier releases. I'm not sure...