Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Wagtail

We build Wagtail, an open source content management system built on Python and Django.
Collective - Host: opensource - https://opencollective.com/wagtail - Website: https://wagtail.org/ - Code: https://github.com/wagtail/wagtail

Move show-or-not tests into the button classes

github.com/wagtail/wagtail - f1ef9bd22c3f2933a7194ce6d31c2ce121158e01 authored over 1 year ago
Do not pass on classname to buttons rendered via _dropdown_items.html

There are no useful classnames available for dropdown items, and not passing this on means that ...

github.com/wagtail/wagtail - ba1870be3a04795fa9c50d28c2c9fc9192aa3579 authored over 1 year ago
Use PageListingButton for all buttons registered for page listings

This will allow us to do some cleverer refactoring shortly.

github.com/wagtail/wagtail - 45beb8ce566a9e54eb2d357c84f4f8a7796cb1a8 authored over 1 year ago
Move the 'should I add a next parameter to the delete action' logic into PageListingDeleteButton

github.com/wagtail/wagtail - 7111e1ea858161da7eb4b6f8325103d6f22c4996 authored over 1 year ago
Allow settting attrs at the class level

github.com/wagtail/wagtail - 7e3cf66071ab2d0c6fa43511d6726751109c3227 authored over 1 year ago
Render all of self.attrs in the dropdown item rendering of a button, not just aria-label

This is needed to correctly pass the `rel="noreferrer"` attribute for the view-draft and view-li...

github.com/wagtail/wagtail - 6e7eaea08b47a4819583c794f8e0f7f21035bca2 authored over 1 year ago
Allow specifying a url_name at the class level

github.com/wagtail/wagtail - 3dbff3b6a5c215992e6c3a231d1a329b80fdc3f1 authored over 1 year ago
Support setting aria-label format at the class level

github.com/wagtail/wagtail - 2c66d586203c83d253950eea9140991cace4d3ed authored over 1 year ago
Allow setting label and icon_name at the class level rather than just the constructor

github.com/wagtail/wagtail - e195b0150251f703a0f82ee1ba455960ce44424b authored over 1 year ago
Make admin login template display non_fields_errors

- Add tests
- Fixes #10912

github.com/wagtail/wagtail - 0ab4bb8db5967009b9ec6c53965c5b47acfc67fc authored over 1 year ago
Update linter versions in package.json, setup.py and pre-commit hooks

github.com/wagtail/wagtail - 689c7dcbd85c544b5d379bd64c11c9e578a5ed63 authored over 1 year ago
Release notes for #10900

github.com/wagtail/wagtail - faaab535b0b5136f079055741838c0a2535cf844 authored over 1 year ago
Change FeatureCompleteToy test model to use custom CharField primary key

github.com/wagtail/wagtail - f77125155fd1f09433cb9e623889f481d6837529 authored over 1 year ago
Mark ModelViewSet and SnippetViewSet legacy URL patterns for removal

github.com/wagtail/wagtail - 9fbc62ab5267b0e08f27ee756e9a220edd411139 authored over 1 year ago
Add legacy URL patterns for ModelViewSet's edit and delete URLs

In case people hardcode the URLs instead of using reverse().

Unify the legacy redirects with Sn...

github.com/wagtail/wagtail - f6c2f0bd95da617bd5cfb5c81004cdaae03c8f4f authored over 1 year ago
Safely use unquote() by converting to pks to str first

github.com/wagtail/wagtail - 38c9e1d52132b6edf506b45434c7df89090a3239 authored over 1 year ago
Add upgrade considerations for ModelViewSet URL changes

github.com/wagtail/wagtail - ce8f655b6f18c472526c67b3acfde82ee7208788 authored over 1 year ago
Do not use super().get_urlpatterns in ModelViewSet and SnippetViewSet

In ModelViewSet, this doesn't do anything as the base ViewSet class
returns an empty list.

In S...

github.com/wagtail/wagtail - 47af24381e4c1e649342812efd8294b3059a3597 authored over 1 year ago
Allow non-integer primary keys in ModelViewSet

github.com/wagtail/wagtail - 05a846423af00981aa7cf818e7d8649cee6b7193 authored over 1 year ago
Fix theme of logo in README.md

Github seems to have removed the dark-mode/light-mode switch using a URL-fragment.

github.com/wagtail/wagtail - bc095371369be3f742bc4ab9e1a3f44190019f7a authored over 1 year ago
Move Edit action into the 'more' dropdown

github.com/wagtail/wagtail - 4815ae03d5a4b70a668bd04dfb9776adfd7c545c authored over 1 year ago
Update listing table styling

github.com/wagtail/wagtail - 7ee53a97144e68305bde79ba7b53ddb5cb1e1c0f authored over 1 year ago
Set title line-height in em rather than rem

github.com/wagtail/wagtail - 235f1f4104c84631779736a0654cffea94f91b21 authored over 1 year ago
Remove margin on ul elements within tables

Fixes the Usage view - https://github.com/wagtail/wagtail/pull/10896#discussion_r1328281681

github.com/wagtail/wagtail - 2ed0910e269d5fd6448cb66aeae4e395adc25eb5 authored over 1 year ago
Adjust page header actions menu to match the order in the listing

github.com/wagtail/wagtail - 19e57cda7ffc16c8dc424619ddc48d596655c0de authored over 1 year ago
Remove unnecessary utility classes from page title icons

github.com/wagtail/wagtail - fa5decfb5f7d85d203768ea03397de2ddecc8895 authored over 1 year ago
Remove outdated comments about setting up permissions to only give certain buttons

These were only relevant when the assertions were retrieving the relevant buttons by index.

The...

github.com/wagtail/wagtail - 9d1b38030fd3b20b66536996cab692cb49e116cf authored over 1 year ago
Make action buttons in listings always visible

github.com/wagtail/wagtail - 4c7a1aae94417d58f0d23ae7d893bd59c94d154e authored over 1 year ago
Fix mismatches between aria-label and title in buttons

We have mostly standardised on passing an "aria-label" attribute when constructing buttons. Howe...

github.com/wagtail/wagtail - 29244cf006e49c7c1b27c663b8bd678d2c5e3212 authored over 1 year ago
Allow specifying icon on a dropdown button

github.com/wagtail/wagtail - 3ad7c542672a2bea18fa10ad9665d74cc458e11f authored over 1 year ago
Set title-wrapper to inline so we don't have to change it to a span everywhere

github.com/wagtail/wagtail - 210a9c5df32ee2da6fbb5492136fd03cd70a7047 authored over 1 year ago
Add folder icon for pages with children

github.com/wagtail/wagtail - 04eca55b13e4fcadff6b8a2b462cb6fff8af9d79 authored over 1 year ago
Remove align-top classname and use top alignment in listings as standard

This is the most sensible rendering when one cell's content is overly tall - see for example the...

github.com/wagtail/wagtail - 1746cdec584ec06ed5fa957fa9fe74b3e88585dc authored over 1 year ago
Move dropdown button contents into an include

github.com/wagtail/wagtail - 32caf644c01fb13d40534e44a93630d41e2c1e72 authored over 1 year ago
Move all but the Edit button into More

github.com/wagtail/wagtail - 7dc6be54a8d1e0a8fe9a5f29c227fc740fa30ca5 authored over 1 year ago
Docs - use `subclass` not `sub-class`

- All other usage of this does not have the hyphen

github.com/wagtail/wagtail - 6bcc66c1e0aa70a286c542e3c597d32ca30c948a authored over 1 year ago
Release notes for #10864

github.com/wagtail/wagtail - da636f6b613d46d01c5ef6177f5f84c665363f3e authored over 1 year ago
Ensure side panels media is included in media context data

github.com/wagtail/wagtail - b363989fed4af971d8bdabfb84261ec2be82b4cc authored over 1 year ago
Introduce MediaContainer class to ease combining media definitions

github.com/wagtail/wagtail - 46c524a872880b6fe63e9f35503eb88cf9ac1906 authored over 1 year ago
Remove unused in_explorer parameter in StatusSidePanel

It's never used directly in the template. The value that is used in the
side_panels.html templat...

github.com/wagtail/wagtail - 9c0e3d61fc9d4704a5f7e0708d55ec2ecd17dc0d authored over 1 year ago
Remove unused code in page status side panel

- The live_object and scheduled_object are never used directly in the
templates.
- The page_perm...

github.com/wagtail/wagtail - 9441b5de09c602bb47076be58c584fb9594e6044 authored over 1 year ago
Move snippets status side panel's locale and translations context to the view

github.com/wagtail/wagtail - 2a9709106c67821b7839e790169588949d938ed4 authored over 1 year ago
Move page status side panel's locale and translations context to the view

Before the introduction of the side panels, the locale selector is
displayed in the header, with...

github.com/wagtail/wagtail - 4c0aa931b4405a2b11fee837827caa9e07581973 authored over 1 year ago
Unify PreviewSidePanel code for pages and snippets

Move the preview_url resolving to the view and pass the value via the constructor

github.com/wagtail/wagtail - 89730bf9f702774b99158d30cb34631cb986fc17 authored over 1 year ago
Remove unused BaseSidePanels class

This was extracted from PageSidePanels in 80643e0680f76d5fcc1f4ef7f2e65af8bf9cb511
and the code ...

github.com/wagtail/wagtail - a642e8a4bde764436e9fbfd6583d7ac6076707d6 authored over 1 year ago
Remove SnippetSidePanels class and instantiate each side panel directly in the view

github.com/wagtail/wagtail - 4580079d131654592ade96b83ce4f9bbdaf9fd44 authored over 1 year ago
Remove PageSidePanels class and instantiate each side panel directly in the view

The intermediary class isn't very useful and only adds complexities, as
we have to pass the data...

github.com/wagtail/wagtail - 363129216d700084d1474ae1a23386272f2712a3 authored over 1 year ago
Allow subclasses of PagesAPIViewSet override default Page model

- Built on original PR #7372 and feedback on that solution
- Add unit tests and documentation
- ...

github.com/wagtail/wagtail - cdd6f1800c1141fba8f4f39c6c3a7de4fa859b3d authored over 1 year ago
Support passing extra context variables via the {% component %} tag

github.com/wagtail/wagtail - 6009903c55f429ecca10ea60b002719a52bc9ffb authored over 1 year ago
Fix changelog / release notes entry for #10916

github.com/wagtail/wagtail - dd95b8b0d2d3b18b7ce905a3a9accc0daa65b38f authored over 1 year ago
Document support for OpenSearch

Fixes #7920

github.com/wagtail/wagtail - 30a489a51c9ddb48de5bd1fdb1a399272bf7b856 authored over 1 year ago
Release note for #10916 in 5.1.2

github.com/wagtail/wagtail - 4938db9b7c525f3944e4c664f0ac27675a12b126 authored over 1 year ago
Fix Elasticsearch7 backend to work on pre-7.15 library versions

Fixes #7920. Check library version and only patch backend classes with the updated API calls if ...

github.com/wagtail/wagtail - 9372cb12e21b9dc4e9c56ad8363069ead2ee457e authored over 1 year ago
Add test run on opensearch

github.com/wagtail/wagtail - 362b847ef549c49cd8b88a438b362f92cc4d2243 authored over 1 year ago
Hooks documentation - fix up admonition formatting

github.com/wagtail/wagtail - b60828ac4703973de99eba9ce1e60b46cb126069 authored over 1 year ago
Release note for #10911 in 5.0.3

github.com/wagtail/wagtail - b5eff93fdec6f3b78da8f811e8a9df6e829c1d7d authored over 1 year ago
Clean up additional white-space in HTML attributes

github.com/wagtail/wagtail - 6abcb254c214921aad9c81ec18c29a1a40efa4e5 authored over 1 year ago
Fix CallableChoiceIterator import on Django 5.0+

github.com/wagtail/wagtail - 4a097466ebfa3260917c66f8a1e6f2891ebae399 authored over 1 year ago
Add changelog for #10245 & #10893

github.com/wagtail/wagtail - 27a8f85e1ec798eacc4f1c00a4885c7c433f1407 authored over 1 year ago
Replace usage of text/django-form-template script with template element

- Remove `escapescript` template tag usage as no longer required
- Closes #10034

github.com/wagtail/wagtail - 70a6aacfb9960c23a35856ce5813647384aef51e authored over 1 year ago
Update InlinePanel JS to support empty form as Template

- Keep backwards compatibility with script element

github.com/wagtail/wagtail - 0fde1ca404e70a1eafdef00819e103574d78ba46 authored over 1 year ago
Fix PublishMenuItem label is not overridable through hook

Fixes #10663

github.com/wagtail/wagtail - f82366e15135550b286b7656bef45bc7cf8700f6 authored over 1 year ago
Fix typo and expression in 5.1 release notes

github.com/wagtail/wagtail - 72c55dee177537fc0ce9b0b52feb2ebd298b759b authored over 1 year ago
Release notes for #10880

github.com/wagtail/wagtail - bde19900b9f44d73ce5393f7154e9d32a652cd23 authored over 1 year ago
Add breadcrumbs to generic inspect view

github.com/wagtail/wagtail - d2ad1bfb69ee71ab49a23b6cdab0d410243afe4c authored over 1 year ago
Move Home breadcrumb item to the view level

This allows using the {% breadcrumbs %} tag without having the Home as the first item

github.com/wagtail/wagtail - ee67521b9fba9756af37b0ef84c6276d3c656167 authored over 1 year ago
Do not add URL to the last item in the generic breadcrumbs

github.com/wagtail/wagtail - f4109ccf1da282d230eade04cac4e3eebddbc150 authored over 1 year ago
Add home as the first item in generic breadcrumbs

github.com/wagtail/wagtail - d0eba3e35db8a73e79e66c59275c5aa9e923a098 authored over 1 year ago
Render breadcrumbs in generic model views

github.com/wagtail/wagtail - 78f9db33e3cb0644cec39471e296bff7f0e4167e authored over 1 year ago
Move snippets breadcrumb items definition to generic views

github.com/wagtail/wagtail - 6f39b9170a0fdff5499e8232085507b0e3c6b43d authored over 1 year ago
Revert "Add breadcrumbs to snippets delete view"

This reverts commit 9ed5b8f07090b1bc50e80c3668e6a06aab105c22.

github.com/wagtail/wagtail - acf24d978ec62a9d341654d887fa8bacbbfcc208 authored over 1 year ago
Replace @total_ordering usage with comparison functions implementation #10526

github.com/wagtail/wagtail - b681e74d30c272498af5b39df0eeaad4a722de80 authored over 1 year ago
Update dropdown template tag using offset

- Rename template tag variable toggle_tippy_offset to toggle_tooltip_offset
- Update usage in th...

github.com/wagtail/wagtail - 849615404cde5acadcf487d7c513a84b55772065 authored over 1 year ago
Add changelog / upgrade considerations for #10869

Closes #10668

github.com/wagtail/wagtail - ba9f7c898f6d9080daa6dd87100b96e8c6651355 authored over 1 year ago
Add support for offset value in Dropdown & Tooltip controllers

github.com/wagtail/wagtail - f86a832a4b4d0a9a555c412d40b7fe2168a5af7d authored over 1 year ago
Migrate all data-tippy attributes to w-tooltip Stimulus data attributes

github.com/wagtail/wagtail - 36b9edc5d7379af472816f957fa58168c4ae2140 authored over 1 year ago
Revise the human_readable_date arg (rename position to placement)

- Add unit tests
- Move changelog entry to features, not maintenance
- See #10871 & 0a977cc54d9b...

github.com/wagtail/wagtail - e317ac482b9e65e490a61b9cc53c708d3aa867d4 authored over 1 year ago
Add 5.1.2 backport changelog entry for #10857

github.com/wagtail/wagtail - 51df7b51d072da92c5eb87870db234e499283797 authored over 1 year ago
Fix minor typos in the docs

"JavasScript" -> "JavaScript"

github.com/wagtail/wagtail - dbc130e565186eb346bd44e8382e56c858953a7c authored over 1 year ago
Changelog & release notes for #10857

- Including backport to 5.1.2

github.com/wagtail/wagtail - a5966753d216f68d27e7411773668aee7f691cc7 authored over 1 year ago
Replace `imghdr` with Willow's built-in mime-type detection

github.com/wagtail/wagtail - 2ec1b0314b25b6eb290c856cdd72db70e03b0b18 authored over 1 year ago
Bump Willow to ensure it supports SVG mimes

github.com/wagtail/wagtail - 84d744303dddb6195a73d0d6df3d00700f4cb7b0 authored over 1 year ago
Add tests for image serving SVG and AVIF files

github.com/wagtail/wagtail - 7439fa0b20235ed1d9d7d558d89c46e5940989b4 authored over 1 year ago
Add 5.1 release notes for changed `attrs.html` template location

Fixes #10874

github.com/wagtail/wagtail - 19b4df26483bb1ede58d69f4b00ac67482c6ead9 authored over 1 year ago
Release notes for #10865 and #10870

github.com/wagtail/wagtail - 3cd13c65ef3a0a58bdbdcdfcc8832a38cd3f1007 authored over 1 year ago
Re-use side_panel_toggles.html include in slim_header.html template

github.com/wagtail/wagtail - 2901ac84a730f10e3f6e153ca12482eb6896f054 authored over 1 year ago
Move sticky header wrapper to slim_header.html

Reduces copy-pasting across every usage of the template

github.com/wagtail/wagtail - e6fbc500eddf608911ca0bca6b064a90e430cb85 authored over 1 year ago
Move side_panels.html include to slim_header.html

This brings the side_panel_toggles.html and side_panels.html includes
closer together (in the sa...

github.com/wagtail/wagtail - b543e3ab2d37f63707c372bc56b560e88e799d56 authored over 1 year ago
Add tests for generic breadcrumbs template tag

github.com/wagtail/wagtail - 40856e7552b57c605eec55e5b35fdbbc67fc0683 authored over 1 year ago
Use SimpleTestCase for most templatetag tests

Speed them up when run individually as it skips the database setup

github.com/wagtail/wagtail - a0604fc272b3532a001a5c6293f7f9a9bf8a1602 authored over 1 year ago
Add stories for generic breadcrumbs component

github.com/wagtail/wagtail - 7751234ae7a7e93ea1a46fb464f232e368ef3b6a authored over 1 year ago
Update breadcrumbs.stories.tsx to page_breadcrumbs.stories.tsx

github.com/wagtail/wagtail - df1f44e8e622edc902de295f883ed5a41b3b703c authored over 1 year ago
Explicitly add is_expanded support to breadcrumbs template tag

github.com/wagtail/wagtail - d95c1ecde268beff8f1112a941d0ab4f210c2ef9 authored over 1 year ago
Remove unused breadcrumbs block in shared header template

No longer used anywhere

github.com/wagtail/wagtail - 9d17a71993c3730bf284216887ee5e7625e4b4df authored over 1 year ago
Extract snippets base breadcrumbs_items into SnippetViewSet to be shared across views

github.com/wagtail/wagtail - 51c21b5e8fb43e979d6d81fe48b8d08777669703 authored over 1 year ago
Add breadcrumbs to snippets delete view

Just to demonstrate how easy it is to extend a generic template and add breadcrumbs

github.com/wagtail/wagtail - 9ed5b8f07090b1bc50e80c3668e6a06aab105c22 authored over 1 year ago
Reuse slim_header.html template directly and define breadcrumbs items in snippets views

github.com/wagtail/wagtail - 0ebc8a2d289063bacb42328b0dfb74db321b88e1 authored over 1 year ago
Add breadcrumbs_items and get_breadcrumbs_items to WagtailAdminTemplateMixin

github.com/wagtail/wagtail - 2bee5fbd89b49e4f2eaa722c01d74339ca259aa0 authored over 1 year ago
Add breadcrumbs and side panel toggles to slim_header.html template if the context variables are available

github.com/wagtail/wagtail - 96549651f144b368ddfc8bff0842c381e1a93f45 authored over 1 year ago