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

Introduce generic breadcrumbs template tag

github.com/wagtail/wagtail - 44c845cdac017f2934940ffdfabf76fd85fcde79 authored over 1 year ago
Rename pages template context variable in breadcrumbs.html to items

github.com/wagtail/wagtail - 9e91362231026ce47fbdbe40b9d8af5e3b3a3daf authored over 1 year ago
Extract breadcrumbs_items block and define page-specific items in page_breadcrumbs.html template

github.com/wagtail/wagtail - 90afe525ca58df925f3d2fa2c0d74daddb11e298 authored over 1 year ago
Introduce page_breadcrumbs.html template for the page_breadcrumbs template tag

github.com/wagtail/wagtail - 1e08d77d4ad009c2e7b092f61ed037cb3a9a3165 authored over 1 year ago
Rename breadcrumbs template tag to page_breadcrumbs

github.com/wagtail/wagtail - 74d5a4c9fb87d7649efb9c3ade127f5b265e0b9f authored over 1 year ago
Clean up - align html template tag usage in tests

- There is one case where the closing tag was malformed
- All other cases are just ensuring the ...

github.com/wagtail/wagtail - aa6f1901391f724c02e094e485612e7e05015040 authored over 1 year ago
Do not use jest inside stubs.js to prevent Storybook from crashing

github.com/wagtail/wagtail - 51353c7c434bcf4ac00999d73777a94b2201d2c6 authored over 1 year ago
Page status sidebar - add support for actual published date date in tooltip

Fixes #10789

github.com/wagtail/wagtail - 451c21ea52e001b04e96a3f04b5c3da35341dfcd authored over 1 year ago
human_readable_date - update template tag to support tooltip position

github.com/wagtail/wagtail - 0a977cc54d9bee847dddf7d71637317ffb24e7b7 authored over 1 year ago
Add ability for InlinePanel to set focus on newly created items

Fixes #10764 - Inserting a new InlinePanel function improved

github.com/wagtail/wagtail - 3a86efaf12f3d0c35a6bb47a00a0b5a23883a9ed authored over 1 year ago
Update CloneController / w-clone for editor unsaved messages

- Changes default show-delay to zero (immediate) and update the w-messages (page messages) to ha...

github.com/wagtail/wagtail - e4fdf6da2aabd319349eb564cf0b132b4ad0230e authored over 1 year ago
Adopt w-messages (CloneController) in unsaved changes warning

- Replace global util window.updateFooterSaveWarning with the w-messages usage
- Remove window.u...

github.com/wagtail/wagtail - b96d2d7faadf4d005703b6651cc08aa7e8f185b5 authored over 1 year ago
Rename MessagesController to CloneController

- Register with two identifiers; w-messages & w-clone
- Update unit tests and basic JSDoc to ali...

github.com/wagtail/wagtail - 65a40f39e3592ab3a3d371269495061278f8cb6c authored over 1 year ago
Add changelog for #10835

github.com/wagtail/wagtail - 0daf33b1b44aea7348109f834ba7d6312a495402 authored over 1 year ago
Refine debounce implementation

- Allow the debounced function to be used with a Promise API
- Allow debounce to be called with ...

github.com/wagtail/wagtail - 325d584a9b3743c78df29f220aeb98fd4fea5242 authored over 1 year ago
Update focal_points.md (#10878)

corrected the load from {% load wagtailimages %} to {% load wagtailimages_tags %}

github.com/wagtail/wagtail - bf709279d5004121727334611c90ac9fd75b2e52 authored over 1 year ago
Release note for #10866 in 5.1.2

github.com/wagtail/wagtail - 386e7c896e41641845dc62c5925f75cc14c59153 authored over 1 year ago
Add fallback on full-word search to generic model IndexView

github.com/wagtail/wagtail - 7cfe67f3c46ec8d3c404712a3de0d317cc78fdcf authored over 1 year ago
Add release note recommending the use of AutocompleteField

github.com/wagtail/wagtail - e017225c0ff7169dfca8662b7e28654b014b5766 authored over 1 year ago
Restore fallback behaviour on chooser search for models without AutocompleteFields

github.com/wagtail/wagtail - 4b28e481a3c7c1ca3cdeaeebdc193beff59cd683 authored over 1 year ago
Add support for merging cells in TableBlock.

Handsontable has support for merging table cells using the `mergeCells`
plugin but there was no ...

github.com/wagtail/wagtail - a63689869e330044d8ea6435b219ceb42c706dbc authored over 1 year ago
Release notes for #10826 and #10827 in 5.1.2

github.com/wagtail/wagtail - 28d55f8c2421f66b2cd72d5af03397171fef20d0 authored over 1 year ago
Release note for #10847 in 5.1.2

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

github.com/wagtail/wagtail - d322d60228942601a6b95e227e4c3d1d2a4dba73 authored over 1 year ago
Use new migration rather than modifying existing in place

This won't change the impact, but ensures deployments definitely have a reset counter, even if t...

github.com/wagtail/wagtail - 0d7f1bdaf0f7c70a4223d9a1b3c429f77d4a491f authored over 1 year ago
Reset search promotions sequence after copying table content

We insert values manually, including an explicit pk, but don't ensure the sequence is set to a v...

github.com/wagtail/wagtail - 0ade1f19e805a79b1d2ed48826add51fd69370ab authored over 1 year ago
Add documentation for non-model choosers using queryish (#10863)

github.com/wagtail/wagtail - b6bd04759874f68d3689463d85a782832a994f28 authored over 1 year ago
Release note for #10836 in 5.1.2

github.com/wagtail/wagtail - 0cea5a70d4e4ca54025ccf20016fe4008c59ad39 authored over 1 year ago
Release note for #10836 in 5.0.3

github.com/wagtail/wagtail - d112127178e554f8f3b3b796fe2277a04f600ef4 authored over 1 year ago
Do not use ignore_conflicts when creating extra permissions for snippets

github.com/wagtail/wagtail - 6a0b01bdf96fa688ae3e7fbc2c1475d6f5d3e655 authored over 1 year ago
Release note for #10859

github.com/wagtail/wagtail - 6a30d5ebc1b3c087074ce7efeb7270f4a108131a authored over 1 year ago
Change no-results message to "There are no results".

As per https://github.com/wagtail/wagtail/pull/10859#discussion_r1317288103, referring to the ac...

github.com/wagtail/wagtail - 15a8acd14b9fa2d875436869c96caa922cc720f2 authored over 1 year ago
Add documentation for linked_fields

github.com/wagtail/wagtail - 8223162c9385e77d3a21f4f5a4e0b14dfc9c1534 authored over 1 year ago
Implement linked_fields on ChooserViewSet

github.com/wagtail/wagtail - a3029bbe3a371ed7829f0311a4a1df51d1de179b authored over 1 year ago
Allow ChooserViewSet to be filtered by specified URL parameters

github.com/wagtail/wagtail - 7b64f08e74fc2ad799286a1bb6ca8cab33e839dd authored over 1 year ago
Add test for adapting chooser widget with linked_fields

github.com/wagtail/wagtail - 96165421a6df5f7b8589af100ca33b81bd03dbc8 authored over 1 year ago
Migrate breadcrumb JS to Stimulus RevealController

- Adds a new generic `RevealController` that handles the ability for content to be opened/closed...

github.com/wagtail/wagtail - 857ea05c2e8cbc1aae3538e41afce81e70b3e447 authored over 1 year ago
Rename breadcrumbs.js to RevealController

github.com/wagtail/wagtail - 0d09eba59e4839bb57cf3502ee262963d7a81c69 authored over 1 year ago
Update w-breadcrumb root class to w-breadcrumbs (plural)

- This way we align with the controller name

github.com/wagtail/wagtail - 8a52269da5026b27926aad6fcda2625814773a55 authored over 1 year ago
Check that model_class is not None in get_permission_policy

Co-authored-by: sag᠎e <[email protected]>

github.com/wagtail/wagtail - 187f010c349e1725746186ba45ffdf2f7a287874 authored over 1 year ago
Skip extract_references on ChooserBlock if model is not a real model

github.com/wagtail/wagtail - 98784fa153534152fd9854ddea2f39e6fc0c4e97 authored over 1 year ago
Only try to order by _updated_at if column exists

github.com/wagtail/wagtail - e40b0b1fd08baf0ba251688eeaed34e64e817662 authored over 1 year ago
Apply duck-typing for model-like classes within ChooserViewset

* allow any class to pass through resolve_model_string, not just models
* use BlanketPermissionP...

github.com/wagtail/wagtail - 2dcfdedc37e9117256c92e4d681cedf01a99a910 authored over 1 year ago
Docs and release note for ChooserViewSet.get_object_list (#10851)

github.com/wagtail/wagtail - cbeb9a2512b11ada01a03e9e58af98e567732bec authored over 1 year ago
Support overriding get_object_list from ChooserViewSet

github.com/wagtail/wagtail - 48313bd38cec2845dfd7cf4aa7b84832733364d5 authored over 1 year ago
Use get_common_view_kwargs for ChooserViewSet

github.com/wagtail/wagtail - dd31ec54afd9efcff117344df7f9479e88861ff3 authored over 1 year ago
Move common kwargs in SnippetViewSet to get_common_view_kwargs

github.com/wagtail/wagtail - e9c291c1be637f072a831bd2e1cae59a60e3040b authored over 1 year ago
Introduce a set of common view kwargs

github.com/wagtail/wagtail - 5429d4ecbf0dcb567e4997425879ca4e30899f74 authored over 1 year ago
Release note for #10849

github.com/wagtail/wagtail - fced56b65c3d0eb8ca318f3ddb00fa26910691e9 authored over 1 year ago
Use construct_view for other views in SnippetViewSet

github.com/wagtail/wagtail - 2ab876fc9c8071c35b27fd3a1bac20e1e37098ae authored over 1 year ago
Fix outdated reference to BlogCategory in tutorial

github.com/wagtail/wagtail - 06a7bc6124bf62675c09fbe0a4ed9bbac183e025 authored over 1 year ago
Add a mechanism for retrieving a StreamField block by content path

github.com/wagtail/wagtail - c9d1899e39eab8c16605ccfa37579530dd71839c authored over 1 year ago
Add changelog for #10798

github.com/wagtail/wagtail - 1dbf2ec2dfe81017543c5b1eee676ec1c83e5a3f authored over 1 year ago
Filter out comments with invalid content paths

github.com/wagtail/wagtail - aaceedc735ae1decaedb65ba5e648d9b01036b3b authored over 1 year ago
NPM package lock - update caniuse-db

github.com/wagtail/wagtail - df6a9a4ee303fa241edb0ad85e7cd21cfa8813af authored over 1 year ago
Format markdown files

github.com/wagtail/wagtail - a19bae886df1e9ce8b9339e57f432b5a21fa592a authored over 1 year ago
Add note to clarify that blocks are not interchangeable with model fields

Prompted by https://stackoverflow.com/questions/76973112/unknown-fields-specified-for-a-page-mod...

github.com/wagtail/wagtail - 151a386ff597b27906f873cba781d2d42d95d5bc authored over 1 year ago
Fix numbers from being exported as strings

Uses parameter `strings_only` on `force_str` which when set to True
prevents certain types like ...

github.com/wagtail/wagtail - 63b4056022ae78ca764900fba890042f1305ab3e authored over 1 year ago
Release notes for #10826

github.com/wagtail/wagtail - be9504cb42a3b4fb785321b9300b167983ddb312 authored over 1 year ago
Release notes for #10827

github.com/wagtail/wagtail - a875cb27003f253f2feed5a3005a3a2cac4cb32a authored over 1 year ago
Prevent lowercase conversions of spreadsheet export column headers

github.com/wagtail/wagtail - 391cdb52ff17f6ecc3913c79bc19ed1111ddf65d authored over 1 year ago
Change spreadsheet header to use Django's label_for_field instead

github.com/wagtail/wagtail - dfa84e835d15b60940d5807ff0f9633a755eb756 authored over 1 year ago
Allow overriding `export_headings` via ModelViewSet

github.com/wagtail/wagtail - 0edf22ccbccaabcb07a24692cc7395ffd8d66ef5 authored over 1 year ago
Release notes for #10807, #10811, #10818, and #10822

github.com/wagtail/wagtail - b61bd4463e378089565b275c145b20d7cebc7297 authored over 1 year ago
Add default page_title and get_page_subtitle in generic.CreateView

github.com/wagtail/wagtail - 71a18ee6599c91407b9c6c55ba25787dfa5639f6 authored over 1 year ago
Move SnippetViewSet.list_per_page to ModelViewSet

github.com/wagtail/wagtail - 9a2d53d0cfd9275a1384a143a5c998e76ae01454 authored over 1 year ago
Use model's verbose_name_plural as default page_title in generic.IndexView

Without this, using a ModelViewSet without overriding the IndexView's
page_title will result in ...

github.com/wagtail/wagtail - d610ca8f1934bd6c81013110386d1df4df8249d8 authored over 1 year ago
Move SnippetViewSet.ordering to ModelViewSet

github.com/wagtail/wagtail - 27aabc128be9e9e1f7105244858af602e9749a4b authored over 1 year ago
Move SnippetViewSet.list_export and export_filename to ModelViewSet

github.com/wagtail/wagtail - 66216852b8caec4760366f64fffd22eaebb456c1 authored over 1 year ago
Move SpreadsheetExportMixin to generic.IndexView

github.com/wagtail/wagtail - 7ba1afb8a402a09be5838a026523be78f08ea877 authored over 1 year ago
Move SnippetViewSet.search_fields and search_backend_name definition to ModelViewSet

github.com/wagtail/wagtail - ccbd6849f3cdb017c1fbd18c89ec1bdf7f74f597 authored over 1 year ago
Add tests for passing dict list_filter and filterset_class

github.com/wagtail/wagtail - fb9abace01b6a9901ec9e4759c8f21d7f14f8216 authored over 1 year ago
Fix cross-reference links in Snippets-ModelAdmin migration docs

github.com/wagtail/wagtail - 3ae937120eb2c60598bd244a90f5d5de4aa1b015 authored over 1 year ago
Move SnippetViewSet.list_filter and filterset_class definition to ModelViewSet

github.com/wagtail/wagtail - 1fa124fe820979a35109467170540c4685e6a385 authored over 1 year ago
Add the ability to use filters in generic IndexView

It was missing the template code to display the filters

github.com/wagtail/wagtail - 2b6a580637bc123ad142b11641d3db44166ce971 authored over 1 year ago
Remove work arounds for dispatch target events

- See https://github.com/hotwired/stimulus/issues/642
- Adopt streamlined approach in SwapContro...

github.com/wagtail/wagtail - dfaa488adde9d53ba5925ca7edd71a874af6ec86 authored over 1 year ago
Update Stimulus to v3.2.2

- See https://github.com/hotwired/stimulus/releases/tag/v3.2.2

github.com/wagtail/wagtail - 7e3988a43805206fc95f8757e60c99172fb9d698 authored over 1 year ago
Amend changelog entry for #10748

github.com/wagtail/wagtail - a7041c7c806a9854a6e3af31bde1850e21f2562b authored over 1 year ago
Update npm packages; a11y-dialog, axe-core, js-cookie (#10748)

- a11y-dialog (changes to event callbacks did not impact our usage) - https://a11y-dialog.netlif...

github.com/wagtail/wagtail - eb51fb28f0921f269d6005d9ef2c0266c030f7cd authored over 1 year ago
Adopt w-bulk Stimulus controller for form submissions listing

github.com/wagtail/wagtail - 585a08fea065e8c33a31ea1f14637aa4aa6cd45d authored over 1 year ago
Release notes for #10823

github.com/wagtail/wagtail - 714beabb7ff55701cc2131fe1b86c6e1d8bf0605 authored over 1 year ago
Optimise queries in WorkflowObjectsToModeratePanel using prefetch_related()

github.com/wagtail/wagtail - 143430a337786f674c1cb28acfe4cd6b94bdb372 authored over 1 year ago
Simplify tests for revisions comparison buttons in workflow dashboard panel

github.com/wagtail/wagtail - 977580989b0af3e93a409b837b44ed56e78d92f7 authored over 1 year ago
Add compare buttons to moderation dashboard

Fixes #7098

github.com/wagtail/wagtail - a64db055c56099f9d2ddf757e603d833fff22c03 authored over 1 year ago
Add tests for comparison buttons

github.com/wagtail/wagtail - 29fb69b65fab65ce966e34f1320115d5d964f43b authored over 1 year ago
Fix issue where collection deletion success message was not correct

- Fixes #10813

github.com/wagtail/wagtail - 6f9dda5cfc1ae453a7a53feb802f69abd5c662fc authored over 1 year ago
Stop private pages from breaking display of snippets in moderation dashboard

Fixes #10819

github.com/wagtail/wagtail - 2be1da6621ab5e72663c2b0545cfa8870b963ae0 authored over 1 year ago
Remove `wagtail.publish` action log when creating alias from live page

github.com/wagtail/wagtail - 1e3e400f28429328e67cd656511078f92864b149 authored over 1 year ago
Remove `wagtail.unpublish` action log for aliases when unpublishing source page

github.com/wagtail/wagtail - 005c409998d64272c91c76b8f4591be0a05e446b authored over 1 year ago
Remove `wagtail.publish` action log when publishing source page

github.com/wagtail/wagtail - 387cd377ed26464ad8d10bb711c9e9947fcd79cd authored over 1 year ago
Add changelog for #7937

github.com/wagtail/wagtail - 6dfa97b908ca967cff383f6f4ac7368df6e1adf5 authored over 1 year ago
Update page model tests

github.com/wagtail/wagtail - 415bbbf1cee0e474c15822085ba68f8f53607800 authored over 1 year ago
Release notes for #10779 and #10796

github.com/wagtail/wagtail - 564b52188d721ac59ad0d374124b98fda6f8da70 authored over 1 year ago
Move SnippetViewSet.list_diplay definition to ModelViewSet

github.com/wagtail/wagtail - cd222898fdfde4b45385825dddd5694e5b1613f3 authored over 1 year ago
Remove template_name overrides from locale, sites, and groups viewsets in favour of the viewset's template_prefix

github.com/wagtail/wagtail - 71aa1d2a3ecb9753ea54e452a798dc6dd858a57f authored over 1 year ago
Rename groups IndexView.results_template_name to results.html

github.com/wagtail/wagtail - 849dd5124b9aecf3b13e00fb16d8b0df382f811b authored over 1 year ago
Rename ModelViewSet.get_template action param to name

The param does not necessarily map to one of the views' name, and in
fact can be a path relative...

github.com/wagtail/wagtail - 3cb897ca49572f0495f2573a510005e8af634209 authored over 1 year ago
Use confirm_delete for ModelViewSet.delete_template_name

github.com/wagtail/wagtail - 303ad4cb7e07b327f33a8515ab63d61716ba7fbe authored over 1 year ago
Introduce index_results.html template for IndexView.results_template_name

github.com/wagtail/wagtail - 62f2d1163f7a64ca0e17e3603b3b9cff3ff0f06d authored over 1 year ago
Add docs and tests for custom template overrides in ModelViewSets

github.com/wagtail/wagtail - 91a539d797ec8b338d3e5b15b85919576da476a3 authored over 1 year ago