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

Convert images listing view to use generic IndexView

github.com/wagtail/wagtail - 825556339a1a551782ff65a26129b2153771b4b1 authored about 1 year 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 about 1 year ago by Sage Abdullah <[email protected]>
Create separate before_results and pagination block in generic listing_results.html

github.com/wagtail/wagtail - 652a40ce4914285cdcd81ab1fbd650fbc1bb77c1 authored about 1 year ago by Sage Abdullah <[email protected]>
Mention inheriting from ClusterableModel in the text too

github.com/wagtail/wagtail - b4e7bae07b2e98a5b63c43dd7db48cfd9332c62d authored about 1 year ago by Matt Westcott <[email protected]>
Add missing ClusterableModel import to snippet InlinePanel example

github.com/wagtail/wagtail - fda09613a9d6aba719f560bce228fe9993d0d45a authored about 1 year ago by Matt Westcott <[email protected]>
Remove mention of Wagtail Google group

This list has now been retired.

github.com/wagtail/wagtail - fd05848a3bea44aba360f580d91cc41d1f04a980 authored about 1 year ago by Matt Westcott <[email protected]>
Remove mention of Google group from security docs

github.com/wagtail/wagtail - 4ee7441f209966390f4e2d2a7155fbd0a794c038 authored about 1 year ago by Matt Westcott <[email protected]>
Remove reference to Google group from CONTRIBUTING.md

github.com/wagtail/wagtail - 003993f4dab0b433f52299c89d1e5ecf9d7808e3 authored about 1 year ago by Matt Westcott <[email protected]>
Add changelog for #11317

github.com/wagtail/wagtail - a57c63dbd3ab7221063923fbc27284f12c1f1b82 authored about 1 year ago by LB Johnston <[email protected]>
Add ability for CloneController to auto-clear its own contents

github.com/wagtail/wagtail - 3f38bf7ae8a6ed7097c74e57c3199a0f1a7015c2 authored about 1 year ago by LB Johnston <[email protected]>
Add ClipboardController to allow copying to the clipboard (Stimulus)

github.com/wagtail/wagtail - bb33e7c5085ce94589c29af812de4d17e55ad614 authored about 1 year ago by the-r3aper7 <[email protected]>
Adopt clipboard & clone controller to add copy in the URL Generator

github.com/wagtail/wagtail - d585fa48dc65dc15afc43289927083750d7dcc4a authored about 1 year ago by the-r3aper7 <[email protected]>
Release note for #11304

github.com/wagtail/wagtail - a80c7ca60eccf9df60f90d3f10da2d506776c13d authored about 1 year ago by Sage Abdullah <[email protected]>
Restore column widths in documents listing view

github.com/wagtail/wagtail - 2bd273d401adad391a1786ef95f9510dd6a0f8ec authored about 1 year ago by Sage Abdullah <[email protected]>
Consolidate documents IndexView and ListingResultsView

Use results_only to differentiate. Also, rename listing_results url name to index_results for co...

github.com/wagtail/wagtail - 24ae9a22e8613d0e58a204d1b1e3109fb9a2e130 authored about 1 year ago by Sage Abdullah <[email protected]>
Add missing parent id for bulk actions footer include

Has been missing since it was introduced

github.com/wagtail/wagtail - 601a97f8ff7588c6274316cc884466342ab2ad95 authored about 1 year ago by Sage Abdullah <[email protected]>
Reduce queries in documents IndexView by using select_related on collection

github.com/wagtail/wagtail - 342d6ef23a3c1eb36c992585f13568b91a826a67 authored about 1 year ago by Sage Abdullah <[email protected]>
Add the ability to show other searches in generic index view

github.com/wagtail/wagtail - 0734633afd6d7aca966450aaccedd26f30ffa903 authored about 1 year ago by Sage Abdullah <[email protected]>
Refactor documents index view to make better use of generic index view and template

github.com/wagtail/wagtail - 7dd00a84f4407b508bd52591bcee852e458da49a authored about 1 year ago by Sage Abdullah <[email protected]>
Move all variables to BaseListingView

There is no reason to not check for the collections in the search results view as well.
In fact,...

github.com/wagtail/wagtail - b04d205dd150f6fc3278ae5496d3749f9b007704 authored about 1 year ago by Sage Abdullah <[email protected]>
Update outdated default search_target value in header.html comment

Renamed in b0dc6c1ea58659310ee87888200a21f25753b02e

github.com/wagtail/wagtail - fa0d55fe34f9d3f02b79af19870dcb2f3e82dda1 authored about 1 year ago by Sage Abdullah <[email protected]>
Make documents index results template extend from generic index results template

github.com/wagtail/wagtail - 3e140244f6f464dd10a2e7f30d4f909e56c496fd authored about 1 year ago by Sage Abdullah <[email protected]>
Rename documents/results.html to documents/index_results.html for consistency

github.com/wagtail/wagtail - 4836324af5817f0c01af32d53130b617fc1491de authored about 1 year ago by Sage Abdullah <[email protected]>
Restore teal color on table header sort link if it's active

Regression in 4426196046fc415a7cebd3e04f4d8dcc0ed26cc3

github.com/wagtail/wagtail - 1cbfd1cc89835d541416e48c19750ec39568f897 authored about 1 year ago by Sage Abdullah <[email protected]>
Use Django's urlencode in set_query_params util function

For more flexibility

github.com/wagtail/wagtail - aa530cd09a08803cccedb73a3e1d56488c562d48 authored about 1 year ago by Sage Abdullah <[email protected]>
Replace IndexView.get_columns() with a cached_property for columns

This defers the instantiation of the columns at the point when they're needed instead of very ea...

github.com/wagtail/wagtail - a2b5baee83c1510268a6c3915ab075adf4be8365 authored about 1 year ago by Sage Abdullah <[email protected]>
Convert documents listing view to generic BaseListingView with tables UI framework

github.com/wagtail/wagtail - d0dac2c62928ff6b827236f403d5e6b03cbc73af authored about 1 year ago by Sage Abdullah <[email protected]>
Refactor documents listing view to extend generic IndexView instead of BaseListingView

github.com/wagtail/wagtail - d36e16c18c234077752099ba105fbe1caab53d7b authored about 1 year ago by Sage Abdullah <[email protected]>
Reuse variables from generic IndexView

github.com/wagtail/wagtail - 613bd0b14497e1690f0fe89512631d45dee68c5b authored about 1 year ago by Sage Abdullah <[email protected]>
Remove unused popular tags query in documents listing view

This has been around since the start (see
https://github.com/wagtail/wagtail/blob/cba8f851d72b80...

github.com/wagtail/wagtail - ba18cd3bc580a2e50186f9711b1e6344db745ad0 authored about 1 year ago by Sage Abdullah <[email protected]>
Use PermissionCheckedMixin in documents listing view

github.com/wagtail/wagtail - 49a1b38587145a2dfb4bf7599e14d9a3d7afafd2 authored about 1 year ago by Sage Abdullah <[email protected]>
Convert documents listing view to a ListView

github.com/wagtail/wagtail - 170d6c74a9bdcc6fbeedc339067449cabb723aac authored about 1 year ago by Sage Abdullah <[email protected]>
Move DownloadColumn to generic wagtail.admin.ui.tables

github.com/wagtail/wagtail - d23206f54b07d2d9fb92d45b1bf8e13df09f435e authored about 1 year ago by Sage Abdullah <[email protected]>
Update pagination tests on documents index to match Django standard

github.com/wagtail/wagtail - 50a81a6187a194ccc4381d0f8631610d8fde77f8 authored about 1 year ago by Sage Abdullah <[email protected]>
Add release notes for #11258

github.com/wagtail/wagtail - 346f15e92280edb20def53fc0c7022903c7ae487 authored about 1 year ago by Thibaud Colas <[email protected]>
ActionController - Add noop method

- Useful for leveraging data-action approaches without needing a specific method functionality

github.com/wagtail/wagtail - 96349aad3e5d97d3ef37f0600457cd5c9cf1a112 authored about 1 year ago by nandini584 <[email protected]>
ActionController - Be more explicit about element checks for select method

- Move method to alpha order (after `reset`) and check for input/text area explicitly
- Fixes #1...

github.com/wagtail/wagtail - 0024751a5380ee36c99b31e77fe4e52c8d586110 authored about 1 year ago by nandini584 <[email protected]>
Docs: Clarify appropriate use of MultipleChooserPanel

This documentation change clarifies that MultipleChooserPanel can only
be used when the inline m...

github.com/wagtail/wagtail - c109c661c1cb5c3360bb13a7d294635370e0bbd3 authored about 1 year ago by Andy Chosak <[email protected]>
Add changelog/release notes - #11299

github.com/wagtail/wagtail - 5fa29a6c93bc597be18992ec056c228e9d4323ea authored about 1 year ago by LB Johnston <[email protected]>
Simplify bulk actions checkbox's aria labels to be consistent

If the aria-label is too specific, e.g. 'Select page', 'Select document'
(and in the case of ima...

github.com/wagtail/wagtail - abe80bd2793a05b4a0b008336088df8052429904 authored about 1 year ago by Sage Abdullah <[email protected]>
Simplify BulkActionsCheckboxColumn to reuse BaseColumn's instance variable

Instead of using obj for the sake of not changing the template when it was first introduced (bef...

github.com/wagtail/wagtail - 2cb490a7677a516fbb54625f8bd1b5f33c375808 authored about 1 year ago by Sage Abdullah <[email protected]>
Remove unnecessary accessor in snippets' BulkActionsCheckboxColumn

Not necessary after fbfe8fe75f1a063b510967597fcba758f92be46e and 32ff36446b0913c3180d23848552287...

github.com/wagtail/wagtail - e4ec5f24ebad307caff7a2e317af39019d603784 authored about 1 year ago by Sage Abdullah <[email protected]>
Consistently quote pk for title column's id and referring to it in bulk actions column

To safely handle non-integer primary keys. This is mostly useful for
snippets, but do it everywh...

github.com/wagtail/wagtail - 539c27bc00b6aa308735b4a46d29f5ee37b02876 authored about 1 year ago by Sage Abdullah <[email protected]>
Allow TitleColumn to have an id for the title text and use it in snippets

This allows the snippets' checkbox column for bulk actions to refer to
the title column correctly.

github.com/wagtail/wagtail - 3cd0094b36243e8af29d3425c8d2079ee8edd0ea authored about 1 year ago by Sage Abdullah <[email protected]>
Remove sr-only dimensions info in image listing

It is only shown for screen readers, which is inconsistent with the actual visible text.

It als...

github.com/wagtail/wagtail - 260df904e9d38a2634a780567f9adca8df51314b authored about 1 year ago by Sage Abdullah <[email protected]>
Add Changelog for #11335

github.com/wagtail/wagtail - e101c17aea9889a58ad258c70a19065c55f219d9 authored about 1 year ago by LB Johnston <[email protected]>
Bump telepath to 0.3.1

This ensures that people upgrading to Django 5.0 will have a compatible version. Now that Python...

github.com/wagtail/wagtail - f4bcffa9febb5c375359cee6415ae200eebe8210 authored about 1 year ago by Matt Westcott <[email protected]>
Release note for #11271

github.com/wagtail/wagtail - efa15daa95fbb26d281e197be2c3d17a24d3c660 authored about 1 year ago by Matt Westcott <[email protected]>
Rejig formattedfield to populate context as we go

github.com/wagtail/wagtail - 937c2373453ae9cb91eba76b83be87db6d4387cc authored about 1 year ago by Matt Westcott <[email protected]>
Add a formattedfieldfromcontext template tag for use on wagtailadmin/shared/field.html

This makes the semantics of undefined variables a bit neater.

github.com/wagtail/wagtail - a12de4b2cd67773209e7f10b5b4df29039b04334 authored about 1 year ago by Matt Westcott <[email protected]>
Do all processing of the field object in the formattedfield tag so that the template doesn't use it

github.com/wagtail/wagtail - 580ab995ab419089f75097035a4c3f8e0eb2f0df authored about 1 year ago by Matt Westcott <[email protected]>
Funnel all invocations of wagtailadmin/shared/field.html through the formattedfield tag

At this point wagtailadmin/shared/field.html is still used by FieldPanel, as well as third-party...

github.com/wagtail/wagtail - e97449dc5f6429744b45cef52c03aea4db1f5bff authored about 1 year ago by Matt Westcott <[email protected]>
Move conditional logic for generating ids / labels / help text out of formattedfield template and into tag function

github.com/wagtail/wagtail - 8f8d847b78fc86278e4c05896a44998af24b7365 authored about 1 year ago by Matt Westcott <[email protected]>
Convert remaining field.html includes to formattedfield tag

github.com/wagtail/wagtail - b3bdc0be4ab3bc4b591461538f45aba8e4d9433a authored about 1 year ago by Matt Westcott <[email protected]>
Allow specifying the context variable used by BlockInclusionNode

This allows us to pass the content of `{% rawformattedfield %}` as `rendered_field`, making the ...

github.com/wagtail/wagtail - 89eb53e1d0a8372ede5d0e58820233220cf60b5a authored about 1 year ago by Matt Westcott <[email protected]>
Convert templates that extend field.html to use rawformattedfield instead

This will allow us to refactor field.html in ways that don't require preserving the `{% block fo...

github.com/wagtail/wagtail - ecc6b23d64023ee0288808e355f236c8daa27f2e authored about 1 year ago by Matt Westcott <[email protected]>
Add remaining variables from field.html as parameters to formattedfield

github.com/wagtail/wagtail - 9b445567f71597fec4858bab03d62250cec2a657 authored about 1 year ago by Matt Westcott <[email protected]>
Convert all basic uses of wagtailadmin/shared/field.html (with no parameters other than `field`) to formattedfield tag

github.com/wagtail/wagtail - d220dc6e8bf8d7018d8cde2a3bdef89cf9e87705 authored about 1 year ago by Matt Westcott <[email protected]>
Rename field/endfield template tag pair to rawformattedfield/endrawformattedfield

This distinguishes the use case of wrapping form fields that are defined manually in HTML, versu...

github.com/wagtail/wagtail - 84f885ff17056c0c01954637d645dc50cbcb77bb authored about 1 year ago by Matt Westcott <[email protected]>
Introduce a 'formattedfield' tag for use with Django form objects

github.com/wagtail/wagtail - ba29b1832acf0080662d4a6706398cd43cb96ef1 authored about 1 year ago by Matt Westcott <[email protected]>
Release note for #11295

github.com/wagtail/wagtail - 456515d50049c50ecd8a5fb3484b41509e99e517 authored about 1 year ago by Sage Abdullah <[email protected]>
Do not set locale in LocaleMixin if model is unset

Previously, the locale will be set even if the view doesn't set a model
attribute. This means th...

github.com/wagtail/wagtail - feda5cb4b52459dd4f21d84f98d4e5da9a9f71c5 authored about 1 year ago by Sage Abdullah <[email protected]>
Remove unnecessary custom code in snippets index view and template

The model_opts is already supplied by generic
IndexView.get_context_data(), and can_add_snippet ...

github.com/wagtail/wagtail - 4082acca9b9d31d77d22c532c067848bede2cada authored about 1 year ago by Sage Abdullah <[email protected]>
Add separate block for shared header's base_actions in generic index template

The base_actions was added in 252c4015a04adb694239ede42ffd0b8f967102ef
for the sole purpose of f...

github.com/wagtail/wagtail - 10d052aad572e8211b34ee3ba733d251936e3d4a authored about 1 year ago by Sage Abdullah <[email protected]>
Change default add_item_label in generic IndexView to 'Add (model name)'

Unfortunately can't use 'Add a (model name)' because we can't smartly
handle the case of 'a' vs ...

github.com/wagtail/wagtail - 14a245222e935e624afd034917b8c74b63c1b20c authored about 1 year ago by Sage Abdullah <[email protected]>
Remove Safari 14 support in Wagtail admin – update browserslist and TypeScript (#11258)

Co-authored-by: Sage Abdullah <[email protected]>

github.com/wagtail/wagtail - b7d2618d93ee09d5deb3fe7d4208e42ee9666455 authored about 1 year ago by Thibaud Colas <[email protected]>
Replace template components with standalone `laces` library (#11292)

Fixes #11105

github.com/wagtail/wagtail - 10c1e12285929624aab20207f8afb609b850a886 authored about 1 year ago by Tibor Leupold <[email protected]>
Release note for #11289

github.com/wagtail/wagtail - cce05fb1a34cc82eab55d559927de309a7145c48 authored about 1 year ago by Matt Westcott <[email protected]>
Consistently use PagePermissionTester.can_view_revisions() for history links in page listing

github.com/wagtail/wagtail - cd12a8404f44b216c4ffb9b964c1d5df150c291c authored about 1 year ago by Sage Abdullah <[email protected]>
Override specific blocks in page index template

github.com/wagtail/wagtail - a81c957a159382391c8ac80ef2de0c49e7ef8f9f authored about 1 year ago by Sage Abdullah <[email protected]>
Make page index template extend generic index template

This doesn't really change the rendered HTML as the content block is overridden

github.com/wagtail/wagtail - 00db61d4ea1cce142878f230101f820a7e41aca5 authored about 1 year ago by Sage Abdullah <[email protected]>
Move page listing title to be defined using get_page_title in the view

Reduces custom template code and aligns with other views that extend WagtailAdminTemplateMixin

github.com/wagtail/wagtail - 3d9325c4ebb75e3c86d87467fa539cc962b8a523 authored about 1 year ago by Sage Abdullah <[email protected]>
Add tests for ensuring history URL is shown correctly on page views

Not adding a test for a page with custom PagePermissionTester just yet,
as we're still planning ...

github.com/wagtail/wagtail - 285e8c109a173a1faaad73104d7278f4dd19f22c authored about 1 year ago by Sage Abdullah <[email protected]>
Add tests for customising PagePermissionTester.can_view_revisions

github.com/wagtail/wagtail - 52f22ff34f4e6f60a12e47f0c53a6799dad2ed50 authored about 1 year ago by Sage Abdullah <[email protected]>
Reuse slim_header.html's actions block in page_edit_header.html

Reduce template overrides and make it more consistent with the page
listing header, including us...

github.com/wagtail/wagtail - adc6fef1cfbf117f899cb1c9fb015fa0fcdd2583 authored about 1 year ago by Sage Abdullah <[email protected]>
Create separate block for bulk actions in generic listing template

github.com/wagtail/wagtail - 3dd32a2e52ea086810b452bce63fecf4fab714d5 authored about 1 year ago by Sage Abdullah <[email protected]>
Reuse slim_header.html's actions block in page_listing_header.html

The is_root check for the side panels is moved to the view code. For the
"Live" link, the check ...

github.com/wagtail/wagtail - 47fe8754fa3278958e7dcab2ab42edcb2c5d507e authored about 1 year ago by Sage Abdullah <[email protected]>
Add some recent third party tutorials (December 2023)

github.com/wagtail/wagtail - 08800787758c1175e82f27d0aaaecd2429b6db39 authored about 1 year ago by LB Johnston <[email protected]>
Fix incorrect heading for Django 5.0 support in release notes

github.com/wagtail/wagtail - 71885be427de049138b6b16337e2c7b2c3b3d71e authored about 1 year ago by Sage Abdullah <[email protected]>
Release notes for #11297

github.com/wagtail/wagtail - cba0c1d69ffa1f4ffe7807355f1797b377cd166b authored about 1 year ago by zerolab <[email protected]>
Formalise Django 5.0 support and drop Django < 4.2 support

Ref: https://docs.djangoproject.com/en/stable/releases/5.0/#third-party-library-support-for-olde...

github.com/wagtail/wagtail - 1be7fd57817bc10a9676aec4a6a52367bb04305c authored about 1 year ago by zerolab <[email protected]>
Relax Django upper bound in install_requires to the next major version (6.0)

This allows the more "adventurous" to update their requirements so they
can install the next lat...

github.com/wagtail/wagtail - 868e155c74f0b46ad6afc8461214405b03e4c7d6 authored about 1 year ago by Sage Abdullah <[email protected]>
Update docs to split out sh command in tutorial (#11311)

* Update create-footer_for_all_pages.md
* Update CONTRIBUTORS.md

github.com/wagtail/wagtail - aa11418d23fa09da4417851c5eb7ece969cef6f3 authored about 1 year ago by Felipe Lobato <[email protected]>
Add support for modifying default page listing ordering

github.com/wagtail/wagtail - f9c7df49c8af97bad3ac101ea7231277422e2436 authored about 1 year ago by Shlomo Markowitz <[email protected]>
Update latest.txt for 5.2.2

github.com/wagtail/wagtail - 477762b4da21047b26b93527488b1bf8587ff34e authored about 1 year ago by Sage Abdullah <[email protected]>
Fill in release date for 5.2.2

github.com/wagtail/wagtail - 59b76587df6766d7ae7c5d0489d5db378ad42681 authored about 1 year ago by Sage Abdullah <[email protected]>
Fetch new translations from Transifex

github.com/wagtail/wagtail - 04b835e4921a0c9af8d67c9fdaae791137471d3a authored about 1 year ago by Sage Abdullah <[email protected]>
Add `display inline-block` to the Comment Control's wrapped ToolbarButton

github.com/wagtail/wagtail - 09d69d16673ebaa49752c6292f9f5c403e34a09e authored about 1 year ago by Ben Morse <[email protected]>
Fix up 6.0 release notes docs reference

github.com/wagtail/wagtail - 53e0ca6a1b7e496427fd1a78940234a440e12142 authored about 1 year ago by LB Johnston <[email protected]>
Changelog for #11308 in 5.2.2

github.com/wagtail/wagtail - c26dc2888ec5b9d5cb9e333a4748465764dc172b authored about 1 year ago by LB Johnston <[email protected]>
Changelog for #11308

github.com/wagtail/wagtail - 6d6d6abba385c319d34840047b6fc8e5170b056a authored about 1 year ago by LB Johnston <[email protected]>
Add more tests to ensure WorkflowState and Revision cascade on object delete

github.com/wagtail/wagtail - 3e940a1e2bc83aa2068fc7b9c7d2c89cba1b6752 authored about 1 year ago by Sage Abdullah <[email protected]>
Make recommendations to add GenericRelation in snippets more explicit

github.com/wagtail/wagtail - 31ed0f170750a3c5fc055a9bddacc4fbff1f65d9 authored about 1 year ago by Sage Abdullah <[email protected]>
Ensure workflow dashboard panels work when the page/snippet is missing

github.com/wagtail/wagtail - aec21c20bacfd42aec944f08eaf97d836e9dcb94 authored about 1 year ago by Sage Abdullah <[email protected]>
Reduce queries in WorkflowObjectsToModeratePanel by adding workflow_state to select_related

github.com/wagtail/wagtail - cc00c6a8af96960943d87c786f417a8686deae9b authored about 1 year ago by Sage Abdullah <[email protected]>
Fix alias() not compatible with specific()

Fixes #11285

github.com/wagtail/wagtail - d367e2c9f03979cd2eb12ab3136d8ced17b07793 authored about 1 year ago by Tomasz Knapik <[email protected]>
Ensure expanded side panel does not overlap form content for most viewports

- Set the side panel width custom property ('--side-panel-width') globally, not just on the form...

github.com/wagtail/wagtail - b7beb36df6bc89e6152eae6c7d2dabaee7bd660a authored about 1 year ago by Chiemezuo <[email protected]>
Add max tag length validation for multiple uploads (documents/images)

Fixes #11054

github.com/wagtail/wagtail - debc65680d345b42c398ee34b794027f058a261a authored about 1 year ago by Temidayo32 <[email protected]>
Updated the performance.md database section

Provided more nuance about the recommended database
Closes #10949

github.com/wagtail/wagtail - 9338ccf974d175b746b96d5d03446e57da136546 authored about 1 year ago by jadesola kareem <[email protected]>
Fix issue aging pages report export if last_published_by is blank

Fixes #10821

github.com/wagtail/wagtail - e5afd52dc0bd3a8e95de8bfe0b4e611331498d45 authored about 1 year ago by Chiemezuo <[email protected]>