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 tests for registering ModelViewSetGroup

github.com/wagtail/wagtail - 8c6a8befd973774d0064c78a82df59e73dbd49eb authored over 1 year ago
Use template_prefix for customising templates of views in ModelViewSet subclasses

github.com/wagtail/wagtail - a290e27b3a2ebf061d42b6ecdf5ae2c30f42914c authored over 1 year ago
Move SnippetViewSet template override mechanism to ModelViewSet

github.com/wagtail/wagtail - f54eb06c2fa1a5009156609fc2cfc0c9bdc9a347 authored over 1 year ago
Reinstate template_name override in view classes that are wrapped in ModelViewSet subclasses

In case people extend these classes (without overriding template_name) and use it without the co...

github.com/wagtail/wagtail - cbf2eb5379d4d7ff2bf25502d41aae98a5526c2e authored over 1 year ago
Override get_foo_view_kwargs() in SnippetViewSet instead of the views

github.com/wagtail/wagtail - a2c21798a53098fb9422a354c1c3d6fe383da58a authored over 1 year ago
Allow BaseListingView.results_template_name to be a list/tuple

github.com/wagtail/wagtail - 1c78e2b7a32ca9052a12f2486b05c29b2d05967b authored over 1 year ago
Allow ModelViewSet.get_foo_view_kwargs() to accept arbitrary kwargs

github.com/wagtail/wagtail - c02905488e1f048b3bb5ebd867f70116abe504a4 authored over 1 year ago
Extract ModelViewSet view kwargs into get_foo_view_kwargs() methods

github.com/wagtail/wagtail - 10b34be1bad529bba18b32dde654c80321822c3c authored over 1 year ago
Fix incorrect screenshot for authors on tutorial (#10805)

Fixes #10763

github.com/wagtail/wagtail - 7a647eb53b24d6bc2f498a24dbb579d486d209f6 authored over 1 year ago
feat: pickle support for StreamField (#10654)

Fixes #1988

github.com/wagtail/wagtail - eadf9a6d9cf749f5ed9918b0826523ef64e9b1bf authored over 1 year ago
Use WagtailTestUtils.get_soup() more widely

github.com/wagtail/wagtail - febacf79585b7420b65ec3a7a793ca9ae15b62fc authored over 1 year ago
Change WagtailTestUtils.get_soup() to accept str/bytes instead of HttpResponse

github.com/wagtail/wagtail - ad070af8fda69d8bb2db667ff9c56b57ed666d6f authored over 1 year ago
Copy view restrictions when creating a page alias

Rebuild of #10145 following modifications to #6406. Fixes #10111

github.com/wagtail/wagtail - cfa4b7ca69cb238e36bb85b7872205f77b567f3d authored over 1 year ago
Release note for #10758

github.com/wagtail/wagtail - ea659cb98bcdc18249ed74e27af9b20d5e7c39fb authored over 1 year ago
Copy privacy settings on page copy (#6406)

Fixes #6212

github.com/wagtail/wagtail - a1e50c57f6ca73bc191fc36ac5aa59ba41960423 authored over 1 year ago
Add Shreshth Srivastava to contributors

github.com/wagtail/wagtail - 44af83529e1082bc091b043147dda5a6a677573f authored over 1 year ago
Mention WAGTAILADMIN_BASE_URL in integrating_into_django.md (#10758)

Fixes #10741

Mentioned WAGTAILADMIN_BASE_URL and the warnings related to it in the 'Settings' s...

github.com/wagtail/wagtail - ff16cb5a3e0065a7da1824628eae64cd100ff312 authored over 1 year ago
WagtailTestUtils.get_soup should accept HttpResponse, not HttpRequest

github.com/wagtail/wagtail - 9dcebc549a84190a204d5e14937566b114dfa075 authored over 1 year ago
Use strict editable mode when installing on GitHub Actions

github.com/wagtail/wagtail - cf9c26487561063a07c305964e07f5227da80306 authored over 1 year ago
Release notes for #10767 and #10777

github.com/wagtail/wagtail - d8a2826fb44962503031541b26576cbb439d8d26 authored over 1 year ago
Turn off reference indexing for Locale, Site, and Group

github.com/wagtail/wagtail - 276d8e1fcde505feb4870ff515fcb2bba2acd981 authored over 1 year ago
Add ModelViewSet.add_to_reference_index to allow opting out of the ReferenceIndex

github.com/wagtail/wagtail - 65739c69252ccbbd6633071aa0b4b5c371fc015c authored over 1 year ago
Move snippets ReferenceIndex registration to ModelViewSet

github.com/wagtail/wagtail - e21b9bb79b6f0618db6a0ec589dfa6ce115d4e1e authored over 1 year ago
Raise error when there are multiple registrations of the same snippet

github.com/wagtail/wagtail - 745c715aef36d849c4abd6df13814962ec9b4d29 authored over 1 year ago
Move all snippets registration side effects to SnippetViewSet.on_register()

github.com/wagtail/wagtail - b5ac0a9e71ea5d1fe4dd5cf7f57c1a1d86c088f0 authored over 1 year ago
Simplify snippets registration code

For legacy-style registrations where register_snippet is passed a model, there is no change.

Fo...

github.com/wagtail/wagtail - db49ae8c40666a8ac968188a7c878d01a4a36c22 authored over 1 year ago
Extract chooser viewset registration to SnippetViewSet.register_chooser_viewset()

github.com/wagtail/wagtail - 2002ea0dc19f4f19a31d489a179eb9658ec82954 authored over 1 year ago
Add tests for registering base ViewSets via ViewSetGroup

github.com/wagtail/wagtail - ce83ac7ed3f7a1d6ac96ffdfaf36fb7f4dd0fcf5 authored over 1 year ago
Allow registering ViewSetGroup in ViewSetRegistry

and remove the hook's ability to register a list of viewsets as it's no longer used anywhere

github.com/wagtail/wagtail - df65ccadc6191ec346e14002132033a25be0c1ec authored over 1 year ago
Update viewsets documentation to cover ViewSetGroups and menu item registration

github.com/wagtail/wagtail - c7b5c9a04ded0c6d96c4aee295343b187c549698 authored over 1 year ago
Create ModelViewSetGroup class

github.com/wagtail/wagtail - a0b536dfd90c359518f42e0b2a8a1d9fdaca09c1 authored over 1 year ago
Add WagtailMenuRegisterable overrides in ModelViewSet

This adds model-related defaults for the menu item label and class

github.com/wagtail/wagtail - 3f5ed68e58623b405f5d7457bbb1563f73694499 authored over 1 year ago
Remove/deprecate unused menu-related overrides in SnippetViewSet

github.com/wagtail/wagtail - 7a9837ddde96ac82117e0f572f23e4c7210d70f2 authored over 1 year ago
Make SnippetViewSetGroup extend ModelViewSetGroup

github.com/wagtail/wagtail - bfc2c3b3eac35e0070739901d535b9f1aa514966 authored over 1 year ago
Enforce ModelViewSet to define a model

github.com/wagtail/wagtail - 00681e27a9100c3e2ebdaf90538175bfd0569314 authored over 1 year ago
Create base ViewSetGroup class

github.com/wagtail/wagtail - 2e82ea011351f291fa41e0f6f797255366b35048 authored over 1 year ago
Move ModelViewSet.icon to ViewSet.icon

github.com/wagtail/wagtail - fb57cdad7c961c851ba6b6463432055eb6b209f4 authored over 1 year ago
Make base ViewSet class extend WagtailMenuRegisterable

github.com/wagtail/wagtail - b12dc33c215cdc0c4bbf4bf3dbd23c9cf8566f0c authored over 1 year ago
Create WagtailMenuRegisterable and WagtailMenuRegisterableGroup classes

github.com/wagtail/wagtail - 332533301a747331aa5b67a5e76ad1338ceac365 authored over 1 year ago
Release note for #10782

github.com/wagtail/wagtail - e0b0d03cf025c025a19dbcb803b64f0c1fce212c authored over 1 year ago
Allow ViewSet subclasses to customise url_prefix and url_namespace logic

Alternative approach to #10766, as per https://github.com/wagtail/wagtail/pull/10766#issuecommen...

github.com/wagtail/wagtail - 485545a983563ede441c34b6fb740e2ce079d4d4 authored over 1 year ago
Mention model_name in docstrings

github.com/wagtail/wagtail - 9ff0f103108b62c5b161176248b2a7617b3bfc4c authored over 1 year ago
Update latest.txt for 5.1.1

github.com/wagtail/wagtail - 0c6275c6870c49af5a7a57ec84035d33674bc048 authored over 1 year ago
Fill in release date for 5.1.1

github.com/wagtail/wagtail - ea8f45be853c0a876fe1ed04dda7d3a3b2883b88 authored over 1 year ago
Fetch new translations from Transifex

github.com/wagtail/wagtail - 0056bfa48073dada71e678aad4bb041b9514070d authored over 1 year ago
Fix read_only panels for fields with translatable choice labels

github.com/wagtail/wagtail - e7bb3e9d2261e40e02da45af22465292cf903679 authored over 1 year ago
Add `WagtailTestUtils.get_soup()` method to get a `BeautifulSoup` object

github.com/wagtail/wagtail - 1c12d9645703195135f1a145e52211266dbb95c9 authored over 1 year ago
Release notes for #10768

github.com/wagtail/wagtail - f0cfa62bdaf733c78237c47bd721f8d052f9daf1 authored over 1 year ago
Call out ModelAdmin migration guide in 5.1 upgrade considerations

github.com/wagtail/wagtail - d639cbbf4c7248c1a708be42b1a628675ce251e6 authored over 1 year ago
Introduce BooleanColumn for showing boolean values as tick/cross icons

github.com/wagtail/wagtail - c56ec67a39f2f3908af1280c8d92ff0328c81f00 authored over 1 year ago
Add docs for migrating ModelAdminGroup to SnippetViewSetGroup

github.com/wagtail/wagtail - 133da4c3a985403737301308fdf281f96a0b0c50 authored over 1 year ago
Show not-None falsy values instead of blank in generic table cell template

github.com/wagtail/wagtail - fd2a42955d80c4468b39fab10153811c019dc294 authored over 1 year ago
Docs - fix small typo in HTML layout

github.com/wagtail/wagtail - 8fbf5df3f2aa334cecddfc1d9f59344728ed859b authored over 1 year ago
Clean up unit tests that passed a function/data to Promise.resolve

- Passing anything to Promise.resolve just means that will be the return value of the promise (....

github.com/wagtail/wagtail - b9b444fd702e89755df21dd5b47de51f103869de authored over 1 year ago
Add changelog for #10742

github.com/wagtail/wagtail - db42d56beaa164e5b2c648f951281ebc10a9ddb7 authored over 1 year ago
Update pre-commit hooks

Some linters and formatters were updated in 35dfdea, but that did not
include the versions used ...

github.com/wagtail/wagtail - 1dba117c2ac1347020fe9e7ae3c726cc42daff7b authored over 1 year ago
Add support for options/attrs in Telepath widgets & add required/aria-describedby

- This allows us to pass extra data for the widget to use in a backwards-compatible way.
- Field...

github.com/wagtail/wagtail - 2c43ddbbd3b067149807b305612ce4217895da09 authored over 1 year ago
Remove no_output_timeout and only use 2 CPU cores for running tests on CircleCI

github.com/wagtail/wagtail - ebbd5d0767fa973fd424f5ecf083748ff4d272f3 authored over 1 year ago
Revert "Use file-based SQLite database when running tests on CircleCI"

This reverts commit bc71a289554c5532c0276357dfc040f416d1e6a3.

github.com/wagtail/wagtail - 47e2705d192e1d54e6cf6c341426720557e7a7b7 authored over 1 year ago
Use file-based SQLite database when running tests on CircleCI

github.com/wagtail/wagtail - bc71a289554c5532c0276357dfc040f416d1e6a3 authored over 1 year ago
Set PYTHONUNBUFFERED=1 and increase no_output_timeout on CircleCI

https://support.circleci.com/hc/en-us/articles/360045268074-Build-Fails-with-Too-long-with-no-ou...

github.com/wagtail/wagtail - 4d870af3b2c0935cdc2cb25bdc5202fa9d1a8143 authored over 1 year ago
Remove unused WorkflowStatus view, urlpattern, and workflow-status.js

github.com/wagtail/wagtail - 3be4e685c05bf5bb23ecc4027e58c41f9b01686f authored over 1 year ago
Release notes for #10709

github.com/wagtail/wagtail - 801eccc9304561ffe974b6e16bd977198910726d authored over 1 year ago
Run tests in parallel in some of the GitHub Actions workflow setup

github.com/wagtail/wagtail - c9fd6b893fe603228489f0f44e119686e227c7f5 authored over 1 year ago
Generate coverage HTML report and upload as GitHub Actions artifact and summary

github.com/wagtail/wagtail - 6fed2c8c624eba0a1a15a1e94bf6a248b40b258a authored over 1 year ago
Ensure file names in tests are unique

Prevent files from being renamed with a unique suffix when running tests in parallel

github.com/wagtail/wagtail - 3a38ce08fdee43b59781c5a15ce2ae54818d5738 authored over 1 year ago
Bump actions@setup-python to v4 and add caching for pip

github.com/wagtail/wagtail - 19123cedc68e604e16cebd523e99d1ff95396d7f authored over 1 year ago
Add concurrency setting to coverage configuration

github.com/wagtail/wagtail - 0a7fd3f64e6e28c051556e0815de10b4c9c0c5c5 authored over 1 year ago
Add tblib to testing dependencies

Needed to get better tracebacks when running tests in parallel.

github.com/wagtail/wagtail - 00d329906f907b26af064ba797e0bfad76454db1 authored over 1 year ago
Update npm scripts

- Add new stylelint fix script & generic 'fix' (all) script in npm scripts.
- Disable autofix on...

github.com/wagtail/wagtail - fbde6118b7d5812be5b9515d32e46aa00017c01a authored over 1 year ago
Add changelog for #10682

github.com/wagtail/wagtail - 956db6adcf3b0246ecfb1174ea244d2a6d663975 authored over 1 year ago
Remove CommentApp state `update` util

- The `update` util's types are not compatible with future TS v5 adoption.
- This util is simply...

github.com/wagtail/wagtail - fb340f19710fbb4feae3cc1959287312383a2d89 authored over 1 year ago
Update formatting - Prettier 3.0

- Run formatting with latest version of Prettier

github.com/wagtail/wagtail - 35dfdea89c54d13607e90ef5ac34805246ec86ea authored over 1 year ago
Update npm packages (linting/testing/formatting)

- Update various linting packages to align with their latest versions, including fixes.
- Update...

github.com/wagtail/wagtail - 614defa6f9b6fa92c877eee8015c77dc8f4e4d38 authored over 1 year ago
Update eslint configs & align linting changes

- Align JS with latest Eslint package updates
- Update configs to ignore new defaults not requir...

github.com/wagtail/wagtail - 1a951631388c0b56f026f5db684e8c543f3654c4 authored over 1 year ago
Move semgrep to after other linting checks

- Avoid failing all other checks if sempgrep is not compatible on an environment

github.com/wagtail/wagtail - 46905db76ebf8057c6ab54c64cf34f5a943d0540 authored over 1 year ago
Update latest.txt for 5.1

github.com/wagtail/wagtail - 03737672c7a2dd2cfc26966883fcfcc26e068892 authored over 1 year ago
Fill in release date for 5.1

github.com/wagtail/wagtail - 6f089f7728faf9ce90767256161e29d575ccfaac authored over 1 year ago
Fetch new translations from Transifex

github.com/wagtail/wagtail - fd10bde65624bda5fd0173289fcc9d62776bcbc9 authored over 1 year ago
Group 5.2 upgrade considerations by impact

github.com/wagtail/wagtail - e8a36191d2f9b73ac2897fe83633f27e065a21b2 authored over 1 year ago
Group 5.1 upgrade considerations by impact

github.com/wagtail/wagtail - d88ee0c5954cfbe577fb587c41d110a2fb397166 authored over 1 year ago
Update tutorial screenshots for Wagtail v5.1

github.com/wagtail/wagtail - 23cf9762df6ac258c5855c4fc7291532d6ee36a7 authored over 1 year ago
Move permissions consolidation and snippet enhancements to their own release notes sections

github.com/wagtail/wagtail - cc2a6bcc029238c43cb7d0373269b0b4a3f7d778 authored over 1 year ago
Fix missing space typo in GroupPagePermission warning

github.com/wagtail/wagtail - ee54eac93bd02717a8a892b2adc097ca003066ee authored over 1 year ago
Fix incorrect GroupPagePermission import in 5.1 release notes

github.com/wagtail/wagtail - 84be5ba99bc753497815b90e0c251967c80a7e60 authored over 1 year ago
Corrected a typo in {% page_header_buttons %}

Fixes #10730

github.com/wagtail/wagtail - 9d6715e3ddaa1179d25527f0928af2b0eb4841c1 authored over 1 year ago
Don't update the reference index while deleting it

The rebuild_reference_index management command starts by
deleting the entire ReferenceIndex tabl...

github.com/wagtail/wagtail - d6ab9db01ff146ff39001c946de9a5b180ec0209 authored over 1 year ago
Add migration to replace JSON null values with empty objects in log entries' data

github.com/wagtail/wagtail - 3179ea06bbced2828e40b2069c785e20a3e80ffe authored over 1 year ago
Guard against TypeError in 0088_fix_log_entry_json_timestamps migration

Old logs may have the data set to JSON `null` instead of an empty JSON
object `{}`.

See https:/...

github.com/wagtail/wagtail - 5df19920df4c2c00185214d48c4aa4d9db006a92 authored over 1 year ago
Fix search_promotions 0004_copy_queries migration for long-lived Wagtail instances

This migration would fail on Wagtail instances that have been around
since v0.5 (when we still u...

github.com/wagtail/wagtail - 1f1d57f6219e76ca32d472c2dd5d4c9e887fe705 authored over 1 year ago
Use bakerydemo as project in Squash (#10721)

* Use bakerydemo as project in Squash

This replaces the default project created by `wagtail s...

github.com/wagtail/wagtail - 041cdd227d6b831b72a63e4c669c413768f7954e authored over 1 year ago
Release notes for #10174

github.com/wagtail/wagtail - 39a723f9d1e585100a10054686835847b54198a6 authored over 1 year ago
Fix initial size of 'Preview unavailable' content in preview panel

github.com/wagtail/wagtail - 9122ab2aeea5a10362877611a11528b8b98a240d authored over 1 year ago
Fix preview panel iframe not loading immediately when preview panel is opened in snippets

github.com/wagtail/wagtail - 7fca33c47d64fed64c3b9dba6260f2bf3c8ded65 authored over 1 year ago
Fix loading spinner being shown indefinitely in preview panel

github.com/wagtail/wagtail - 0eda6a0a49edf0c2129c836fc98d3a664fed77cb authored over 1 year ago
Bump What's new help menu item to 5.2

github.com/wagtail/wagtail - dec8ec47ed45560d575d03365ca3198162f171a9 authored over 1 year ago
Add docs for migrating from modeladmin to snippets

github.com/wagtail/wagtail - fad37fd232789a30f51c4f3accaf7e3d8e93e2f8 authored over 1 year ago
Update FUNDING.yml with Open Collective

Will go to https://opencollective.com/wagtail

github.com/wagtail/wagtail - a6a91e1a014912c6f7f65cc367c099e9338c8906 authored over 1 year ago
Always set help text element ID for form fields with help text in field.html template

github.com/wagtail/wagtail - 89ce8824ecde44f40b0a32c0a11b60da564f6823 authored over 1 year ago
Fix link in custom HTML attributes in Panels documentation

github.com/wagtail/wagtail - c220662eed53a936994d63e0195fe0b6441962ef authored over 1 year ago