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

Add release notes for #11406

github.com/wagtail/wagtail - 7f8b2835765b9f0a4384c89aff7ad3244d8b767f authored 10 months ago by Thibaud Colas <[email protected]>
Fix FormSubmissionsPanel on Django 5.0 when creating a new form page

Fixes #11405

Django 5.0 rejects `FormSubmission.objects.filter(page=page)` when `page` is an un...

github.com/wagtail/wagtail - c5d92ebe6e52d6d7c5388b219cb9a972740ac822 authored 10 months ago by Matt Westcott <[email protected]>
display-character-count-to-RichTextBlock

github.com/wagtail/wagtail - 96b5f45fad4936699a5ec50f0dfb008f1696f2aa authored 10 months ago by elhussein almasri <[email protected]>
Add tests for maxlength on RichTextBlock

github.com/wagtail/wagtail - 5a524cb90f5a585e87a8f80c2b9941137a045242 authored 10 months ago by Matt Westcott <[email protected]>
Release notes for #11395

github.com/wagtail/wagtail - 5fa1bd15f3b711f612628576148e904568ed8bca authored 10 months ago by Matt Westcott <[email protected]>
Upgrade sphinxcontrib-spelling to 7.x (#11407)

Co-authored-by: Thibaud Colas <[email protected]>

github.com/wagtail/wagtail - 361c89ba9b7bc2e1f7388875285a0fdd884ad56f authored 10 months ago by Matt Westcott <[email protected]>
Use admin SlugInput as the default widget for models.SlugField (#11341)

- Register the admin SlugInput as the default widget for model SlugField usage
- Add a docstring...

github.com/wagtail/wagtail - 6bec1eed9cd07053c63d5dd9c1204a0ad1f55cc6 authored 10 months ago by LB Johnston <[email protected]>
Update Nikhil S Kalburgi's name as per https://github.com/wagtail/wagtail/pull/11408#issuecomment-1873961960

github.com/wagtail/wagtail - b1920b0bce021b63c9cd25e6ddec7dfbf871d020 authored 10 months ago by Matt Westcott <[email protected]>
docs: update contributing/developing.md guidelines (#11408)

Fixes #11399

Signed-off-by: nikhilkalburgi <[email protected]>

github.com/wagtail/wagtail - 4f24171b3baa2f033002654052329dc0f750d829 authored 10 months ago by nikhilkalburgi <[email protected]>
Add the ability to define header actions in generic views

github.com/wagtail/wagtail - 370351bcdaa927a7246bc1c8cfe6481ebda2b666 authored 10 months ago by Sage Abdullah <[email protected]>
Allow actions in slim_header.html to be passed as variable

github.com/wagtail/wagtail - a6a51cbc634a478e39b80e7bbdd00b75bd4d087c authored 10 months ago by Sage Abdullah <[email protected]>
Add stripped option to fragment tag

github.com/wagtail/wagtail - 3f23fe35daf8cd4336921dd3c7fc3e7ea32a0eff authored 10 months ago by Sage Abdullah <[email protected]>
Add dedicated blocks for title, breadcrumbs, and actions in slim_header.html and refactor page header templates to make better use of them

github.com/wagtail/wagtail - d9b340ab68e470856f860739a1c1fb6b9c68a94a authored 10 months ago by Sage Abdullah <[email protected]>
Move page explorer header's extra spacing to CSS

For better colocation with the CSS that increases the font size

github.com/wagtail/wagtail - 6f92a71253e93e68eadc9d816e3d4e4ba03caccf authored 10 months ago by Sage Abdullah <[email protected]>
Explicitly pass, document, and limit the variables accepted by slim_header.html

We'll be building this as the replacement for header.html eventually.

So, we should properly do...

github.com/wagtail/wagtail - 454c4eabae72fd557d45ad728c7abff6a8b5cd76 authored 10 months ago by Sage Abdullah <[email protected]>
Move breadcrumbs styling in _listing.scss to its own _breadcrumbs.scss file

github.com/wagtail/wagtail - f4f08ee2fe68ea314f62dfa27cb7d9ba875a40e0 authored 10 months ago by Sage Abdullah <[email protected]>
Use bigger font size for last breadcrumb item by default except on create/edit views

We want to make the slim_header.html as the basis for the modern header
template that will be us...

github.com/wagtail/wagtail - 3fbf79262189c3ee7864f957e03472e389492343 authored 10 months ago by Sage Abdullah <[email protected]>
Add header actions in generic index view

github.com/wagtail/wagtail - b8ad40170a29fb9e05178a75beea358394388859 authored 10 months ago by Sage Abdullah <[email protected]>
Change page listing's add button to icon-only

github.com/wagtail/wagtail - b0deeab7287569c11ce9139367fcf02486adfdbd authored 10 months ago by Sage Abdullah <[email protected]>
Show edit as a main action in generic history and usage views

github.com/wagtail/wagtail - 5ede8a132df2e03fc00544d8a3a143c681444a33 authored 10 months ago by Sage Abdullah <[email protected]>
Move page listing search form to be in the same row as the breadcrumbs

github.com/wagtail/wagtail - 568e92604378b144622415e4c0ec0a3d6f839b88 authored 10 months ago by Sage Abdullah <[email protected]>
Add filters to slim_header.html

github.com/wagtail/wagtail - 71f826575a41c936bedba281a84633a6a9081d10 authored 10 months ago by Sage Abdullah <[email protected]>
Standardise search form placeholder to 'Search…'

github.com/wagtail/wagtail - 5926e9fabec22443be13e10788f88af6994e8c50 authored 10 months ago by Sage Abdullah <[email protected]>
Improve styles of slim header's search and filters for better vertical alignment

github.com/wagtail/wagtail - 4407c5b5b0591c64ddf5de113239d766c33b7acd authored 10 months ago by Sage Abdullah <[email protected]>
Add sublabel support to breadcrumbs

github.com/wagtail/wagtail - 3cbf3b4b6aae51af74bb86301a3d8166d1355948 authored 10 months ago by Sage Abdullah <[email protected]>
Use border instead of underline in breadcrumbs to prevent gap with sublabel

github.com/wagtail/wagtail - e7e9ae5a1eb992b56efd07cb2860b0961384b0e0 authored 10 months ago by Sage Abdullah <[email protected]>
Change 'Usage of' page title to 'Usage'

page_title and page_subtitle are not meant to be read as one phrase

github.com/wagtail/wagtail - 2e23981021915dddb2675b281fc1e98240615f0c authored 10 months ago by Sage Abdullah <[email protected]>
Rename main_actions and more_actions to header_buttons and header_more_buttons

To follow the pattern for get_list_buttons and get_list_more_buttons

This will be made clearer ...

github.com/wagtail/wagtail - 4554dbdf4f4f3acde96becef7c6b0c8503993ac5 authored 10 months ago by Sage Abdullah <[email protected]>
Add default template for Button component

github.com/wagtail/wagtail - 2274a44572b6b3d8a19bd4a1d4c893ab2b0d51ca authored 10 months ago by Sage Abdullah <[email protected]>
Reduce slim header search bar height to match filter button

github.com/wagtail/wagtail - c900ba6c8ebf813b86a1c62a7ff10c6c16d627cf authored 10 months ago by Sage Abdullah <[email protected]>
Use button components pattern for slim header buttons

github.com/wagtail/wagtail - 73f7a1abc467001bbe2fbd12a322d867eb012e5a authored 10 months ago by Sage Abdullah <[email protected]>
Don't use legacy header when breadcrumbs are used

github.com/wagtail/wagtail - 8a7dd1f5a1272f3701cde369c3ea314baec1f2ca authored 10 months ago by Sage Abdullah <[email protected]>
Make styles for header buttons consistent

github.com/wagtail/wagtail - 28d21bf066f488526a32c91b3ab5f6735501bfc3 authored 10 months ago by Sage Abdullah <[email protected]>
Add sublabel to history, usage, and inspect breadcrumb items

github.com/wagtail/wagtail - 62f4ebe0d14f03dd693ca64a17fc68ed2b178fc0 authored 10 months ago by Sage Abdullah <[email protected]>
Enforce bulk action checkbox column via CSS

10px was never the right width.

Using CSS instead of the column's width attribute allows us to ...

github.com/wagtail/wagtail - 1ad22f530d50409aa090b9e57a0118a75ac94a41 authored 10 months ago by Sage Abdullah <[email protected]>
Disable header buttons for snippet models index

github.com/wagtail/wagtail - cd61adbd311e17cdef5c07596f434e5dfcd773f4 authored 10 months ago by Thibaud Colas <[email protected]>
Release notes for #11332

github.com/wagtail/wagtail - 2cf9730c23bd1c386dea131c578c05c60cf4f446 authored 10 months ago by Thibaud Colas <[email protected]>
Don't add padding to first column on report pages

Report pages have styles for .report that adds margins similar to nice-padding

github.com/wagtail/wagtail - a0a0b1343c7f211699443f0e3ac909e850d0d622 authored 10 months ago by Sage Abdullah <[email protected]>
Introduce get_header_title in WagtailAdminTemplateMixin for <title> and slim header's h1

github.com/wagtail/wagtail - 3c5f485201a612cfee52a7c69cbb3fdf55cd6c3d authored 10 months ago by Sage Abdullah <[email protected]>
Reuse search_form block from slim_header in page_listing_header.html

And rename get_results_url() in pages' BaseIndexView to
get_index_results_url to match the metho...

github.com/wagtail/wagtail - 174146edef5971cd70871c2e87a436c885cb7d77 authored 10 months ago by Sage Abdullah <[email protected]>
Remove nice-padding from documents, users, and generic listing views tables

The added CSS handles the case when nice padding is removed (to make the listing
go full-width) ...

github.com/wagtail/wagtail - 81ea6d6266f72bc313bf4358cbc8f16eca8ed472 authored 10 months ago by Sage Abdullah <[email protected]>
Move filters to be inside the search form and use AJAX to submit the form

Also make the search form optional. The <form> element may still be
rendered as if there is eith...

github.com/wagtail/wagtail - d792346752c7a3d53779468911fb23801aaa34dc authored 10 months ago by Sage Abdullah <[email protected]>
Fix is_searching value when an empty query string is used

Before c8edfd13b22bea2dc9921473ba3b2c8899fac394, empty q is considered invalid, so is_searching ...

github.com/wagtail/wagtail - df8a5ea3293337155ad6d6c0ad350bfd28dac9ba authored 10 months ago by Sage Abdullah <[email protected]>
Refactor snippets index_results.html template to extend generic index_results.html template

Missed this in 4082acca9b9d31d77d22c532c067848bede2cada

github.com/wagtail/wagtail - 7e65b453b42443aa8d4af660799b8a6c760d50eb authored 10 months ago by Sage Abdullah <[email protected]>
Add aria-label to icon-only header buttons

Even though they have tooltips on hover/focus, axe will complain if they don't have aria-label

github.com/wagtail/wagtail - ae6a4fe5169c73e74381e394bb31a16a614f02cf authored 10 months ago by Sage Abdullah <[email protected]>
Add search support in slim_header.html template

github.com/wagtail/wagtail - db2c8d842f4dcb59d1d2bbb009eca3ee6bdc078f authored 10 months ago by Sage Abdullah <[email protected]>
Add missing sliders icon to icon table

github.com/wagtail/wagtail - fbed2788ce93c4c9d7312b2ab14f3a218a0b6c22 authored 10 months ago by Thibaud Colas <[email protected]>
Rename actions block in slim_header.html to toggles

We're going to add a block for the three-dot dropdown actions menu (beside the breadcrumbs), whi...

github.com/wagtail/wagtail - efd7d85f9fbe52d8ea0e9a4190bc8823e5438d81 authored 10 months ago by Sage Abdullah <[email protected]>
Release note for #11403

github.com/wagtail/wagtail - 5eb38c2c8b288609a2e196f61cfe269d3f2e4a5b authored 10 months ago by Matt Westcott <[email protected]>
Renamed rich_text reference to eliminate ambiguous reference warnings

github.com/wagtail/wagtail - a69586f61c7839a369a5ff282d0e9807da4e7fd5 authored 10 months ago by Cynthia Kiser <[email protected]>
Correct pygments lexer names

github.com/wagtail/wagtail - 3bc5564a8bbac5515e979e078e57273ffd627caf authored 10 months ago by Cynthia Kiser <[email protected]>
Fix additional ambiguous reference warnings during sphinx build

github.com/wagtail/wagtail - 1b76b8154fadc2ee744b860064e77ea76eead4f4 authored 10 months ago by Cynthia Kiser <[email protected]>
Corrected links to Django documentation

Apparently you can't use implicit references with url fragments

github.com/wagtail/wagtail - 56135dbb665b4ffd28c1488a29544752e5f2ad26 authored 10 months ago by Cynthia Kiser <[email protected]>
Link target was removed when the setting was removed

github.com/wagtail/wagtail - 4bf3f82b7ee0634786a12165bc642f2d3a435b1a authored 10 months ago by Cynthia Kiser <[email protected]>
Relax django-taggit dependency to allow 5.0 (#11363)

github.com/wagtail/wagtail - b62d043f70d6516b38e8d28e112fe1433885ce3f authored 10 months ago by Sylvain Fankhauser <[email protected]>
Documentation: GSoD—Improve the clarity of new tutorial (#11357)

Clarified tutorial based on feedback

github.com/wagtail/wagtail - 247b83030dc2831f790cd461d899db4ed6f28fb8 authored 10 months ago by Damilola Oladele <[email protected]>
Fix a typo in the SnippetsViewSet documentation (#11390)

github.com/wagtail/wagtail - 2b061ac96e5ffdad2759e39bfdbca0fc242ae854 authored 10 months ago by Sævar Öfjörð Magnússon <[email protected]>
Mention the BSD license in the docs copyright notice. Fix #9688

github.com/wagtail/wagtail - 8a6ab175fc1ee2eab53f7223a5bb24e97a2a278f authored 10 months ago by Thibaud Colas <[email protected]>
Add release notes for #11217, #11360, #11354

github.com/wagtail/wagtail - ad8912c481b40e86d5f80f515b009d7a9590d75d authored 10 months ago by Thibaud Colas <[email protected]>
Add site filter to page listing

github.com/wagtail/wagtail - 2b226b7b498c89c3850f8f1fa176e96326e1159b authored 10 months ago by Matt Westcott <[email protected]>
Release note for #11359 and #11361

github.com/wagtail/wagtail - f1909c73e4abc2063975093672e5d7fdce7d7585 authored 10 months ago by Sage Abdullah <[email protected]>
Add owner filter to page listing

github.com/wagtail/wagtail - 79a85e7dbdc50da00b189dd86cebf590f420f779 authored 10 months ago by Matt Westcott <[email protected]>
Upgrade ts-loader

github.com/wagtail/wagtail - e95158af730eca0645f2947e862089c0ea23345a authored 10 months ago by Thibaud Colas <[email protected]>
Upgrade TypeScript dependencies for linting to support TypeScript 5.2.2

github.com/wagtail/wagtail - 607f020c2d2a4fc15aa96461b2c9b86b37342f68 authored 10 months ago by Thibaud Colas <[email protected]>
Update to latest caniuse-late

github.com/wagtail/wagtail - 58cfea408777bd490b3ac747edb6f4634331ad0c authored 10 months ago by Thibaud Colas <[email protected]>
Simplify browserslist definition for ease of future maintenance

github.com/wagtail/wagtail - b120fccba9c3f28915684e35e95d009c99e36f4f authored 10 months ago by Thibaud Colas <[email protected]>
List specific supported Safari versions

This is useful because we interpret "Last n" differently for Safari - to only consider major ver...

github.com/wagtail/wagtail - aa8de9f74f5c81c7aeda3dbf130bb1f8b80c162d authored 10 months ago by Thibaud Colas <[email protected]>
Refactor float usage within admin styles. Fix #8126

github.com/wagtail/wagtail - 6cc4533a6ff162634017d898d94f1c95d7e02996 authored 10 months ago by Thibaud Colas <[email protected]>
Release note for #11339

github.com/wagtail/wagtail - 9b409b5a3ecf89c5473bfdb327260bc420b56f1a authored 10 months ago by Sage Abdullah <[email protected]>
Remove div wrapper for page filter fields

github.com/wagtail/wagtail - f315d59501dcaec1ba490e1686c1222b848742ea authored 10 months ago by Sage Abdullah <[email protected]>
Add latest_revision_created_at to filter fields

github.com/wagtail/wagtail - 964ff320057cb55000c7410e2b1d01456382055f authored 10 months ago by Matt Westcott <[email protected]>
Use a floating dialog for filters

Remove use of shared/filters.html, as it contains a duplicate `<form>` element we don't want, an...

github.com/wagtail/wagtail - 3c648369b0ced8956fccdcaf7434e7f57a011f0c authored 10 months ago by Matt Westcott <[email protected]>
nicer import for generic.IndexView

github.com/wagtail/wagtail - a5fb022b0c343e434a4b9ecf521d8655d5db5861 authored 10 months ago by Matt Westcott <[email protected]>
Add filter on date updated

github.com/wagtail/wagtail - b0a8d549fa0371c38ec7c5f3f54bdfa224f0e517 authored 10 months ago by Matt Westcott <[email protected]>
Improve behaviour when filtering returns no results

github.com/wagtail/wagtail - 95b55af8e70d757d3c1c7387e2c08867c4d4d5ad authored 10 months ago by Matt Westcott <[email protected]>
Use checkboxes for page type filter

github.com/wagtail/wagtail - 4e5926674308e2157cf3d0c2edeeab22d22c8814 authored 10 months ago by Matt Westcott <[email protected]>
Make filtering act on all descendants, like searching does

github.com/wagtail/wagtail - 63e11a2d42a9826e7f20eddc8ac9c8b162e6cac3 authored 10 months ago by Matt Westcott <[email protected]>
Refactor IndexView filtering logic to make an is_filtering property available

github.com/wagtail/wagtail - 19a4bfc2102570a35e74dc901a5f7600328e74cb authored 10 months ago by Matt Westcott <[email protected]>
Make page index view inherit from generic.models.IndexView

github.com/wagtail/wagtail - f9ac7cafce34835bfeaa65138fe985eec9ae985f authored 10 months ago by Matt Westcott <[email protected]>
Add page type filter to page listing view

github.com/wagtail/wagtail - 1b97e21e2013d9039781ae0877b86b44c3e598cc authored 10 months ago by Matt Westcott <[email protected]>
Adopt a small set of stylelint-config-wagtail changes

Where possible, adopt a subset of stylelint-config-wagtail changes.

- Formatting & ordering (au...

github.com/wagtail/wagtail - ffc6ac88338ff3d48d6eddd802f8047abdb8ade9 authored 10 months ago by LB Johnston <[email protected]>
Update stylelint & stylelint-config-wagtail packages

- Ensure that some rules are always ignored in overrides (aka vendor) styles. This avoids us hav...

github.com/wagtail/wagtail - 416fc1dde4b1de33105ec81b0e09fa89628c75ee authored 10 months ago by LB Johnston <[email protected]>
Release note for #11331

github.com/wagtail/wagtail - b8b7efe01c5db5fb280cfed27483a4cad5918cf3 authored 10 months ago by Sage Abdullah <[email protected]>
Remove unused wagtailforms/list_forms.html

github.com/wagtail/wagtail - de3d7926faf5328699ef2f484f7124b569d3216b authored 10 months ago by Sage Abdullah <[email protected]>
Rename results_forms.html template to index_results.html for consistency

github.com/wagtail/wagtail - 5368e7d83eb05e3a90021499cd8a9720e6dd19f6 authored 10 months ago by Sage Abdullah <[email protected]>
Add sort_key to FormPagesListView.columns to allow sorting

github.com/wagtail/wagtail - 73531ac02c75cd9431ebea317e17d90122a3f55b authored 10 months ago by Sage Abdullah <[email protected]>
Reduce queries in FormPagesListView by using select_related on content_type

github.com/wagtail/wagtail - 602f1c88275428ae7371c41747afe0dbea380af1 authored 10 months ago by Sage Abdullah <[email protected]>
Make FormPagesListView extend generic BaseListingView

github.com/wagtail/wagtail - 894e7681e4c4662f58710587c7816cc65ff34abf authored 10 months ago by Sage Abdullah <[email protected]>
Convert FormPagesListView to use tables UI framework

github.com/wagtail/wagtail - 9389d204329ca853340388786e2cd215c1b42aae authored 10 months ago by Sage Abdullah <[email protected]>
Convert FormPagesListView to use generic IndexView

github.com/wagtail/wagtail - 7e65eddc7810b64ed5bd493cb40b46ac3606c873 authored 10 months ago by Sage Abdullah <[email protected]>
Turn on `skipLibCheck` for TypeScript (#11336)

Co-authored-by: Thibaud Colas <[email protected]>

github.com/wagtail/wagtail - 6a9add00a81341fc87613ffcb561ff2287d05866 authored 10 months ago by LB (Ben Johnston) <[email protected]>
Update sitemaps.md (#11352)

github.com/wagtail/wagtail - f4978a0f4bd039f6e759f0224f0783b5b4c5a556 authored 10 months ago by Kalob Taulien <[email protected]>
Release note for #11326

github.com/wagtail/wagtail - 5c7015aa9e767ffe4ab73d4b04ecd015bb74e892 authored 10 months ago by Matt Westcott <[email protected]>
Use PermissionCheckedMixin in images listing view

github.com/wagtail/wagtail - 7e7513542d14fbb995f33d5b3f003ee3d591dafc authored 10 months ago by Sage Abdullah <[email protected]>
Extract get_next_url in images listing view

github.com/wagtail/wagtail - 8d9924b4d4ab0adcfa9d0c09225b46756cd0372a authored 10 months ago by Sage Abdullah <[email protected]>
Convert images listing view to use generic BaseListingView

github.com/wagtail/wagtail - 7c39cacc5dbcb2e765b46b71f4620f932422b53f authored 10 months ago by Sage Abdullah <[email protected]>
Convert images listing view to use generic IndexView

github.com/wagtail/wagtail - 825556339a1a551782ff65a26129b2153771b4b1 authored 10 months ago by Sage Abdullah <[email protected]>
Apply capfirst to search form placeholder in generic index view

In case the translation starts with model_name

github.com/wagtail/wagtail - e919965047b39d88aa137cea434817f7668b9be5 authored 10 months ago by Sage Abdullah <[email protected]>
Create separate before_results and pagination block in generic listing_results.html

github.com/wagtail/wagtail - 652a40ce4914285cdcd81ab1fbd650fbc1bb77c1 authored 10 months ago by Sage Abdullah <[email protected]>
Make image index results template extend from generic index results template

github.com/wagtail/wagtail - 414caf910cc1b105d63a423f228494e08ca1e751 authored 10 months ago by Sage Abdullah <[email protected]>