0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
Commit Graph

16574 Commits

Author SHA1 Message Date
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
Matt Westcott
fda09613a9 Add missing ClusterableModel import to snippet InlinePanel example 2023-12-15 15:44:28 +00:00
Matt Westcott
003993f4da Remove reference to Google group from CONTRIBUTING.md 2023-12-15 11:29:45 +00:00
Matt Westcott
4ee7441f20 Remove mention of Google group from security docs 2023-12-15 11:29:45 +00:00
Matt Westcott
fd05848a3b Remove mention of Wagtail Google group
This list has now been retired.
2023-12-15 11:29:45 +00:00
LB Johnston
a57c63dbd3 Add changelog for #11317 2023-12-15 14:09:41 +10:00
the-r3aper7
bb33e7c508 Add ClipboardController to allow copying to the clipboard (Stimulus) 2023-12-15 13:53:26 +10:00
the-r3aper7
d585fa48dc Adopt clipboard & clone controller to add copy in the URL Generator 2023-12-15 13:53:26 +10:00
LB Johnston
3f38bf7ae8 Add ability for CloneController to auto-clear its own contents 2023-12-15 13:53:26 +10:00
Sage Abdullah
a80c7ca60e
Release note for #11304 2023-12-14 09:13:42 +00:00
Sage Abdullah
2bd273d401
Restore column widths in documents listing view 2023-12-14 09:12:36 +00:00
Sage Abdullah
342d6ef23a
Reduce queries in documents IndexView by using select_related on collection 2023-12-13 10:31:09 +00:00
Sage Abdullah
601a97f8ff
Add missing parent id for bulk actions footer include
Has been missing since it was introduced
2023-12-13 10:31:09 +00:00
Sage Abdullah
24ae9a22e8
Consolidate documents IndexView and ListingResultsView
Use results_only to differentiate. Also, rename listing_results url name to index_results for consistency
2023-12-13 10:31:09 +00:00