Wykres commitów

16587 Commity (b62d043f70d6516b38e8d28e112fe1433885ce3f)

Autor SHA1 Wiadomość Data
Sylvain Fankhauser b62d043f70 Relax django-taggit dependency to allow 5.0 (#11363) 2024-01-02 05:32:27 +00:00
Damilola Oladele 247b83030d
Documentation: GSoD—Improve the clarity of new tutorial (#11357)
Clarified tutorial based on feedback
2023-12-30 20:33:45 -08:00
Sævar Öfjörð Magnússon 2b061ac96e
Fix a typo in the SnippetsViewSet documentation (#11390) 2023-12-22 13:40:29 +00:00
Thibaud Colas 8a6ab175fc
Mention the BSD license in the docs copyright notice. Fix #9688 2023-12-22 06:37:34 +00:00
Thibaud Colas ad8912c481 Add release notes for #11217, #11360, #11354 2023-12-20 00:38:04 +00:00
Sage Abdullah f1909c73e4
Release note for #11359 and #11361 2023-12-19 16:59:20 +00:00
Matt Westcott 2b226b7b49
Add site filter to page listing 2023-12-19 16:59:20 +00:00
Matt Westcott 79a85e7dbd
Add owner filter to page listing 2023-12-19 16:59:19 +00:00
Thibaud Colas 607f020c2d Upgrade TypeScript dependencies for linting to support TypeScript 5.2.2 2023-12-19 15:39:49 +00:00
Thibaud Colas e95158af73 Upgrade ts-loader 2023-12-19 15:39:49 +00:00
Thibaud Colas aa8de9f74f List specific supported Safari versions
This is useful because we interpret "Last n" differently for Safari - to only consider major version bumps.
And this will only be updated once a year so it won’t be too onerous to keep up-to-date.
2023-12-19 15:39:49 +00:00
Thibaud Colas b120fccba9 Simplify browserslist definition for ease of future maintenance 2023-12-19 15:39:49 +00:00
Thibaud Colas 58cfea4087 Update to latest caniuse-late 2023-12-19 15:39:49 +00:00
Thibaud Colas 6cc4533a6f Refactor float usage within admin styles. Fix #8126 2023-12-19 15:38:22 +00:00
Sage Abdullah 9b409b5a3e
Release note for #11339 2023-12-18 14:57:00 +00:00
Sage Abdullah f315d59501
Remove div wrapper for page filter fields 2023-12-18 14:56:55 +00:00
Matt Westcott 964ff32005
Add latest_revision_created_at to filter fields 2023-12-18 14:55:19 +00:00
Matt Westcott 3c648369b0
Use a floating dialog for filters
Remove use of shared/filters.html, as it contains a duplicate `<form>` element we don't want, and generally has more stuff we don't want than stuff we do, to the point that it'll just get in the way of restyling.
2023-12-18 14:55:18 +00:00
Matt Westcott a5fb022b0c
nicer import for generic.IndexView 2023-12-18 14:55:18 +00:00
Matt Westcott b0a8d549fa
Add filter on date updated 2023-12-18 14:55:18 +00:00
Matt Westcott 95b55af8e7
Improve behaviour when filtering returns no results 2023-12-18 14:55:17 +00:00
Matt Westcott 4e59266743
Use checkboxes for page type filter 2023-12-18 14:55:17 +00:00
Matt Westcott 63e11a2d42
Make filtering act on all descendants, like searching does 2023-12-18 14:55:16 +00:00
Matt Westcott 1b97e21e20
Add page type filter to page listing view 2023-12-18 14:55:16 +00:00
Matt Westcott f9ac7cafce
Make page index view inherit from generic.models.IndexView 2023-12-18 14:55:16 +00:00
Matt Westcott 19a4bfc210
Refactor IndexView filtering logic to make an is_filtering property available 2023-12-18 14:55:16 +00:00
LB Johnston ffc6ac8833 Adopt a small set of stylelint-config-wagtail changes
Where possible, adopt a subset of stylelint-config-wagtail changes.

- Formatting & ordering (auto applied), this includes the padding/inset shorthand changes
- Adopt a small set of no-union-classes changes as an example of changes to come in future PRs
- Ignore some areas where we are selecting against data* attributes that will not be practical to change
- Move some no-important ignore rules to specific lines
- Ignore max-combinators in modeladmin styles (legacy)
- Remove error messages forced-color-adjust setting to none
2023-12-18 13:28:18 +00:00
LB Johnston 416fc1dde4 Update stylelint & stylelint-config-wagtail packages
- Ensure that some rules are always ignored in overrides (aka vendor) styles. This avoids us having to add ignore comments all over these styles.
- Resolves #10719
2023-12-18 13:28:18 +00:00
Sage Abdullah b8b7efe01c
Release note for #11331 2023-12-18 12:46:31 +00:00
Sage Abdullah 73531ac02c
Add sort_key to FormPagesListView.columns to allow sorting 2023-12-18 12:44:44 +00:00
Sage Abdullah de3d7926fa
Remove unused wagtailforms/list_forms.html 2023-12-18 12:44:44 +00:00
Sage Abdullah 5368e7d83e
Rename results_forms.html template to index_results.html for consistency 2023-12-18 12:44:44 +00:00
Sage Abdullah 602f1c8827
Reduce queries in FormPagesListView by using select_related on content_type 2023-12-18 12:44:44 +00:00
Sage Abdullah 7e65eddc78
Convert FormPagesListView to use generic IndexView 2023-12-18 12:44:43 +00:00
Sage Abdullah 9389d20432
Convert FormPagesListView to use tables UI framework 2023-12-18 12:44:43 +00:00
Sage Abdullah 894e7681e4
Make FormPagesListView extend generic BaseListingView 2023-12-18 12:44:43 +00:00
LB (Ben Johnston) 6a9add00a8
Turn on `skipLibCheck` for TypeScript (#11336)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-12-18 09:56:42 +00:00
Kalob Taulien f4978a0f4b
Update sitemaps.md (#11352) 2023-12-18 09:07:46 +00:00
Matt Westcott 5c7015aa9e Release note for #11326 2023-12-15 21:58:37 +00:00
Sage Abdullah 42ddd797c8 Consolidate images IndexView and ListingResultsView
Use results_only to differentiate. Also, rename listing_results url name to index_results for consistency
2023-12-15 21:57:47 +00:00
Sage Abdullah 8d9924b4d4 Extract get_next_url in images listing view 2023-12-15 21:57:47 +00:00
Sage Abdullah 53db39d4ea Refactor images listing view and template to make better use of the generic code 2023-12-15 21:57:47 +00:00
Sage Abdullah 3bb9f5de46 Rename images/results.html to images/index_results.html for consistency 2023-12-15 21:57:47 +00:00
Sage Abdullah 414caf910c Make image index results template extend from generic index results template 2023-12-15 21:57:47 +00:00
Sage Abdullah 652a40ce49 Create separate before_results and pagination block in generic listing_results.html 2023-12-15 21:57:47 +00:00
Sage Abdullah e919965047 Apply capfirst to search form placeholder in generic index view
In case the translation starts with model_name
2023-12-15 21:57:47 +00:00
Sage Abdullah 825556339a Convert images listing view to use generic IndexView 2023-12-15 21:57:47 +00:00
Sage Abdullah 7c39cacc5d Convert images listing view to use generic BaseListingView 2023-12-15 21:57:47 +00:00
Sage Abdullah 7e7513542d Use PermissionCheckedMixin in images listing view 2023-12-15 21:57:47 +00:00
Matt Westcott b4e7bae07b Mention inheriting from ClusterableModel in the text too 2023-12-15 15:44:28 +00:00